]> git.ipfire.org Git - thirdparty/haproxy.git/shortlog
thirdparty/haproxy.git
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...
2019-06-10  Willy TarreauOPTIM/MINOR: init/threads: only call protocol_enable_al...
2019-06-10  Willy TarreauBUG/MEDIUM: init/threads: prevent initialized threads...
2019-06-10  Willy TarreauMEDIUM: threads: add thread_sync_release() to synchroni...
2019-06-09  Willy TarreauMINOR: threads: avoid clearing harmless twice in thread...
2019-06-07  Olivier HouchardBUG/MEDIUM: stream_interface: Make sure we call si_cs_p...
2019-06-07  Olivier HouchardBUG/MEDIUM: H1: When upgrading, make sure we don't...
2019-06-07  Willy TarreauMEDIUM: tools: improve time format error detection
2019-06-07  Frédéric LécailleMINOR: peers: Optimization for dictionary cache lookup.
2019-06-07  Frédéric LécailleMINOR: peers: A bit of optimization when encoding cache...
2019-06-07  Frédéric LécailleMINOR: dict: Store the length of the dictionary entries.
2019-06-07  Frédéric LécailleDOC: peers: Update for dictionary cache entries for...
2019-06-07  Frédéric LécailleMINOR peers: data structure simplifications for server...
2019-06-07  Willy TarreauMINOR: threads: serialize threads initialization
2019-06-07  Willy TarreauRevert "MINOR: chunks: Make sure trash_size is only...
2019-06-07  Olivier HouchardMINOR: chunks: Make sure trash_size is only set once.
2019-06-07  Willy TarreauMINOR: logs: use the new bitmap functions instead of...
2019-06-07  Willy TarreauMINOR: tools: add new bitmap manipulation functions
2019-06-07  Willy TarreauBUG/MEDIUM: mux-h2: make sure the connection timeout...
2019-06-07  Willy Tarreau[RELEASE] Released version 2.0-dev6 v2.0-dev6
2019-06-06  Olivier HouchardBUG/MEDIUM: tcp: Make sure we keep the polling consiste...
2019-06-06  Willy TarreauBUG/MINOR: time: make sure only one thread sets global_...
2019-06-06  Willy TarreauBUILD: peers: fix a build warning about an incorrect...
2019-06-06  Willy TarreauBUILD: stream-int: avoid a build warning in dev mode...
2019-06-06  Willy TarreauMEDIUM: stream: don't abusively loop back on changes...
2019-06-06  Willy TarreauMEDIUM: stream: only loop on flags relevant to the...
2019-06-06  Willy TarreauMEDIUM: stream: rearrange the events to remove the...
2019-06-06  Willy TarreauMINOR: stream-int: make si_sync_send() from the send...
2019-06-06  Willy TarreauMINOR: stream-int: split si_update() into si_update_rx...
2019-06-06  Willy TarreauMEDIUM: stream: re-arrange the connection setup status...
2019-06-06  Willy TarreauMEDIUM: stream-int: make idle-conns switch to ST_RDY
2019-06-06  Willy TarreauMAJOR: stream-int: switch from SI_ST_CON to SI_ST_RDY...
2019-06-06  Willy TarreauMEDIUM: stream-int: introduce a new state SI_ST_RDY
2019-06-06  Willy TarreauMEDIUM: stream-int: remove dangerous interval checks...
2019-06-06  Willy TarreauMINOR: stream-int: use bit fields to match multiple...
2019-06-06  Willy TarreauBUG/MINOR: stream: don't emit a send-name-header in...
2019-06-06  Willy TarreauMINOR: server: really increase the pool-purge-delay...
2019-06-06  Frédéric LécailleBUG/MINOR: peers: Wrong server name parsing.
2019-06-06  Olivier HouchardBUG/MEDIUM: ssl: Don't forget to initialize ctx->send_r...
2019-06-05  Olivier HouchardMEDIUM: connections: Remove CONN_FL_SOCK*
2019-06-05  Olivier HouchardMEDIUM: connections: Introduce a handshake pseudo-XPRT.
2019-06-05  Olivier HouchardMINOR: connections: Add a new xprt method, add_xprt().
2019-06-05  Olivier HouchardMINOR: connections: Add a new xprt method, remove_xprt.
2019-06-05  Olivier HouchardMINOR: ssl: Make ssl_sock_handshake() static.
2019-06-05  Olivier HouchardMEDIUM: ssl: Handle subscribe by itself.
2019-06-05  Olivier HouchardMEDIUM: connections: Wake the upper layer even if sendi...
2019-06-05  Olivier HouchardMEDIUM: checks: Make sure we unsubscribe before calling...
2019-06-05  Olivier HouchardBUG/MEDIUM: servers: Don't attempt to destroy idle...
2019-06-05  Frédéric LécailleBUG/MINOR: peers: Wrong "server_name" decoding.
2019-06-05  Christopher... BUG/MINOR: flt_trace/htx: Only apply the random forward...
2019-06-05  Christopher... BUG/MINOR: mux-h1: Don't send more data than expected
2019-06-05  Christopher... MINOR: htx: Don't use end-of-data blocks anymore
2019-06-05  Christopher... MEDIUM: htx: Add the parsing of trailers of chunked...
2019-06-05  Christopher... MEDIUM: cache/htx: Always store info about HTX blocks...
2019-06-05  Christopher... MINOR: mux-h1: Don't count the EOM in the estimated...
2019-06-05  Christopher... MINOR: mux-h1: Add h1_eval_htx_hdrs_size() to estimate...
2019-06-05  Christopher... MINOR: mux-h1: Add the flag HAVE_O_CONN on h1s
2019-06-05  Christopher... MEDIUM: mux-h1: refactor output processing
2019-06-05  Christopher... BUG/MINOR: mux-h1: errflag must be set on H1S and not...
2019-06-05  Christopher... BUG/MINOR: contrib/prometheus-exporter: Add HTX data...
2019-06-05  Christopher... BUG/MINOR: channel/htx: Don't alter channel during...
next