1. 2d2d030 MINOR: quic: simplify copy of STREAM frames to RX buffer by Amaury Denoyelle · 2 years, 9 months ago
  2. 850695a CLEANUP: adjust indentation in bidir STREAM handling function by Amaury Denoyelle · 2 years, 9 months ago
  3. cc8348f MINOR: queue: Replace if() + abort() with BUG_ON() by Tim Duesterhus · 2 years, 9 months ago
  4. 0dd8dd6 DOC: install: describe how to choose options used in the DEBUG variable by Willy Tarreau · 2 years, 9 months ago
  5. 09bdb11 DOC: install: describe the DEP variable by Willy Tarreau · 2 years, 9 months ago
  6. e97b04b DOC: install: it's DEBUG_CFLAGS, not DEBUG, which is set to -g by Willy Tarreau · 2 years, 9 months ago
  7. 17e6b73 MINOR: connection: Transform safety check in PROXYv2 parsing into BUG_ON() by Tim Duesterhus · 2 years, 9 months ago
  8. f09af57 CLEANUP: connection: Indicate unreachability to the compiler in conn_recv_proxy by Tim Duesterhus · 2 years, 9 months ago
  9. 5a001a0 BUILD: debug: fix build warning on older compilers around DEBUG_STRICT_ACTION by Willy Tarreau · 2 years, 9 months ago
  10. 8bc1759 DEBUG: stream-int: Fix BUG_ON used to test appctx in si_applet_ops callbacks by Christopher Faulet · 2 years, 9 months ago
  11. e07f8b5 REGTESTS: fix the race conditions in normalize_uri.vtc by Christopher Faulet · 2 years, 9 months ago
  12. 234a10a BUG/MEDIUM: htx: Fix a possible null derefs in htx_xfer_blks() by Christopher Faulet · 2 years, 9 months ago
  13. 4ab8438 BUG/MEDIUM: mux-fcgi: Don't rely on SI src/dst addresses for FCGI health-checks by Christopher Faulet · 2 years, 9 months ago
  14. 9936dc6 REORG: stream-int: Uninline si_sync_recv() and make si_cs_recv() private by Christopher Faulet · 2 years, 9 months ago
  15. 4941623 CLEANUP: stream-int: Make si_cs_send() function static by Christopher Faulet · 2 years, 9 months ago
  16. 693b23b MEDIUM: tree-wide: Use unsafe conn-stream API when it is relevant by Christopher Faulet · 2 years, 9 months ago
  17. e645d88 MINOR: conn-stream: Improve API to have safe/unsafe accessors by Christopher Faulet · 2 years, 9 months ago
  18. 68ae291 DEBUG: channel: add consistency checks using BUG_ON_HOT() in some key functions by Willy Tarreau · 2 years, 9 months ago
  19. 8424004 MINOR: channel: don't use co_set_data() to decrement output by Willy Tarreau · 2 years, 9 months ago
  20. 8873b85 DEBUG: buf: add BUG_ON_HOT() to most buffer management functions by Willy Tarreau · 2 years, 9 months ago
  21. a8f4b34 DEBUG: buf: replace some sensitive BUG_ON() with BUG_ON_HOT() by Willy Tarreau · 2 years, 9 months ago
  22. 7bd7954 DEBUG: add two new macros to enable debugging in hot paths by Willy Tarreau · 2 years, 9 months ago
  23. 86bcc53 DEBUG: implement 4 levels of choices between warn and crash. by Willy Tarreau · 2 years, 9 months ago
  24. ef16578 DEBUG: improve BUG_ON output message accuracy by Willy Tarreau · 2 years, 9 months ago
  25. 6d3f1e3 DEBUG: rename WARN_ON_ONCE() to CHECK_IF() by Willy Tarreau · 2 years, 9 months ago
  26. 3b1d190 [RELEASE] Released version 2.6-dev2 by Willy Tarreau · 2 years, 9 months ago
  27. 7b4c9d6 MINOR: quic: add a TODO for a memleak frame on ACK consume by Amaury Denoyelle · 2 years, 9 months ago
  28. 0c7679d MINOR: quic: liberate the TX stream buffer after ACK processing by Amaury Denoyelle · 2 years, 9 months ago
  29. 642ab06 MINOR: quic: adjust buffer handling for STREAM transmission by Amaury Denoyelle · 2 years, 9 months ago
  30. 897c861 DEBUG: report BUG_ON() and WARN_ON() in the tainted flags by Willy Tarreau · 2 years, 9 months ago
  31. 4e0a8b1 DEBUG: add a new WARN_ON_ONCE() macro by Willy Tarreau · 2 years, 9 months ago
  32. a79db30 DEBUG: make the _BUG_ON() macro return the condition by Willy Tarreau · 2 years, 9 months ago
  33. 305cfbd DBEUG: add a new WARN_ON() macro by Willy Tarreau · 2 years, 9 months ago
  34. f19aab8 DEBUG: mark ABORT_NOW() as unreachable by Willy Tarreau · 2 years, 9 months ago
  35. be0dbba DEBUG: cleanup BUG_ON() configuration by Willy Tarreau · 2 years, 9 months ago
  36. 1ea8bc4 DEBUG: cleanup back trace generation by Willy Tarreau · 2 years, 9 months ago
  37. edd4268 DEBUG: move the tainted stuff to bug.h for easier inclusion by Willy Tarreau · 2 years, 9 months ago
  38. 9b4a0e6 BUG/MINOR: debug: fix get_tainted() to properly read an atomic value by Willy Tarreau · 2 years, 9 months ago
  39. c72d2c7 BUILD: stream: fix build warning with older compilers by Willy Tarreau · 2 years, 9 months ago
  40. 119965f BUG/MEDIUM: quic: fix received ACK stream calculation by Amaury Denoyelle · 2 years, 9 months ago
  41. 282b6a7 BUG/MINOR: proxy: preset the error message pointer to NULL in parse_new_proxy() by Willy Tarreau · 2 years, 9 months ago
  42. 2da02ae BUILD: tree-wide: Avoid warnings about undefined entities retrieved from a CS by Christopher Faulet · 2 years, 9 months ago
  43. 9264a2c BUG/MINOR: h3/hq_interop: Fix CS and stream creation by Christopher Faulet · 2 years, 9 months ago
  44. c983b21 CLEANUP: backend: Don't export connect_server anymore by Christopher Faulet · 2 years, 11 months ago
  45. e3a3af1 CLEANUP: conn-stream: Remove cs_destroy() by Christopher Faulet · 2 years, 11 months ago
  46. 54e85cb MAJOR: check: Use a persistent conn-stream for health-checks by Christopher Faulet · 2 years, 11 months ago
  47. 14fd99a MINOR: stream: Don't destroy conn-streams but detach app and endp by Christopher Faulet · 2 years, 11 months ago
  48. c36de9d MINOR: conn-stream: Release a CS when both app and endp are detached by Christopher Faulet · 2 years, 11 months ago
  49. 014ac35 CLEANUP: stream-int: rename si_reset() to si_init() by Christopher Faulet · 2 years, 11 months ago
  50. cda94ac MAJOR: stream/conn_stream: Move the stream-interface into the conn-stream by Christopher Faulet · 3 years ago
  51. 9a86f63 CLEANUP: conn-stream: Don't export conn-stream pool by Christopher Faulet · 3 years ago
  52. a73c9f0 MINOR: conn-stream: Rename cs_detach() to cs_detach_endp() by Christopher Faulet · 3 years ago
  53. 108ce5a MINOR: sink: Always access the stream-int via the conn-stream by Christopher Faulet · 3 years ago
  54. 0de8272 MINOR: tcp-act: Always access the stream-int via the conn-stream by Christopher Faulet · 3 years ago
  55. b91afea MINOR: httpclient: Always access the stream-int via the conn-stream by Christopher Faulet · 3 years ago
  56. e1ede30 MINOR: http-act: Always access the stream-int via the conn-stream by Christopher Faulet · 3 years ago
  57. 8f8f35b MINOR: dns: Always access the stream-int via the conn-stream by Christopher Faulet · 3 years ago
  58. 7a58d79 MINOR: cache: Always access the stream-int via the conn-stream by Christopher Faulet · 3 years ago
  59. 436811f MINOR: hlua: Always access the stream-int via the conn-stream by Christopher Faulet · 3 years ago
  60. 5d3c8aa MINOR: debug: Always access the stream-int via the conn-stream by Christopher Faulet · 3 years ago
  61. 56489e2 MINOR: peers: Always access the stream-int via the conn-stream by Christopher Faulet · 3 years ago
  62. 4d056bc MINOR: proxy: Always access the stream-int via the conn-stream by Christopher Faulet · 3 years ago
  63. 503d264 MINOR: frontend: Always access the stream-int via the conn-stream by Christopher Faulet · 3 years ago
  64. 02fc86e MINOR: log: Always access the stream-int via the conn-stream by Christopher Faulet · 3 years ago
  65. 0c247df MINOR: cli: Always access the stream-int via the conn-stream by Christopher Faulet · 3 years ago
  66. a629447 MINOR: http-ana: Always access the stream-int via the conn-stream by Christopher Faulet · 3 years ago
  67. 5c8b47f MINOR: stream: Always access the stream-int via the conn-stream by Christopher Faulet · 3 years ago
  68. 4a0114b MINOR: backend: Always access the stream-int via the conn-stream by Christopher Faulet · 3 years ago
  69. 165ca0e MINOR: stream-int: Always access the stream-int via the conn-stream by Christopher Faulet · 3 years ago
  70. 0dd566b MINOR: stream: Slightly rework stream_new to separate CS/SI initialization by Christopher Faulet · 3 years ago
  71. 95a61e8 MINOR: stream: Add pointer to front/back conn-streams into stream struct by Christopher Faulet · 3 years ago
  72. f835dea MEDIUM: conn_stream: Add a pointer to the app object into the conn-stream by Christopher Faulet · 3 years ago
  73. 86e1c33 MEDIUM: applet: Set the conn-stream as appctx owner instead of the stream-int by Christopher Faulet · 3 years ago
  74. 13a35e5 MAJOR: conn_stream/stream-int: move the appctx to the conn-stream by Christopher Faulet · 3 years ago
  75. dd2d0d8 MEDIUM: conn-stream: Be prepared to use an appctx as conn-stream endpoint by Christopher Faulet · 3 years ago
  76. 897d612 MEDIUM: conn-stream: No longer access connection field directly by Christopher Faulet · 3 years ago
  77. 1329f2a REORG: conn_stream: move conn-stream stuff in dedicated files by Christopher Faulet · 3 years ago
  78. e2b38b3 MEDIUM: stream: Allocate backend CS when the stream is created by Christopher Faulet · 3 years ago
  79. e00ad35 MEDIUM: stream: No longer release backend conn-stream on connection retry by Christopher Faulet · 3 years ago
  80. e39827d MINOR: stream-int: Be able to allocate a CS without connection by Christopher Faulet · 3 years ago
  81. 1a3b598 MINOR: stream-int: Add function to attach a connection to a SI by Christopher Faulet · 3 years ago
  82. 20a6501 MINOR: stream-int: Add function to reset a SI endpoint by Christopher Faulet · 3 years ago
  83. 2b4e8b7 MINOR: connection: Add a function to detach a conn-stream from the connection by Christopher Faulet · 3 years ago
  84. a742293 MINOR: stream: Handle appctx case first when creating a new stream by Christopher Faulet · 3 years ago
  85. 0256da1 MINOR: connection: Be prepared to handle conn-stream with no connection by Christopher Faulet · 3 years ago
  86. 719ceef MINOR: stream-int: Handle appctx case first when releasing the endpoint by Christopher Faulet · 3 years ago
  87. 2747162 DOC: design: commit the temporary design notes on thread groups by Willy Tarreau · 3 years ago
  88. f4016df DOC: design: add design thoughts for later simplification of the pools by Willy Tarreau · 2 years, 9 months ago
  89. 0722d5d DOC: internal: update the pools API to mention boot-time settings by Willy Tarreau · 2 years, 9 months ago
  90. 59e66e3 DOC: Fix usage/examples of deprecated ACLs by Christian Ruppert · 2 years, 9 months ago
  91. a0a6911 CI: github: enable pool debugging by default by Willy Tarreau · 2 years, 9 months ago
  92. 8de7f28 BUILD: makefile: enable both DEBUG_STRICT and DEBUG_MEMORY_POOLS by default by Willy Tarreau · 2 years, 9 months ago
  93. f4b79c4 MINOR: pools: support setting debugging options using -dM by Willy Tarreau · 2 years, 9 months ago
  94. 1408b1f MINOR: pools: delegate parsing of command line option -dM to a new function by Willy Tarreau · 2 years, 10 months ago
  95. 18f96d0 MEDIUM: init: handle arguments earlier by Willy Tarreau · 2 years, 9 months ago
  96. 392524d MINOR: init: extract args parsing to their own function by Willy Tarreau · 2 years, 10 months ago
  97. 34527d5 MEDIUM: init: split the early initialization in its own function by Willy Tarreau · 2 years, 10 months ago
  98. 3ebe4d9 MEDIUM: initcall: move STG_REGISTER earlier by Willy Tarreau · 2 years, 10 months ago
  99. ef301b7 MINOR: pools: add a debugging flag for memory poisonning option by Willy Tarreau · 2 years, 9 months ago
  100. 13d7775 MINOR: pools: replace DEBUG_MEMORY_POOLS with runtime POOL_DBG_TAG by Willy Tarreau · 2 years, 9 months ago