]> git.ipfire.org Git - thirdparty/haproxy.git/shortlog
thirdparty/haproxy.git
2019-01-04  Willy TarreauMINOR: h1: make the H1 headers block parser able to...
2019-01-04  Willy TarreauMINOR: mux-h2: make HTX_BLK_EOM processing idempotent
2019-01-03  Willy TarreauBUG/MEDIUM: mux-h1: don't enforce chunked encoding...
2019-01-03  Willy TarreauMINOR: mux-h1: parse the content-length header on outpu...
2019-01-03  Willy TarreauMEDIUM: mux-h2: pass trailers to HTX
2019-01-03  Willy TarreauMINOR: h2: add h2_make_htx_trailers to turn H2 headers...
2019-01-03  Willy TarreauMINOR: htx: add a new function to add a block without...
2019-01-03  Willy TarreauMEDIUM: mux-h2: pass trailers to H1 (legacy mode)
2019-01-03  Willy TarreauMINOR: h2: add h2_make_h1_trailers to turn H2 headers...
2019-01-03  Willy TarreauBUG/MEDIUM: mux-h2: decode trailers in HEADERS frames
2019-01-03  Willy TarreauMINOR: mux-h2: set H2_SF_HEADERS_RCVD when a HEADERS...
2019-01-03  Willy TarreauMINOR: mux-h2: check for too many streams only for...
2019-01-03  Willy TarreauCLEANUP: mux-h2: clean the stream error path on HEADERS...
2019-01-03  Willy TarreauMINOR: mux-h2: remove a misleading and impossible test
2019-01-03  Willy TarreauBUG/MINOR: mux-h2: detect when the HTX EOM block cannot...
2019-01-03  Willy TarreauMEDIUM: mux-h2: make h2c_decode_headers() support recov...
2019-01-03  Willy TarreauMINOR: mux-h2: add a new dummy stream : h2_error_stream
2019-01-03  Willy TarreauMINOR: mux-h2: make h2c_decode_headers() return a statu...
2019-01-03  Christopher... BUG/MEDIUM: mux-h1: Add a task to handle connection...
2019-01-03  Christopher... BUG/MEDIUM: proto-htx: Set SI_FL_NOHALF on server side...
2019-01-03  Christopher... BUG/MAJOR: stream-int: Update the stream expiration...
2019-01-03  Willy TarreauBUG/MEDIUM: mux-h1: make HTX chunking consistent with H2
2019-01-03  Willy TarreauBUG/MEDIUM: mux-h1: use per-direction flags to indicate...
2019-01-03  Willy TarreauBUG/MINOR: mux-h2: only update rxbuf's length for H1...
2019-01-03  Willy TarreauBUG/MINOR: mux-h2: mark end-of-stream after processing...
2019-01-03  Willy TarreauBUG/MINOR: mux-h2: don't check the CS count in h2c_bck_...
2019-01-03  Willy TarreauBUG/MINOR: mux-h2: set the stream-full flag when leavin...
2019-01-03  Willy TarreauBUG/MEDIUM: mux-h2: always restart reading if data...
2019-01-03  Willy TarreauCLEANUP: mux-h2: fix end-of-stream flag name when proce...
2019-01-02  Willy TarreauMINOR: lb: allow redispatch when using consistent hash
2019-01-02  Christopher... BUG/MAJOR: htx: Return the good block address after...
2019-01-02  Christopher... BUG/MEDIUM: cache: Be sure to end the forwarding when...
2019-01-02  Christopher... MINOR: stats/htx: Call channel_add_input instead of...
2019-01-02  Christopher... MINOR: channel: Add the function channel_add_input
2019-01-02  Willy TarreauBUG/MEDIUM: log: don't mark log FDs as non-blocking...
2019-01-01  Alex ZorinMINOR: payload: add sample fetch for TLS ALPN
2018-12-28  Olivier HouchardMEDIUM: sessions: Keep track of which connections are...
2018-12-28  Olivier HouchardMEDIUM: servers: Be smarter when switching connections.
2018-12-28  Olivier HouchardBUG/MEDIUM: servers: Flag the stream_interface on hands...
2018-12-28  Olivier HouchardBUG/MAJOR: sessions: Use an unlimited number of servers...
2018-12-28  Olivier HouchardBUG/MAJOR: servers: Correctly use LIST_ELEM().
2018-12-28  Olivier HouchardBUG/MAJOR: servers: Use the list api correctly to avoid...
2018-12-28  Olivier HouchardBUG/MEDIUM: servers: Fail if we fail to allocate a...
2018-12-28  Olivier HouchardBUG/MEDIUM: mux_h2: Don't add to the idle list if we...
2018-12-28  Jérôme MagninBUG/MINOR: htx: send the proper authenticate header...
2018-12-24  Olivier HouchardBUG/MEDIUM: tasks: Decrement tasks_run_queue in tasklet...
2018-12-24  Olivier HouchardBUG/MEDIUM: servers: Don't try to reuse connection...
2018-12-24  Willy TarreauCLEANUP: mux-h2: remove misleading comments about CONTI...
2018-12-24  Willy TarreauMEDIUM: mux-h2: handle decoding of CONTINUATION frames
2018-12-24  Willy TarreauMINOR: mux-h2: make h2_peek_frame_hdr() support an...
2018-12-24  Willy TarreauMINOR: buffers: add a new b_move() function
2018-12-24  Willy TarreauMINOR: mux-h2: fail stream creation more cleanly using...
2018-12-24  Willy TarreauMINOR: mux-h2: add a new dummy stream for the REFUSED_S...
2018-12-24  Willy TarreauMINOR: mux-h2: make h2c_send_rst_stream() use the dummy...
2018-12-24  Willy TarreauMEDIUM: mux-h2: decode HEADERS frames before allocating...
2018-12-24  Willy TarreauMINOR: mux-h2: remove useless check for empty frame...
2018-12-24  Willy TarreauMINOR: h2: add a bit-based frame type representation
2018-12-24  Willy TarreauMEDIUM: mux-h2: remove padlen during headers phase
2018-12-24  Willy TarreauBUG/MEDIUM: mux-h2: mark that we have too many CS once...
2018-12-23  Willy TarreauBUG/MINOR: mux-h2: make empty HEADERS frame return...
2018-12-23  Willy TarreauREGTESTS: remove the expected window updates from H2...
2018-12-23  Willy TarreauMINOR: mux-h2: only increase the connection window...
2018-12-22  Willy Tarreau[RELEASE] Released version 2.0-dev0 v2.0-dev0
2018-12-21  Olivier HouchardMEDIUM: checks: Add check-alpn.
2018-12-21  Olivier HouchardMINOR: ssl: Add ssl_sock_set_alpn().
2018-12-21  Olivier HouchardBUG/MEDIUM: server: Also copy "check-sni" for server...
2018-12-21  Frédéric... REGTEST: A basic test for "http-buffer-request"
2018-12-21  Willy TarreauBUG/MEDIUM: mux-h2: don't needlessly wake up the demux...
2018-12-21  Christopher... REGTEST: Add a basic test for the compression
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()
next