haproxy-2.5.git
2021-12-16 William LallemandBUG/MEDIUM: mworker/cli: crash when trying to access...
2021-12-16 Lukas TribusDOC: config: fix error-log-format example
2021-12-16 Lukas TribusDOC: config: retry-on list is space-delimited
2021-12-16 Christopher... DOC: config: Specify %Ta is only available in HTTP...
2021-12-16 Christopher... DOC: spoe: Clarify use of the event directive in spoe...
2021-12-16 Christopher... BUG/MINOR: cli/server: Don't crash when a server is...
2021-12-16 Christopher... MINOR: http-rules: Add capture action to http-after...
2021-12-16 Willy TarreauIMPORT: slz: use the correct CRC32 instruction when...
2021-12-16 Willy TarreauBUILD: tree-wide: avoid warnings caused by redundant...
2021-12-14 William LallemandMINOR: cli: "show version" displays the current process...
2021-12-03 Tim DuesterhusBUG/MEDIUM: sample: Fix memory leak in sample_conv_jwt_...
2021-12-03 Christopher... BUILD: bug: Fix error when compiling with -DDEBUG_STRIC...
2021-12-02 Christopher... MINOR: mux-h1: Improve H1 traces by adding info about...
2021-12-02 William LallemandBUG/MINOR: mworker: deinit of thread poller was called...
2021-12-02 William LallemandBUG/MEDIUM: mworker: FD leak of the eventpoll in wait...
2021-12-02 Christopher... BUG/MEDIUM: h1: Properly reset h1m flags when headers...
2021-12-02 Emeric BrunBUG/MAJOR: segfault using multiple log forward sections.
2021-12-02 Christopher... BUG/MEDIUM: resolvers: Detach query item on response...
2021-12-02 Christopher... BUG/MINOR: server: Don't rely on last default-server...
2021-12-02 Remi Tricot... BUG/MINOR: vars: Fix the set-var and unset-var converters
2021-12-02 Willy TarreauBUILD: evports: remove a leftover from the dead_fd...
2021-12-02 Christopher... BUG/MEDIUM: cli: Properly set stream analyzers to proce...
2021-11-25 Bertrand JacquinBUG/MINOR: lua: remove loop initial declarations
2021-11-24 William LallemandBUG/MINOR: lua: don't expose internal proxies
2021-11-24 William LallemandBUG/MINOR: httpclient: allow to replace the host header
2021-11-23 Christopher... BUG/MINOR: cache: Fix loop on cache entries in "show...
2021-11-23 Willy Tarreau[RELEASE] Released version 2.5.0 v2.5.0
2021-11-23 Willy TarreauMINOR: version: mention that it's stable now
2021-11-23 William LallemandBUG/MINOR: ssl: free correctly the sni in the backend...
2021-11-22 Ilya ShipitsinCLEANUP: assorted typo fixes in the code and comments
2021-11-22 Willy TarreauBUG/MINOR: ssl: make SSL counters atomic
2021-11-20 Willy TarreauBUG/MEDIUM: cli: make sure we can report a warning...
2021-11-20 Willy TarreauBUILD: cli: clear a maybe-unused warning on some older...
2021-11-20 Tim DuesterhusCLEANUP: sock: Wrap `accept4_broken = 1` into additiona...
2021-11-20 Ilya ShipitsinBUILD: SSL: add QUICTLS to build matrix
2021-11-20 Ilya ShipitsinBUILD: SSL: add quictls build to scripts/build-ssl.sh
2021-11-19 Willy Tarreau[RELEASE] Released version 2.5-dev15 v2.5-dev15
2021-11-19 Willy TarreauMINOR: shctx: add a few BUG_ON() for consistency checks
2021-11-19 Willy TarreauBUG/MINOR: shctx: do not look for available blocks...
2021-11-19 Willy TarreauBUG/MEDIUM: shctx: leave the block allocator when enoug...
2021-11-19 Willy TarreauBUG/MEDIUM: cache/cli: make "show cache" thread-safe
2021-11-19 William LallemandDOC: lua: documentation about the httpclient API
2021-11-19 Amaury DenoyelleBUILD: quic: fix potential NULL dereference on xprt_quic
2021-11-19 Amaury DenoyelleBUG/MINOR: hq-interop: fix potential NULL dereference
2021-11-19 Amaury DenoyelleBUG/MINOR: quic: fix segfault on trace for version...
2021-11-19 Frédéric LécailleMINOR: quic: Support draft-29 QUIC version
2021-11-19 Frédéric LécailleMINOR: quic: Wrong value for version negotiation packet...
2021-11-19 Frédéric LécailleMINOR: quic: Add minimalistic support for stream flow...
2021-11-19 Frédéric LécailleMINOR: quic: Wrong largest acked packet number parsing
2021-11-19 Frédéric LécailleMINOR: quic: Send CONNECTION_CLOSE frame upon TLS alert
2021-11-19 Frédéric LécailleMINOR: quic: Update some QUIC protocol errors
2021-11-19 Frédéric LécailleMINOR: quic: Wrong ACK range building
2021-11-19 Frédéric LécailleMINOR: quic: Wrong Initial packet connection initialization
2021-11-19 Frédéric LécailleMINOR: quic: Anti-amplification implementation
2021-11-19 Frédéric LécailleMINOR: quic: Support transport parameters draft TLS...
2021-11-19 Frédéric LécailleMINOR: quic: Correctly pad UDP datagrams
2021-11-19 Frédéric LécailleMINOR: quic: Possible wrong connection identification
2021-11-19 Frédéric LécailleMINOR: quic_sock: missing CO_FL_ADDR_TO_SET flag
2021-11-19 Willy TarreauBUG/MEDIUM: mux-h2: always process a pending shut read
2021-11-19 Willy TarreauBUILD: makefile: reorder objects by build time
2021-11-19 Willy TarreauBUILD: makefile: stop opening sub-shells for each and...
2021-11-19 William LallemandREGTESTS: ssl: test the TLS resumption
2021-11-19 William LallemandBUG/MEDIUM: ssl: abort with the correct SSL error when...
2021-11-19 William LallemandBUG/MEDIUM: ssl: backend TLS resumption with sni and...
2021-11-18 Willy TarreauREGTESTS: extend the default I/O timeouts and make...
2021-11-18 Willy TarreauREGTESTS: make tcp-check_min-recv fail fast
2021-11-18 Willy TarreauREGTEST: set retries count to zero for all tests that...
2021-11-18 Willy TarreauSCRIPT: run-regtests: avoid calling awk to compute...
2021-11-18 Willy TarreauSCRIPT: run-regtests: avoid several calls to grep to...
2021-11-18 Willy TarreauSCRIPTS: run-regtests: reduce the number of processes...
2021-11-18 Willy TarreauMINOR: config: support default values for environment...
2021-11-18 William LallemandCLEANUP: ssl: fix wrong #else commentary
2021-11-18 Amaury DenoyelleBUG/MINOR: quic: fix version negotiation packet generation
2021-11-18 Willy TarreauDOC: internals: document the scheduler API
2021-11-18 William LallemandBUG/MEDIUM: mworker: cleanup the listeners when reexecuting
2021-11-18 Amaury DenoyelleMEDIUM: quic: send version negotiation packet on unknow...
2021-11-18 Amaury DenoyelleMINOR: quic: support hq-interop
2021-11-18 Amaury DenoyelleMEDIUM: quic: inspect ALPN to install app_ops
2021-11-18 Amaury DenoyelleMINOR: quic: redirect app_ops snd_buf through mux
2021-11-18 Amaury DenoyelleBUG/MINOR: h3: ignore unknown frame types
2021-11-17 Willy TarreauDOC: internals: document the list API
2021-11-17 William LallemandREGTESTS: ssl_crt-list_filters: feature cmd incorrectly set
2021-11-15 Christopher... BUG/MEDIUM: mux-h1: Handle delayed silent shut in h1_pr...
2021-11-15 Christopher... DOC: log: Add comments to specify when session's listen...
2021-11-15 Christopher... CLEANUP: peers: Remove useless test on peer variable...
2021-11-15 Christopher... BUG/MINOR: stick-table/cli: Check for invalid ipv6 key
2021-11-14 Willy Tarreau[RELEASE] Released version 2.5-dev14 v2.5-dev14
2021-11-14 Willy TarreauBUILD: makefile: simplify detection of libatomic
2021-11-14 Willy TarreauBUG/MEDIUM: connection: make cs_shutr/cs_shutw//cs_clos...
2021-11-12 Willy TarreauBUG/MINOR: pools: don't mark ourselves as harmless...
2021-11-10 Christopher... BUG/MINOR: mux-h2: Fix H2_CF_DEM_SHORT_READ value
2021-11-10 William LallemandREGTESTS: httpclient/lua: add greater body values
2021-11-10 William LallemandBUG/MEDIUM: httpclient/cli: free of unallocated hc...
2021-11-10 William LallemandDOC: management: edit the "show proc" example to show...
2021-11-10 William LallemandBUG/MINOR: mworker: doesn't launch the program postparser
2021-11-10 William LallemandMINOR: mworker: change the way we set PROC_O_LEAVING
2021-11-10 William LallemandMINOR: mworker: ReloadFailed shown depending on failedr...
2021-11-10 William LallemandMINOR: mworker: implement a reload failure counter
2021-11-10 William LallemandMINOR: mworker: only increment the number of reload...
2021-11-10 William LallemandMINOR: mworker: clarify starting/failure messages
next