haproxy-2.1.git
2018-11-19 Willy TarreauREORG: config: extract the proxy parser into cfgparse...
2018-11-19 Willy TarreauREORG: config: extract the global section parser into...
2018-11-18 Willy Tarreau[RELEASE] Released version 1.9-dev7 v1.9-dev7
2018-11-18 Joseph HerlantMINOR: Fix a typo in a warning message in the spoe...
2018-11-18 Joseph HerlantMINOR: Fix typo in the error 500 output of hlua
2018-11-18 Joseph HerlantCLEANUP: fix typos in the comments of hlua
2018-11-18 Joseph HerlantMINOR: Fix typo in error message in the standard subsystem
2018-11-18 Joseph HerlantCLEANUP: Fix typos in the task subsystem
2018-11-18 Joseph HerlantCLEANUP: Fix typos in the stick_table subsystem
2018-11-18 Joseph HerlantCLEANUP: Fix typos in the standard subsystem
2018-11-18 Joseph HerlantCLEANUP: Fix typos in the spoe subsystem
2018-11-18 Joseph HerlantCLEANUP: Fix typos in the sample subsystem
2018-11-18 Joseph HerlantCLEANUP: Fix typos in the regex subsystem
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...
next