- 2e7ffc9 MINOR: quic: Add useful traces for I/O dgram handler by Frédéric Lécaille · 3 years, 6 months ago
- a11d0e2 MINOR: quic: Replace the RX unprotected packet list by a thread safety one. by Frédéric Lécaille · 3 years, 6 months ago
- c28aba2 MINOR: quic: Replace the RX list of packet by a thread safety one. by Frédéric Lécaille · 3 years, 6 months ago
- 1eaec33 MINOR: quic: Replace quic_conn_ctx struct by ssl_sock_ctx struct by Frédéric Lécaille · 3 years, 6 months ago
- a5fe49f MINOR: quic: Move the connection state by Frédéric Lécaille · 3 years, 6 months ago
- 9fccace MINOR: quic: Add a lock for RX packets by Frédéric Lécaille · 3 years, 6 months ago
- 654c691 MINOR: quic: Do not stop the packet parsing too early in qc_treat_rx_packets() by Frédéric Lécaille · 3 years, 6 months ago
- 6fe21b0 BUG/MINOR: quic: Wrong RX packet reference counter usage by Frédéric Lécaille · 3 years, 6 months ago
- c4b93ea CLEAUNUP: quic: Usage of a useless variable in qc_treat_rx_pkts() by Frédéric Lécaille · 3 years, 6 months ago
- 8ba4276 BUG/MINOR: quic: Missing cases treatement when updating ACK ranges by Frédéric Lécaille · 3 years, 6 months ago
- c825eba MINOR: quic: Remove a useless variable in quic_update_ack_ranges_list() by Frédéric Lécaille · 3 years, 6 months ago
- d3f4dd8 MINOR: quic: Useless test in quic_update_ack_ranges_list() by Frédéric Lécaille · 3 years, 6 months ago
- 9ef64cd MINOR: quic: quic_update_ack_ranges_list() code factorization by Frédéric Lécaille · 3 years, 6 months ago
- baea284 BUG/MINOR: quic: Wrong memory free in quic_update_ack_ranges_list() by Frédéric Lécaille · 3 years, 6 months ago
- 1a5e88c MINOR: quic: Remove header protection also for Initial packets by Frédéric Lécaille · 3 years, 6 months ago
- 497fa78 MINOR: quic: Derive the initial secrets asap by Frédéric Lécaille · 3 years, 6 months ago
- d24c2ec MINOR: quic: Remove header protection for conn with context by Frédéric Lécaille · 3 years, 6 months ago
- 3d77fa7 MINOR: quic: QUIC conn initialization from I/O handler by Frédéric Lécaille · 3 years, 6 months ago
- de935f3 BUG/MINOR: quic: Do not check the acception of a new conn from I/O handler. by Frédéric Lécaille · 3 years, 6 months ago
- ecb5872 MINOR: quic: Initialize the session before starting the xprt. by Frédéric Lécaille · 3 years, 6 months ago
- 1e1aad4 MINOR: quic: Move an SSL func call from QUIC I/O handler to the xprt init. by Frédéric Lécaille · 3 years, 6 months ago
- 11c304d MINOR: quic: Enable some quic, h3 and qpack modules compilation. by Frédéric Lécaille · 3 years, 6 months ago
- 785c9c9 MINOR: quic: Replace max_packet_size by max_udp_payload size. by Frédéric Lécaille · 3 years, 6 months ago
- 8648c7c MINOR: quic: Avoid header collisions by Frédéric Lécaille · 3 years, 8 months ago
- 0faf807 MINOR: quic: Update the streams transport parameters. by Frédéric Lécaille · 3 years, 8 months ago
- 7383970 MINOR: quic: Add a wrapper function to update transport parameters. by Frédéric Lécaille · 3 years, 8 months ago
- e8139f3 BUG/MINOR: quic: Wrong ->accept() error handling by Frédéric Lécaille · 3 years, 9 months ago
- 7a668f5 MINOR: quic: Variable-length integer encoding/decoding into/from buffer struct. by Frédéric Lécaille · 3 years, 9 months ago
- 422a39c MINOR: quic: Add callbacks for (un)scribing to QUIC xprt. by Frédéric Lécaille · 3 years, 9 months ago
- fbe3b77 MINOR: quic: Disable the action of ->rcv_buf() xprt callback by Frédéric Lécaille · 3 years, 9 months ago
- 27faba7 MINOR: quic_sock: Finalize the QUIC connections. by Frédéric Lécaille · 3 years, 9 months ago
- b4672fb MINOR: qpack: Add QPACK compression. by Frédéric Lécaille · 3 years, 9 months ago
- ccac11f MINOR: h3: Add HTTP/3 definitions. by Frédéric Lécaille · 3 years, 9 months ago
- b8f60b3 MINOR: quic: Add a new definition to store STREAM frames. by Frédéric Lécaille · 3 years, 9 months ago
- 65bc434 MINOR: quic: Attach QUIC mux connection objet to QUIC connection. by Frédéric Lécaille · 3 years, 9 months ago
- 2abe74f MINOR: connection: Add callbacks definitions for QUIC. by Frédéric Lécaille · 3 years, 9 months ago
- dfbae76 MINOR: mux_quic: Add QUIC mux layer. by Frédéric Lécaille · 3 years, 9 months ago
- 5aa4143 MINOR: quic: Move transport parmaters to anynomous struct. by Frédéric Lécaille · 3 years, 10 months ago
- 577fe48 BUG/MINOR: quic: Possible NULL pointer dereferencing when dumping streams. by Frédéric Lécaille · 3 years, 11 months ago
- 6f97b4e BUG/MEDIUM: leastconn: fix rare possibility of divide by zero by Willy Tarreau · 3 years, 2 months ago
- c8cac04 MEDIUM: listener: deprecate "process" in favor of "thread" on bind lines by Willy Tarreau · 3 years, 2 months ago
- cd8a6f2 MINOR: server: enable slowstart for dynamic server by Amaury Denoyelle · 3 years, 2 months ago
- 29d1ac1 REORG: server: move slowstart init outside of checks by Amaury Denoyelle · 3 years, 2 months ago
- 725f8d2 MINOR: server: enable more check related keywords for dynamic servers by Amaury Denoyelle · 3 years, 2 months ago
- 79b90e8 MINOR: server: enable more keywords for ssl checks for dynamic servers by Amaury Denoyelle · 3 years, 2 months ago
- b621552 BUG/MINOR: server: alloc dynamic srv ssl ctx if proxy uses ssl chk rule by Amaury Denoyelle · 3 years, 2 months ago
- 0f456d5 BUG/MINOR: server: allow 'enable health' only if check configured by Amaury Denoyelle · 3 years, 2 months ago
- 4f06526 CLEANUP: Remove unreachable `break` from parse_time_err() by Tim Duesterhus · 3 years, 2 months ago
- 75e2f8d CLEANUP: Include check.h in flt_spoe.c by Tim Duesterhus · 3 years, 2 months ago
- 79a3478 MINOR: httpclient: add the EOH when no headers where provided by William Lallemand · 3 years, 2 months ago
- a8018eb BUG/MINOR: flt-trace: fix an infinite loop when random-parsing is set by Dragan Dosen · 3 years, 2 months ago
- ecf5596 DEV: coccinelle: Add xalloc_cast.cocci by Tim Duesterhus · 3 years, 2 months ago
- ec4a875 CLEANUP: Apply xalloc_size.cocci by Tim Duesterhus · 3 years, 2 months ago
- 02fa646 DEV: coccinelle: Add bug_on.cocci by Tim Duesterhus · 3 years, 2 months ago
- 63ee0e4 DEV: coccinelle: Add xalloc_size.cocci by Tim Duesterhus · 3 years, 2 months ago
- 1655424 CLEANUP: Apply bug_on.cocci by Tim Duesterhus · 3 years, 2 months ago
- c1af0ba DEV: coccinelle: Add ist.cocci by Tim Duesterhus · 3 years, 2 months ago
- b113b5c CLEANUP: Apply ist.cocci by Tim Duesterhus · 3 years, 2 months ago
- 81a76f4 REORG: threads: move ha_get_pthread_id() to tinfo.h by Willy Tarreau · 3 years, 2 months ago
- e612446 MINOR: applet: remove the thread mask from appctx_new() by Willy Tarreau · 3 years, 2 months ago
- 87063a7 BUILD: fd: remove unused variable totlen in fd_write_frag_line() by Willy Tarreau · 3 years, 2 months ago
- b5d1141 BUILD: proto_uxst: do not set unused flag by Willy Tarreau · 3 years, 2 months ago
- 0ce77ac BUILD: sockpair: do not set unused flag by Willy Tarreau · 3 years, 2 months ago
- f2dda52 BUG/MINOR: cli/payload: do not search for args inside payload by Willy Tarreau · 3 years, 2 months ago
- 7a8aff2 BUILD: ist: prevent gcc11 maybe-uninitialized warning on istalloc by Amaury Denoyelle · 3 years, 6 months ago
- 4837293 BUG/MINOR: connection: prevent null deref on mux cleanup task allocation by Amaury Denoyelle · 3 years, 2 months ago
- ed8bfad DOC: management: certificate files must be sanitized before injection by William Lallemand · 3 years, 2 months ago
- 8a0e5f8 BUG/MINOR: tcpcheck: Improve LDAP response parsing to fix LDAP check by Christopher Faulet · 3 years, 2 months ago
- c2afb86 MINOR: pools: use mallinfo2() when available instead of mallinfo() by Willy Tarreau · 3 years, 2 months ago
- a096155 DOC: update Tim's address in .mailmap by Willy Tarreau · 3 years, 2 months ago
- ab7389d BUG/MAJOR: mux-h1: Don't eval input data if an error was reported by Christopher Faulet · 3 years, 2 months ago
- 51324b8 CLEANUP: acl: Remove unused variable when releasing an acl expression by Christopher Faulet · 3 years, 3 months ago
- 8f1669b CLEANUP: Remove prototype for non-existent thread_get_default_count() by Tim Duesterhus · 3 years, 2 months ago
- 992007e CLEANUP: tree-wide: fix prototypes for functions taking no arguments. by Tim Duesterhus · 3 years, 2 months ago
- 062a54d DOC: Add .mailmap by Tim Duesterhus · 3 years, 2 months ago
- 845b560 MINOR: pools: report it when malloc_trim() is enabled by Willy Tarreau · 3 years, 2 months ago
- 157e393 MINOR: pools: automatically disable malloc_trim() with external allocators by Willy Tarreau · 3 years, 2 months ago
- ea3323f CLEANUP: pools: factor all malloc_trim() calls into trim_all_pools() by Willy Tarreau · 3 years, 2 months ago
- c5d0fc9 BUILD: sample: fix format warning on 32-bit archs in sample_conv_be2dec_check() by Willy Tarreau · 3 years, 2 months ago
- 4f5485b BUG/MINOR: compat: make sure __WORDSIZE is always defined by Willy Tarreau · 3 years, 2 months ago
- 8ab9419 BUILD: threads: fix -Wundef for _POSIX_PRIORITY_SCHEDULING on libmusl by Willy Tarreau · 3 years, 2 months ago
- 80d3daa BUILD: halog: fix a -Wundef warning on non-glibc systems by Willy Tarreau · 3 years, 2 months ago
- 8ac6597 BUILD: compiler: fixed a missing test on defined(__GNUC__) by Willy Tarreau · 3 years, 2 months ago
- 4b3a9fe [RELEASE] Released version 2.5-dev7 by Willy Tarreau · 3 years, 2 months ago
- 2281738 BUG/MEDIUM lua: Add missing call to RESET_SAFE_LJMP in hlua_filter_new() by Tim Duesterhus · 3 years, 2 months ago
- e956c9c CLEANUP: opentracing: simplify the condition on the empty header by Miroslav Zagorac · 3 years, 2 months ago
- ed17ca7 CI: Github Actions: re-enable Opentracing by Willy Tarreau · 3 years, 2 months ago
- 560c7b8 MINOR: opentracing: change the scope of the variable 'ot.uuid' from 'sess' to 'txn' by Miroslav Zagorac · 3 years, 3 months ago
- a75f340 CLEANUP: opentracing: use the haproxy function to generate uuid by Miroslav Zagorac · 3 years, 3 months ago
- 71cb1ab BUG/MINOR: opentracing: enable the use of http headers without a set value by Miroslav Zagorac · 3 years, 3 months ago
- 4cb2c83 BUILD: opentracing: exclude the use of haproxy variables for the OpenTracing context by Miroslav Zagorac · 3 years, 3 months ago
- cf6f574 CLEANUP: Move XXH3 macro from haproxy/compat.h to haproxy/xxhash.h by Tim Duesterhus · 3 years, 2 months ago
- a8bfb4d CLEANUP: ebmbtree: Replace always-taken elseif by else by Tim Düsterhus · 3 years, 2 months ago
- d5fc8fc CLEANUP: Add haproxy/xxhash.h to avoid modifying import/xxhash.h by Tim Duesterhus · 3 years, 2 months ago
- 949b6ca BUG/MINOR: filters: Set right FLT_END analyser depending on channel by Christopher Faulet · 3 years, 3 months ago
- 2d56500 BUG/MEDIUM: http-ana: Reset channels analysers when returning an error by Christopher Faulet · 3 years, 3 months ago
- 883d83e BUG/MEDIUM: stream-int: Don't block SI on a channel policy if EOI is reached by Christopher Faulet · 3 years, 3 months ago
- 0fa8007 CLEANUP: mux-h1: Remove condition rejecting upgrade requests with payload by Christopher Faulet · 3 years, 3 months ago
- f079f44 MINOR: htx: Skip headers with no value when adding a header list to a message by Christopher Faulet · 3 years, 3 months ago
- 52a5ec2 BUG/MEDIUM: mux-h1: Remove "Upgrade:" header for requests with payload by Christopher Faulet · 3 years, 3 months ago