]> git.ipfire.org Git - thirdparty/haproxy.git/shortlog
thirdparty/haproxy.git
2022-02-25  Amaury DenoyelleMINOR: quic: liberate the TX stream buffer after ACK...
2022-02-25  Amaury DenoyelleMINOR: quic: adjust buffer handling for STREAM transmission
2022-02-25  Willy TarreauDEBUG: report BUG_ON() and WARN_ON() in the tainted...
2022-02-25  Willy TarreauDEBUG: add a new WARN_ON_ONCE() macro
2022-02-25  Willy TarreauDEBUG: make the _BUG_ON() macro return the condition
2022-02-25  Willy TarreauDBEUG: add a new WARN_ON() macro
2022-02-25  Willy TarreauDEBUG: mark ABORT_NOW() as unreachable
2022-02-25  Willy TarreauDEBUG: cleanup BUG_ON() configuration
2022-02-25  Willy TarreauDEBUG: cleanup back trace generation
2022-02-25  Willy TarreauDEBUG: move the tainted stuff to bug.h for easier inclusion
2022-02-25  Willy TarreauBUG/MINOR: debug: fix get_tainted() to properly read...
2022-02-24  Willy TarreauBUILD: stream: fix build warning with older compilers
2022-02-24  Amaury DenoyelleBUG/MEDIUM: quic: fix received ACK stream calculation
2022-02-24  Willy TarreauBUG/MINOR: proxy: preset the error message pointer...
2022-02-24  Christopher... BUILD: tree-wide: Avoid warnings about undefined entiti...
2022-02-24  Christopher... BUG/MINOR: h3/hq_interop: Fix CS and stream creation
2022-02-24  Christopher... CLEANUP: backend: Don't export connect_server anymore
2022-02-24  Christopher... CLEANUP: conn-stream: Remove cs_destroy()
2022-02-24  Christopher... MAJOR: check: Use a persistent conn-stream for health...
2022-02-24  Christopher... MINOR: stream: Don't destroy conn-streams but detach...
2022-02-24  Christopher... MINOR: conn-stream: Release a CS when both app and...
2022-02-24  Christopher... CLEANUP: stream-int: rename si_reset() to si_init()
2022-02-24  Christopher... MAJOR: stream/conn_stream: Move the stream-interface...
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...
next