Commit Graph

  • 06d388183d - apparmor: do not limit to tcp sockets. haproxy can do udp as well. Marcus Rueckert 2020-11-05 18:56:32 +00:00
  • 4e594d7360 - Update to version 2.3.0+git0.1c0a722a8: https://www.haproxy.com/blog/announcing-haproxy-2-3/ for all the details see /usr/share/doc/packages/haproxy/CHANGELOG Marcus Rueckert 2020-11-05 18:10:17 +00:00
  • 7119023647 - Update to version 2.2.5+git0.34b2b1066: Marcus Rueckert 2020-11-05 14:49:36 +00:00
  • 45919cb461 Accepting request 845120 from server:http Dominique Leuenberger 2020-11-03 14:15:45 +00:00
  • 11e00851c5 - apparmor profile: - we need net_admin capability for non local bind and setting "source" for server entries. Marcus Rueckert 2020-11-02 13:16:23 +00:00
  • bdec498733 - apparmor profile fixes: - include abstractions that give access to the openssl config, ssl certs and ssl keys - include local configs only with "if exists" so they do not have to exist. - move local files to %ghost Marcus Rueckert 2020-10-24 01:23:11 +00:00
  • 93864ed8f3 Accepting request 839173 from server:http Dominique Leuenberger 2020-10-08 11:07:38 +00:00
  • 6202e19018 - use parallel build Marcus Rueckert 2020-10-02 14:39:10 +00:00
  • 6984675dc8 Accepting request 833032 from server:http Dominique Leuenberger 2020-09-14 10:00:33 +00:00
  • c8fd09fbbd - Update to version 2.2.3+git0.0e58a340d: Marcus Rueckert 2020-09-08 15:06:47 +00:00
  • ad365afa25 Accepting request 823717 from server:http Dominique Leuenberger 2020-08-03 12:12:25 +00:00
  • d045cdaa69 - Update to version 2.2.2+git0.b8a2763d5: * [RELEASE] Released version 2.2.2 * BUG/MEDIUM: tcp-checks: always attach the transport before installing the mux * BUG/MEDIUM: backend: always attach the transport before installing the mux * SCRIPTS: announce-release: add the link to the wiki in the announce messages * MINOR: stream-int: Be sure to have a mux to do sends and receives * MINOR: connection: Preinstall the mux for non-ssl connect * BUG/MEDIUM: connection: Be sure to always install a mux for sync connect * BUG/MINOR: tcp-rules: Set the inspect-delay when a tcp-response action yields * BUG/MINOR: tcp-rules: Preserve the right filter analyser on content eval abort * BUG/MINOR: lua: Abort execution of actions that yield on a final evaluation * BUG/MEDIUM: dns: Don't yield in do-resolve action on a final evaluation * MEDIUM: lua: Add support for the Lua 5.4 * BUG/MAJOR: dns: don't treat Authority records as an error * BUG/MAJOR: dns: fix null pointer dereference in snr_update_srv_status * BUG/MINOR: debug: Don't dump the lua stack if it is not initialized * BUILD: tools: fix build with static only toolchains * BUG/MINOR: mux-fcgi: Don't url-decode the QUERY_STRING parameter anymore Marcus Rueckert 2020-07-31 11:01:08 +00:00
  • affdcf53c3 Accepting request 822445 from server:http Dominique Leuenberger 2020-07-26 14:16:06 +00:00
  • 328e32a1d6 - Update to version 2.2.1+git0.0ef71a557: * [RELEASE] Released version 2.2.1 * BUG/MEDIUM: http-ana: Only set CF_EXPECT_MORE flag on data filtering * BUG/MEDIUM: stream-int: Don't set MSG_MORE flag if no more data are expected * BUG/MINOR: htx: add two missing HTX_FL_EOI and remove an unexpected one * MEDIUM: htx: Add a flag on a HTX message when no more data are expected * BUG/MEDIUM: dns: Release answer items when a DNS resolution is freed * BUG/MAJOR: dns: Make the do-resolve action thread-safe * BUG/MAJOR: tasks: don't requeue global tasks into the local queue * BUG/MEDIUM: resolve: fix init resolving for ring and peers section. * BUG/MEDIUM: arg: empty args list must be dropped * DOC: ssl: req_ssl_sni needs implicit TLS * BUILD: config: fix again bugs gcc warnings on calloc * BUG/MAJOR: tasks: make sure to always lock the shared wait queue if needed * BUILD: config: address build warning on raspbian+rpi4 * BUG/MEDIUM: channel: Be aware of SHUTW_NOW flag when output data are peeked * BUG/MEDIUM: server: fix possibly uninitialized state file on close * BUG/MEDIUM: server: resolve state file handle leak on reload * BUG/MEDIUM: fcgi-app: fix memory leak in fcgi_flt_http_headers * BUG/MEDIUM: log: issue mixing sampled to not sampled log servers. * BUG/MINOR: mux-fcgi: Set flags on the right stream field for empty FCGI_STDOUT * BUG/MINOR: mux-fcgi: Set conn state to RECORD_P when skipping the record padding * BUG/MINOR: mux-fcgi: Handle empty STDERR record * BUG/MEDIUM: mux-h1: Continue to process request when switching in tunnel mode * BUG/MEDIUM: mux-fcgi: Don't add private connections in available connection list * BUG/MEDIUM: mux-h2: Don't add private connections in available connection list * CONTRIB: da: fix memory leak in dummy function da_atlas_open() * BUG/MEDIUM: lists: add missing store barrier in MT_LIST_ADD/MT_LIST_ADDQ * BUG/MEDIUM: lists: add missing store barrier on MT_LIST_BEHEAD() * BUG/MINOR: sample: Free str.area in smp_check_const_meth Marcus Rueckert 2020-07-23 15:02:58 +00:00
  • 5f89a36b21 Accepting request 819260 from server:http Dominique Leuenberger 2020-07-15 09:24:59 +00:00
  • c9287944c3 - Update to version 2.2.0+git0.3a00c915f: https://www.haproxy.com/blog/announcing-haproxy-2-2/ * [RELEASE] Released version 2.2.0 * MINOR: version: mention that it's an LTS release now * DOC: minor update to coding style file * DOC: update INSTALL with new compiler versions * CLEANUP: ssl: remove unrelevant comment in smp_fetch_ssl_x_keylog() * DOC: configuration: remove obsolete mentions of H2 being converted to HTTP/1.x * BUG/MINOR: connection: See new connection as available only on reuse always * BUG/MEDIUM: connection: Don't consider new private connections as available * BUG/MINOR: backend: Remove CO_FL_SESS_IDLE if a client remains on the last server * MINOR: mux-h1: Improve traces about the splicing - refreshed patches to apply cleanly again: haproxy-1.6.0-makefile_lib.patch haproxy-1.6.0-sec-options.patch - track series file in source rpm Marcus Rueckert 2020-07-07 15:27:17 +00:00
  • 066da5afcd Accepting request 813045 from server:http Dominique Leuenberger 2020-06-11 07:58:13 +00:00
  • 1207c16689 - Update to version 2.1.7+git0.8bebf80fb: * [RELEASE] Released version 2.1.7 Marcus Rueckert 2020-06-09 20:28:10 +00:00
  • 653b7eeee0 - Update to version 2.1.6+git1.661c88907: * BUG/MAJOR: http-htx: Don't forget to copy error messages from defaults sections Marcus Rueckert 2020-06-08 22:05:55 +00:00
  • 2a02a5d671 - Update to version 2.1.6+git0.34db76106: * [RELEASE] Released version 2.1.6 * BUG/MINOR: mworker: fix a memleak when execvp() failed * BUG/MINOR: ssl: fix a trash buffer leak in some error cases * BUG/MEDIUM: mworker: fix the reload with an -- option * BUG/MINOR: init: -S can have a parameter starting with a dash * BUG/MINOR: init: -x can have a parameter starting with a dash * BUG/MEDIUM: mworker: fix the copy of options in copy_argv() * BUG/MEDIUM: contrib/prometheus-exporter: Properly set flags to dump metrics * BUG/MEDIUM: hlua: Lock pattern references to perform set/add/del operations * BUG/MEDIUM: http-htx: Duplicate error messages as raw data instead of string * BUG/MEDIUM: lua: Reset analyse expiration timeout before executing a lua action * BUG/MINOR: peers: fix internal/network key type mapping. * SCRIPTS: publish-release: pass -n to gzip to remove timestamp * Revert "BUG/MEDIUM: connections: force connections cleanup on server changes" Marcus Rueckert 2020-06-08 22:01:42 +00:00
  • 6d8bc015e5 Accepting request 810208 from server:http Dominique Leuenberger 2020-06-03 18:29:36 +00:00
  • aa43442e9e - Update to version 2.1.5+git0.36e14bd31: Marcus Rueckert 2020-05-29 11:31:18 +00:00
  • e9462799c6 Accepting request 794395 from server:http Dominique Leuenberger 2020-04-17 22:27:40 +00:00
  • 9b71bf8c52 - use the "profile profilename /path/to/binary" syntax to make "ps aufxZ" more readable Marcus Rueckert 2020-04-15 23:11:37 +00:00
  • 554dadd8f5 Accepting request 791753 from server:http Dominique Leuenberger 2020-04-07 08:21:37 +00:00
  • 0bd83e4d76 add bugnumbers that werent added to the devel project Marcus Rueckert 2020-04-06 11:31:12 +00:00
  • 8ef101d465 Accepting request 790908 from server:http Dominique Leuenberger 2020-04-04 10:20:54 +00:00
  • ba3ebe78ca - Update to version 2.1.4+git0.3cfc2f1d9: (boo#1168023) CVE-2020-11100 Marcus Rueckert 2020-04-02 13:29:08 +00:00
  • e54ac01865 Accepting request 774671 from server:http Dominique Leuenberger 2020-02-19 11:41:00 +00:00
  • 01a99e5686 Accepting request 774367 from home:kukuk:container Marguerite Su 2020-02-16 08:10:04 +00:00
  • 051439ae93 - Update to version 2.1.3+git0.5c020bbdd: Marcus Rueckert 2020-02-12 15:42:47 +00:00
  • fbc8186248 - Update to version 2.1.2+git0.d5b6759b5: * [RELEASE] Released version 2.1.2 * BUILD: ssl: improve SSL_CTX_set_ecdh_auto compatibility * BUG/MEDIUM: stream: Be sure to never assign a TCP backend to an HTX stream * BUG/MINOR: state-file: do not leak memory on parse errors * BUG/MINOR: state-file: do not store duplicates in the global tree * BUG/MEDIUM: state-file: do not allocate a full buffer for each server entry * BUG/MINOR: ssl: openssl-compat: Fix getm_ defines * BUG/MEDIUM: fd/threads: fix a concurrency issue between add and rm on the same fd * MINOR: fd/threads: make _GET_NEXT()/_GET_PREV() use the volatile attribute * BUG/MEDIUM: ssl: Revamp the way early data are handled. * BUG/MAJOR: task: add a new TASK_SHARED_WQ flag to fix foreing requeuing * MINOR: task: only check TASK_WOKEN_ANY to decide to requeue a task * MINOR: http: add a new "replace-path" action * MINOR: debug: support logging to various sinks * BUG/MEDIUM: ssl: Don't set the max early data we can receive too early. * MINOR: sample: Validate the number of bits for the sha2 converter * BUG/MINOR: sample: always check converters' arguments * BUG/MINOR: sample: fix the closing bracket and LF in the debug converter * DOC: clarify the fact that replace-uri works on a full URI Marcus Rueckert 2020-02-07 12:48:28 +00:00
  • 10ce703ea7 Accepting request 766597 from server:http Dominique Leuenberger 2020-01-26 23:21:21 +00:00
  • 65d319ff40 Accepting request 766595 from home:dimstar:Factory Marguerite Su 2020-01-23 13:14:40 +00:00
  • 633d83d76f Accepting request 757905 from server:http Dominique Leuenberger 2019-12-23 21:39:22 +00:00
  • daef8935ae - Update to version 2.1.1+git0.4ae521379: * [RELEASE] Released version 2.1.1 * BUILD/MINOR: unix sockets: silence an absurd gcc warning about strncpy() * BUG/MINOR: listener: fix off-by-one in state name check * BUG/MINOR: server: make "agent-addr" work on default-server line * BUG/MINOR: listener: do not immediately resume on transient error * BUG/MINOR: mworker: properly pass SIGTTOU/SIGTTIN to workers * BUG/MINOR: log: fix minor resource leaks on logformat error path * DOC: remove references to the outdated architecture.txt * DOC: proxies: HAProxy only supports 3 connection modes * BUG/MINOR: tasks: only requeue a task if it was already in the queue * DOC: listeners: add a few missing transitions Marcus Rueckert 2019-12-11 17:08:16 +00:00
  • d93710a12c Accepting request 754451 from server:http Dominique Leuenberger 2019-12-11 11:02:32 +00:00
  • 9541e980ce - Update to version 2.1.0+git33.8e4a62508: * BUG/MEDIUM: proto_udp/threads: recv() and send() must not be exclusive. * BUG/MAJOR: dns: add minimalist error processing on the Rx path * BUG/MEDIUM: kqueue: Make sure we report read events even when no data. * DOC: document the listener state transitions * BUG/MEDIUM: listener/threads: fix a remaining race in the listener's accept() * BUG/MINOR: listener: also clear the error flag on a paused listener * BUG/MINOR: listener/threads: always use atomic ops to clear the FD events * BUG/MINOR: proxy: make soft_stop() also close FDs in LI_PAUSED state * BUG/MEDIUM: mux-fcgi: Handle cases where the HTX EOM block cannot be inserted * BUG/MINOR: mux-h1: Be sure to set CS_FL_WANT_ROOM when EOM can't be added Marcus Rueckert 2019-12-10 19:29:45 +00:00
  • 3e55266962 - Update to version 2.1.0+git23.e77b108cd: * BUG/MEDIUM: checks: Make sure we set the task affinity just before connecting. * BUG/MEDIUM: tasks: Make sure we switch wait queues in task_set_affinity(). Marcus Rueckert 2019-12-06 15:44:20 +00:00
  • 4b2faccf62 - Update to version 2.1.0+git21.67ff2112b: * BUG/MINOR: mux-h1: Fix conditions to know whether or not we may receive data * BUG/MINOR: mux-h1: Don't rely on CO_FL_SOCK_RD_SH to set H1C_F_CS_SHUTDOWN * BUG/MEDIUM: mux-h1: Never reuse H1 connection if a shutw is pending * BUG/MINOR: ssl: certificate choice can be unexpected with openssl >= 1.1.1 * BUG/MEDIUM: listener/thread: fix a race when pausing a listener * BUG/MINOR: ssl/cli: don't overwrite the filters variable * BUG/MINOR: stream-int: avoid calling rcv_buf() when splicing is still possible * BUG/MEDIUM: stream-int: don't subscribed for recv when we're trying to flush data * DOC: move the "group" keyword at the right place * DOC: Fix ordered list in summary Marcus Rueckert 2019-12-05 15:50:30 +00:00
  • a3cff431a4 - Update to version 2.0.10+git14.7caf150a: * BUG/MINOR: mux-h1: Fix conditions to know whether or not we may receive data * BUG/MINOR: mux-h1: Don't rely on CO_FL_SOCK_RD_SH to set H1C_F_CS_SHUTDOWN * BUG/MEDIUM: mux-h1: Never reuse H1 connection if a shutw is pending * BUG/MINOR: ssl: certificate choice can be unexpected with openssl >= 1.1.1 * BUG/MEDIUM: listener/thread: fix a race when pausing a listener * BUG/MINOR: stream-int: avoid calling rcv_buf() when splicing is still possible * BUG/MEDIUM: stream-int: don't subscribed for recv when we're trying to flush data * DOC: move the "group" keyword at the right place * DOC: clarify matching strings on binary fetches * DOC: Clarify behavior of server maxconn in HTTP mode Marcus Rueckert 2019-12-05 15:38:20 +00:00
  • b5054175fe - Update to version 2.0.10+git4.6d9a455d: * BUG/MINOR: http-htx: Don't make http_find_header() fail if the value is empty Marcus Rueckert 2019-11-29 13:44:34 +00:00
  • 792a076089 - Update to version 2.0.10+git3.200c6215: * BUG/MINOR: contrib/prometheus-exporter: decode parameter and value only Marcus Rueckert 2019-11-28 16:08:41 +00:00
  • 576cb54390 - Update to version 2.0.10+git2.3a00e5fc: * BUG/MINOR: contrib/prometheus-exporter: Use HTX errors and not legacy ones * BUG/MINOR: stream: init variables when the list is empty Marcus Rueckert 2019-11-27 11:53:27 +00:00
  • 77c488d77c Accepting request 750840 from server:http Dominique Leuenberger 2019-11-26 16:01:56 +00:00
  • 2f7b766fc1 - Update to version 2.0.10+git0.ac198b92: * [RELEASE] Released version 2.0.10 * SCRIPTS: git-show-backports: add "-s" to proposed cherry-pick commands * SCRIPTS: create-release: show the correct origin name in suggested commands * BUG/MAJOR: mux-h2: don't try to decode a response HEADERS frame in idle state * BUG/MAJOR: h2: make header field name filtering stronger * BUG/MAJOR: h2: reject header values containing invalid chars * MINOR: ist: add ist_find_ctl() * BUG/MINOR: ssl: fix curve setup with LibreSSL * BUG/MINOR: cli: fix out of bounds in -S parser * DOC: Add documentation about the use-service action * DOC: Add missing stats fields in the management manual * BUG/MINOR: mux-h1: Adjust header case when chunked encoding is add to a message * BUG/MINOR: mux-h1: Fix a UAF in cfg_h1_headers_case_adjust_postparser() * MEDIUM: mux-h1: Add the support of headers adjustment for bogus HTTP/1 apps * REGTEST: vtest can now enable mcli with its own flag * MINOR: stats: Report max times in addition of the averages for sessions * BUG/MINOR: stream-int: Fix si_cs_recv() return value * MINOR: contrib/prometheus-exporter: Add a param to ignore servers in maintenance * MINOR: contrib/prometheus-exporter: filter exported metrics by scope * MINOR: contrib/prometheus-exporter: report the number of idle conns per server * BUG/MINOR: contrib/prometheus-exporter: Rename some metrics * MINOR: contrib/prometheus-exporter: Report metrics about max times for sessions * MINOR: counters: Add fields to store the max observed for {q,c,d,t}_time * MINOR: stream: Remove the lock on the proxy to update time stats * MINOR: freq_ctr: Make the sliding window sums thread-safe * BUG/MINOR: http-ana: Properly catch aborts during the payload forwarding * BUG/MINOR: mux-h1: Fix tunnel mode detection on the response path * BUILD: debug: Avoid warnings in dev mode with -02 because of some BUG_ON tests * BUG/MEDIUM: stream-int: Don't loose events on the CS when an EOS is reported * BUILD/MINOR: ssl: fix compiler warning about useless statement * BUG/MINOR: peers: "peer alive" flag not reset when deconnecting. * BUG/MEDIUM: mworker: don't fill the -sf argument with -1 during the reexec Marcus Rueckert 2019-11-25 20:12:37 +00:00
  • 8d13208d60 Fix wrong CVE number Ismail Dönmez 2019-11-25 17:33:22 +00:00
  • 8938e79583 Merge with maintenance changelog Ismail Dönmez 2019-11-25 16:52:41 +00:00
  • 5faa04e97e Accepting request 750309 from server:http Dominique Leuenberger 2019-11-23 23:32:30 +00:00
  • 83d316d6e2 - Ismail Dönmez 2019-11-22 13:55:34 +00:00
  • 8f23fd1c65 Add missing CVE Ismail Dönmez 2019-11-22 13:54:15 +00:00
  • 31b9347df5 Accepting request 749635 from server:http Dominique Leuenberger 2019-11-21 11:57:43 +00:00
  • 86577882a0 - Update to version 2.0.9+git6.26b7b800: * BUG/MINOR: ssl: fix crt-list neg filter for openssl < 1.1.1 * BUG/MINOR: peers: Wrong null "server_name" data field handling. * MINOR: peers: Add debugging information to "show peers". * MINOR: peers: Add TX/RX heartbeat counters. * MINOR: peers: Alway show the table info for disconnected peers. Marcus Rueckert 2019-11-19 14:18:27 +00:00
  • 590a165c90 - Update to version 2.0.9+git1.caf02113: Marcus Rueckert 2019-11-19 13:57:11 +00:00
  • 020dd47147 Accepting request 735634 from server:http Dominique Leuenberger 2019-10-14 10:31:19 +00:00
  • 452ad474ed Accepting request 735623 from home:KGronlund:branches:server:http Marguerite Su 2019-10-07 08:34:05 +00:00
  • 20f28697bf Accepting request 731949 from server:http Dominique Leuenberger 2019-09-24 23:50:23 +00:00
  • 04b5e98275 Accepting request 731948 from home:KGronlund:branches:server:http Kristoffer Gronlund 2019-09-19 12:20:44 +00:00
  • f2059c30e6 Accepting request 725263 from home:kukuk:branches:server:http Kristoffer Gronlund 2019-09-19 11:49:19 +00:00
  • 983ce48057 Accepting request 726527 from server:http Dominique Leuenberger 2019-09-07 09:26:26 +00:00
  • 530d7f588c - enable prometheus exporter Marcus Rueckert 2019-08-20 15:07:03 +00:00
  • 3991d9682a - enable verbose make output Marcus Rueckert 2019-08-20 14:06:00 +00:00
  • 0852a3b9d8 - Update to version 2.0.5+git0.d905f49a: * [RELEASE] Released version 2.0.5 * BUG/MEDIUM: mux_pt: Don't call unsubscribe if we did not subscribe. * MINOR: fd: make sure to mark the thread as not stuck in fd_update_events() * BUG/MINOR: stats: Wait the body before processing POST requests * BUG/MEDIUM: lua: Fix test on the direction to set the channel exp timeout * BUG/MEDIUM: mux_h1: Don't bother subscribing in recv if we're not connected. * BUG/MINOR: Fix prometheus '# TYPE' and '# HELP' headers * BUG/MINOR: lua: fix setting netfilter mark * BUG/MEDIUM: proxy: Don't use cs_destroy() when freeing the conn_stream. * BUG/MEDIUM: proxy: Don't forget the SF_HTX flag when upgrading TCP=>H1+HTX. * BUG/MINOR: buffers/threads: always clear a buffer's head before releasing it * MINOR: ssl: ssl_fc_has_early should work for BoringSSL * BUG/MINOR: ssl: fix 0-RTT for BoringSSL * BUG/MEDIUM: stick-table: Wrong stick-table backends parsing. * [RELEASE] Released version 2.0.4 * BUG/MEDIUM: checks: make sure to close nicely when we're the last to speak * BUG/MINOR: mux-h2: always reset rcvd_s when switching to a new frame * BUG/MINOR: mux-h2: always send stream window update before connection's * BUG/MEDIUM: mux-h2: do not recheck a frame type after a state transition * BUG/MINOR: mux-h2: do not send REFUSED_STREAM on aborted uploads * BUG/MINOR: mux-h2: use CANCEL, not STREAM_CLOSED in h2c_frt_handle_data() * BUG/MINOR: mux-h2: don't refrain from sending an RST_STREAM after another one * BUG/MEDIUM: fd: Always reset the polled_mask bits in fd_dodelete(). * BUG/MEDIUM: proxy: Make sure to destroy the stream on upgrade from TCP to H2 * BUG/MEDIUM: mux-h2: split the stream's and connection's window sizes * BUG/MEDIUM: mux-h2: unbreak receipt of large DATA frames * BUG/MINOR: stream-int: also update analysers timeouts on activity * BUG/MAJOR: http/sample: use a static buffer for raw -> htx conversion * BUG/MEDIUM: lb-chash: Ensure the tree integrity when server weight is increased Marcus Rueckert 2019-08-20 14:02:26 +00:00
  • a9db4bae78 Accepting request 719848 from server:http Dominique Leuenberger 2019-07-31 12:30:10 +00:00
  • 52b33deb58 Accepting request 719829 from home:KGronlund:branches:server:http Kristoffer Gronlund 2019-07-30 14:49:53 +00:00
  • 215237a5b2 Accepting request 714254 from server:http Dominique Leuenberger 2019-07-11 11:17:17 +00:00
  • f088b3cf73 clean up servicedata Marcus Rueckert 2019-07-09 11:53:39 +00:00
  • dd9924b71b Accepting request 714216 from home:KGronlund:branches:server:http Marcus Rueckert 2019-07-09 11:52:16 +00:00
  • d8bbfd9540 Accepting request 712629 from home:jengelh:branches:server:http Kristoffer Gronlund 2019-07-01 06:33:01 +00:00
  • 16c166eb7b - allow the new master socket path in the apparmor profile Marcus Rueckert 2019-06-18 12:09:30 +00:00
  • 4a51530556 - Update to version 2.0.0~git6.41dc8432: * BUG/MEDIUM: htx: Fully update HTX message when the block value is changed * MINOR: htx: Add the function htx_change_blk_value_len() * BUG/MEDIUM: compression: Set Vary: Accept-Encoding for compressed responses * BUG/MINOR: mux-h1: Add the header connection in lower case in outgoing messages * BUG/MINOR: lua/htx: Make txn.req_req_* and txn.res_rep_* HTX aware * BUG/MEDIUM: h2/htx: Update data length of the HTX when the cookie list is built Marcus Rueckert 2019-06-18 12:07:56 +00:00
  • d7f112bb8f Accepting request 710358 from home:KGronlund:branches:server:http Marcus Rueckert 2019-06-17 17:09:24 +00:00
  • f0ad7ec021 Accepting request 701060 from server:http Dominique Leuenberger 2019-05-06 19:17:18 +00:00
  • 5ba20d6b58 Accepting request 700384 from home:KGronlund:branches:server:http Kristoffer Gronlund 2019-05-06 11:18:23 +00:00
  • 349d1d5262 Accepting request 674410 from server:http Dominique Leuenberger 2019-02-14 13:32:25 +00:00
  • eac5c83514 Accepting request 673401 from home:KGronlund:branches:server:http Kristoffer Gronlund 2019-02-13 08:21:04 +00:00
  • fb2b24316a Accepting request 664293 from server:http Dominique Leuenberger 2019-01-11 13:04:56 +00:00
  • 18d563cd4b Accepting request 664292 from home:KGronlund:branches:server:http Kristoffer Gronlund 2019-01-10 08:51:30 +00:00
  • 61f7284fdb Accepting request 658885 from server:http Dominique Leuenberger 2018-12-18 13:58:57 +00:00
  • 37083beefe Accepting request 658884 from home:KGronlund:branches:server:http Kristoffer Gronlund 2018-12-17 10:05:47 +00:00
  • 6c8f1be5bc Accepting request 638409 from server:http Dominique Leuenberger 2018-09-28 06:53:14 +00:00
  • 3696cb6079 Accepting request 638408 from home:KGronlund:branches:server:http Kristoffer Gronlund 2018-09-26 14:03:33 +00:00
  • 1a550b1bb7 Accepting request 638327 from home:KGronlund:branches:server:http Kristoffer Gronlund 2018-09-26 06:40:40 +00:00
  • 9aa8092ed2 - also fix the systemd case for the apparmor_reload change Marcus Rueckert 2018-09-20 13:06:28 +00:00
  • 17536a11cb - only reload the apparmor profile on newer distros, seems older distros do not have apparmor-rpm-macros yet Marcus Rueckert 2018-09-20 12:51:25 +00:00
  • 414daf069f - Update to version 1.8.14~git0.52e4d43b: Marcus Rueckert 2018-09-20 12:36:21 +00:00
  • 5d2dc28ce1 Accepting request 630825 from server:http Dominique Leuenberger 2018-08-22 12:22:32 +00:00
  • 518d1cfede Accepting request 630511 from home:KGronlund:branches:server:http Marguerite Su 2018-08-22 03:07:29 +00:00
  • b4b5ca508c Accepting request 629892 from server:http Dominique Leuenberger 2018-08-17 22:06:17 +00:00
  • a35d5cdebd Accepting request 629492 from home:KGronlund:branches:server:http Marcus Rueckert 2018-08-17 10:25:29 +00:00
  • 694032f3a0 Accepting request 621110 from server:http Dominique Leuenberger 2018-07-06 08:47:48 +00:00
  • 7021702e8c Accepting request 619431 from home:KGronlund:branches:server:http Marcus Rueckert 2018-06-28 10:29:17 +00:00
  • e501e6b89c Accepting request 618961 from server:http Dominique Leuenberger 2018-06-27 08:21:30 +00:00
  • 1f5050c4b7 Accepting request 618843 from home:KGronlund:branches:server:http Marguerite Su 2018-06-25 13:00:57 +00:00
  • c7ce63317f Accepting request 612871 from server:http Dominique Leuenberger 2018-05-29 14:53:35 +00:00
  • 51100bdeec Accepting request 612869 from home:KGronlund:branches:server:http Marcus Rueckert 2018-05-29 12:59:33 +00:00
  • 0dcc89ecab Accepting request 612802 from home:KGronlund:branches:server:http Marguerite Su 2018-05-29 09:24:09 +00:00
  • d21917dbe2 Accepting request 605117 from server:http Dominique Leuenberger 2018-05-08 11:38:45 +00:00
  • 90c2067cec Accepting request 605111 from home:KGronlund:branches:server:http Kristoffer Gronlund 2018-05-07 13:36:50 +00:00
  • a71f91e607 - Update to version 1.8.7: * [RELEASE] Released version 1.8.7 * MINOR: servers: Support alphanumeric characters for the server templates names * BUG/MAJOR: cache: always initialize newly created objects * [RELEASE] Released version 1.8.6 * BUG/MINOR: spoe: Don't release the context buffer in .check_timeouts callbaclk * BUG/MINOR: spoe: Initialize variables used during conf parsing before any check * BUG/MAJOR: cache: fix random crashes caused by incorrect delete() on non-first blocks * BUG/MINOR: fd: Don't clear the update_mask in fd_insert. * BUG/MINOR: cache: fix "show cache" output * BUG/MINOR: email-alert: Set the mailer port during alert initialization * BUG/MINOR: checks: check the conn_stream's readiness and not the connection * BUG/MEDIUM: h2: always add a stream to the send or fctl list when blocked * BUILD/MINOR: threads: always export thread_sync_io_handler() * BUG/MEDIUM: h2: don't consider pending data on detach if connection is in error * BUG/MEDIUM: h2/threads: never release the task outside of the task handler * MINOR: h2: fuse h2s_detach() and h2s_free() into h2s_destroy() * MINOR: h2: always call h2s_detach() in h2_detach() * BUG/MAJOR: h2: remove orphaned streams from the send list before closing * MINOR: h2: provide and use h2s_detach() and h2s_free() * CLEANUP: h2: rename misleading h2c_stream_close() to h2s_close() * BUG/MINOR: hpack: fix harmless use of uninitialized value in hpack_dht_insert * BUILD/MINOR: cli: fix a build warning introduced by last commit * MINOR: cli: make "show fd" report the mux and mux_ctx pointers when available * MINOR: cli/threads: make "show fd" report thread_sync_io_handler instead of "unknown" * BUILD/MINOR: fix build when USE_THREAD is not defined * BUG/MINOR: lua funtion hlua_socket_settimeout don't check negative values * BUG/MINOR: lua: the function returns anything Marcus Rueckert 2018-04-07 00:20:45 +00:00