1. be0dbba DEBUG: cleanup BUG_ON() configuration by Willy Tarreau · Fri Feb 25 08:45:52 2022 +0100
  2. 1ea8bc4 DEBUG: cleanup back trace generation by Willy Tarreau · Fri Feb 25 07:49:18 2022 +0100
  3. edd4268 DEBUG: move the tainted stuff to bug.h for easier inclusion by Willy Tarreau · Fri Feb 25 10:10:00 2022 +0100
  4. 9b4a0e6 BUG/MINOR: debug: fix get_tainted() to properly read an atomic value by Willy Tarreau · Fri Feb 25 09:56:29 2022 +0100
  5. c72d2c7 BUILD: stream: fix build warning with older compilers by Willy Tarreau · Thu Feb 24 19:35:05 2022 +0100
  6. 119965f BUG/MEDIUM: quic: fix received ACK stream calculation by Amaury Denoyelle · Thu Feb 24 17:39:57 2022 +0100
  7. 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
  8. 2da02ae BUILD: tree-wide: Avoid warnings about undefined entities retrieved from a CS by Christopher Faulet · Thu Feb 24 13:45:27 2022 +0100
  9. 9264a2c BUG/MINOR: h3/hq_interop: Fix CS and stream creation by Christopher Faulet · Thu Feb 24 11:13:57 2022 +0100
  10. c983b21 CLEANUP: backend: Don't export connect_server anymore by Christopher Faulet · Thu Jan 13 09:53:00 2022 +0100
  11. e3a3af1 CLEANUP: conn-stream: Remove cs_destroy() by Christopher Faulet · Thu Jan 06 08:48:37 2022 +0100
  12. 54e85cb MAJOR: check: Use a persistent conn-stream for health-checks by Christopher Faulet · Thu Jan 06 08:46:56 2022 +0100
  13. 14fd99a MINOR: stream: Don't destroy conn-streams but detach app and endp by Christopher Faulet · Thu Jan 06 08:45:51 2022 +0100
  14. 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
  15. 014ac35 CLEANUP: stream-int: rename si_reset() to si_init() by Christopher Faulet · Thu Jan 06 08:13:46 2022 +0100
  16. cda94ac MAJOR: stream/conn_stream: Move the stream-interface into the conn-stream by Christopher Faulet · Thu Dec 23 17:28:17 2021 +0100
  17. 9a86f63 CLEANUP: conn-stream: Don't export conn-stream pool by Christopher Faulet · Thu Dec 23 14:55:25 2021 +0100
  18. a73c9f0 MINOR: conn-stream: Rename cs_detach() to cs_detach_endp() by Christopher Faulet · Thu Dec 23 14:53:08 2021 +0100
  19. 108ce5a MINOR: sink: Always access the stream-int via the conn-stream by Christopher Faulet · Thu Dec 23 14:00:22 2021 +0100
  20. 0de8272 MINOR: tcp-act: Always access the stream-int via the conn-stream by Christopher Faulet · Thu Dec 23 13:59:47 2021 +0100
  21. b91afea MINOR: httpclient: Always access the stream-int via the conn-stream by Christopher Faulet · Thu Dec 23 13:58:12 2021 +0100
  22. e1ede30 MINOR: http-act: Always access the stream-int via the conn-stream by Christopher Faulet · Thu Dec 23 13:57:00 2021 +0100
  23. 8f8f35b MINOR: dns: Always access the stream-int via the conn-stream by Christopher Faulet · Thu Dec 23 13:40:42 2021 +0100
  24. 7a58d79 MINOR: cache: Always access the stream-int via the conn-stream by Christopher Faulet · Thu Dec 23 13:40:08 2021 +0100
  25. 436811f MINOR: hlua: Always access the stream-int via the conn-stream by Christopher Faulet · Thu Dec 23 13:39:38 2021 +0100
  26. 5d3c8aa MINOR: debug: Always access the stream-int via the conn-stream by Christopher Faulet · Thu Dec 23 13:38:12 2021 +0100
  27. 56489e2 MINOR: peers: Always access the stream-int via the conn-stream by Christopher Faulet · Thu Dec 23 13:35:56 2021 +0100
  28. 4d056bc MINOR: proxy: Always access the stream-int via the conn-stream by Christopher Faulet · Thu Dec 23 13:34:47 2021 +0100
  29. 503d264 MINOR: frontend: Always access the stream-int via the conn-stream by Christopher Faulet · Thu Dec 23 13:33:59 2021 +0100
  30. 02fc86e MINOR: log: Always access the stream-int via the conn-stream by Christopher Faulet · Thu Dec 23 13:32:42 2021 +0100
  31. 0c247df MINOR: cli: Always access the stream-int via the conn-stream by Christopher Faulet · Thu Dec 23 13:29:48 2021 +0100
  32. a629447 MINOR: http-ana: Always access the stream-int via the conn-stream by Christopher Faulet · Thu Dec 23 13:25:57 2021 +0100
  33. 5c8b47f MINOR: stream: Always access the stream-int via the conn-stream by Christopher Faulet · Thu Dec 23 13:21:18 2021 +0100
  34. 4a0114b MINOR: backend: Always access the stream-int via the conn-stream by Christopher Faulet · Thu Dec 23 12:24:35 2021 +0100
  35. 165ca0e MINOR: stream-int: Always access the stream-int via the conn-stream by Christopher Faulet · Thu Dec 23 15:15:22 2021 +0100
  36. 0dd566b MINOR: stream: Slightly rework stream_new to separate CS/SI initialization by Christopher Faulet · Thu Dec 23 12:06:45 2021 +0100
  37. 95a61e8 MINOR: stream: Add pointer to front/back conn-streams into stream struct by Christopher Faulet · Wed Dec 22 14:22:03 2021 +0100
  38. 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
  39. 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
  40. 13a35e5 MAJOR: conn_stream/stream-int: move the appctx to the conn-stream by Christopher Faulet · Mon Dec 20 15:34:16 2021 +0100
  41. 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
  42. 897d612 MEDIUM: conn-stream: No longer access connection field directly by Christopher Faulet · Fri Dec 17 17:28:35 2021 +0100
  43. 1329f2a REORG: conn_stream: move conn-stream stuff in dedicated files by Christopher Faulet · Thu Dec 16 17:32:56 2021 +0100
  44. e2b38b3 MEDIUM: stream: Allocate backend CS when the stream is created by Christopher Faulet · Thu Dec 16 16:11:28 2021 +0100
  45. e00ad35 MEDIUM: stream: No longer release backend conn-stream on connection retry by Christopher Faulet · Thu Dec 16 14:44:31 2021 +0100
  46. e39827d MINOR: stream-int: Be able to allocate a CS without connection by Christopher Faulet · Thu Dec 16 16:10:39 2021 +0100
  47. 1a3b598 MINOR: stream-int: Add function to attach a connection to a SI by Christopher Faulet · Thu Dec 16 14:41:44 2021 +0100
  48. 20a6501 MINOR: stream-int: Add function to reset a SI endpoint by Christopher Faulet · Thu Dec 16 14:41:29 2021 +0100
  49. 2b4e8b7 MINOR: connection: Add a function to detach a conn-stream from the connection by Christopher Faulet · Thu Dec 16 14:33:52 2021 +0100
  50. a742293 MINOR: stream: Handle appctx case first when creating a new stream by Christopher Faulet · Wed Dec 15 11:42:23 2021 +0100
  51. 0256da1 MINOR: connection: Be prepared to handle conn-stream with no connection by Christopher Faulet · Wed Dec 15 09:50:17 2021 +0100
  52. 719ceef MINOR: stream-int: Handle appctx case first when releasing the endpoint by Christopher Faulet · Wed Dec 15 09:14:47 2021 +0100
  53. 2747162 DOC: design: commit the temporary design notes on thread groups by Willy Tarreau · Thu Nov 18 17:45:57 2021 +0100
  54. f4016df DOC: design: add design thoughts for later simplification of the pools by Willy Tarreau · Thu Feb 24 08:59:08 2022 +0100
  55. 0722d5d DOC: internal: update the pools API to mention boot-time settings by Willy Tarreau · Thu Feb 24 08:58:04 2022 +0100
  56. 59e66e3 DOC: Fix usage/examples of deprecated ACLs by Christian Ruppert · Sun Feb 20 22:54:01 2022 +0100
  57. a0a6911 CI: github: enable pool debugging by default by Willy Tarreau · Wed Feb 23 17:58:46 2022 +0100
  58. 8de7f28 BUILD: makefile: enable both DEBUG_STRICT and DEBUG_MEMORY_POOLS by default by Willy Tarreau · Wed Feb 23 17:50:37 2022 +0100
  59. f4b79c4 MINOR: pools: support setting debugging options using -dM by Willy Tarreau · Wed Feb 23 15:20:53 2022 +0100
  60. 1408b1f MINOR: pools: delegate parsing of command line option -dM to a new function by Willy Tarreau · Fri Feb 18 18:54:40 2022 +0100
  61. 18f96d0 MEDIUM: init: handle arguments earlier by Willy Tarreau · Wed Feb 23 17:25:00 2022 +0100
  62. 392524d MINOR: init: extract args parsing to their own function by Willy Tarreau · Thu Feb 17 18:10:36 2022 +0100
  63. 34527d5 MEDIUM: init: split the early initialization in its own function by Willy Tarreau · Thu Feb 17 17:45:58 2022 +0100
  64. 3ebe4d9 MEDIUM: initcall: move STG_REGISTER earlier by Willy Tarreau · Fri Feb 18 14:51:49 2022 +0100
  65. ef301b7 MINOR: pools: add a debugging flag for memory poisonning option by Willy Tarreau · Wed Feb 23 14:15:18 2022 +0100
  66. 13d7775 MINOR: pools: replace DEBUG_MEMORY_POOLS with runtime POOL_DBG_TAG by Willy Tarreau · Wed Feb 23 10:20:37 2022 +0100
  67. 0271822 MINOR: pools: replace DEBUG_POOL_TRACING with runtime POOL_DBG_CALLER by Willy Tarreau · Wed Feb 23 10:10:33 2022 +0100
  68. 42705d0 MINOR: pools: get rid of POOL_EXTRA by Willy Tarreau · Wed Feb 23 10:03:11 2022 +0100
  69. 96d5bc7 MINOR: pools: store the allocated size for each pool by Willy Tarreau · Wed Feb 23 08:57:59 2022 +0100
  70. e981631 MEDIUM: pools: replace CONFIG_HAP_POOLS with a runtime "NO_CACHE" flag. by Willy Tarreau · Tue Feb 22 16:23:09 2022 +0100
  71. dff3b06 MINOR: pools: make the global pools a runtime option. by Willy Tarreau · Tue Feb 22 09:21:13 2022 +0100
  72. 6f3c7f6 MINOR: pools: add a new debugging flag POOL_DBG_INTEGRITY by Willy Tarreau · Mon Feb 21 18:42:53 2022 +0100
  73. d3470e1 MINOR: pools: add a new debugging flag POOL_DBG_COLD_FIRST by Willy Tarreau · Mon Feb 21 18:30:25 2022 +0100
  74. fd8b737 MINOR: pools: switch DEBUG_DONT_SHARE_POOLS to runtime by Willy Tarreau · Mon Feb 21 17:31:50 2022 +0100
  75. 8d0273e MINOR: pools: switch the fail-alloc test to runtime only by Willy Tarreau · Mon Feb 21 17:16:22 2022 +0100
  76. 605629b MINOR: pools: introduce a new pool_debugging global variable by Willy Tarreau · Fri Feb 18 18:35:59 2022 +0100
  77. af580f6 MINOR: pools: disable redundant poisonning on pool_free() by Willy Tarreau · Wed Feb 23 11:45:09 2022 +0100
  78. b61fccd CLEANUP: init: remove the ifdef on HAPROXY_MEMMAX by Willy Tarreau · Thu Feb 17 17:15:02 2022 +0100
  79. cc0d554 CLEANUP: vars: move the per-process variables initialization to vars.c by Willy Tarreau · Thu Feb 17 16:47:03 2022 +0100
  80. add4306 CLEANUP: muxes: do not use a dynamic trash in list_mux_protos() by Willy Tarreau · Fri Feb 18 11:07:40 2022 +0100
  81. 5b4b6ca CLEANUP: httpclient: initialize the client in stage INIT not REGISTER by Willy Tarreau · Fri Feb 18 16:23:14 2022 +0100
  82. 1834030 DOC: httpclient/lua: fix the type of the dst parameter by William Lallemand · Wed Feb 23 15:57:45 2022 +0100
  83. ab90ee8 BUG/MINOR: httpclient/lua: missing pop for new timeout parameter by William Lallemand · Wed Feb 23 15:16:08 2022 +0100
  84. b4a4ef6 MINOR: httpclient/lua: ability to set a server timeout by William Lallemand · Wed Feb 23 14:18:16 2022 +0100
  85. 686501c BUG/MEDIUM: stream: Abort processing if response buffer allocation fails by Christopher Faulet · Tue Feb 01 18:53:53 2022 +0100
  86. 3d9266f REGTESTS: fix the race conditions in 40be_2srv_odd_health_checks by Willy Tarreau · Mon Feb 21 20:44:00 2022 +0100
  87. 9de8a2b CLEANUP: pools: remove the now unused pool_is_crowded() by Willy Tarreau · Mon Feb 21 19:06:07 2022 +0100
  88. 9f69995 MINOR: pools: mark most static pool configuration variables as read-mostly by Willy Tarreau · Fri Feb 18 18:31:53 2022 +0100
  89. 4323567 MINOR: quic: fix handling of out-of-order received STREAM frames by Amaury Denoyelle · Mon Feb 21 19:08:44 2022 +0100
  90. c0b66ca MINOR: mux-quic: fix uninitialized return on qc_send by Amaury Denoyelle · Mon Feb 21 18:45:22 2022 +0100
  91. ff191de MINOR: h3: fix compiler warning variable set but not used by Amaury Denoyelle · Mon Feb 21 18:38:29 2022 +0100
  92. d1c76f2 MINOR: quic: do not modify offset node if quic_rx_strm_frm in tree by Amaury Denoyelle · Mon Feb 21 17:53:38 2022 +0100
  93. ae17925 DEBUG: stream-int: Check CS_FL_WANT_ROOM is not set with an empty input buffer by Christopher Faulet · Mon Feb 21 16:12:00 2022 +0100
  94. ec361bb BUG/MAJOR: mux-h2: Be sure to always report HTX parsing error to the app layer by Christopher Faulet · Mon Feb 21 15:12:54 2022 +0100
  95. c17c31c BUG/MEDIUM: mux-h1: Don't wake h1s if mux is blocked on lack of output buffer by Christopher Faulet · Tue Feb 01 18:25:06 2022 +0100
  96. dc523e3 BUG/MEDIUM: htx: Be sure to have a buffer to perform a raw copy of a message by Christopher Faulet · Tue Feb 01 18:11:50 2022 +0100
  97. ea3e035 MINOR: mux-quic: fix a possible null dereference in qc_timeout_task by Amaury Denoyelle · Mon Feb 21 10:05:16 2022 +0100
  98. d439a49 DEBUG: buffer: check in __b_put_blk() whether the buffer room is respected by Willy Tarreau · Fri Feb 18 17:33:27 2022 +0100
  99. 11adb1d BUG/MEDIUM: httpclient: limit transfers to the maximum available room by Willy Tarreau · Fri Feb 18 17:28:25 2022 +0100
  100. 8a91374 BUG/MINOR: tools: url2sa reads ipv4 too far by William Lallemand · Fri Feb 18 16:13:12 2022 +0100