]> git.ipfire.org Git - thirdparty/haproxy.git/shortlog
thirdparty/haproxy.git
2018-11-18  Christopher... MINOR: proto_htx: Add functions to handle the stats...
2018-11-18  Christopher... MINOR: proto_htx: Add functions htx_perform_server_redirect
2018-11-18  Christopher... MINOR: proto_htx: Add functions htx_send_name_header
2018-11-18  Christopher... MINOR: proto_htx: Add functions to check the cacheabili...
2018-11-18  Christopher... MINOR: proto_htx: Add functions to manage cookies on...
2018-11-18  Christopher... MINOR: proto_htx: Add functions to apply req* and rsp...
2018-11-18  Christopher... MINOR: proto_htx: Add functions htx_req_get_intercept_r...
2018-11-18  Christopher... MINOR: proto_htx: Add function to build and send HTTP...
2018-11-18  Christopher... MINOR: proto_htx: Add functions htx_req_replace_stline...
2018-11-18  Christopher... MINOR: proto_htx: Add functions htx_transform_header...
2018-11-18  Christopher... MINOR: proto_htx: Add the internal function htx_fmt_res...
2018-11-18  Christopher... MINOR: proto_htx: Add the internal function htx_del_hdr...
2018-11-18  Christopher... MINOR: proto_htx: Rewrite htx_apply_redirect_rule to...
2018-11-18  Christopher... MINOR: http_htx: Add functions to retrieve a specific...
2018-11-18  Christopher... MINOR: http_htx: Add functions to replace part of the...
2018-11-18  Christopher... MAJOR: mux-h1/proto_htx: Switch mux-h1 and HTX analyzer...
2018-11-18  Christopher... MINOR: proto_htx: Add some functions to handle HTX...
2018-11-18  Christopher... MINOR: http_htx: Add functions to manipulate HTX messag...
2018-11-18  Christopher... MEDIUM: htx: Add API to deal with the internal represen...
2018-11-18  Christopher... MEDIUM: mux-h1: Add support of the kernel TCP splicing...
2018-11-18  Christopher... MAJOR: mux-h1/proto_htx: Handle keep-alive connections...
2018-11-18  Christopher... MEDIUM: mux-h1: Add parsing of incoming and ougoing...
2018-11-18  Christopher... MEDIUM: mux-h1: Add dummy mux to handle HTTP/1.1 connec...
2018-11-18  Christopher... MEDIUM: proto_htx: Add HTX analyzers and use it when...
2018-11-18  Christopher... MINOR: http: Add macros to check if a stream uses the...
2018-11-18  Christopher... MINOR: conn_stream: Add a flag to notify the SI some...
2018-11-18  Christopher... MINOR: http: Call http_send_name_header with the stream...
2018-11-18  Christopher... MINOR: http: Add standalone functions to parse a start...
2018-11-18  Christopher... MINOR: conn_stream: Add a flag to notify the mux it...
2018-11-18  Christopher... MINOR: htx: Add proto_htx.c file
2018-11-18  Christopher... MINOR: conn_stream: Add a flag to notify the mux it...
2018-11-18  Olivier HouchardMAJOR: connections: Detach connections from streams.
2018-11-18  Olivier HouchardMINOR: sessions: Start to store the outgoing connection...
2018-11-18  Olivier HouchardMINOR: mux: Add a destroy() method.
2018-11-18  Olivier HouchardMINOR: mux: Add a new "avail_streams" method.
2018-11-18  Olivier HouchardMEDIUM: mux: Teach the mux_pt how to deal with idle...
2018-11-18  Olivier HouchardMEDIUM: connections: Wait until the connection is estab...
2018-11-18  Willy TarreauMINOR: stream-int: replace si_cant_put() with si_rx_roo...
2018-11-18  Willy TarreauMEDIUM: stream-int: make use of si_rx_chan_{rdy,blk...
2018-11-18  Willy TarreauMEDIUM: stream-int: unconditionally call si_chk_rcv...
2018-11-18  Willy TarreauMEDIUM: stream-int: use si_rx_shut_blk() to indicate...
2018-11-18  Willy TarreauMEDIUM: stream-int: fix the si_cant_put() calls used...
2018-11-18  Willy TarreauMEDIUM: stream-int: fix the si_cant_put() calls used...
2018-11-18  Willy TarreauMINOR: stream-int: automatically mark applets as ready...
2018-11-18  Willy TarreauMINOR: stream-int: make si_sync_recv() simply check...
2018-11-18  Willy TarreauMEDIUM: stream-int: update the endp polling status...
2018-11-18  Willy TarreauMINOR: stream-int: replace si_{want,stop}_put() with...
2018-11-18  Willy TarreauMEDIUM: stream-int: use si_rx_buff_{rdy,blk} to report...
2018-11-18  Willy TarreauMINOR: stream-int: use si_rx_blocked()/si_tx_blocked...
2018-11-18  Willy TarreauMINOR: stream-int: replace SI_FL_WANT_PUT with !SI_FL_R...
2018-11-18  Willy TarreauMINOR: stream-int: add new functions si_{rx,tx}_{blocke...
2018-11-18  Willy TarreauMINOR: stream-int: introduce new SI_FL_RXBLK flags
2018-11-18  Willy TarreauMINOR: stream-int: rename SI_FL_WAIT_ROOM to SI_FL_RXBL...
2018-11-18  Willy TarreauMINOR: stream-int: expand the flags to 32-bit
2018-11-18  Willy TarreauMINOR: stream-int: relax the forwarding rules in stream...
2018-11-18  Willy TarreauMINOR: stream-int: make conn_si_send_proxy() use cs_get...
2018-11-18  Willy TarreauMINOR: mux: implement a get_first_cs() method
2018-11-18  Willy TarreauCLEANUP: h2: minimum documentation for recent API changes
2018-11-18  Christopher... BUG/MINOR: config: Copy default error messages when...
2018-11-17  Willy TarreauMINOR: stream: move the conn_stream specific calls...
2018-11-17  Willy TarreauBUG/MINOR: stream-int: set SI_FL_WANT_PUT in sess_estab...
2018-11-16  William LallemandMEDIUM: cli: worker socketpair is unstoppable
2018-11-16  William LallemandMEDIUM: listeners: support unstoppable listener
2018-11-16  William LallemandMEDIUM: jobs: support unstoppable jobs for soft stop
2018-11-16  Christopher... BUG/MINOR: http: Be sure to sent fully formed HTTP...
2018-11-16  Christopher... MINOR: http: Regroup return statements of http_res_get_...
2018-11-16  Christopher... MINOR: http: Regroup return statements of http_req_get_...
2018-11-16  Christopher... BUG/MINOR: http_fetch: Remove the version part when...
2018-11-16  Willy TarreauREGTEST: fix scripts 1 and 3 to accept development...
2018-11-16  Willy TarreauCONTRIB: debug: fix build related to conn_stream flags...
2018-11-15  Willy TarreauBUG/MINOR: stream-int: make sure not to go through...
2018-11-15  Willy TarreauBUG/MEDIUM: stream-int: clear CO_FL_WAIT_ROOM after...
2018-11-15  Willy TarreauBUG/MEDIUM: stream-int: make failed splice_in always...
2018-11-15  Olivier HouchardBUG/MEDIUM: Make sure stksess is properly aligned.
2018-11-13  William LallemandBUG/MEDIUM: log: don't CLOEXEC the inherited FDs
2018-11-13  William LallemandMINOR: mworker: only close std{in,out,err} in daemon...
2018-11-13  Frédéric LécailleDOC: early-hints: fix truncated line.
2018-11-12  Frédéric LécailleMINOR: doc: Add information about "early-hint" http...
2018-11-12  Frédéric LécailleMINOR: http: Implement "early-hint" http request rules.
2018-11-12  Frédéric LécailleMINOR: http: Make new "early-hint" http-request action...
2018-11-12  Frédéric LécailleMINOR: http: Add new "early-hint" http-request action.
2018-11-12  David CarlierBUILD/MEDIUM: threads/affinity: DragonFly build fix
2018-11-12  Willy TarreauMINOR: namespaces: don't build namespace.c if disabled
2018-11-12  Willy TarreauBUG/MEDIUM: stream-int: convert some co_data() checks...
2018-11-12  Willy TarreauBUG/MEDIUM: stream-int: change the way buffer room...
2018-11-12  Willy TarreauMEDIUM: log: add a new "raw" format
2018-11-12  Willy TarreauMEDIUM: log: support a new "short" format
2018-11-12  Willy TarreauMEDIUM: log: add support for logging to existing file...
2018-11-12  Willy TarreauMINOR: log: report the number of dropped logs in the...
2018-11-12  Willy TarreauDOC: logs: the format directive was missing from the...
2018-11-12  Willy TarreauMINOR: log: slightly improve error message syntax on...
2018-11-12  Joseph HerlantDOC: Fix typos in README and CONTRIBUTING
2018-11-12  Joseph HerlantCLEANUP: fix typos in comments for contrib/wireshark...
2018-11-12  Joseph HerlantCLEANUP: fix typos in comments for contrib/spoa_example
2018-11-12  Joseph HerlantCLEANUP: fix typos in comments for the contrib/modsecur...
2018-11-12  Joseph HerlantCLEANUP: fix a typo in a comment for the contrib/halog...
2018-11-12  Joseph HerlantCLEANUP: fix typos in the comments of the Makefile
2018-11-11  Willy TarreauBUILD: cache: fix a build warning regarding too large...
2018-11-11  Willy Tarreau[RELEASE] Released version 1.9-dev6 v1.9-dev6
2018-11-11  Willy TarreauBUG/MINOR: config: better detect the presence of the...
next