haproxy-2.3.git
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
2019-06-26 Christopher... BUG/MINOR: memory: Set objects size for pools in the...
2019-06-26 Christopher... BUG/MAJOR: mux-h1: Don't crush trash chunk area when...
2019-06-26 Christopher... BUG/MINOR: htx: Save hdrs_bytes when the HTX start...
2019-06-25 William LallemandBUG/MEDIUM: mworker/cli: command pipelining doesn't...
2019-06-24 Olivier HouchardBUG/MEDIUM: ssl: Don't do anything in ssl_subscribe...
2019-06-24 Olivier HouchardBUG/MEDIUM: connections: Always add the xprt handshake...
2019-06-24 Olivier HouchardBUG/MEDIUM: stream_interface: Don't add SI_FL_ERR the...
2019-06-24 William LallemandBUG/MEDIUM: mworker: don't call the thread and fdtab...
2019-06-24 Tim DuesterhusBUG/MINOR: spoe: Fix memory leak if failing to allocate...
2019-06-24 Tim DuesterhusBUG/MINOR: mworker-prog: Fix segmentation fault during...
2019-06-22 Willy TarreauBUILD: makefile: do not rely on shell substitutions...
2019-06-22 Willy TarreauBUILD: makefile: adjust the sed expression of "make...
2019-06-22 Willy TarreauBUILD: makefile: use :space: instead of digits to count...
2019-06-22 Willy TarreauBUILD: mworker: silence two printf format warnings...
2019-06-21 Frédéric LécailleBUG/MAJOR: sample: Wrong stick-table name parsing in...
2019-06-19 Christopher... BUG/MEDIUM: lb_fwlc: Don't test the server's lb_tree...
2019-06-19 Christopher... BUG/MEDIUM: mux-h2: Remove the padding length when...
2019-06-19 Christopher... BUG/MEDIUM: mux-h2: Reset padlen when several frames...
2019-06-18 Christopher... BUG/MEDIUM: htx: Fully update HTX message when the...
2019-06-18 Christopher... MINOR: htx: Add the function htx_change_blk_value_len()
2019-06-17 Tim DuesterhusBUG/MEDIUM: compression: Set Vary: Accept-Encoding...
2019-06-17 Christopher... BUG/MINOR: mux-h1: Add the header connection in lower...
2019-06-17 Christopher... BUG/MINOR: lua/htx: Make txn.req_req_* and txn.res_rep_...
2019-06-17 Baptiste AssmannMEDIUM: server: server-state global file stored in...
2019-06-17 Tim DuesterhusMINOR: sample: Add sha2([<bits>]) converter
2019-06-17 Tim DuesterhusMEDIUM: Remove 'option independant-streams'
2019-06-17 Tim DuesterhusMEDIUM: Make '(cli|con|srv)timeout' directive fatal
2019-06-17 Tim DuesterhusMEDIUM: Make 'redispatch' directive fatal
2019-06-17 Tim DuesterhusMEDIUM: Make 'block' directive fatal
2019-06-17 Willy TarreauDOC: this is a development branch again.
2019-06-17 Christopher... BUG/MEDIUM: h2/htx: Update data length of the HTX when...
2019-06-16 Willy Tarreau[RELEASE] Released version 2.1-dev0 v2.1-dev0
2019-06-16 Willy Tarreau[RELEASE] Released version 2.0.0 v2.0.0
2019-06-16 Willy TarreauDOC: mention a few common build errors in the INSTALL...
2019-06-16 Willy TarreauBUILD: makefile: do not use echo -n
2019-06-16 Willy TarreauBUILD: makefile: enable USE_RT on Solaris
2019-06-16 Willy TarreauBUILD: pattern: work around an internal compiler bug...
2019-06-16 Willy TarreauBUILD: tools: work around an internal compiler bug...
2019-06-16 Willy TarreauBUILD: makefile: make the obsolete target detection...
2019-06-15 Ilya ShipitsinBUILD: travis-ci: TFO and GETADDRINFO are now enabled...
2019-06-15 Willy TarreauDOC: mention in INSTALL haproxy 2.0 is a long-term...
2019-06-15 Willy TarreauDOC: create a BRANCHES file to explain the life cycle
2019-06-15 Willy TarreauDOC: update the outdated ROADMAP file
2019-06-15 Tim DuesterhusDOC: Fix typos in CONTRIBUTING
2019-06-15 Willy TarreauCLEANUP: removed obsolete examples an move a few to...
2019-06-15 Olivier HouchardBUG/MEDIUM: ssl: Make sure we initiate the handshake...
2019-06-15 Willy TarreauDOC: small updates to the CONTRIBUTING file
2019-06-15 Willy TarreauBUILD: makefile: enable getaddrinfo on the linux-glibc...
2019-06-15 Willy TarreauBUILD: makefile: enable TFO on linux platforms
2019-06-15 Willy TarreauBUILD: makefile: enable linux namespaces by default...
2019-06-15 Willy TarreauBUILD: makefile: detect and reject recently removed...
2019-06-15 Willy TarreauDOC: update few references to the linux* targets and...
2019-06-15 Willy TarreauBUILD: travis-ci: switch to linux-glibc instead of...
2019-06-15 Willy TarreauBUILD: makefile: rename "linux2628" to "linux-glibc...
2019-06-15 Willy TarreauBUILD: makefile: further clarify the "help" output...
2019-06-15 Willy TarreauBUG/MEDIUM: mux-h2: properly account for the appended...
2019-06-15 Olivier HouchardBUG/MEDIUM: connections: Don't try to send early data...
2019-06-15 Olivier HouchardBUG/MEDIUM: connections: Don't use ALPN to pick mux...
2019-06-15 Willy TarreauBUG/MEDIUM: mux-h2: fix early close with option aborton...
2019-06-14 Willy TarreauBUG: tasks: fix bug introduced by latest scheduler...
2019-06-14 Christopher... BUG/MINOR: mux-h1: Wake busy mux for I/O when message...
2019-06-14 Willy TarreauBUILD: makefile: clarify the "help" output and list...
2019-06-14 William LallemandDOC: add some environment variables in section 2.3
2019-06-14 Olivier HouchardBUG/MEDIUM: connections: Don't call shutdown() if we...
next