]> git.ipfire.org Git - thirdparty/haproxy.git/shortlog
thirdparty/haproxy.git
2022-04-22  Christopher... MINOR: stream: Don't needlessly detach server endpoint...
2022-04-22  Christopher... BUG/MEDIUM: conn-stream: Set back CS to RDY state when...
2022-04-22  Christopher... BUG/MINOR: backend: Don't allow to change backend applet
2022-04-22  Christopher... BUG/MINOR: cache: Disable cache if applet creation...
2022-04-22  Christopher... MINOR: conn-stream: Rely on endpoint shutdown flags...
2022-04-22  Christopher... CLEANUP: conn-stream: Rename cs_applet_release()
2022-04-22  Christopher... CLEANUP: conn-stream: Rename cs_conn_close() and cs_con...
2022-04-22  Christopher... DEV: stream: Fix conn-streams dump in full stream message
2022-04-22  Amaury DenoyelleBUG/MINOR: mux-quic: remove dead code in qcs_xfer_data()
2022-04-22  Willy TarreauBUG/MEDIUM: logs: fix http-client's log srv initialization
2022-04-21  Amaury DenoyelleBUG/MINOR: mux-quic: handle null timeout
2022-04-21  Amaury DenoyelleBUG/MINOR: mux-quic: unsubscribe on release
2022-04-21  Frédéric LécailleBUG/MEDIUM: quic: Possible crash with released mux
2022-04-21  Remi Tricot... REGTESTS: ssl: Update error messages that changed with...
2022-04-21  Remi Tricot... MINOR: ssl: Add 'show ssl providers' cli command and...
2022-04-21  Amaury DenoyelleMINOR: cfg-quic: define tune.quic.conn-buf-limit
2022-04-21  Amaury DenoyelleMINOR: mux-quic: implement immediate send retry
2022-04-21  Amaury DenoyelleMINOR: quic: limit total stream buffers per connection
2022-04-21  Amaury DenoyelleMINOR: quic-stream: refactor ack management
2022-04-21  Amaury DenoyelleMEDIUM: quic: implement multi-buffered Tx streams
2022-04-21  Amaury DenoyelleMINOR: quic-stream: add qc field
2022-04-21  Amaury DenoyelleMINOR: quic-stream: use distinct tree nodes for quic...
2022-04-21  Amaury DenoyelleREORG: quic: use a dedicated module for qc_stream_desc
2022-04-21  Amaury DenoyelleMINOR: mux-quic: split xfer and STREAM frames build
2022-04-20  Remi Tricot... BUILD: ssl: Fix compilation with OpenSSL 1.0.2
2022-04-20  Remi Tricot... MEDIUM: ssl: Disable DHE ciphers by default
2022-04-20  Remi Tricot... MINOR: ssl: Use DH parameters defined in RFC7919 instea...
2022-04-19  Willy TarreauBUILD: calltrace: fix wrong include when building with...
2022-04-16  Willy Tarreau[RELEASE] Released version 2.6-dev6 v2.6-dev6
2022-04-16  Willy TarreauSCRIPTS: announce-release: add shortened links to pendi...
2022-04-16  Willy TarreauDOC: lua: update a few doc URLs
2022-04-16  Willy TarreauSCRIPTS: announce-release: update the doc's URL
2022-04-15  David CARLIERMINOR: tcp_sample: extend support for get_tcp_info...
2022-04-15  David CARLIERMINOR: tcp_sample: clarifying samples support per os...
2022-04-15  Christopher... BUG/MEDIUM: compression: Don't forget to update htx_sl...
2022-04-15  Christopher... BUG/MEDIUM: fcgi-app: Use http_msg flags to know if...
2022-04-15  Amaury DenoyelleBUG/MEDIUM: quic: properly clean frames on stream free
2022-04-15  Christopher... BUG/MEDIUM: connection: Don't crush context pointer...
2022-04-14  Willy TarreauMINOR: extcheck: fill in the server's UNIX socket addre...
2022-04-14  Willy TarreauCLEANUP: extcheck: do not needlessly preset the server...
2022-04-14  Willy TarreauBUG/MEDIUM: stream: do not abort connection setup too...
2022-04-14  Willy TarreauBUILD: compiler: use a more portable set of asm(".weak...
2022-04-14  Willy TarreauBUILD: sched: workaround crazy and dangerous warning...
2022-04-14  Amaury DenoyelleMINOR: quic: emit CONNECTION_CLOSE on app init error
2022-04-14  Amaury DenoyelleBUG/MINOR: quic: fix return value for error in start
2022-04-14  Amaury DenoyelleBUG/MINOR: quic-sock: do not double free session on...
2022-04-14  Amaury DenoyelleBUG/MINOR: mux-quic: prevent a crash in session_free...
2022-04-14  Christopher... BUILD: http-client: Avoid dead code when compiled witho...
2022-04-14  Christopher... BUG/MEDIUM: mux-h1: Don't request more room on partial...
2022-04-14  Christopher... MINOR: conn-stream: Use unsafe functions to get conn...
2022-04-14  Christopher... MINOR: muxes: Don't expect to call release function...
2022-04-14  Christopher... MINOR: muxes: Don't handle proto upgrade for muxes...
2022-04-14  Christopher... MINOR: muxes: Don't expect to have a mux without connec...
2022-04-14  Willy TarreauBUG/MINOR: mux-h2: use timeout http-request as a fallba...
2022-04-14  Willy TarreauBUG/MINOR: mux-h2: do not use timeout http-keep-alive...
2022-04-13  Willy TarreauBUILD: initcall: mark the __start_i_* symbols as weak...
2022-04-13  Willy TarreauBUILD: debug: mark the __start_mem_stats/__stop_mem_sta...
2022-04-13  Frédéric LécailleBUG/MINOR: quic: Avoid starting the mux if no ALPN...
2022-04-13  Christopher... MINOR: mux-h1: Rely on the endpoint instead of the...
2022-04-13  Christopher... MINOR: muxes: Improve show_fd callbacks to dump endpoin...
2022-04-13  Christopher... CLEANUP: conn-stream: rename cs_register_applet() to...
2022-04-13  Christopher... MINOR: conn-stream: Use a dedicated function to conditi...
2022-04-13  Christopher... CLEANUP: muxes: Remove MX_FL_CLEAN_ABRT flag
2022-04-13  Christopher... MEDIUM: check: Use a new conn-stream for each health...
2022-04-13  Christopher... DOC: conn-stream: Add comments on functions of the...
2022-04-13  Christopher... CLEANUP: conn-stream: Don't export internal functions
2022-04-13  Christopher... CLEANUP: tree-wide: Remove any ref to stream-interfaces
2022-04-13  Christopher... DEV: flags: No longer dump SI flags
2022-04-13  Christopher... MINOR: conn-stream: Remove the stream-interface from...
2022-04-13  Christopher... MEDIUM: stream: Don't use the stream-int anymore in...
2022-04-13  Christopher... MINOR: http-ana: Use CS to perform L7 retries
2022-04-13  Christopher... MINOR: stream: Use conn-stream to report server error
2022-04-13  Christopher... REORG: stream-int/conn-stream: Move remaining functions...
2022-04-13  Christopher... MEDIUM: stream-int/conn-stream: Move I/O functions...
2022-04-13  Christopher... MEDIUM: stream-int/conn-stream: Move blocking flags...
2022-04-13  Christopher... CLEANUP: stream-int: Remove unused SI functions
2022-04-13  Christopher... MINOR: stream-int/conn-stream: Move si_alloc_ibuf(...
2022-04-13  Christopher... MINOR: stream-int/conn-stream Move si_is_conn_error...
2022-04-13  Christopher... MINOR: conn-stream: Move si_conn_cb in the conn-stream...
2022-04-13  Christopher... MINOR: stream-int/conn-stream: Move si_sync_recv/send...
2022-04-13  Christopher... MINOR: stream-int/conn-stream: Move si_cs_io_cb() in...
2022-04-13  Christopher... MINOR: stream-int/conn-stream: Move stream_int_notify...
2022-04-13  Christopher... MINOR: stream-int/conn-stream: Move stream_int_read0...
2022-04-13  Christopher... MEDIUM: conn-stream/applet: Add a data callback for...
2022-04-13  Christopher... MINOR: stream-int/stream: Move si_update_both in stream...
2022-04-13  Christopher... MINOR: stream-int-conn-stream: Move si_update_* in...
2022-04-13  Christopher... REORG: conn-stream: Move cs_app_ops in conn_stream.c
2022-04-13  Christopher... REORG: conn-stream: Move cs_shut* and cs_chk* in cs_utils
2022-04-13  Christopher... REORG: stream-int: Move si_is_conn_error() in the heade...
2022-04-13  Christopher... REORG: stream-int: Export si_cs_recv(), si_cs_send...
2022-04-13  Christopher... MINOR: stream-int/connection: Move conn_si_send_proxy...
2022-04-13  Christopher... MINOR: connection: unconst mux's get_fist_cs() callback...
2022-04-13  Christopher... MINOR: applet: Use the CS to register and release apple...
2022-04-13  Christopher... MEDIUM: stream-int/conn-stream: Move si_ops in the...
2022-04-13  Christopher... MINOR: stream-int/conn-stream: Move si_shut* and si_chk...
2022-04-13  Christopher... MINOR: conn-stream: Rename CS functions dedicated to...
2022-04-13  Christopher... MEDIUM: stream-int/conn-stream: Handle I/O subscription...
2022-04-13  Christopher... MEDIUM: conn-stream: Be prepared to fail to attach...
2022-04-13  Christopher... MINOR: conn-stream/connection: Move SHR/SHW modes in...
2022-04-13  Christopher... MINOR: stream-int/conn-stream: Move si_conn_ready(...
next