summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* CI: github actions: add the output of $CC -dM -E-20211126-ci-gcc-output-1Willy Tarreau2021-11-262-0/+6
* BUILD: pools: only detect link-time jemalloc on ELF platformsWilly Tarreau2021-11-261-0/+2
* BUG/MINOR: mworker: deinit of thread poller was called when not initialized20211125-revert-fd-leakWilliam Lallemand2021-11-261-4/+6
* MEDIUM: pool: support purging jemalloc arenas in trim_all_pools()David Carlier2021-11-251-2/+15
* MEDIUM: pool: refactor malloc_trim/glibc and jemalloc api addition detections.David Carlier2021-11-251-30/+32
* MINOR: quic: use more verbose QUIC traces set at compile-timeAmaury Denoyelle2021-11-251-1/+0
* MINOR: quic: activate QUIC traces at compilationAmaury Denoyelle2021-11-251-0/+16
* MINOR: qpack: support litteral field line with non-huff nameAmaury Denoyelle2021-11-251-1/+4
* MEDIUM: quic: handle CIDs to rattach received packets to connectionAmaury Denoyelle2021-11-253-15/+54
* CLEANUP: quic: add comments on CID codeAmaury Denoyelle2021-11-253-5/+7
* REORG: quic: add comment on rare thread concurrence during CID allocAmaury Denoyelle2021-11-251-6/+10
* MINOR: quic: do not reject PADDING followed by other framesAmaury Denoyelle2021-11-251-4/+0
* BUG/MEDIUM: mworker: FD leak of the eventpoll in wait modeWilliam Lallemand2021-11-251-7/+5
* BUG/MINOR: mworker: does not add the -sf in wait mode20211125-befab9eeWilliam Lallemand2021-11-251-16/+14
* BUG/MINOR: lua: remove loop initial declarationsBertrand Jacquin2021-11-251-1/+2
* MEDIUM: mworker: seamless reload use the internal sockpairsWilliam Lallemand2021-11-245-60/+63
* BUG/MINOR: lua: don't expose internal proxiesWilliam Lallemand2021-11-241-2/+4
* BUG/MINOR: httpclient: allow to replace the host headerWilliam Lallemand2021-11-243-11/+36
* BUG/MINOR: cache: Fix loop on cache entries in "show cache"Christopher Faulet2021-11-231-2/+1
* [RELEASE] Released version 2.6-dev0v2.6-dev0Willy Tarreau2021-11-236-5/+8
* MINOR: version: it's development againWilly Tarreau2021-11-232-10/+10
* [RELEASE] Released version 2.5.0v2.5.0Willy Tarreau2021-11-234-3/+14
* MINOR: version: mention that it's stable nowWilly Tarreau2021-11-232-10/+10
* BUG/MINOR: ssl: free correctly the sni in the backend SSL cacheWilliam Lallemand2021-11-231-1/+1
* CLEANUP: assorted typo fixes in the code and commentsIlya Shipitsin2021-11-223-7/+7
* BUG/MINOR: ssl: make SSL counters atomicWilly Tarreau2021-11-221-6/+6
* BUG/MEDIUM: cli: make sure we can report a warning from a bind keywordWilly Tarreau2021-11-201-1/+14
* BUILD: cli: clear a maybe-unused warning on some older compilersWilly Tarreau2021-11-201-2/+6
* CLEANUP: sock: Wrap `accept4_broken = 1` into additional parenthesisTim Duesterhus2021-11-201-1/+1
* BUILD: SSL: add QUICTLS to build matrix20211120-quictls-1Ilya Shipitsin2021-11-201-2/+3
* BUILD: SSL: add quictls build to scripts/build-ssl.shIlya Shipitsin2021-11-201-0/+23
* [RELEASE] Released version 2.5-dev15v2.5-dev15Willy Tarreau2021-11-194-3/+54
* MINOR: shctx: add a few BUG_ON() for consistency checksWilly Tarreau2021-11-191-0/+10
* BUG/MINOR: shctx: do not look for available blocks when the first one is enoughWilly Tarreau2021-11-191-1/+1
* BUG/MEDIUM: shctx: leave the block allocator when enough blocks are foundWilly Tarreau2021-11-191-0/+1
* BUG/MEDIUM: cache/cli: make "show cache" thread-safeWilly Tarreau2021-11-191-1/+1
* DOC: lua: documentation about the httpclient APIWilliam Lallemand2021-11-191-0/+57
* BUILD: quic: fix potential NULL dereference on xprt_quicAmaury Denoyelle2021-11-191-2/+2
* BUG/MINOR: hq-interop: fix potential NULL dereferenceAmaury Denoyelle2021-11-191-0/+3
* BUG/MINOR: quic: fix segfault on trace for version negotiationAmaury Denoyelle2021-11-191-1/+1
* MINOR: quic: Support draft-29 QUIC versionFrédéric Lécaille2021-11-191-0/+1
* MINOR: quic: Wrong value for version negotiation packet 'Unused' fieldFrédéric Lécaille2021-11-191-1/+3
* MINOR: quic: Add minimalistic support for stream flow control framesFrédéric Lécaille2021-11-191-0/+9
* MINOR: quic: Wrong largest acked packet number parsingFrédéric Lécaille2021-11-191-4/+4
* MINOR: quic: Send CONNECTION_CLOSE frame upon TLS alertFrédéric Lécaille2021-11-192-13/+37
* MINOR: quic: Update some QUIC protocol errorsFrédéric Lécaille2021-11-191-17/+19
* MINOR: quic: Wrong ACK range buildingFrédéric Lécaille2021-11-191-0/+2
* MINOR: quic: Wrong Initial packet connection initializationFrédéric Lécaille2021-11-191-1/+2
* MINOR: quic: Anti-amplification implementationFrédéric Lécaille2021-11-192-2/+19
* MINOR: quic: Support transport parameters draft TLS extensionFrédéric Lécaille2021-11-194-4/+10