1. e81248c BUG/MINOR: pool: always align pool_heads to 64 bytes by Willy Tarreau · Wed Mar 02 17:59:04 2022 +0100
  2. 10a3736 BUG/MEDIUM: httpclient/lua: infinite appctx loop with POST by William Lallemand · Wed Mar 02 16:18:26 2022 +0100
  3. 06e66c8 DEBUG: reduce the footprint of BUG_ON() calls by Willy Tarreau · Wed Mar 02 15:52:03 2022 +0100
  4. a631b86 BUILD: tcpcheck: do not declare tcp_check_keywords_register() inline by Willy Tarreau · Wed Mar 02 14:54:44 2022 +0100
  5. 4de2cda BUILD: trace: do not declare trace_registre_source() inline by Willy Tarreau · Wed Mar 02 14:53:00 2022 +0100
  6. 368479c BUILD: http_rules: do not declare http_*_keywords_registre() inline by Willy Tarreau · Wed Mar 02 14:50:38 2022 +0100
  7. d318e4e BUILD: connection: do not declare register_mux_proto() inline by Willy Tarreau · Wed Mar 02 14:46:45 2022 +0100
  8. e4149cd BUILD: conn_stream: avoid null-deref warnings on gcc 6 by Willy Tarreau · Wed Mar 02 14:38:11 2022 +0100
  9. bd24208 MINOR: quic: Assemble QUIC TLS flags at the same level by Frédéric Lécaille · Fri Feb 25 17:17:59 2022 +0100
  10. 9355d50 CLEANUP: quic: Indentation fix in qc_prep_pkts() by Frédéric Lécaille · Wed Feb 23 09:38:01 2022 +0100
  11. 7d845f1 CLEANUP: quic: Useless tests in qc_try_rm_hp() by Frédéric Lécaille · Mon Feb 21 19:22:09 2022 +0100
  12. 51c9065 MINOR: quic: Drop the packets of discarded packet number spaces by Frédéric Lécaille · Tue Feb 22 11:39:14 2022 +0100
  13. 00e2400 MINOR: quic: Post handshake I/O callback switching by Frédéric Lécaille · Fri Feb 18 17:13:45 2022 +0100
  14. 5757b4a MINOR: quic: Ensure PTO timer is not set in the past by Frédéric Lécaille · Wed Feb 16 14:46:17 2022 +0100
  15. 59e6bcd BUILD: ssl: another build warning on LIBRESSL_VERSION_NUMBER by Julien Thomas · Mon Feb 28 22:13:31 2022 +0100
  16. 10c9c74 CLEANUP: stream: Remove useless tests on conn-stream in stream_dump() by Christopher Faulet · Tue Mar 01 15:16:57 2022 +0100
  17. 0dc70ab REGTESTS: fix the race conditions in secure_memcmp.vtc by Christopher Faulet · Tue Mar 01 11:03:00 2022 +0100
  18. 0e3010b MEDIUM: quic: rearchitecture Rx path for bidirectional STREAM frames by Amaury Denoyelle · Mon Feb 28 11:37:48 2022 +0100
  19. 3c43039 BUG/MINOR: quic: support FIN on Rx-buffered STREAM frames by Amaury Denoyelle · Mon Feb 28 11:38:36 2022 +0100
  20. 3bf0609 MINOR: mux-quic: define flag for last received frame by Amaury Denoyelle · Mon Feb 28 11:36:57 2022 +0100
  21. f77e343 MINOR: quic: handle partially received buffered stream frame by Amaury Denoyelle · Fri Feb 25 17:36:31 2022 +0100
  22. 2d2d030 MINOR: quic: simplify copy of STREAM frames to RX buffer by Amaury Denoyelle · Mon Feb 28 10:00:54 2022 +0100
  23. 850695a CLEANUP: adjust indentation in bidir STREAM handling function by Amaury Denoyelle · Fri Feb 25 17:29:10 2022 +0100
  24. cc8348f MINOR: queue: Replace if() + abort() with BUG_ON() by Tim Duesterhus · Mon Feb 28 19:16:31 2022 +0100
  25. 0dd8dd6 DOC: install: describe how to choose options used in the DEBUG variable by Willy Tarreau · Tue Mar 01 08:31:50 2022 +0100
  26. 09bdb11 DOC: install: describe the DEP variable by Willy Tarreau · Tue Mar 01 07:45:18 2022 +0100
  27. e97b04b DOC: install: it's DEBUG_CFLAGS, not DEBUG, which is set to -g by Willy Tarreau · Tue Mar 01 07:40:24 2022 +0100
  28. 17e6b73 MINOR: connection: Transform safety check in PROXYv2 parsing into BUG_ON() by Tim Duesterhus · Fri Feb 25 21:44:27 2022 +0100
  29. f09af57 CLEANUP: connection: Indicate unreachability to the compiler in conn_recv_proxy by Tim Duesterhus · Fri Feb 25 21:44:26 2022 +0100
  30. 5a001a0 BUILD: debug: fix build warning on older compilers around DEBUG_STRICT_ACTION by Willy Tarreau · Mon Feb 28 17:57:19 2022 +0100
  31. 8bc1759 DEBUG: stream-int: Fix BUG_ON used to test appctx in si_applet_ops callbacks by Christopher Faulet · Mon Feb 28 17:27:09 2022 +0100
  32. e07f8b5 REGTESTS: fix the race conditions in normalize_uri.vtc by Christopher Faulet · Mon Feb 28 17:04:37 2022 +0100
  33. 234a10a BUG/MEDIUM: htx: Fix a possible null derefs in htx_xfer_blks() by Christopher Faulet · Mon Feb 28 15:29:56 2022 +0100
  34. 4ab8438 BUG/MEDIUM: mux-fcgi: Don't rely on SI src/dst addresses for FCGI health-checks by Christopher Faulet · Mon Feb 28 11:49:02 2022 +0100
  35. 9936dc6 REORG: stream-int: Uninline si_sync_recv() and make si_cs_recv() private by Christopher Faulet · Mon Feb 28 09:21:58 2022 +0100
  36. 4941623 CLEANUP: stream-int: Make si_cs_send() function static by Christopher Faulet · Mon Feb 28 09:14:46 2022 +0100
  37. 693b23b MEDIUM: tree-wide: Use unsafe conn-stream API when it is relevant by Christopher Faulet · Mon Feb 28 09:09:05 2022 +0100
  38. e645d88 MINOR: conn-stream: Improve API to have safe/unsafe accessors by Christopher Faulet · Mon Feb 28 08:45:41 2022 +0100
  39. 68ae291 DEBUG: channel: add consistency checks using BUG_ON_HOT() in some key functions by Willy Tarreau · Mon Feb 28 16:55:51 2022 +0100
  40. 8424004 MINOR: channel: don't use co_set_data() to decrement output by Willy Tarreau · Mon Feb 28 16:51:23 2022 +0100
  41. 8873b85 DEBUG: buf: add BUG_ON_HOT() to most buffer management functions by Willy Tarreau · Mon Feb 28 16:11:33 2022 +0100
  42. a8f4b34 DEBUG: buf: replace some sensitive BUG_ON() with BUG_ON_HOT() by Willy Tarreau · Mon Feb 28 16:10:00 2022 +0100
  43. 7bd7954 DEBUG: add two new macros to enable debugging in hot paths by Willy Tarreau · Mon Feb 28 15:25:58 2022 +0100
  44. 86bcc53 DEBUG: implement 4 levels of choices between warn and crash. by Willy Tarreau · Mon Feb 28 14:59:25 2022 +0100
  45. ef16578 DEBUG: improve BUG_ON output message accuracy by Willy Tarreau · Mon Feb 28 14:15:41 2022 +0100
  46. 6d3f1e3 DEBUG: rename WARN_ON_ONCE() to CHECK_IF() by Willy Tarreau · Mon Feb 28 11:51:23 2022 +0100
  47. 3b1d190 [RELEASE] Released version 2.6-dev2 by Willy Tarreau · Fri Feb 25 17:12:11 2022 +0100
  48. 7b4c9d6 MINOR: quic: add a TODO for a memleak frame on ACK consume by Amaury Denoyelle · Thu Feb 24 10:50:58 2022 +0100
  49. 0c7679d MINOR: quic: liberate the TX stream buffer after ACK processing by Amaury Denoyelle · Thu Feb 24 10:56:33 2022 +0100
  50. 642ab06 MINOR: quic: adjust buffer handling for STREAM transmission by Amaury Denoyelle · Wed Feb 23 10:54:42 2022 +0100
  51. 897c861 DEBUG: report BUG_ON() and WARN_ON() in the tainted flags by Willy Tarreau · Fri Feb 25 10:20:29 2022 +0100
  52. 4e0a8b1 DEBUG: add a new WARN_ON_ONCE() macro by Willy Tarreau · Fri Feb 25 08:55:11 2022 +0100
  53. a79db30 DEBUG: make the _BUG_ON() macro return the condition by Willy Tarreau · Fri Feb 25 09:10:26 2022 +0100
  54. 305cfbd DBEUG: add a new WARN_ON() macro by Willy Tarreau · Fri Feb 25 08:52:39 2022 +0100
  55. f19aab8 DEBUG: mark ABORT_NOW() as unreachable by Willy Tarreau · Fri Feb 25 09:01:36 2022 +0100
  56. be0dbba DEBUG: cleanup BUG_ON() configuration by Willy Tarreau · Fri Feb 25 08:45:52 2022 +0100
  57. 1ea8bc4 DEBUG: cleanup back trace generation by Willy Tarreau · Fri Feb 25 07:49:18 2022 +0100
  58. edd4268 DEBUG: move the tainted stuff to bug.h for easier inclusion by Willy Tarreau · Fri Feb 25 10:10:00 2022 +0100
  59. 9b4a0e6 BUG/MINOR: debug: fix get_tainted() to properly read an atomic value by Willy Tarreau · Fri Feb 25 09:56:29 2022 +0100
  60. c72d2c7 BUILD: stream: fix build warning with older compilers by Willy Tarreau · Thu Feb 24 19:35:05 2022 +0100
  61. 119965f BUG/MEDIUM: quic: fix received ACK stream calculation by Amaury Denoyelle · Thu Feb 24 17:39:57 2022 +0100
  62. 282b6a7 BUG/MINOR: proxy: preset the error message pointer to NULL in parse_new_proxy() by Willy Tarreau · Thu Feb 24 16:37:19 2022 +0100
  63. 2da02ae BUILD: tree-wide: Avoid warnings about undefined entities retrieved from a CS by Christopher Faulet · Thu Feb 24 13:45:27 2022 +0100
  64. 9264a2c BUG/MINOR: h3/hq_interop: Fix CS and stream creation by Christopher Faulet · Thu Feb 24 11:13:57 2022 +0100
  65. c983b21 CLEANUP: backend: Don't export connect_server anymore by Christopher Faulet · Thu Jan 13 09:53:00 2022 +0100
  66. e3a3af1 CLEANUP: conn-stream: Remove cs_destroy() by Christopher Faulet · Thu Jan 06 08:48:37 2022 +0100
  67. 54e85cb MAJOR: check: Use a persistent conn-stream for health-checks by Christopher Faulet · Thu Jan 06 08:46:56 2022 +0100
  68. 14fd99a MINOR: stream: Don't destroy conn-streams but detach app and endp by Christopher Faulet · Thu Jan 06 08:45:51 2022 +0100
  69. c36de9d MINOR: conn-stream: Release a CS when both app and endp are detached by Christopher Faulet · Thu Jan 06 08:44:58 2022 +0100
  70. 014ac35 CLEANUP: stream-int: rename si_reset() to si_init() by Christopher Faulet · Thu Jan 06 08:13:46 2022 +0100
  71. cda94ac MAJOR: stream/conn_stream: Move the stream-interface into the conn-stream by Christopher Faulet · Thu Dec 23 17:28:17 2021 +0100
  72. 9a86f63 CLEANUP: conn-stream: Don't export conn-stream pool by Christopher Faulet · Thu Dec 23 14:55:25 2021 +0100
  73. a73c9f0 MINOR: conn-stream: Rename cs_detach() to cs_detach_endp() by Christopher Faulet · Thu Dec 23 14:53:08 2021 +0100
  74. 108ce5a MINOR: sink: Always access the stream-int via the conn-stream by Christopher Faulet · Thu Dec 23 14:00:22 2021 +0100
  75. 0de8272 MINOR: tcp-act: Always access the stream-int via the conn-stream by Christopher Faulet · Thu Dec 23 13:59:47 2021 +0100
  76. b91afea MINOR: httpclient: Always access the stream-int via the conn-stream by Christopher Faulet · Thu Dec 23 13:58:12 2021 +0100
  77. e1ede30 MINOR: http-act: Always access the stream-int via the conn-stream by Christopher Faulet · Thu Dec 23 13:57:00 2021 +0100
  78. 8f8f35b MINOR: dns: Always access the stream-int via the conn-stream by Christopher Faulet · Thu Dec 23 13:40:42 2021 +0100
  79. 7a58d79 MINOR: cache: Always access the stream-int via the conn-stream by Christopher Faulet · Thu Dec 23 13:40:08 2021 +0100
  80. 436811f MINOR: hlua: Always access the stream-int via the conn-stream by Christopher Faulet · Thu Dec 23 13:39:38 2021 +0100
  81. 5d3c8aa MINOR: debug: Always access the stream-int via the conn-stream by Christopher Faulet · Thu Dec 23 13:38:12 2021 +0100
  82. 56489e2 MINOR: peers: Always access the stream-int via the conn-stream by Christopher Faulet · Thu Dec 23 13:35:56 2021 +0100
  83. 4d056bc MINOR: proxy: Always access the stream-int via the conn-stream by Christopher Faulet · Thu Dec 23 13:34:47 2021 +0100
  84. 503d264 MINOR: frontend: Always access the stream-int via the conn-stream by Christopher Faulet · Thu Dec 23 13:33:59 2021 +0100
  85. 02fc86e MINOR: log: Always access the stream-int via the conn-stream by Christopher Faulet · Thu Dec 23 13:32:42 2021 +0100
  86. 0c247df MINOR: cli: Always access the stream-int via the conn-stream by Christopher Faulet · Thu Dec 23 13:29:48 2021 +0100
  87. a629447 MINOR: http-ana: Always access the stream-int via the conn-stream by Christopher Faulet · Thu Dec 23 13:25:57 2021 +0100
  88. 5c8b47f MINOR: stream: Always access the stream-int via the conn-stream by Christopher Faulet · Thu Dec 23 13:21:18 2021 +0100
  89. 4a0114b MINOR: backend: Always access the stream-int via the conn-stream by Christopher Faulet · Thu Dec 23 12:24:35 2021 +0100
  90. 165ca0e MINOR: stream-int: Always access the stream-int via the conn-stream by Christopher Faulet · Thu Dec 23 15:15:22 2021 +0100
  91. 0dd566b MINOR: stream: Slightly rework stream_new to separate CS/SI initialization by Christopher Faulet · Thu Dec 23 12:06:45 2021 +0100
  92. 95a61e8 MINOR: stream: Add pointer to front/back conn-streams into stream struct by Christopher Faulet · Wed Dec 22 14:22:03 2021 +0100
  93. f835dea MEDIUM: conn_stream: Add a pointer to the app object into the conn-stream by Christopher Faulet · Tue Dec 21 14:35:17 2021 +0100
  94. 86e1c33 MEDIUM: applet: Set the conn-stream as appctx owner instead of the stream-int by Christopher Faulet · Mon Dec 20 17:09:39 2021 +0100
  95. 13a35e5 MAJOR: conn_stream/stream-int: move the appctx to the conn-stream by Christopher Faulet · Mon Dec 20 15:34:16 2021 +0100
  96. dd2d0d8 MEDIUM: conn-stream: Be prepared to use an appctx as conn-stream endpoint by Christopher Faulet · Mon Dec 20 09:34:32 2021 +0100
  97. 897d612 MEDIUM: conn-stream: No longer access connection field directly by Christopher Faulet · Fri Dec 17 17:28:35 2021 +0100
  98. 1329f2a REORG: conn_stream: move conn-stream stuff in dedicated files by Christopher Faulet · Thu Dec 16 17:32:56 2021 +0100
  99. e2b38b3 MEDIUM: stream: Allocate backend CS when the stream is created by Christopher Faulet · Thu Dec 16 16:11:28 2021 +0100
  100. e00ad35 MEDIUM: stream: No longer release backend conn-stream on connection retry by Christopher Faulet · Thu Dec 16 14:44:31 2021 +0100