haproxy-2.1.git
2018-12-08 PiBa-NLREGTEST/MINOR: remove health-check that can make the...
2018-12-08 PiBa-NLREGTEST/MINOR: skip seamless-reload test with abns...
2018-12-08 Olivier HouchardBUG/MEDIUM: connections: Remove error flags when retrying.
2018-12-08 PiBa-NLREGTEST/MINOR: remove double body specification for...
2018-12-08 Olivier HouchardBUG/MEDIUM: connection: Don't use the provided conn_str...
2018-12-08 Willy Tarreau[RELEASE] Released version 1.9-dev10 v1.9-dev10
2018-12-08 Christopher... BUG/MINOR: mux-h1: Remove the connection header when...
2018-12-08 Willy TarreauBUILD: h2: mark the start line already checked to avoid...
2018-12-08 Willy TarreauMINOR: compiler: add a new macro ALREADY_CHECKED()
2018-12-08 Olivier HouchardBUG/MEDIUM: h2: Don't try to chunk data when using...
2018-12-07 Willy TarreauREGTEST: make the HTTP rules test compatible with HTTP...
2018-12-07 Willy TarreauBUG/MEDIUM: htx: fix typo in htx_replace_stline() makin...
2018-12-07 Jérôme MagninMINOR: sample: add bc_http_major
2018-12-07 Olivier HouchardBUG/MEDIUM: sample: Don't treat SMP_T_METH as SMP_T_STR.
2018-12-07 Willy TarreauREGTEST: add a basic test for HTTP rules manipulating...
2018-12-07 Willy TarreauREGTEST: fix the Lua test file name in test lua/h00002 :-)
2018-12-07 Christopher... BUG/MINOR: stream-int: Process read0 even if no data...
2018-12-07 Christopher... MINOR: mux-h1: Set CS_FL_EOS when read0 is detected...
2018-12-07 Willy TarreauMINOR: htx: switch to case sensitive search of lower...
2018-12-07 Willy TarreauMEDIUM: ist: use local conversion arrays to case conversion
2018-12-07 Willy TarreauMINOR: h2: don't turn HTX header names to lower case...
2018-12-07 Willy TarreauMEDIUM: ist: always turn header names to lower case
2018-12-07 Willy TarreauMINOR: ist: add functions to copy/uppercase/lowercase...
2018-12-07 Frédéric LécailleREGTEST: Move LUA reg test 4 to level 1.
2018-12-07 Christopher... BUG/MEDIUM: mux-h1: Be sure to have a conn_stream to...
2018-12-06 Olivier HouchardBUG/MEDIUM: h1: Set CS_FL_REOS if we had a read0.
2018-12-06 Olivier HouchardBUG/MEDIUM: h1: Don't free the connection if it's an...
2018-12-06 Olivier HouchardBUG/MEDIUM: connections: Split CS_FL_RCV_MORE into...
2018-12-06 Willy TarreauSCRIPTS/REGTEST: merge grep+sed into sed in run-regtests
2018-12-06 William LallemandBUG/MEDIUM: mworker: fix several typos in mworker_clean...
2018-12-06 Willy TarreauBUG/MEDIUM: lua: block on remote connection establishment
2018-12-06 Willy TarreauBUG/MEDIUM: stream-int: don't attempt to receive if...
2018-12-06 Willy TarreauMINOR: stream-int: add a new blocking condition on...
2018-12-06 Olivier HouchardBUG/MEDIUM: connections: Reuse an already attached...
2018-12-06 Olivier HouchardBUG/MEDIUM: stream: Don't dereference s->txn when it...
2018-12-06 Christopher... BUG/MEDIUM: htx: Set the right start-line offset after...
2018-12-06 William LallemandBUG/MEDIUM: mworker: stop every tasks in the master
2018-12-06 Christopher... MINOR: mux-h1: Drain obuf if the output is closed after...
2018-12-06 Willy TarreauBUG/MEDIUM: mux-h2: stop sending using HTX on errors
2018-12-06 Willy TarreauBUG/MEDIUM: mux-h2: use the correct offset for the...
2018-12-06 Christopher... MINOR: mux-h1: Allow partial data consumption during...
2018-12-05 Christopher... CLEANUP: htx: Fix indentation here and there in HTX...
2018-12-05 Christopher... MINOR: mux-h1: Don't adjust anymore the amount of data...
2018-12-05 Christopher... MEDIUM: channel/htx: Add functions for forward HTX...
2018-12-05 Christopher... MEDIUM: htx: Rework conversion from a buffer to an...
2018-12-05 Christopher... BUG/MINOR: mux-h1: Check h1m flags to set the server...
2018-12-05 Willy TarreauBUG/MEDIUM: stream-int: don't mark as blocked an empty...
2018-12-05 Willy TarreauMEDIUM: mux-h1: avoid a double copy on the Tx path...
2018-12-05 Willy TarreauMEDIUM: mux-h1: attempt to zero-copy Rx DATA transfers
2018-12-05 Willy TarreauMEDIUM: mux-h1: make use of buf_room_for_htx_data(...
2018-12-05 Willy TarreauMINOR: htx: add buf_room_for_htx_data() to help optimiz...
2018-12-05 Willy TarreauMINOR: htx: make htx_from_buf() adjust the size only...
2018-12-04 Olivier HouchardBUG/MEDIUM: mux_pt: Always set CS_FL_RCV_MORE.
2018-12-04 Olivier HouchardMEDIUM: h1: Realign the ibuf before calling rcv_buf...
2018-12-04 Olivier HouchardBUG/MEDIUM: h1: Correctly report used data with no...
2018-12-04 Willy TarreauMINOR: mux-h2: stop on non-DATA and non-EOM HTX blocks
2018-12-04 Willy TarreauBUG/MEDIUM: mux-h2: don't send more HTX data than requested
2018-12-04 Willy TarreauBUG/MEDIUM: mux-h2: stop sending HTX once the mux is...
2018-12-04 Willy TarreauBUG/MEDIUM: mux-h2: make sure to always report HTX...
2018-12-04 Willy TarreauBUG/MEDIUM: mux-h2: properly update the window size...
2018-12-04 Olivier HouchardBUG/MEDIUM: h2: When sending in HTX, make sure the...
2018-12-04 Christopher... BUG/MINOR: proto_htx: Truncate the request when an...
2018-12-04 Christopher... BUG/MEDIUM: mux-h1: Release the mux H1 in h1_process...
2018-12-04 Christopher... MINOR: mux-h1: Make sure to return 1 in h1_recv() when...
2018-12-04 Christopher... BUG/MEDIUM: mux-h1: Always set CS_FL_RCV_MORE when...
2018-12-04 Olivier HouchardMEDIUM: mux-h1: Revamp the way subscriptions are handled.
2018-12-04 Olivier HouchardBUG/MEDIUM: stream_interface: Make REALLY sure we read...
2018-12-04 Christopher... BUG/MINOR: flt_trace/compression: Use the right flag...
2018-12-04 Olivier HouchardBUG/MEDIUM: h2: Don't forget to wake the tasklet after...
2018-12-04 Olivier HouchardBUG/MEDIUM: h1: Destroy a connection after detach if...
2018-12-04 William LallemandBUG/MEDIUM: mworker: stop proxies which have no listene...
2018-12-04 Jérôme MagninBUG/MINOR: fix ssl_fc_alpn and actually add ssl_bc_alpn
2018-12-04 Christopher... BUG/MINOR: htx: Force HTTP/1.1 on H1 formatting when...
2018-12-04 Christopher... MINOR: htx: Rename functions htx_*_to_str() to be H1...
2018-12-02 Willy Tarreau[RELEASE] Released version 1.9-dev9 v1.9-dev9
2018-12-02 Willy TarreauBUILD: threads: fix minor build warnings when threads...
2018-12-02 Willy TarreauBUG/MINOR: lb-map: fix unprotected update to server...
2018-12-02 Joseph HerlantCLEANUP: Fix a typo in the listener subsystem
2018-12-02 Joseph HerlantCLEANUP: Fix typos in the file descriptor subsystem
2018-12-02 Joseph HerlantCLEANUP: Fix a typo in the checks header file
2018-12-02 Joseph HerlantCLEANUP: Fix a typo in the protocol header file
2018-12-02 Joseph HerlantCLEANUP: Fix a typo in the connection subsystem
2018-12-02 Joseph HerlantCLEANUP: Fix a typo in the base64 subsystem
2018-12-02 Joseph HerlantCLEANUP: Fix typo in the 51d subsystem
2018-12-02 Joseph HerlantCLEANUP: Fix typos in the cli subsystem
2018-12-02 Joseph HerlantCLEANUP: Fix typo in the fwrr subsystem
2018-12-02 Joseph HerlantCLEANUP: Fix typos in the map management functions
2018-12-02 Joseph HerlantCLEANUP: Fix typos in the socket pair protocol subsystem
2018-12-02 Joseph HerlantCLEANUP: Fix typos in the shctx subsystem
2018-12-02 Joseph HerlantCLEANUP: Fix a typo in the queue subsystem
2018-12-02 Joseph HerlantCLEANUP: Fix a typo in the session subsystem
2018-12-02 Joseph HerlantCLEANUP: Fix a typo in the signal subsystem
2018-12-02 Joseph HerlantCLEANUP: Fix typos in the proto_tcp subsystem
2018-12-02 Joseph HerlantCLEANUP: Fix a typo in the proto_htx subsystem
2018-12-02 Joseph HerlantCLEANUP: Fix a typo in the mini-clist header
2018-12-02 Joseph HerlantCLEANUP: Fix typos in the h2 subsystem
2018-12-02 Joseph HerlantCLEANUP: Fix typos in the h1 subsystem
2018-12-02 Joseph HerlantCLEANUP: Fix typo in the chunk headers file
2018-12-02 Joseph HerlantCLEANUP: fix typos in the htx subsystem
2018-12-02 Olivier HouchardMEDIUM: servers: Add a way to keep idle connections...
next