]> git.ipfire.org Git - thirdparty/haproxy.git/shortlog
thirdparty/haproxy.git
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...
2019-06-14  Willy TarreauCLEANUP: tasks: rename task_remove_from_tasklet_list...
2019-06-14  Willy TarreauCLEANUP: connection: rename the wait_event.task field...
2019-06-14  Baptiste AssmannMEDIUM: server: server-state only rely on server name
2019-06-14  Christopher... MINOR: mux-h2: Forward clients scheme to servers checki...
2019-06-14  Christopher... MINOR: mux-h1: Set flags about the request's scheme...
2019-06-14  Christopher... MINOR: h2: Set flags about the request's scheme on...
2019-06-14  Christopher... MINOR: htx: Add 3 flags on the start-line to deal with...
2019-06-14  Christopher... BUG/MEDIUM: proto_htx: Introduce the state ENDING durin...
2019-06-14  Christopher... CLEANUP: channel: Remove channel_htx_fwd_payload()...
2019-06-14  Christopher... BUG/MEDIUM: htx: Don't change position of the first...
2019-06-14  Christopher... BUG/MINOR: htx: Detect when tail_addr meet end_addr...
2019-06-14  Christopher... BUG/MINOR: http: Use the global value to limit the...
2019-06-14  Christopher... BUG/MINOR: channel/htx: Call channel_htx_full() from...
2019-06-14  Christopher... BUG/MINOR: fl_trace/htx: Be sure to always forward...
2019-06-14  Willy TarreauBUG/MINOR: task: prevent schedulable tasks from starvin...
next