]> git.kaiwu.me - haproxy.git/shortlog
haproxy.git
2021-12-01 Christopher... MINOR: mux-h1: count open connections/streams on stats
2021-12-01 Christopher... MINOR: mux-h1: add counters instance to h1c
2021-12-01 Christopher... MINOR: mux-h1: register a stats module
2021-12-01 Christopher... MINOR: mux-h1: Improve H1 traces by adding info about...
2021-12-01 Christopher... BUG/MINOR: mux-h1: Fix splicing for messages with unkno...
2021-12-01 Christopher... BUG/MEDIUM: mux-h1: Fix splicing by properly detecting...
2021-12-01 David CARLIERMEDIUM: pool: Following up on previous pool trimming...
2021-12-01 Remi Tricot... BUG/MINOR: vars: Fix the set-var and unset-var converters
2021-11-30 Frédéric LécailleMINOR: quic: Delete the ODCIDs asap
2021-11-30 Frédéric LécailleMINOR: quic: Enable the Key Update process
2021-11-30 Frédéric LécailleMINOR: quic: Add quic_tls_key_update() function for...
2021-11-30 Frédéric LécailleMINOR: quic: Optional header protection key for quic_tl...
2021-11-30 Frédéric LécailleMINOR: quic: Add structures to maintain key phase infor...
2021-11-30 Frédéric LécailleMINOR: quic: Add a function to derive the key update...
2021-11-30 Frédéric LécailleMINOR: quic: Dynamically allocate the secrete keys
2021-11-30 Frédéric LécailleMINOR: quic: Possible crash when inspecting the xprt...
2021-11-30 Frédéric LécailleMINOR: quic: Rename qc_prep_hdshk_pkts() to qc_prep_pkts()
2021-11-30 Frédéric LécailleMINOR: quic: Immediately close if no transport paramete...
2021-11-30 Frédéric LécailleMINOR: quic: More accurate immediately close.
2021-11-30 Frédéric LécailleMINOR: quic: Set "no_application_protocol" alert
2021-11-30 Willy TarreauBUILD: evports: remove a leftover from the dead_fd...
2021-11-29 Christopher... BUG/MEDIUM: cli: Properly set stream analyzers to proce...
2021-11-26 Willy TarreauCI: github actions: add the output of $CC -dM -E-
2021-11-26 Willy TarreauBUILD: pools: only detect link-time jemalloc on ELF...
2021-11-26 William LallemandBUG/MINOR: mworker: deinit of thread poller was called...
2021-11-25 David CarlierMEDIUM: pool: support purging jemalloc arenas in trim_a...
2021-11-25 David CarlierMEDIUM: pool: refactor malloc_trim/glibc and jemalloc...
2021-11-25 Amaury DenoyelleMINOR: quic: use more verbose QUIC traces set at compil...
2021-11-25 Amaury DenoyelleMINOR: quic: activate QUIC traces at compilation
2021-11-25 Amaury DenoyelleMINOR: qpack: support litteral field line with non...
2021-11-25 Amaury DenoyelleMEDIUM: quic: handle CIDs to rattach received packets...
2021-11-25 Amaury DenoyelleCLEANUP: quic: add comments on CID code
2021-11-25 Amaury DenoyelleREORG: quic: add comment on rare thread concurrence...
2021-11-25 Amaury DenoyelleMINOR: quic: do not reject PADDING followed by other...
2021-11-25 William LallemandBUG/MEDIUM: mworker: FD leak of the eventpoll in wait...
2021-11-25 William LallemandBUG/MINOR: mworker: does not add the -sf in wait mode
2021-11-25 Bertrand JacquinBUG/MINOR: lua: remove loop initial declarations
2021-11-24 William LallemandMEDIUM: mworker: seamless reload use the internal sockpairs
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.6-dev0 v2.6-dev0
2021-11-23 Willy TarreauMINOR: version: it's development again
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...
next