]> git.ipfire.org Git - thirdparty/haproxy.git/shortlog
thirdparty/haproxy.git
2018-12-21  Christopher... REGTEST: script: Add support of alternatives in requite...
2018-12-21  Olivier HouchardMEDIUM: mux_h1: Implement h1_show_fd.
2018-12-21  Christopher... BUG/MINOR: compression/htx: Don't add the last block...
2018-12-21  Christopher... BUG/MINOR: compression/htx: Don't compress responses...
2018-12-21  Nikhil AgrawalBUG/MEDIUM: dns: overflowed dns name start position...
2018-12-20  Jérôme MagninBUG/MEDIUM: dns: Don't prevent reading the last byte...
2018-12-20  Willy TarreauBUG/MEDIUM: mux-h2: Don't forget to quit the send list...
2018-12-20  Olivier HouchardBUG/MEDIUM: h2: Don't forget to quit the sending_list...
2018-12-20  Frédéric LécailleREGTEST: Exclude freebsd target for some reg tests.
2018-12-20  Frédéric LécailleREGTEST: Missing enclosing quotes for ${tmpdir} macro.
2018-12-20  Frédéric LécailleREGTEST: Be less Linux specific with a syslog regex.
2018-12-20  Frédéric LécailleREGTEST: Fix a typo about barrier type.
2018-12-20  Frédéric LécailleREGTEST: Make reg-tests target support argument.
2018-12-20  Christopher... REGTEST: Add option to use HTX prefixed by the macro...
2018-12-20  Christopher... REGTEST: script: Print only errors in the results report
2018-12-20  Christopher... REGTEST: script: Add the option --use-htx to enable...
2018-12-20  Christopher... REGTEST: script: Add the option --keep-logs to keep...
2018-12-20  Christopher... REGTEST: script: Add the option --debug to show logs...
2018-12-20  Christopher... REGTEST: script: Add the option --clean to remove previ...
2018-12-20  Christopher... REGTEST: script: Evaluate the varnishtest command to...
2018-12-20  Christopher... REGTEST: script: Process script arguments before everyt...
2018-12-20  Christopher... REGTEST: Require the option LUA to run lua tests
2018-12-20  Olivier HouchardBUG/MAJOR: connections: Close the connection before...
2018-12-19  Willy Tarreau[RELEASE] Released version 1.9.0 v1.9.0
2018-12-19  Willy TarreauDOC: mention in the readme that 1.9 is a stable version now
2018-12-19  Willy TarreauCLEANUP: remove my name and address from the copyright...
2018-12-19  Willy TarreauSCRIPTS: add the slack channel URL to the announce...
2018-12-19  Willy TarreauMINOR: cli/show_fd: report that a connection is back...
2018-12-19  Olivier HouchardBUG/MEDIUM: h2: Don't wait for flow control if the...
2018-12-19  Willy TarreauBUG/MINOR: mux-h2: make sure we check the conn_stream...
2018-12-19  Willy TarreauCLEANUP: mux-h2: make use of cs_set_error()
2018-12-19  Willy TarreauMINOR: connection: add cs_set_error() to set the error...
2018-12-19  Willy TarreauBUG/MEDIUM: mux-h2: make use of h2s_alert() to report...
2018-12-19  Willy TarreauMINOR: mux-h2: add a new function h2s_alert() to call...
2018-12-19  Willy TarreauCLEANUP: mux-h2: implement h2s_notify_{send,recv} to...
2018-12-19  Olivier HouchardBUG/MEDIUM: h2: Make sure we don't set CS_FL_ERROR...
2018-12-19  Willy TarreauMEDIUM: stream-int: always consider all CS errors on...
2018-12-19  Olivier HouchardBUG/MEDIUM: mux-h2: pass CS_FL_ERR_PENDING to h2_wake_s...
2018-12-19  Olivier HouchardBUG/MEDIUM: H2: Make sure htx is set even on empty...
2018-12-19  Olivier HouchardBUG/MEDIUM: h1: Don't shutw/shutr the connection if...
2018-12-19  Willy TarreauCLEANUP: stream-int: consistently call the si/stream_in...
2018-12-19  Willy TarreauMINOR: connection: remove an unwelcome dependency on...
2018-12-19  Willy TarreauCLEANUP: connection: rename conn->mux_ctx to conn->ctx
2018-12-19  Willy TarreauCLEANUP: connection: rename subscription events values...
2018-12-19  Christopher... MINOR: compression: Remove the thread_local variable...
2018-12-19  Christopher... BUG/MINOR: lua: Return an error if a legacy HTTP applet...
2018-12-19  Christopher... BUG/MEDIUM: lua/htx: Handle EOM in receive/get_line...
2018-12-19  Christopher... BUG/MINOR: proto_htx: Call the HTX version of the funct...
2018-12-19  Christopher... BUG/MEDIUM: stream: Forward the right amount of data...
2018-12-19  Willy TarreauMEDIUM: h2: properly check and deduplicate the content...
2018-12-19  Willy TarreauBUG/MEDIUM: stream-int: also wake the stream up on...
2018-12-18  Willy TarreauBUG/MINOR: mux-h1: report the correct frontend in error...
2018-12-18  Willy TarreauBUG/MEDIUM: mux-h2: make sure the demux also wakes...
2018-12-18  Willy TarreauBUG/MEDIUM: mux-h2: report asynchronous errors in h2_wa...
2018-12-18  Willy TarreauBUG/MEDIUM: mux-h2: make sure to report synchronous...
2018-12-18  Willy TarreauMINOR: objtype: report a few missing types in names...
2018-12-18  Willy TarreauBUG/MINOR: cli/fd: don't isolate the thread for each...
2018-12-18  Willy TarreauBUG/MINOR: mux-h2: don't report a fantom h2s in "show fd"
2018-12-18  Willy TarreauMINOR: cli/stream: add the conn_stream in "show sess...
2018-12-18  Willy TarreauCONTRIB: debug: report stream-int's flag SI_FL_CLEAN_ABRT
2018-12-18  Willy TarreauMINOR: mux-h2: report more h2c, last h2s and cs informa...
2018-12-18  Willy TarreauBUG/MEDIUM: h2: fix aggregated cookie length computatio...
2018-12-18  Willy TarreauBUG/MEDIUM: mux-h2: restart demuxing as soon as demux...
2018-12-18  Willy TarreauBUG/MEDIUM: mux-h2: also restart demuxing when data...
2018-12-18  Willy TarreauBUG/MEDIUM: stream-int: always clear CS_FL_WANT_ROOM...
2018-12-17  Willy TarreauCONTRIB: debug: teach the "flags" utility about new...
2018-12-17  Olivier HouchardBUG/MEDIUM: connection: Add a new CS_FL_ERR_PENDING...
2018-12-17  Christopher... BUG/MINOR: mux_pt: Set CS_FL_WANT_ROOM when count is...
2018-12-17  Christopher... BUG/MEDIUM: compression: Use the right buffer pointers...
2018-12-16  Willy Tarreau[RELEASE] Released version 1.9-dev11 v1.9-dev11
2018-12-16  Willy TarreauDOC: split the README into README + INSTALL
2018-12-16  Willy TarreauBUG/MAJOR: hpack: fix length check for short names...
2018-12-16  Willy TarreauDOC: clarify the agent-check status line syntax
2018-12-16  Willy TarreauBUG/MEDIUM: mux-h1: don't try to process an empty input...
2018-12-16  Olivier HouchardBUG/MEDIUM: h2: Don't destroy the h2s if it still has...
2018-12-16  Willy TarreauMINOR: debug: make the ABORT_NOW macro use a volatile int
2018-12-16  Olivier HouchardMINOR: pools: Cast to volatile int * instead of int *.
2018-12-15  Willy TarreauBUG/MINOR: cache: also consider CF_SHUTR to abort delivery
2018-12-15  Willy TarreauBUG/MEDIUM: htx/cache: use the correct class of error...
2018-12-15  Olivier HouchardMEDIUM: mux_h2: Always set CS_FL_NOT_FIRST for new...
2018-12-15  Olivier HouchardMEDIUM: servers: Be more agressive when adding H2 conne...
2018-12-15  Olivier HouchardMEDIUM: sessions: Don't keep an infinite number of...
2018-12-15  Olivier HouchardMEDIUM: mux: provide the session to the init() and...
2018-12-15  Olivier HouchardMEDIUM: mux: Destroy the stream before trying to add...
2018-12-15  Olivier HouchardMEDIUM: servers: Replace idle-timeout with pool-purge...
2018-12-15  Olivier HouchardMEDIUM: servers: Add a command to limit the number...
2018-12-15  Olivier HouchardMEDIUM: proxy: Set http-reuse safe as default.
2018-12-15  Olivier HouchardBUG/MEDIUM: h2: Don't forget to destroy the h2s after...
2018-12-15  Christopher... BUG/MAJOR: compression/cache: Make it really works...
2018-12-15  William LallemandBUG/MEDIUM: threads: don't close the thread waker pipe...
2018-12-15  Willy TarreauBUG/MINOR: logs: leave startup-logs global and not...
2018-12-15  Willy TarreauBUILD: thread: properly report multi-thread support
2018-12-15  Rosen PenevBUILD: ssl: Fix compilation without deprecated OpenSSL...
2018-12-15  Frédéric... REGTEST: Add a reg test for HTTP cookies.
2018-12-15  Willy TarreauBUG/MINOR: log: fix logging to both FD and IP
2018-12-15  Willy TarreauMINOR: tools: preset the port of fd-based "sockets...
2018-12-15  Willy TarreauBUG/MAJOR: backend: only update server's counters when...
2018-12-15  Willy TarreauBUG/MEDIUM: mux-h1: make sure we always have at least...
2018-12-15  Olivier HouchardBUG/MEDIUM: log: Don't call sample_fetch_as_type if...
2018-12-15  William LallemandMINOR: cli: implements 'reload' on master CLI
next