haproxy-2.3.git
2019-07-19 Christopher... MAJOR: filters: Remove code relying on the legacy HTTP...
2019-07-19 Christopher... MINOR: stats: Remove code relying on the legacy HTTP...
2019-07-19 Christopher... MINOR: flt_trace: Remove code relying on the legacy...
2019-07-19 Christopher... MEDIUM: compression: Remove code relying on the legacy...
2019-07-19 Christopher... MEDIUM: cache: Remove code relying on the legacy HTTP...
2019-07-19 Christopher... MINOR: http_act: Remove code relying on the legacy...
2019-07-19 Christopher... MEDIUM: hlua: Remove code relying on the legacy HTTP...
2019-07-19 Christopher... MEDIUM: backend: Remove code relying on the HTTP legacy...
2019-07-19 Christopher... MINOR: proxy: Don't adjust connection mode of HTTP...
2019-07-19 Christopher... CLEANUP: proxy: Remove the flag PR_O2_USE_HTX
2019-07-19 Christopher... MINOR: contrib/prometheus-exporter: Remove tests on...
2019-07-19 Christopher... MINOR: cache: Remove tests on the option 'http-use...
2019-07-19 Christopher... MINOR: hlua: Remove tests on the option 'http-use-htx...
2019-07-19 Christopher... MINOR: proxy: Remove tests on the option 'http-use...
2019-07-19 Christopher... MINOR: stream: Remove tests on the option 'http-use...
2019-07-19 Christopher... MINOR: config: Remove tests on the option 'http-use...
2019-07-19 Christopher... MEDIUM: http_fetch: Remove code relying on HTTP legacy...
2019-07-19 Christopher... MINOR: stream: Rely on HTX analyzers instead of legacy...
2019-07-19 Christopher... MINOR: connection: Remove the multiplexer protocol...
2019-07-19 Christopher... CLEANUP: h2: Remove functions converting h2 requests...
2019-07-19 Christopher... MEDIUM: mux-h2: Remove support of the legacy HTTP mode
2019-07-19 Christopher... MAJOR: http: Deprecate and ignore the option "http...
2019-07-19 Christopher... DOC: htx: Add internal documentation about the HTX
2019-07-19 Christopher... MINOR: htx: Slightly update htx_dump() to report better...
2019-07-19 Christopher... MINOR: htx: Use an array of char to store HTX blocks
2019-07-19 Christopher... MINOR: htx: Deduce the number of used blocks from tail...
2019-07-19 Christopher... CLEANUP: htx: Remove the unsued function htx_add_blk_ty...
2019-07-19 Christopher... DOC: htx: Update comments in HTX files
2019-07-19 Christopher... MINOR: proto_htx: Don't stop forwarding when there...
2019-07-19 Christopher... MINOR: backend/htx: Don't rewind output data to set...
2019-07-19 Christopher... MINOR: proto_htx: Add the function htx_return_srv_error()
2019-07-19 Christopher... MINOR: proto_htx: Rely on the HTX function to apply...
2019-07-19 Christopher... MINOR: proto_htx: Directly call htx_check_response_for_...
2019-07-19 Christopher... BUG/MINOR: hlua: Make the function txn:done() HTX aware
2019-07-19 Christopher... BUG/MINOR: cache/htx: Make maxage calculation HTX aware
2019-07-19 Christopher... BUG/MINOR: http_htx: Initialize HTX error messages...
2019-07-19 Christopher... BUG/MINOR: http_fetch: Fix http_auth/http_auth_group...
2019-07-19 Christopher... MINOR: mux-h2: Don't adjust anymore the amount of data...
2019-07-18 Willy TarreauBUG/MINOR: backend: do not try to install a mux when...
2019-07-18 Willy TarreauBUG/MEDIUM: http/htx: unbreak option http_proxy
2019-07-18 Olivier HouchardBUG/MEDIUM: checks: Don't attempt to receive data if...
2019-07-18 Willy TarreauMINOR: applet: make appctx use their own pool
2019-07-17 Willy TarreauBUG/MINOR: dns: remove irrelevant dependency on a clien...
2019-07-17 Jérôme MagninDOC: management: document cache_hits and cache_lookups...
2019-07-17 Jérôme MagninDOC: management: document reuse and connect counters...
2019-07-16 Willy Tarreau[RELEASE] Released version 2.1-dev1 v2.1-dev1
2019-07-16 Willy TarreauBUG/MEDIUM: threads: cpu-map designating a single threa...
2019-07-16 Jérôme MagninREGTESTS: checks: tcp-check connect to multiple ports
2019-07-15 Andrew HeberleMEDIUM: mworker-prog: Add user/group options to program...
2019-07-15 Willy TarreauBUG/MEDIUM: tcp-check: unbreak multiple connect rules...
2019-07-15 Willy TarreauBUG/MINOR: mux-pt: do not pretend there's more data...
2019-07-12 Olivier HouchardBUG/MEDIUM: streams: Don't redispatch with L7 retries...
2019-07-12 Olivier HouchardBUG/MEDIUM: streams: Don't give up if we couldn't send...
2019-07-12 Dave PirotteBUG/MINOR: mux-h1: Correctly report Ti timer when HTX...
2019-07-12 Christopher... BUG/MEDIUM: mux-h1: Don't release h1 connection if...
2019-07-12 Willy TarreauBUG/MAJOR: listener: fix thread safety in resume_listener()
2019-07-12 Willy TarreauMINOR: task: introduce work lists
2019-07-11 Olivier HouchardBUG/MEDIUM: servers: Fix a race condition with idle...
2019-07-11 Frédéric LécailleCLEANUP: proto_tcp: Remove useless header inclusions.
2019-07-11 John RoeslerDOC: Fix typos and grammer in configuration.txt
2019-07-11 David CarlierBUG/MEDIUM: da: cast the chunk to string.
2019-07-10 Olivier HouchardBUG/MEDIUM: checks: Don't attempt to read if we destroy...
2019-07-10 Christopher... BUG/MINOR: server: Be really able to keep "pool-max...
2019-07-09 Willy TarreauBUG/MEDIUM: fd/threads: fix excessive CPU usage on...
2019-07-09 Willy TarreauMINOR: pools: make the thread harmless during the mmap...
2019-07-09 Willy TarreauMINOR: pools: always pre-initialize allocated memory...
2019-07-09 Willy TarreauMINOR: pools: release the pool's lock during the malloc...
2019-07-09 Lukas TribusBUG/MINOR: ssl: revert empty handshake detection in...
2019-07-08 Olivier HouchardBUG/MEDIUM: servers: Don't forget to set srv_cs to...
2019-07-06 Alain BelkadiDOC: Fix typo in intro.txt
2019-07-05 Aleksandar... DOC: contrib: spoa_server Add some hints for building...
2019-07-05 Christopher... BUG/MEDIUM: stream-int: Don't rely on CF_WRITE_PARTIAL...
2019-07-05 Christopher... MINOR: stream-int: Factorize processing done after...
2019-07-05 Christopher... BUG/MINOR: mux-h1: Don't process input or ouput if...
2019-07-05 Christopher... BUG/MEDIUM: mux-h1: Handle TUNNEL state when outgoing...
2019-07-05 Christopher... BUG/MEDIUM: lb_fas: Don't test the server's lb_tree...
2019-07-05 Christopher... BUG/MEDIUM: http/applet: Finish request processing...
2019-07-05 Christopher... MINOR: action: Add the return code ACT_RET_DONE for...
2019-07-05 Christopher... BUG/MINOR: contrib/prometheus-exporter: Don't try to...
2019-07-04 Frédéric LécailleMINOR: server: Add "no-tfo" option.
2019-07-04 Olivier HouchardBUG/MEDIUM: sessions: Don't keep an extra idle connecti...
2019-07-04 Olivier HouchardBUG/MEDIUM: servers: Authorize tfo in default-server.
2019-07-03 Olivier HouchardBUG/MEDIUM: connections: Make sure we're unsubscribe...
2019-07-03 Christopher... BUG/MINOR: contrib/prometheus-exporter: Respect the...
2019-07-03 Christopher... BUG/MINOR: hlua/htx: Respect the reserve when HTX data...
2019-07-02 Christopher... BUG/MEDIUM: channel/htx: Use the total HTX size in...
2019-07-02 Christopher... BUG/MINOR: hlua: Don't use channel_htx_recv_max()
2019-07-02 Christopher... BUG/MINOR: contrib/prometheus-exporter: Don't use chann...
2019-07-02 Olivier HouchardBUG/MEDIUM: checks: Make sure the tasklet won't run...
2019-07-02 Olivier HouchardBUG/MEDIUM: connections: Always call shutdown, with...
2019-07-01 Christopher... BUG/MINOR: mux-h1: Don't return the empty chunk on...
2019-07-01 Christopher... BUG/MINOR: mux-h1: Skip trailers for non-chunked outgoi...
2019-07-01 Willy TarreauBUG/MEDIUM: checks: unblock signals in external checks
2019-07-01 William LallemandBUG/MINOR: mworker/cli: don't output a \n before the...
2019-06-28 Christopher... BUG/MEDIUM: mux-h1: Always release H1C if a shutdown...
2019-06-28 Olivier HouchardBUG/MEDIUM: ssl: Don't attempt to set alpn if we're...
2019-06-26 Christopher... BUG/MINOR: mux-h1: Make format errors during output...
2019-06-26 Christopher... BUG/MEDIUM: mux-h1: Use buf_room_for_htx_data() to...
2019-06-26 Christopher... BUG/MEDIUM: proto_htx: Don't add EOM on 1xx information...
2019-06-26 Tim DuesterhusBUG/MINOR: log: Detect missing sampling ranges in config
next