]> git.ipfire.org Git - thirdparty/haproxy.git/shortlog
thirdparty/haproxy.git
2019-01-08  Christopher... BUG/MINOR: proto_htx: Use HTX versions to truncate...
2019-01-08  Christopher... MINOR: channel/htx: Add the HTX version of channel_trun...
2019-01-08  Christopher... MINOR: htx: Add a function to truncate all blocks after...
2019-01-08  Frédéric LécailleREGTEST: Add some informatoin to test results.
2019-01-08  Christopher... BUG/MINOR: cache: Disable the cache if any compression...
2019-01-08  Christopher... BUG/MINOR: filters: Detect cache+compression config...
2019-01-08  Christopher... BUG/MINOR: compression: Disable it if another one is...
2019-01-08  Christopher... MEDIUM: mux-h1: Clarify how shutr/shutw are handled
2019-01-08  Christopher... BUG/MINOR: mux-h1: Close connection on shutr only when...
2019-01-08  Frédéric... REGTEST: Add a reg test for health-checks over SSL...
2019-01-08  PiBa-NLREGTEST: mailers: add new test for 'mailers' section
2019-01-08  Willy TarreauDOC: regtest: make it clearer what the purpose of the...
2019-01-07  Christopher... BUG/MINOR: stats/htx: Respect the reserve when the...
2019-01-07  Christopher... BUG/MEDIUM: cache/htx: Respect the reserve when cached...
2019-01-07  Christopher... MINOR: channel/htx: Add HTX version for some helper...
2019-01-07  Christopher... MINOR: htx: Add an helper function to get the max space...
2019-01-07  Thierry FOURNIERBUG/MEDIUM: lua: dead lock when Lua tasks are trigerred
2019-01-07  Thierry FOURNIERBUG/MINOR: lua: bad args are returned for Lua actions
2019-01-07  Willy TarreauMINOR: stream/cli: report more info about the HTTP...
2019-01-07  Willy TarreauMINOR: stream/cli: fix the location of the waiting...
2019-01-07  Willy TarreauMINOR: stream/htx: add the HTX flags output in "show...
2019-01-04  Willy TarreauBUILD: add a new file "version.c" to carry version...
2019-01-04  Willy TarreauBUG/MEDIUM: cli: make "show sess" really thread-safe
2019-01-04  Olivier HouchardMINOR: connections: Remove a stall comment.
2019-01-04  Olivier HouchardBUG/MEDIUM: server: Defer the mux init until after...
2019-01-04  Olivier HouchardBUG/MEDIUM: h1: In h1_init(), wake the tasklet instead...
2019-01-04  Christopher... BUG/MINOR: cache/htx: Be sure to count partial trailers
2019-01-04  Christopher... BUG/MEDIUM: h1: Get the h1m state when restarting the...
2019-01-04  Christopher... MINOR: mux-h1: Add the subscription events in "show...
2019-01-04  Christopher... MINOR: stream: Add the subscription events of SIs in...
2019-01-04  Christopher... MINOR: stream/htx: Add info about the HTX structs in...
2019-01-04  Willy TarreauMEDIUM: mux-h2: emit HEADERS frames when facing HTX...
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...
next