]> git.ipfire.org Git - thirdparty/haproxy.git/shortlog
thirdparty/haproxy.git
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...
2019-06-13  Olivier HouchardBUG/MEDIUM: h1: Wait for the connection if the handshak...
2019-06-13  Olivier HouchardBUG/MEDIUM: h1: Don't wait for handshake if we had...
2019-06-13  Ben51DegreesBUILD/MINOR: 51d: Updated build registration output...
2019-06-13  William LallemandMINOR: doc: update the manpage and usage message about -S
2019-06-13  Ilya ShipitsinBUILD: travis-ci: add 51Degree device detection, update...
2019-06-13  Willy TarreauCLEANUP: 51d: move the 51d dummy lib to contrib/51d...
2019-06-13  Tim DuesterhusBUILD: Silence gcc warning about unused return value
2019-06-13  William LallemandMINOR: doc: mention HAPROXY_LOCALPEER in the man
2019-06-13  William LallemandMINOR: doc: add master-worker in the man page
2019-06-13  Kazuo YagiMINOR: doc: Remove -Ds option in man page
2019-06-12  William LallemandMINOR: mworker: add the HAProxy version in "show proc"
2019-06-12  William LallemandMINOR: mworker: change formatting in uptime field of...
2019-06-12  Ben51DegreesMINOR: 51d: Added dummy libraries for the 51Degrees...
2019-06-12  Ben51DegreesBUG/MINOR: 51d/htx: The _51d_fetch method, and the...
2019-06-12  Willy TarreauMINOR: http: add a new "http-request replace-uri" action
2019-06-12  William LallemandDOC: mworker-prog: documentation for the program section
2019-06-12  Olivier HouchardMINOR: fd: Don't use atomic operations when it's not...
2019-06-11  Willy Tarreau[RELEASE] Released version 2.0-dev7 v2.0-dev7
2019-06-11  Daniel CorbettDOC/MINOR: contrib/spoa_server: Fix typo in README
2019-06-11  Daniel CorbettMINOR: contrib/spoa_server: Add random IP score
2019-06-11  Daniel CorbettBUG/MEDIUM: contrib/spoa_server: Set FIN flag on agent...
2019-06-11  Daniel CorbettMINOR: contrib/spoa_server: Upgrade SPOP to 2.0
2019-06-11  Olivier HouchardBUG/MEDIUM: h1: Don't consider we're connected if the...
2019-06-11  Olivier HouchardBUG/MEDIUM: h1: Don't try to subscribe if we had a...
2019-06-11  Willy TarreauMINOR: http: turn default error files to HTTP/1.1
2019-06-11  Willy TarreauBUG/MINOR: http-rules: mention "deny_status" for "deny...
2019-06-11  Olivier HouchardRevert "BUG/MEDIUM: H1: When upgrading, make sure we...
2019-06-11  Christopher... MINOR: htx: Add the function htx_move_blk_before()
2019-06-11  Christopher... MAJOR: htx: Rework how free rooms are tracked in an...
2019-06-11  Christopher... MINOR: flt_trace: Don't scrash the original offset...
2019-06-11  Christopher... BUG/MEDIUM: compression/htx: Fix the adding of the...
2019-06-11  Christopher... BUG/MINOR: cache/htx: Fix the counting of data already...
2019-06-11  Willy TarreauMEDIUM: init/threads: don't use spinlocks during the...
2019-06-11  Frédéric LécailleBUG/MINOR: dict: race condition fix when inserting...
next