]> git.ipfire.org Git - thirdparty/haproxy.git/shortlog
thirdparty/haproxy.git
2018-11-18  Joseph HerlantCLEANUP: Fix typos in the peers subsystem
2018-11-18  Joseph HerlantCLEANUP: Fix typos in the log subsystem
2018-11-18  Joseph HerlantCLEANUP: Fix typos in the http subsystem
2018-11-18  Joseph HerlantCLEANUP: Fix typos in the filters subsystem
2018-11-18  Joseph HerlantCLEANUP: Fix typos in the cfgparse subsystem
2018-11-18  Joseph HerlantCLEANUP: Fix typos in the cache subsystem
2018-11-18  Joseph HerlantCLEANUP: Fix typos in the acl subsystem
2018-11-18  Joseph HerlantCLEANUP: Fix a typo in the stats subsystem
2018-11-18  Joseph HerlantMINOR: fix typos in the examples files
2018-11-18  Joseph HerlantMINOR: Fix typos in error messages in the proxy subsystem
2018-11-18  Joseph HerlantMINOR: Fix an error message thrown when we run out...
2018-11-18  Joseph HerlantDOC: fix a few typos in the documentation
2018-11-18  Joseph HerlantDOC: Fix typos in different subsections of the document...
2018-11-18  Joseph HerlantCLEANUP: fix typos in the ssl_sock subsystem
2018-11-18  Joseph HerlantCLEANUP: fix typos in the proxy subsystem
2018-11-18  Joseph HerlantCLEANUP: fix typos in the proto_http subsystem
2018-11-18  Joseph HerlantCLEANUP: fix typos in the hlua_fcn subsystem
2018-11-18  Joseph HerlantCLEANUP: fix typos in the comments of the vars subsystem
2018-11-18  Joseph HerlantCLEANUP: fix typos in reg-tests
2018-11-18  Joseph HerlantCLEANUP: fix typos in comments in ebtree
2018-11-18  Joseph HerlantCLEANUP: fix a typo found in the stream subsystem
2018-11-18  Joseph HerlantCLEANUP: fix a misspell in tests/filltab25.c
2018-11-18  Joseph HerlantCLEANUP: fix a few typos in the comments of the server...
2018-11-18  Joseph HerlantCLEANUP: fix 2 typos in the xxhash subsystem
2018-11-18  Joseph HerlantCLEANUP: Fix typos in the pattern subsystem
2018-11-18  Joseph HerlantCLEANUP: Fix typos in the dns subsystem
2018-11-18  Joseph HerlantCLEANUP: Fix some typos in the haproxy subsystem
2018-11-18  Christopher... MINOR: lua/htx: Forbid lua usage when the HTX is enable...
2018-11-18  Christopher... MINOR: filters/htx: Forbid filters when the HTX is...
2018-11-18  Christopher... MEDIUM: mux-h1: Handle errors and timeouts in the stream
2018-11-18  Christopher... MINOR: stream: Don't reset sov value with HTX messages
2018-11-18  Christopher... MINOR: stats/htx: Adapt the stats applet to handle...
2018-11-18  Christopher... MEDIUM: mux-h1: Wait for connection establishment befor...
2018-11-18  Christopher... MEDIUM: http_fetch: Adapt all fetches to handle HTX...
2018-11-18  Christopher... MINOR: http_fetch: Add smp_prefetch_htx
2018-11-18  Christopher... MEDIUM: proto_htx: Adapt htx_process_res_common to...
2018-11-18  Christopher... MEDIUM: proto_htx: Adapt htx_wait_for_request_body...
2018-11-18  Christopher... MINOR: proto_htx: Adapt htx_process_tarpit to handle...
2018-11-18  Christopher... MEDIUM: proto_htx: Adapt htx_process_request to handle...
2018-11-18  Christopher... MEDIUM: proto_htx: Adapt htx_process_req_common to...
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...
next