]> git.ipfire.org Git - thirdparty/haproxy.git/shortlog
thirdparty/haproxy.git
2022-01-20  Willy TarreauMEDIUM: h2/hpack: emit a Dynamic Table Size Update...
2022-01-19  Willy TarreauBUG/MINOR: cli: avoid O(bufsize) parsing cost on pipeli...
2022-01-19  Willy TarreauMINOR: channel: add new function co_getdelim() to suppo...
2022-01-19  Willy TarreauMEDIUM: cli: yield between each pipelined command
2022-01-19  William LallemandDOC: management: mark "set server ssl" as deprecated
2022-01-19  Ilya ShipitsinCI: refactor OpenTracing build script
2022-01-18  William DauchyBUG/MEDIUM: server: avoid changing healthcheck ctx...
2022-01-17  David CarlierBUILD/MINOR: fix solaris build with clang.
2022-01-14  William LallemandBUG/MINOR: httpclient/lua: don't pop the lua stack...
2022-01-14  William LallemandBUG/MINOR: httpclient: set default Accept and User...
2022-01-14  William LallemandBUG/MINOR: httpclient: don't send an empty body
2022-01-13  Ilya ShipitsinCI: github actions: use cache for OpenTracing
2022-01-13  Christopher... BUG/MEDIUM: htx: Adjust length to add DATA block in...
2022-01-12  Frédéric LécailleMINOR: quic: Do not wakeup the I/O handler before the...
2022-01-12  Frédéric LécailleMINOR: quic: As server, skip 0-RTT packet number space
2022-01-12  Willy TarreauMINOR: pools: enable pools with DEBUG_FAIL_ALLOC as...
2022-01-12  Willy TarreauBUG/MEDIUM: connection: properly leave stopping list...
2022-01-12  Amaury DenoyelleMINOR: quic: free xprt tasklet on its thread
2022-01-12  Amaury DenoyelleMEDIUM: quic: implement Retry emission
2022-01-12  Amaury DenoyelleMINOR: quic: define retry_source_connection_id TP
2022-01-12  Amaury DenoyelleMEDIUM: quic: implement Initial token parsing
2022-01-12  Amaury DenoyelleMINOR: quic: implement Retry TLS AEAD tag generation
2022-01-12  Amaury DenoyelleMINOR: quic: add config parse source file
2022-01-12  Amaury DenoyelleMINOR: quic: fix return of quic_dgram_read
2022-01-12  Frédéric LécailleMINOR: quic: Do not dereference ->conn quic_conn struct...
2022-01-11  Remi Tricot... REGTESTS: ssl: Fix ssl_errors regtest with OpenSSL...
2022-01-11  Frédéric LécailleMINOR: quid: Add traces quic_close() and quic_conn_io_cb()
2022-01-11  Frédéric LécailleMINOR: quic: Wrong CRYPTO frame concatenation
2022-01-11  Frédéric LécailleMINOR: quic: Flag the connection as being attached...
2022-01-11  Frédéric LécailleMINOR: quic: Reset ->conn quic_conn struct member when...
2022-01-11  Frédéric LécailleMINOR: quic: Remaining TRACEs with connection as firt arg
2022-01-11  David CARLIERBUILD: cpuset: fix build issue on macos introduced...
2022-01-11  Ilya ShipitsinCI: github actions: clean default step conditions
2022-01-11  Willy TarreauDOC: internals: document the pools architecture and API
2022-01-11  Christopher... BUG/MAJOR: mux-h1: Don't decrement .curr_len for unsent...
2022-01-10  Remi Tricot... BUG/MINOR: ssl: Store client SNI in SSL context in...
2022-01-07  William LallemandBUG/MEDIUM: mworker: don't use _getsocks in wait mode
2022-01-07  Frédéric LécailleMINOR: quic: Non-optimal use of a TX buffer
2022-01-07  Frédéric LécailleMINOR: quic: Missing retransmission from qc_prep_fast_r...
2022-01-07  Frédéric LécailleMINOR: quic: Only one CRYPTO frame by encryption level
2022-01-07  Willy TarreauBUILD: makefile: add -Wno-atomic-alignment to work...
2022-01-07  Ilya ShipitsinCLEANUP: assorted typo fixes in the code and comments
2022-01-07  Ilya ShipitsinCI: refactor spelling check
2022-01-07  David CARLIERMINOR: cpuset: switch to sched_setaffinity for FreeBSD...
2022-01-06  William DauchyMINOR: proxy: add option idle-close-on-response
2022-01-04  Frédéric LécailleMINOR: quic: Re-arm the PTO timer upon datagram receipt
2022-01-04  Frédéric LécailleMINOR: quic: PTO timer too often reset
2022-01-04  Frédéric LécailleMINOR: quic: Flag asap the connection having reached...
2022-01-04  Frédéric LécailleMINOR: quic: Prepare Handshake packets asap after compl...
2022-01-04  Frédéric LécailleMINOR: quic: Do not drop secret key but drop the CRYPTO...
2022-01-04  Frédéric LécailleMINOR: quic: Improve qc_prep_pkts() flexibility
2022-01-04  Frédéric LécailleMINOR: quic: Comment fix.
2022-01-04  Frédéric LécailleMINOR: quic: Probe several packet number space upon...
2022-01-04  Frédéric LécailleMINOR: quic: Probe Initial packet number space more...
2022-01-04  Frédéric LécailleMINOR: quic: Speeding up Handshake Completion
2022-01-04  Frédéric LécailleMINOR: quic: qc_prep_pkts() code moving
2022-01-04  Frédéric LécailleMINOR: quic: Useless test in qc_prep_pkts()
2022-01-04  Frédéric LécailleMINOR: quic: Wrong packet number space trace in qc_prep...
2022-01-04  Frédéric LécailleMINOR: quic: Remove nb_pto_dgrams quic_conn struct...
2022-01-04  Frédéric LécailleMINOR: quic: Wrong ack_delay compution before calling...
2022-01-04  Frédéric LécailleMINOR: quic: Wrong loss time computation in qc_packet_l...
2022-01-04  Frédéric LécailleMINOR: quic: Wrong packet number space computation...
2022-01-04  Frédéric LécailleMINOR: quic: Wrong first packet number space computation
2022-01-04  Frédéric LécailleMINOR: quic: Add trace about in flight bytes by packet...
2022-01-04  Frédéric LécailleMINOR: quic: Wrong traces after rework
2022-01-04  Christopher... BUG/MEDIUM: http-ana: Preserve response's FLT_END analy...
2022-01-03  William LallemandBUG/MINOR: cli: fix _getsocks with musl libc
2022-01-03  David CarlierBUILD/MINOR: tools: solaris build fix on dladdr.
2022-01-03  Ilya ShipitsinCI: github actions: update OpenSSL to 3.0.1
2022-01-03  Ilya ShipitsinCLEANUP: assorted typo fixes in the code and comments...
2022-01-02  Willy TarreauOPTIM: pools: reduce local pool cache size to 512kB
2022-01-02  Willy TarreauMEDIUM: pools: release cached objects in batches
2022-01-02  Willy TarreauMEDIUM: pools: start to batch eviction from local caches
2022-01-02  Willy TarreauMEDIUM: pools: centralize cache eviction in a common...
2022-01-02  Willy TarreauMINOR: pools: pass the objects count to pool_put_to_sha...
2022-01-02  Willy TarreauMINOR: pools: prepare pool_item to support chained...
2022-01-02  Willy TarreauMEDIUM: pool: compute the number of evictable entries...
2022-01-02  Willy TarreauMINOR: pool: add a function to estimate how many may...
2022-01-02  Willy TarreauMINOR: pool: introduce pool_item to represent shared...
2022-01-02  Willy TarreauMINOR: pool: check for pool's fullness outside of pool_...
2022-01-02  Willy TarreauMINOR: pool: make pool_is_crowded() always true when...
2022-01-02  Willy TarreauMINOR: pool: rely on pool_free_nocache() in pool_put_to...
2022-01-02  Willy TarreauCLEANUP: pools: group list updates in pool_get_from_cache()
2022-01-02  Willy TarreauMINOR: pool: allocate from the shared cache through...
2022-01-02  Willy TarreauCLEANUP: pools: get rid of the POOL_LINK macro
2022-01-02  Willy TarreauCLEANUP: pools: do not use the extra pointer to link...
2022-01-02  Willy TarreauDOC: pool: document the purpose of various structures...
2022-01-02  Willy TarreauMINOR: pools: always evict oldest objects first in...
2021-12-31  David CARLIERBUILD/MINOR: cpuset FreeBSD 14 build fix.
2021-12-30  William LallemandREGTESTS: ssl: update of a crt with server deletion
2021-12-30  William LallemandBUG/MEDIUM: ssl: free the ckch instance linked to a...
2021-12-30  William LallemandBUG/MINOR: ssl: free the fields in srv->ssl_ctx
2021-12-29  William LallemandREGTESTS: ssl: fix ssl_default_server.vtc
2021-12-29  William LallemandBUG/MEDIUM: ssl: initialize correctly ssl w/ default...
2021-12-28  Willy TarreauMINOR: debug: add support for -dL to dump library names...
2021-12-28  Willy TarreauMINOR: debug: add ability to dump loaded shared libraries
2021-12-28  Willy TarreauMINOR: compat: detect support for dl_iterate_phdr()
2021-12-28  Miroslav ZagoracBUILD: opentracing: display warning in case of using...
2021-12-25  Ilya ShipitsinCI: Github Actions: do not show VTest failures if build...
2021-12-24  Willy TarreauBUG/MEDIUM: peers: properly skip conn_cur from incoming...
next