1. 86a53c5 MINOR: quic: Add reusable cipher contexts for header protection by Frédéric Lécaille · 2 years, 3 months ago
  2. a8942cd BUG/MAJOR: log-forward: Fix ssl layer not initialized on bind even if configured by Emeric Brun · 2 years, 3 months ago
  3. 3b68b60 BUG/MAJOR: log-forward: Fix log-forward proxies not fully initialized by Emeric Brun · 2 years, 3 months ago
  4. a846a17 MINOR: quic: Trace fix in qc_release_frm() by Frédéric Lécaille · 2 years, 3 months ago
  5. e4c3074 MINOR: quic: Add the QUIC connection to mux traces by Frédéric Lécaille · 2 years, 3 months ago
  6. b827840 BUG/MINOR: quic: Wrong splitted duplicated frames handling by Frédéric Lécaille · 2 years, 3 months ago
  7. 2f16348 MINOR: quic: Add frame addresses to QUIC_EV_CONN_PRSAFRM event traces by Frédéric Lécaille · 2 years, 3 months ago
  8. 1ba25c2 BUG/MINOR: quic: Possible crashes when dereferencing ->pkt quic_frame struct member by Frédéric Lécaille · 2 years, 3 months ago
  9. 473e0e5 BUG/MINOR: mux-h2: send a CANCEL instead of ES on truncated writes by Willy Tarreau · 2 years, 3 months ago
  10. 4877045 MINOR: mux-h2: make streams know if they need to send more data by Willy Tarreau · 2 years, 3 months ago
  11. ed2b9d9 MINOR: mux-h2/traces: report transition to SETTINGS1 before not after by Willy Tarreau · 2 years, 3 months ago
  12. 0f45871 BUG/MEDIUM: mux-h2: do not fiddle with ->dsi to indicate demux is idle by Willy Tarreau · 2 years, 3 months ago
  13. 1addf8b BUG/MEDIUM: cli: always reset the service context between commands by Willy Tarreau · 2 years, 3 months ago
  14. 1cc08a3 MINOR: applet: add a function to reset the svcctx of an applet by Willy Tarreau · 2 years, 3 months ago
  15. 115ccce MEDIUM: h3: concatenate multiple cookie headers by Amaury Denoyelle · 2 years, 3 months ago
  16. d23435d REGTESTS: add test for HTTP/2 cookies concatenation by Amaury Denoyelle · 2 years, 3 months ago
  17. 2c5a7ee REORG: h2: extract cookies concat function in http_htx by Amaury Denoyelle · 2 years, 3 months ago
  18. 7046756 BUG/MEDIUM: quic: fix crash on MUX send notification by Amaury Denoyelle · 2 years, 3 months ago
  19. 4173a39 BUG/MINOR: quic: Missing initializations for ducplicated frames. by Frédéric Lécaille · 2 years, 3 months ago
  20. 4b85a96 BUG/MEDIUM: http-ana: fix crash or wrong header deletion by http-restrict-req-hdr-names by Mateusz Malek · 2 years, 3 months ago
  21. b29a1dc BUG/MINOR: quic: do not notify MUX on frame retransmit by Amaury Denoyelle · 2 years, 3 months ago
  22. cc13047 MINOR: quic: refactor application send by Amaury Denoyelle · 2 years, 3 months ago
  23. 3baab74 MINOR: mux-quic: add missing args on some traces by Amaury Denoyelle · 2 years, 4 months ago
  24. fd79ddb MINOR: mux-quic: adjust traces on stream init by Amaury Denoyelle · 2 years, 3 months ago
  25. bf3c208 BUG/MEDIUM: mux-quic: reject uni stream ID exceeding flow control by Amaury Denoyelle · 2 years, 3 months ago
  26. 26aa399 MINOR: qpack: report error on enc/dec stream close by Amaury Denoyelle · 2 years, 3 months ago
  27. 6b02c6b MINOR: h3: report error on control stream close by Amaury Denoyelle · 2 years, 3 months ago
  28. f372e74 MINOR: quic: adjust quic_frame flag manipulation by Amaury Denoyelle · 2 years, 3 months ago
  29. 7b8f477 CLEANUP: exclude haring with .gitignore by Amaury Denoyelle · 2 years, 3 months ago
  30. bbeec37 MINOR: stick-table: Add table_expire() and table_idle() new converters by Frédéric Lécaille · 2 years, 3 months ago
  31. cc1a2a1 MINOR: chunk: inline alloc_trash_chunk() by Willy Tarreau · 2 years, 3 months ago
  32. 42b180d MINOR: pools/memprof: store and report the pool's name in each bin by Willy Tarreau · 2 years, 3 months ago
  33. facfad2 MINOR: pool/memprof: report pool alloc/free in memory profiling by Willy Tarreau · 2 years, 3 months ago
  34. 219afa2 MINOR: memprof: export the minimum definitions for memory profiling by Willy Tarreau · 2 years, 3 months ago
  35. 11a6f40 BUG/MINOR: quic: Wrong status returned by qc_pkt_decrypt() by Frédéric Lécaille · 2 years, 3 months ago
  36. ebb1070 BUG/MINOR: quic: MIssing check when building TX packets by Frédéric Lécaille · 2 years, 3 months ago
  37. 35a66c0 BUG/MINOR: mux-quic: fix crash with traces in qc_detach() by Amaury Denoyelle · 2 years, 3 months ago
  38. ded77cc MINOR: ring: archive a previous file-backed ring on startup by Willy Tarreau · 2 years, 3 months ago
  39. 8e87705 BUILD: sink: replace S_IRUSR, S_IWUSR with their octal value by Willy Tarreau · 2 years, 3 months ago
  40. bfb077a BUG/MINOR: quic: memleak on wrong datagram receipt by Frédéric Lécaille · 2 years, 3 months ago
  41. cc51c9a DEV: haring: support remapping LF in contents with CR VT by Willy Tarreau · 2 years, 3 months ago
  42. 75014fc DEV: haring: add a simple utility to read file-backed rings by Willy Tarreau · 2 years, 3 months ago
  43. 0b8e9ce MINOR: ring: add support for a backing-file by Willy Tarreau · 2 years, 4 months ago
  44. 6df10d8 MINOR: ring: support creating a ring from a linear area by Willy Tarreau · 2 years, 3 months ago
  45. 8df098c BUILD: ring: forward-declare struct appctx to avoid a build warning by Willy Tarreau · 2 years, 3 months ago
  46. 7629f5d BUG/MEDIUM: quic: Wrong use of <token_odcid> in qc_lsntr_pkt_rcv() by Frédéric Lécaille · 2 years, 4 months ago
  47. 18d1306 BUG/MEDIUM: ring: fix too lax 'size' parser by Willy Tarreau · 2 years, 4 months ago
  48. e9325e9 BUG/MEDIUM: quic: Possible use of uninitialized <odcid> variable in qc_lstnr_params_init() by Frédéric Lécaille · 2 years, 4 months ago
  49. 6bdf936 BUG/MEDIUM: mux-quic: fix crash due to invalid trace arg by Amaury Denoyelle · 2 years, 4 months ago
  50. 4c9a164 MINOR: mux-quic: define new traces by Amaury Denoyelle · 2 years, 4 months ago
  51. 047d86a CLEANUP: mux-quic: adjust traces level by Amaury Denoyelle · 2 years, 4 months ago
  52. c7fb0d2 MINOR: mux-quic: define protocol error traces by Amaury Denoyelle · 2 years, 4 months ago
  53. f0b67f9 MINOR: mux-quic: adjust enter/leave traces by Amaury Denoyelle · 2 years, 4 months ago
  54. 59507de CLEANUP: quic: Remove trailing spaces by Frédéric Lécaille · 2 years, 4 months ago
  55. 96d08d3 BUG/MINOR: quic: Possible infinite loop in quic_build_post_handshake_frames() by Frédéric Lécaille · 2 years, 4 months ago
  56. a6920a2 MINOR: quic: Remove useless lock for RX packets by Frédéric Lécaille · 2 years, 4 months ago
  57. 6a378d1 BUILD: stconn: fix build warning at -O3 about possible null sc by Willy Tarreau · 2 years, 4 months ago
  58. a8b2f84 MEDIUM: quic: xprt traces rework by Frédéric Lécaille · 2 years, 4 months ago
  59. 341ac99 BUG/MEDIUM: task: relax one thread consistency check in task_unlink_wq() by Willy Tarreau · 2 years, 4 months ago
  60. e6ca435 BUG/MEDIUM: poller: use fd_delete() to release the poller pipes by Willy Tarreau · 2 years, 4 months ago
  61. 54bc786 BUG/MEDIUM: quic: always remove the connection from the accept list on close by Willy Tarreau · 2 years, 4 months ago
  62. f0f92b2 BUG/MINOR: quic: fix crash on handshake io-cb for null next enc level by Amaury Denoyelle · 2 years, 4 months ago
  63. 96ca1b7 BUG/MINOR: mux-quic: open stream on STOP_SENDING by Amaury Denoyelle · 2 years, 4 months ago
  64. c09ef0c MINOR: quic: skip sending if no frame to send in io-cb by Amaury Denoyelle · 2 years, 4 months ago
  65. 654269c MINOR: quic: refactor datagram commit in Tx buffer by Amaury Denoyelle · 2 years, 4 months ago
  66. 5b68986 MINOR: quic: release Tx buffer on each send by Amaury Denoyelle · 2 years, 4 months ago
  67. f247605 MINOR: quic: replace custom buf on Tx by default struct buffer by Amaury Denoyelle · 2 years, 4 months ago
  68. 56c6154 CLEANUP: mux-quic: remove loop on sending frames by Amaury Denoyelle · 2 years, 4 months ago
  69. db3716b MINOR: debug/memstats: permit to pass the size to free() by Willy Tarreau · 2 years, 4 months ago
  70. 4a426e2 MINOR: debug/memstats: automatically determine first column size by Willy Tarreau · 2 years, 4 months ago
  71. 17200dd MINOR: debug: also store the function name in struct mem_stats by Willy Tarreau · 2 years, 4 months ago
  72. 55c950b MINOR: debug: store and report the pool's name in struct mem_stats by Willy Tarreau · 2 years, 4 months ago
  73. 4bc3708 MINOR: debug: make the mem_stats section aligned to void* by Willy Tarreau · 2 years, 4 months ago
  74. ba19acd MINOR: quic: Replace pool_zalloc() by pool_malloc() for fake datagrams by Frédéric Lécaille · 2 years, 4 months ago
  75. ffde316 BUG/MEDIUM: quic: Missing AEAD TAG check after removing header protection by Frédéric Lécaille · 2 years, 4 months ago
  76. adc7641 MINOR: quic: Too much useless traces in qc_build_frms() by Frédéric Lécaille · 2 years, 4 months ago
  77. 99897d1 BUG/MEDIUM: quic: Wrong packet length check in qc_do_rm_hp() by Frédéric Lécaille · 2 years, 4 months ago
  78. 87e95d3 [RELEASE] Released version 2.7-dev3 by Willy Tarreau · 2 years, 4 months ago
  79. 2e64472 BUILD: cfgparse: always defined _GNU_SOURCE for sched.h and crypt.h by Willy Tarreau · 2 years, 4 months ago
  80. b6189bc REGTESTS: ssl: fix grep invocation to use extended regex in ssl_generate_certificate.vtc by Ilya Shipitsin · 2 years, 4 months ago
  81. 2f2a288 REGTESTS: ssl: adopt tests to OpenSSL-3.0.N by Ilya Shipitsin · 2 years, 4 months ago
  82. 0865160 REGTESTS: ssl: adopt tests to OpenSSL-3.0.N by Ilya Shipitsin · 2 years, 4 months ago
  83. 52f2ff5 BUG/MEDIUM: fix DH length when EC key is used by Ilya Shipitsin · 2 years, 4 months ago
  84. 3b64a28 CLEANUP: assorted typo fixes in the code and comments by Ilya Shipitsin · 2 years, 4 months ago
  85. 4c785f0 CI: enable weekly "m32" builds on x86_64 by Ilya Shipitsin · 2 years, 4 months ago
  86. 3f59ac5 BUILD: SSL: allow to pass additional configure args to QUICTLS by Ilya Shipitsin · 2 years, 4 months ago
  87. 693688e MINOR: config: automatically preset MAX_THREADS based on MAX_TGROUPS by Willy Tarreau · 2 years, 4 months ago
  88. c80bdb2 MINOR: threads: report the number of thread groups in build options by Willy Tarreau · 2 years, 4 months ago
  89. f9d4a7d BUG/MEDIUM: quic: break out of the loop in quic_lstnr_dghdlr by Willy Tarreau · 2 years, 4 months ago
  90. 6715cbf BUG/MINOR: quic: adjust errno handling on sendto by Amaury Denoyelle · 2 years, 4 months ago
  91. 906b058 MINOR: quic: explicitely ignore sendto error by Amaury Denoyelle · 2 years, 4 months ago
  92. e7df68a BUG/MINOR: quic: Missing Initial packet dropping case by Frédéric Lécaille · 2 years, 4 months ago
  93. 8ecb736 MINOR: quic: Add two new stats counters for sendto() errors by Frédéric Lécaille · 2 years, 4 months ago
  94. af5138f BUG/MINOR: quic: do not reject datagrams matching minimum permitted size by Willy Tarreau · 2 years, 4 months ago
  95. 53bfab0 BUG/MINOR: sink: fix a race condition between the writer and the reader by Willy Tarreau · 2 years, 4 months ago
  96. 96417f3 BUG/MEDIUM: sink: Set the sink ref for forwarders created during ring parsing by Christopher Faulet · 2 years, 4 months ago
  97. b8e0fb9 BUG/MINOR: ring/cli: fix a race condition between the writer and the reader by Willy Tarreau · 2 years, 4 months ago
  98. 48bb875 BUG/MINOR: quic: Avoid sending truncated datagrams by Frédéric Lécaille · 2 years, 4 months ago
  99. 30e260e MEDIUM: mux-quic: implement http-request timeout by Amaury Denoyelle · 2 years, 4 months ago
  100. 6ec9837 MINOR: mux-quic: refactor refresh timeout function by Amaury Denoyelle · 2 years, 4 months ago