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