- 6b66315 MINOR: quic: Re-arm the PTO timer upon datagram receipt by Frédéric Lécaille · 2 years, 11 months ago
- 078634d MINOR: quic: PTO timer too often reset by Frédéric Lécaille · 2 years, 11 months ago
- 41a0760 MINOR: quic: Flag asap the connection having reached the anti-amplification limit by Frédéric Lécaille · 2 years, 11 months ago
- de6f7c5 MINOR: quic: Prepare Handshake packets asap after completed handshake by Frédéric Lécaille · 2 years, 11 months ago
- 917a7db MINOR: quic: Do not drop secret key but drop the CRYPTO data by Frédéric Lécaille · 2 years, 11 months ago
- ee2b8b3 MINOR: quic: Improve qc_prep_pkts() flexibility by Frédéric Lécaille · 2 years, 11 months ago
- f7ef976 MINOR: quic: Comment fix. by Frédéric Lécaille · 2 years, 11 months ago
- a56054e MINOR: quic: Probe several packet number space upon timer expiration by Frédéric Lécaille · 2 years, 11 months ago
- db6a472 MINOR: quic: Probe Initial packet number space more often by Frédéric Lécaille · 2 years, 11 months ago
- 3bb457c MINOR: quic: Speeding up Handshake Completion by Frédéric Lécaille · 2 years, 11 months ago
- 6355677 MINOR: quic: qc_prep_pkts() code moving by Frédéric Lécaille · 3 years ago
- 5732062 MINOR: quic: Useless test in qc_prep_pkts() by Frédéric Lécaille · 3 years ago
- dd51da5 MINOR: quic: Wrong packet number space trace in qc_prep_pkts() by Frédéric Lécaille · 3 years ago
- 466e9da MINOR: quic: Remove nb_pto_dgrams quic_conn struct member by Frédéric Lécaille · 3 years ago
- 22576a2 MINOR: quic: Wrong ack_delay compution before calling quic_loss_srtt_update() by Frédéric Lécaille · 3 years ago
- dc90c07 MINOR: quic: Wrong loss time computation in qc_packet_loss_lookup() by Frédéric Lécaille · 3 years ago
- 09e0f83 MINOR: quic: Wrong packet number space computation for PTO by Frédéric Lécaille · 3 years ago
- 1f6cf18 MINOR: quic: Wrong first packet number space computation by Frédéric Lécaille · 3 years ago
- 22cfd83 MINOR: quic: Add trace about in flight bytes by packet number space by Frédéric Lécaille · 3 years ago
- fde2a98 MINOR: quic: Wrong traces after rework by Frédéric Lécaille · 3 years ago
- 7bf46bb BUG/MEDIUM: http-ana: Preserve response's FLT_END analyser on L7 retry by Christopher Faulet · 2 years, 11 months ago
- 148d7a0 BUG/MINOR: cli: fix _getsocks with musl libc by William Lallemand · 2 years, 11 months ago
- ae5c42f BUILD/MINOR: tools: solaris build fix on dladdr. by David Carlier · 2 years, 11 months ago
- 874c907 CI: github actions: update OpenSSL to 3.0.1 by Ilya Shipitsin · 3 years ago
- 5e87bcf CLEANUP: assorted typo fixes in the code and comments This is 29th iteration of typo fixes by Ilya Shipitsin · 3 years ago
- f5e94b2 OPTIM: pools: reduce local pool cache size to 512kB by Willy Tarreau · 2 years, 11 months ago
- 1513c54 MEDIUM: pools: release cached objects in batches by Willy Tarreau · 2 years, 11 months ago
- 43937e9 MEDIUM: pools: start to batch eviction from local caches by Willy Tarreau · 2 years, 11 months ago
- a0b5831 MEDIUM: pools: centralize cache eviction in a common function by Willy Tarreau · 2 years, 11 months ago
- 337410c MINOR: pools: pass the objects count to pool_put_to_shared_cache() by Willy Tarreau · 2 years, 11 months ago
- 148160b MINOR: pools: prepare pool_item to support chained clusters by Willy Tarreau · 2 years, 11 months ago
- 361e31e MEDIUM: pool: compute the number of evictable entries once per pool by Willy Tarreau · 2 years, 11 months ago
- 91a8e28 MINOR: pool: add a function to estimate how many may be released at once by Willy Tarreau · 2 years, 11 months ago
- c16ed3b MINOR: pool: introduce pool_item to represent shared pool items by Willy Tarreau · 2 years, 11 months ago
- b46674a MINOR: pool: check for pool's fullness outside of pool_put_to_shared_cache() by Willy Tarreau · 2 years, 11 months ago
- a06f78b MINOR: pool: make pool_is_crowded() always true when no shared pools are used by Willy Tarreau · 2 years, 11 months ago
- 57c5c6d MINOR: pool: rely on pool_free_nocache() in pool_put_to_shared_cache() by Willy Tarreau · 2 years, 11 months ago
- 594775d CLEANUP: pools: group list updates in pool_get_from_cache() by Willy Tarreau · 2 years, 11 months ago
- afe2c4a MINOR: pool: allocate from the shared cache through the local caches by Willy Tarreau · 2 years, 11 months ago
- 8c49270 CLEANUP: pools: get rid of the POOL_LINK macro by Willy Tarreau · 2 years, 11 months ago
- 799f614 CLEANUP: pools: do not use the extra pointer to link shared elements by Willy Tarreau · 2 years, 11 months ago
- 4859984 DOC: pool: document the purpose of various structures in the code by Willy Tarreau · 2 years, 11 months ago
- d5ec100 MINOR: pools: always evict oldest objects first in pool_evict_from_local_cache() by Willy Tarreau · 2 years, 11 months ago
- f645047 BUILD/MINOR: cpuset FreeBSD 14 build fix. by David CARLIER · 2 years, 11 months ago
- acd546b REGTESTS: ssl: update of a crt with server deletion by William Lallemand · 2 years, 11 months ago
- e69563f BUG/MEDIUM: ssl: free the ckch instance linked to a server by William Lallemand · 2 years, 11 months ago
- 231610a BUG/MINOR: ssl: free the fields in srv->ssl_ctx by William Lallemand · 2 years, 11 months ago
- 0387632 REGTESTS: ssl: fix ssl_default_server.vtc by William Lallemand · 3 years ago
- 2c776f1 BUG/MEDIUM: ssl: initialize correctly ssl w/ default-server by William Lallemand · 3 years ago
- 654726d MINOR: debug: add support for -dL to dump library names at boot by Willy Tarreau · 3 years ago
- 6ab7b21 MINOR: debug: add ability to dump loaded shared libraries by Willy Tarreau · 3 years ago
- 3f3a56c MINOR: compat: detect support for dl_iterate_phdr() by Willy Tarreau · 3 years ago
- 6c9f7fa BUILD: opentracing: display warning in case of using OT_USE_VARS at compile time by Miroslav Zagorac · 3 years ago
- 2ef4c7c CI: Github Actions: do not show VTest failures if build failed by Ilya Shipitsin · 3 years ago
- b4ff6f4 BUG/MEDIUM: peers: properly skip conn_cur from incoming messages by Willy Tarreau · 3 years ago
- 266d540 BUG/MEDIUM: backend: fix possible sockaddr leak on redispatch by Willy Tarreau · 3 years ago
- 9979d0d BUG/MINOR: quic: fix potential use of uninit pointer by Amaury Denoyelle · 3 years ago
- c6fab98 BUG/MINOR: quic: fix potential null dereference by Amaury Denoyelle · 3 years ago
- 76f47ca MEDIUM: quic: implement refcount for quic_conn by Amaury Denoyelle · 3 years ago
- 0a29e13 MINOR: quic: delete timer task on quic_close() by Amaury Denoyelle · 3 years ago
- e81fed9 MINOR: quic: replace usage of ssl_sock_ctx by quic_conn by Amaury Denoyelle · 3 years ago
- 741eacc MINOR: quic: remove unnecessary if in qc_pkt_may_rm_hp() by Amaury Denoyelle · 3 years ago
- 7ca7c84 MINOR: quic: store ssl_sock_ctx reference into quic_conn by Amaury Denoyelle · 3 years ago
- a83729e MINOR: quic: remove unnecessary call to free_quic_conn_cids() by Amaury Denoyelle · 3 years ago
- 250ac42 BUG/MINOR: quic: upgrade rdlock to wrlock for ODCID removal by Amaury Denoyelle · 3 years ago
- d6b1667 REORG: quic: remove qc_ prefix on functions which not used it directly by Amaury Denoyelle · 3 years ago
- 010e532 MINOR: quic: Add CONNECTION_CLOSE phrase to trace by Frédéric Lécaille · 3 years ago
- 1ede823 MINOR: quic: Add traces for RX frames (flow control related) by Frédéric Lécaille · 3 years ago
- 77bfa66 DEBUG: ssl: make sure we never change a servername on established connections by Willy Tarreau · 3 years ago
- 0d93a81 MINOR: pools: work around possibly slow malloc_trim() during gc by Willy Tarreau · 3 years ago
- 2c15a66 MINOR: quic: Drop asap Retry or Version Negotiation packets by Frédéric Lécaille · 3 years ago
- e7ff2b2 MINOR: quic: xprt traces fixes by Frédéric Lécaille · 3 years ago
- 10250b2 MINOR: quic: Handle the cases of overlapping STREAM frames by Frédéric Lécaille · 3 years ago
- 01cfec7 MINOR: quic: Wrong dropped packet skipping by Frédéric Lécaille · 3 years ago
- 4d118d6 MINOR: quic: unchecked qc_retrieve_conn_from_cid() returned value by Frédéric Lécaille · 3 years ago
- 677b99d MINOR: quic: Add stream IDs to qcs_push_frame() traces by Frédéric Lécaille · 3 years ago
- e770ce3 MINOR: quic: add quic_conn instance in traces for qc_new_conn by Amaury Denoyelle · 3 years ago
- 7aaeb5b MINOR: quic: use quic_conn as argument to traces by Amaury Denoyelle · 3 years ago
- baea964 MINOR: trace: add quic_conn argument definition by Amaury Denoyelle · 3 years ago
- 4fd53d7 MINOR: quic: add const qualifier for traces function by Amaury Denoyelle · 3 years ago
- c15dd92 MINOR: quic: add reference to quic_conn in ssl context by Amaury Denoyelle · 3 years ago
- 8a5b27a REORG: quic: move mux function outside of xprt by Amaury Denoyelle · 3 years ago
- 17a7416 CLEANUP: quic: rename quic_conn instances to qc by Amaury Denoyelle · 3 years ago
- 55c40ea DOC: fix misspelled keyword "resolve_retries" in resolvers by Thierry Fournier · 3 years ago
- 2ce5acf MINOR: quic: Wrong packet refcount handling in qc_pkt_insert() by Frédéric Lécaille · 3 years ago
- f1d38cb MINOR: quic: Do not forget STREAM frames received in disorder by Frédéric Lécaille · 3 years ago
- 4137b2d MINOR: quic: Do not expect to receive only one O-RTT packet by Frédéric Lécaille · 3 years ago
- ccf973f MINOR: quic: Stop emptying the RX buffer asap. by Frédéric Lécaille · 3 years ago
- 91ac6c3 MINOR: quic: Add a function to list remaining RX packets by encryption level by Frédéric Lécaille · 3 years ago
- 0ece75c MINOR: quic: Increase the RX buffer for each connection by Frédéric Lécaille · 3 years ago
- cc750ef MINOR: ssl: Remove empty lines from "show ssl ocsp-response" output by Remi Tricot-Le Breton · 3 years ago
- 66545c9 REGTESTS: vars: Remove useless ssl tunes from conditional set-var test by Remi Tricot-Le Breton · 3 years ago
- dbef985 MINOR: quic: simplify the removal from ODCID tree by Amaury Denoyelle · 3 years ago
- 8efe032 MINOR: quic: refactor DCID lookup by Amaury Denoyelle · 3 years ago
- adb2276 MINOR: quic: compare coalesced packets by DCID by Amaury Denoyelle · 3 years ago
- c92cbfc MINOR: quic: refactor concat DCID with address for Initial packets by Amaury Denoyelle · 3 years ago
- d496251 MINOR: quic: rename constant for haproxy CIDs length by Amaury Denoyelle · 3 years ago
- 260e5e6 MINOR: quic: add missing lock on cid tree by Amaury Denoyelle · 3 years ago
- 67e6cd5 CLEANUP: quic: rename quic_conn conn to qc in quic_conn_free by Amaury Denoyelle · 3 years ago
- 47e1f6d CLEANUP: quic: fix spelling mistake in a trace by Amaury Denoyelle · 3 years ago