1. c2025c1 MEDIUM: quic: detect the stream FIN by Amaury Denoyelle · 3 years ago
  2. 916f0ac MEDIUM: mux-quic: implement release mux operation by Amaury Denoyelle · 3 years ago
  3. deed777 MAJOR: mux-quic: implement a simplified mux version by Amaury Denoyelle · 3 years ago
  4. d1202ed MINOR: h3: remove duplicated FIN flag position by Amaury Denoyelle · 3 years ago
  5. e2288c3 MEDIUM: xprt-quic: finalize app layer initialization after ALPN nego by Amaury Denoyelle · 3 years ago
  6. e1f3ff0 MINOR: h3: add BUG_ON on control receive function by Amaury Denoyelle · 3 years ago
  7. 942fc79 MINOR: quic: fix segfault on CONNECTION_CLOSE parsing by Amaury Denoyelle · 3 years ago
  8. b154422 IMPORT: slz: use the correct CRC32 instruction when running in 32-bit mode by Willy Tarreau · 3 years ago
  9. 88bc800 BUILD: tree-wide: avoid warnings caused by redundant checks of obj_types by Willy Tarreau · 3 years ago
  10. 3010e00 DOC: config: Specify %Ta is only available in HTTP mode by Christopher Faulet · 3 years ago
  11. d322e94 DOC: spoe: Clarify use of the event directive in spoe-message section by Christopher Faulet · 3 years ago
  12. caf5f5d BUG/MEDIUM: sample: Fix memory leak in sample_conv_jwt_member_query by Tim Duesterhus · 3 years ago
  13. d6ae912 BUILD: bug: Fix error when compiling with -DDEBUG_STRICT_NOCRASH by Christopher Faulet · 3 years ago
  14. af93d2f BUG/MINOR: resolvers: Don't overwrite the error for invalid query domain name by Christopher Faulet · 3 years ago
  15. 02c8933 BUG/MEDIUM: h1: Properly reset h1m flags when headers parsing is restarted by Christopher Faulet · 3 years ago
  16. 2ad2b1c BUG/MAJOR: segfault using multiple log forward sections. by Emeric Brun · 3 years ago
  17. c1699f8 MEDIUM: resolvers: No longer store query items in a list into the response by Christopher Faulet · 3 years ago
  18. 80b2e34 BUG/MEDIUM: resolvers: Detach query item on response error by Christopher Faulet · 3 years ago
  19. 4ab2679 BUG/MINOR: server: Don't rely on last default-server to init server SSL context by Christopher Faulet · 3 years ago
  20. a8ecbc4 REGTESTS: h1: Add a script to validate H1 splicing support by Christopher Faulet · 3 years ago
  21. 41951ab MINOR: mux-h1: add stat for total amount of bytes received and sent by Christopher Faulet · 3 years ago
  22. 3bca28c MINOR: mux-h1: add stat for total count of connections/streams by Christopher Faulet · 3 years ago
  23. 60fa051 MINOR: mux-h1: count open connections/streams on stats by Christopher Faulet · 3 years ago
  24. 563c345 MINOR: mux-h1: add counters instance to h1c by Christopher Faulet · 3 years ago
  25. b4c584e MINOR: mux-h1: register a stats module by Christopher Faulet · 3 years ago
  26. 6580f28 MINOR: mux-h1: Improve H1 traces by adding info about http parsers by Christopher Faulet · 3 years ago
  27. f5ce320 BUG/MINOR: mux-h1: Fix splicing for messages with unknown length by Christopher Faulet · 3 years ago
  28. 140f1a5 BUG/MEDIUM: mux-h1: Fix splicing by properly detecting end of message by Christopher Faulet · 3 years ago
  29. b1e190a MEDIUM: pool: Following up on previous pool trimming update. by David CARLIER · 3 years ago
  30. bb3e80e BUG/MINOR: vars: Fix the set-var and unset-var converters by Remi Tricot-Le Breton · 3 years ago
  31. 008386b MINOR: quic: Delete the ODCIDs asap by Frédéric Lécaille · 3 years ago
  32. a7d2c09 MINOR: quic: Enable the Key Update process by Frédéric Lécaille · 3 years ago
  33. a7973a6 MINOR: quic: Add quic_tls_key_update() function for Key Update by Frédéric Lécaille · 3 years ago
  34. 6e351d6 MINOR: quic: Optional header protection key for quic_tls_derive_keys() by Frédéric Lécaille · 3 years ago
  35. 40df78f MINOR: quic: Add structures to maintain key phase information by Frédéric Lécaille · 3 years ago
  36. 39484de MINOR: quic: Add a function to derive the key update secrets by Frédéric Lécaille · 3 years ago
  37. fc768ec MINOR: quic: Dynamically allocate the secrete keys by Frédéric Lécaille · 3 years ago
  38. d77c50b MINOR: quic: Possible crash when inspecting the xprt context by Frédéric Lécaille · 3 years ago
  39. e2660e6 MINOR: quic: Rename qc_prep_hdshk_pkts() to qc_prep_pkts() by Frédéric Lécaille · 3 years ago
  40. b5b5247 MINOR: quic: Immediately close if no transport parameters extension found by Frédéric Lécaille · 3 years ago
  41. 1fc5e16 MINOR: quic: More accurate immediately close. by Frédéric Lécaille · 3 years ago
  42. 067a82b MINOR: quic: Set "no_application_protocol" alert by Frédéric Lécaille · 3 years ago
  43. 3cc1e3d BUILD: evports: remove a leftover from the dead_fd cleanup by Willy Tarreau · 3 years ago
  44. d98da3b BUG/MEDIUM: cli: Properly set stream analyzers to process one command at a time by Christopher Faulet · 3 years, 1 month ago
  45. 4673c5e CI: github actions: add the output of $CC -dM -E- by Willy Tarreau · 3 years ago
  46. 781f07a BUILD: pools: only detect link-time jemalloc on ELF platforms by Willy Tarreau · 3 years ago
  47. efd9547 BUG/MINOR: mworker: deinit of thread poller was called when not initialized by William Lallemand · 3 years ago
  48. d450ff6 MEDIUM: pool: support purging jemalloc arenas in trim_all_pools() by David Carlier · 3 years ago
  49. ed23214 MEDIUM: pool: refactor malloc_trim/glibc and jemalloc api addition detections. by David Carlier · 3 years ago
  50. 5bae85d MINOR: quic: use more verbose QUIC traces set at compile-time by Amaury Denoyelle · 3 years ago
  51. 118b2cb MINOR: quic: activate QUIC traces at compilation by Amaury Denoyelle · 3 years ago
  52. 7d3aea5 MINOR: qpack: support litteral field line with non-huff name by Amaury Denoyelle · 3 years ago
  53. d6a352a MEDIUM: quic: handle CIDs to rattach received packets to connection by Amaury Denoyelle · 3 years ago
  54. 42b9f1c CLEANUP: quic: add comments on CID code by Amaury Denoyelle · 3 years ago
  55. aff4ec8 REORG: quic: add comment on rare thread concurrence during CID alloc by Amaury Denoyelle · 3 years ago
  56. cb318a8 MINOR: quic: do not reject PADDING followed by other frames by Amaury Denoyelle · 3 years ago
  57. 67e371e BUG/MEDIUM: mworker: FD leak of the eventpoll in wait mode by William Lallemand · 3 years ago
  58. befab9e BUG/MINOR: mworker: does not add the -sf in wait mode by William Lallemand · 3 years ago
  59. 7fbc770 BUG/MINOR: lua: remove loop initial declarations by Bertrand Jacquin · 3 years ago
  60. 2be557f MEDIUM: mworker: seamless reload use the internal sockpairs by William Lallemand · 3 years ago
  61. 82d5f01 BUG/MINOR: lua: don't expose internal proxies by William Lallemand · 3 years ago
  62. f03b53c BUG/MINOR: httpclient: allow to replace the host header by William Lallemand · 3 years ago
  63. 27f88a9 BUG/MINOR: cache: Fix loop on cache entries in "show cache" by Christopher Faulet · 3 years ago
  64. 73dec76 [RELEASE] Released version 2.6-dev0 by Willy Tarreau · 3 years ago
  65. 3b068c4 MINOR: version: it's development again by Willy Tarreau · 3 years ago
  66. f2e0833 [RELEASE] Released version 2.5.0 by Willy Tarreau · 3 years ago
  67. 9dc4057 MINOR: version: mention that it's stable now by Willy Tarreau · 3 years ago
  68. ce99033 BUG/MINOR: ssl: free correctly the sni in the backend SSL cache by William Lallemand · 3 years ago
  69. a4d09e7 CLEANUP: assorted typo fixes in the code and comments by Ilya Shipitsin · 3 years ago
  70. c5e7cf9 BUG/MINOR: ssl: make SSL counters atomic by Willy Tarreau · 3 years ago
  71. 0a1e1cb BUG/MEDIUM: cli: make sure we can report a warning from a bind keyword by Willy Tarreau · 3 years ago
  72. 97b5d07 BUILD: cli: clear a maybe-unused warning on some older compilers by Willy Tarreau · 3 years ago
  73. f897fc9 CLEANUP: sock: Wrap `accept4_broken = 1` into additional parenthesis by Tim Duesterhus · 3 years ago
  74. d69d65a BUILD: SSL: add QUICTLS to build matrix by Ilya Shipitsin · 3 years ago
  75. 2091c7c BUILD: SSL: add quictls build to scripts/build-ssl.sh by Ilya Shipitsin · 3 years ago
  76. a99cdfb [RELEASE] Released version 2.5-dev15 by Willy Tarreau · 3 years ago
  77. 48b6080 MINOR: shctx: add a few BUG_ON() for consistency checks by Willy Tarreau · 3 years ago
  78. cafe15c BUG/MINOR: shctx: do not look for available blocks when the first one is enough by Willy Tarreau · 3 years ago
  79. b15e8a1 BUG/MEDIUM: shctx: leave the block allocator when enough blocks are found by Willy Tarreau · 3 years ago
  80. da91842 BUG/MEDIUM: cache/cli: make "show cache" thread-safe by Willy Tarreau · 3 years ago
  81. 00a1502 DOC: lua: documentation about the httpclient API by William Lallemand · 3 years ago
  82. ee72a43 BUILD: quic: fix potential NULL dereference on xprt_quic by Amaury Denoyelle · 3 years ago
  83. b48c59a BUG/MINOR: hq-interop: fix potential NULL dereference by Amaury Denoyelle · 3 years ago
  84. ed66b0f BUG/MINOR: quic: fix segfault on trace for version negotiation by Amaury Denoyelle · 3 years ago
  85. 56d3e1b MINOR: quic: Support draft-29 QUIC version by Frédéric Lécaille · 3 years ago
  86. ea78ee1 MINOR: quic: Wrong value for version negotiation packet 'Unused' field by Frédéric Lécaille · 3 years ago
  87. f366cb7 MINOR: quic: Add minimalistic support for stream flow control frames by Frédéric Lécaille · 3 years ago
  88. 83b7a5b MINOR: quic: Wrong largest acked packet number parsing by Frédéric Lécaille · 3 years ago
  89. 66cbb82 MINOR: quic: Send CONNECTION_CLOSE frame upon TLS alert by Frédéric Lécaille · 3 years ago
  90. 2b2032a MINOR: quic: Update some QUIC protocol errors by Frédéric Lécaille · 3 years ago
  91. 0e25783 MINOR: quic: Wrong ACK range building by Frédéric Lécaille · 3 years ago
  92. f67b356 MINOR: quic: Wrong Initial packet connection initialization by Frédéric Lécaille · 3 years ago
  93. ca98a7f MINOR: quic: Anti-amplification implementation by Frédéric Lécaille · 3 years, 1 month ago
  94. a956d15 MINOR: quic: Support transport parameters draft TLS extension by Frédéric Lécaille · 3 years, 1 month ago
  95. 28f51fa MINOR: quic: Correctly pad UDP datagrams by Frédéric Lécaille · 3 years, 1 month ago
  96. 8370c93 MINOR: quic: Possible wrong connection identification by Frédéric Lécaille · 3 years, 1 month ago
  97. d169efe MINOR: quic_sock: missing CO_FL_ADDR_TO_SET flag by Frédéric Lécaille · 3 years, 1 month ago
  98. 3a8bbcc BUG/MEDIUM: mux-h2: always process a pending shut read by Willy Tarreau · 3 years ago
  99. e5f5948 BUILD: makefile: reorder objects by build time by Willy Tarreau · 3 years ago
  100. 9e3093c BUILD: makefile: stop opening sub-shells for each and every command by Willy Tarreau · 3 years ago