]> git.ipfire.org Git - thirdparty/haproxy.git/shortlog
thirdparty/haproxy.git
2022-02-24  Christopher... CLEANUP: conn-stream: Don't export conn-stream pool
2022-02-24  Christopher... MINOR: conn-stream: Rename cs_detach() to cs_detach_endp()
2022-02-24  Christopher... MINOR: sink: Always access the stream-int via the conn...
2022-02-24  Christopher... MINOR: tcp-act: Always access the stream-int via the...
2022-02-24  Christopher... MINOR: httpclient: Always access the stream-int via...
2022-02-24  Christopher... MINOR: http-act: Always access the stream-int via the...
2022-02-24  Christopher... MINOR: dns: Always access the stream-int via the conn...
2022-02-24  Christopher... MINOR: cache: Always access the stream-int via the...
2022-02-24  Christopher... MINOR: hlua: Always access the stream-int via the conn...
2022-02-24  Christopher... MINOR: debug: Always access the stream-int via the...
2022-02-24  Christopher... MINOR: peers: Always access the stream-int via the...
2022-02-24  Christopher... MINOR: proxy: Always access the stream-int via the...
2022-02-24  Christopher... MINOR: frontend: Always access the stream-int via the...
2022-02-24  Christopher... MINOR: log: Always access the stream-int via the conn...
2022-02-24  Christopher... MINOR: cli: Always access the stream-int via the conn...
2022-02-24  Christopher... MINOR: http-ana: Always access the stream-int via the...
2022-02-24  Christopher... MINOR: stream: Always access the stream-int via the...
2022-02-24  Christopher... MINOR: backend: Always access the stream-int via the...
2022-02-24  Christopher... MINOR: stream-int: Always access the stream-int via...
2022-02-24  Christopher... MINOR: stream: Slightly rework stream_new to separate...
2022-02-24  Christopher... MINOR: stream: Add pointer to front/back conn-streams...
2022-02-24  Christopher... MEDIUM: conn_stream: Add a pointer to the app object...
2022-02-24  Christopher... MEDIUM: applet: Set the conn-stream as appctx owner...
2022-02-24  Christopher... MAJOR: conn_stream/stream-int: move the appctx to the...
2022-02-24  Christopher... MEDIUM: conn-stream: Be prepared to use an appctx as...
2022-02-24  Christopher... MEDIUM: conn-stream: No longer access connection field...
2022-02-24  Christopher... REORG: conn_stream: move conn-stream stuff in dedicated...
2022-02-24  Christopher... MEDIUM: stream: Allocate backend CS when the stream...
2022-02-24  Christopher... MEDIUM: stream: No longer release backend conn-stream...
2022-02-24  Christopher... MINOR: stream-int: Be able to allocate a CS without...
2022-02-24  Christopher... MINOR: stream-int: Add function to attach a connection...
2022-02-24  Christopher... MINOR: stream-int: Add function to reset a SI endpoint
2022-02-24  Christopher... MINOR: connection: Add a function to detach a conn...
2022-02-24  Christopher... MINOR: stream: Handle appctx case first when creating...
2022-02-24  Christopher... MINOR: connection: Be prepared to handle conn-stream...
2022-02-24  Christopher... MINOR: stream-int: Handle appctx case first when releas...
2022-02-24  Willy TarreauDOC: design: commit the temporary design notes on threa...
2022-02-24  Willy TarreauDOC: design: add design thoughts for later simplificati...
2022-02-24  Willy TarreauDOC: internal: update the pools API to mention boot...
2022-02-23  Christian RuppertDOC: Fix usage/examples of deprecated ACLs
2022-02-23  Willy TarreauCI: github: enable pool debugging by default
2022-02-23  Willy TarreauBUILD: makefile: enable both DEBUG_STRICT and DEBUG_MEM...
2022-02-23  Willy TarreauMINOR: pools: support setting debugging options using -dM
2022-02-23  Willy TarreauMINOR: pools: delegate parsing of command line option...
2022-02-23  Willy TarreauMEDIUM: init: handle arguments earlier
2022-02-23  Willy TarreauMINOR: init: extract args parsing to their own function
2022-02-23  Willy TarreauMEDIUM: init: split the early initialization in its...
2022-02-23  Willy TarreauMEDIUM: initcall: move STG_REGISTER earlier
2022-02-23  Willy TarreauMINOR: pools: add a debugging flag for memory poisonnin...
2022-02-23  Willy TarreauMINOR: pools: replace DEBUG_MEMORY_POOLS with runtime...
2022-02-23  Willy TarreauMINOR: pools: replace DEBUG_POOL_TRACING with runtime...
2022-02-23  Willy TarreauMINOR: pools: get rid of POOL_EXTRA
2022-02-23  Willy TarreauMINOR: pools: store the allocated size for each pool
2022-02-23  Willy TarreauMEDIUM: pools: replace CONFIG_HAP_POOLS with a runtime...
2022-02-23  Willy TarreauMINOR: pools: make the global pools a runtime option.
2022-02-23  Willy TarreauMINOR: pools: add a new debugging flag POOL_DBG_INTEGRITY
2022-02-23  Willy TarreauMINOR: pools: add a new debugging flag POOL_DBG_COLD_FIRST
2022-02-23  Willy TarreauMINOR: pools: switch DEBUG_DONT_SHARE_POOLS to runtime
2022-02-23  Willy TarreauMINOR: pools: switch the fail-alloc test to runtime...
2022-02-23  Willy TarreauMINOR: pools: introduce a new pool_debugging global...
2022-02-23  Willy TarreauMINOR: pools: disable redundant poisonning on pool_free()
2022-02-23  Willy TarreauCLEANUP: init: remove the ifdef on HAPROXY_MEMMAX
2022-02-23  Willy TarreauCLEANUP: vars: move the per-process variables initializ...
2022-02-23  Willy TarreauCLEANUP: muxes: do not use a dynamic trash in list_mux_...
2022-02-23  Willy TarreauCLEANUP: httpclient: initialize the client in stage...
2022-02-23  William LallemandDOC: httpclient/lua: fix the type of the dst parameter
2022-02-23  William LallemandBUG/MINOR: httpclient/lua: missing pop for new timeout...
2022-02-23  William LallemandMINOR: httpclient/lua: ability to set a server timeout
2022-02-23  Christopher... BUG/MEDIUM: stream: Abort processing if response buffer...
2022-02-21  Willy TarreauREGTESTS: fix the race conditions in 40be_2srv_odd_heal...
2022-02-21  Willy TarreauCLEANUP: pools: remove the now unused pool_is_crowded()
2022-02-21  Willy TarreauMINOR: pools: mark most static pool configuration varia...
2022-02-21  Amaury DenoyelleMINOR: quic: fix handling of out-of-order received...
2022-02-21  Amaury DenoyelleMINOR: mux-quic: fix uninitialized return on qc_send
2022-02-21  Amaury DenoyelleMINOR: h3: fix compiler warning variable set but not...
2022-02-21  Amaury DenoyelleMINOR: quic: do not modify offset node if quic_rx_strm_...
2022-02-21  Christopher... DEBUG: stream-int: Check CS_FL_WANT_ROOM is not set...
2022-02-21  Christopher... BUG/MAJOR: mux-h2: Be sure to always report HTX parsing...
2022-02-21  Christopher... BUG/MEDIUM: mux-h1: Don't wake h1s if mux is blocked...
2022-02-21  Christopher... BUG/MEDIUM: htx: Be sure to have a buffer to perform...
2022-02-21  Amaury DenoyelleMINOR: mux-quic: fix a possible null dereference in...
2022-02-18  Willy TarreauDEBUG: buffer: check in __b_put_blk() whether the buffe...
2022-02-18  Willy TarreauBUG/MEDIUM: httpclient: limit transfers to the maximum...
2022-02-18  William LallemandBUG/MINOR: tools: url2sa reads ipv4 too far
2022-02-18  Willy TarreauCLEANUP: httpclient/cli: fix indentation alignment...
2022-02-18  Remi Tricot... BUG/MINOR: ssl: Missing return value check in ssl_ocsp_...
2022-02-18  Remi Tricot... BUG/MINOR: ssl: Fix leak in "show ssl ocsp-response...
2022-02-18  Remi Tricot... BUG/MINOR: ssl: Add missing return value check in ssl_o...
2022-02-17  William LallemandMINOR: httpclient/lua: add 'dst' optionnal field
2022-02-17  William LallemandMINOR: httpclient: sets an alternative destination
2022-02-17  Lukas TribusBUG/MINOR: mailers: negotiate SMTP, not ESMTP
2022-02-17  William LallemandBUG/MINOR: httpclient: reinit flags in httpclient_start()
2022-02-16  Willy TarreauBUG/MINOR: mux-h2: update the session's idle delay...
2022-02-16  Willy TarreauBUG/MEDIUM: h2/hpack: fix emission of HPACK DTSU after...
2022-02-16  Willy TarreauREGTESTS: peers: leave a bit more time to peers to...
2022-02-16  Willy TarreauREGTESTS: server: close an occasional race on dynamic_s...
2022-02-16  Willy TarreauBUG/MAJOR: spoe: properly detach all agents when releas...
2022-02-16  Andrew McDermottBUG/MAJOR: http/htx: prevent unbounded loop in http_man...
2022-02-16  Amaury DenoyelleMINOR: h3: remove unused return value on decode_qcs
2022-02-16  William LallemandBUG/MINOR: httpclient/cli: display junk characters...
next