1. c960a3b BUG/MINOR: pool/stats: Use ullong to report total pool usage in bytes in stats by Christopher Faulet · Thu Dec 22 11:05:48 2022 +0100
  2. 284cfc6 MINOR: pool: make the thread-local hot cache size configurable by Willy Tarreau · Mon Dec 19 08:15:57 2022 +0100
  3. 9192d20 MINOR: pools: make DEBUG_UAF a runtime setting by Willy Tarreau · Thu Dec 08 17:47:59 2022 +0100
  4. 5fa29b8 CLEANUP: assorted typo fixes in the code and comments by Ilya Shipitsin · Wed Dec 07 09:46:19 2022 +0500
  5. d06b9c8 DOC/MINOR: api: add documentation for event_hdl feature by Aurelien DARRAGON · Wed Nov 16 18:06:34 2022 +0100
  6. 831d613 DOC: internal: commit notes about polling states and flags on connect() by Willy Tarreau · Thu Nov 17 16:14:23 2022 +0100
  7. c89f665 DOC: internal: commit notes about polling states and flags by Willy Tarreau · Fri Sep 06 18:50:32 2019 +0200
  8. 4a689da CLEANUP: assorted typo fixes in the code and comments by Ilya Shipitsin · Sat Oct 29 09:34:32 2022 +0500
  9. 3b64a28 CLEANUP: assorted typo fixes in the code and comments by Ilya Shipitsin · Fri Jul 29 22:26:53 2022 +0500
  10. eed3911 MINOR: task: replace task_set_affinity() with task_set_thread() by Willy Tarreau · Wed Jun 15 17:20:16 2022 +0200
  11. a80f3b5 DOC: internal: remove totally outdated diagrams by Willy Tarreau · Mon May 30 16:56:42 2022 +0200
  12. de5b33e DOC: internal: add a description of the stream connectors and descriptors by Willy Tarreau · Fri May 27 17:47:16 2022 +0200
  13. 92c2e93 DOC: internal: update the muxes doc to mention the stconn by Willy Tarreau · Fri May 27 11:45:50 2022 +0200
  14. 8f7133e DOC: internal: document the new cleaner approach to the appctx by Willy Tarreau · Fri May 06 18:00:24 2022 +0200
  15. b53eb87 MINOR: init: add the pre-check callback by William Lallemand · Thu Apr 21 18:02:53 2022 +0200
  16. 0722d5d DOC: internal: update the pools API to mention boot-time settings by Willy Tarreau · Thu Feb 24 08:58:04 2022 +0100
  17. 3ebe4d9 MEDIUM: initcall: move STG_REGISTER earlier by Willy Tarreau · Fri Feb 18 14:51:49 2022 +0100
  18. af580f6 MINOR: pools: disable redundant poisonning on pool_free() by Willy Tarreau · Wed Feb 23 11:45:09 2022 +0100
  19. add43fa DEBUG: pools: add new build option DEBUG_POOL_TRACING by Willy Tarreau · Mon Jan 24 15:52:51 2022 +0100
  20. 0575d8f DEBUG: pools: add new build option DEBUG_POOL_INTEGRITY by Willy Tarreau · Fri Jan 21 19:00:25 2022 +0100
  21. b64ef3e DOC: internals: document the pools architecture and API by Willy Tarreau · Tue Jan 11 14:48:20 2022 +0100
  22. 5e87bcf CLEANUP: assorted typo fixes in the code and comments This is 29th iteration of typo fixes by Ilya Shipitsin · Sat Dec 25 11:45:52 2021 +0500
  23. 6232d11 DOC: internals: document the scheduler API by Willy Tarreau · Thu Nov 18 11:26:28 2021 +0100
  24. 946ebbb DOC: internals: document the list API by Willy Tarreau · Wed Nov 17 15:30:04 2021 +0100
  25. bc84657 DOC: internals: document the IST API by Willy Tarreau · Mon Nov 08 16:48:54 2021 +0100
  26. 08d3220 [RELEASE] Released version 2.5-dev13 by Willy Tarreau · Sat Nov 06 09:25:57 2021 +0100
  27. a62f184 DOC: internals: move some API definitions to an "api" subdirectory by Willy Tarreau · Fri Nov 05 11:52:10 2021 +0100
  28. 0188108 CLEANUP: assorted typo fixes in the code and comments by Ilya Shipitsin · Sat Aug 07 14:41:56 2021 +0500
  29. f69fea6 MAJOR: fd: get rid of the DWCAS when setting the running_mask by Willy Tarreau · Tue Aug 03 09:04:32 2021 +0200
  30. 88babd9 DOC: internals: document the FD takeover process by Willy Tarreau · Fri Jul 30 17:40:07 2021 +0200
  31. 653a167 DOC: internals: update the SSL architecture schema by Remi Tricot-Le Breton · Mon Apr 12 15:56:23 2021 +0200
  32. 46b93af [RELEASE] Released version 2.4-dev19 by Willy Tarreau · Mon May 10 07:50:26 2021 +0200
  33. 714f345 DOC: fix a few remainig cases of "Haproxy" and "HAproxy" in doc and comments by Willy Tarreau · Sun May 09 06:47:26 2021 +0200
  34. 58000fe DOC: remove last occurrences of "HA-Proxy" syntax by Willy Tarreau · Sun May 09 06:25:16 2021 +0200
  35. bfd19d6 [RELEASE] Released version 2.4-dev17 by Willy Tarreau · Fri Apr 23 19:11:10 2021 +0200
  36. 2b71810 CLEANUP: lists/tree-wide: rename some list operations to avoid some confusion by Willy Tarreau · Wed Apr 21 07:32:39 2021 +0200
  37. 59846b6 DOC: internals: update the SSL architecture schema by Remi Tricot-Le Breton · Mon Apr 12 09:57:00 2021 +0200
  38. 7be7ffa CLEANUP: dynbuf: remove the unused b_alloc_fast() function by Willy Tarreau · Mon Mar 22 14:53:56 2021 +0100
  39. f44ca97 CLEANUP: dynbuf: remove b_alloc_margin() by Willy Tarreau · Mon Mar 22 14:49:19 2021 +0100
  40. 766b6cf MINOR: dynbuf: make b_alloc() always check if the buffer is allocated by Willy Tarreau · Mon Mar 22 16:10:22 2021 +0100
  41. d7a988c CLEANUP: assorted typo fixes in the code and comments by Ilya Shipitsin · Thu Mar 04 23:26:15 2021 +0500
  42. 8ab65c2 [RELEASE] Released version 2.4-dev10 by Willy Tarreau · Fri Feb 26 22:49:10 2021 +0100
  43. ee17b97 DOC: scheduler: add a diagram showing the different queues and their usages by Willy Tarreau · Fri Feb 26 17:39:04 2021 +0100
  44. 74d7b6e DOC: Update the filters guide by Christopher Faulet · Wed Feb 24 21:58:43 2021 +0100
  45. 9a2cec4 DOC: Update the HTX API documentation by Christopher Faulet · Wed Feb 24 11:33:21 2021 +0100
  46. 61d095e DOC: muxes: add a diagram of the exchanges between muxes and outer world by Willy Tarreau · Wed Feb 24 09:07:52 2021 +0100
  47. d1ac2b9 MAJOR: htx: Remove the EOM block type and use HTX_FL_EOM instead by Christopher Faulet · Wed Dec 02 19:12:22 2020 +0100
  48. cdbcca9 DOC: fix some spelling issues over multiple files by Thayne McCombs · Thu Jan 07 21:24:41 2021 -0700
  49. 9d58c9b [RELEASE] Released version 2.3-dev7 by Willy Tarreau · Sat Oct 17 10:31:50 2020 +0200
  50. 0138f51 CLEANUP: fd: finally get rid of fd_done_recv() by Willy Tarreau · Thu Oct 15 20:08:55 2020 +0200
  51. b7ffe19 [RELEASE] Released version 2.3-dev6 by Willy Tarreau · Sat Oct 10 10:45:13 2020 +0200
  52. c6dac6c MEDIUM: listeners: remove the now unused ZOMBIE state by Willy Tarreau · Wed Sep 23 17:34:22 2020 +0200
  53. 11057a3 DOC: assorted typo fixes in the documentation by Ilya Shipitsin · Sun Jun 21 21:18:27 2020 +0500
  54. d7f8bd9 DOC: internals: update the SSL architecture schema by William Lallemand · Thu Apr 23 16:28:25 2020 +0200
  55. d008930 [RELEASE] Released version 2.2-dev6 by Willy Tarreau · Fri Apr 17 14:19:38 2020 +0200
  56. bbf697e DOC: hashing: update link to hashing functions by Adam Mills · Tue Apr 14 16:45:15 2020 -0700
  57. d80f5c0 DOC: internals: Fix spelling errors in filters.txt by Miroslav Zagorac · Thu Mar 26 20:45:04 2020 +0100
  58. 1fae8db DOC: assorted typo fixes in the documentation by Ilya Shipitsin · Sat Mar 14 17:47:28 2020 +0500
  59. 5a753bd [RELEASE] Released version 2.2-dev4 by Willy Tarreau · Mon Mar 09 14:57:20 2020 +0100
  60. 2075ca8 DOC: assorted typo fixes in the documentation by Ilya Shipitsin · Fri Mar 06 23:22:22 2020 +0500
  61. 90de53d DOC: schematic of the SSL certificates architecture by William Lallemand · Mon Feb 10 11:43:43 2020 +0100
  62. 71f95fa [RELEASE] Released version 2.2-dev1 by Willy Tarreau · Wed Jan 22 10:34:58 2020 +0100
  63. 4ac36d6 DOC: listeners: add a few missing transitions by Willy Tarreau · Wed Dec 11 06:38:14 2019 +0100
  64. 977afab DOC: document the listener state transitions by Willy Tarreau · Tue Dec 10 16:06:53 2019 +0100
  65. 64a1853 DOC: internal: document the init calls by Willy Tarreau · Wed Nov 20 16:45:15 2019 +0100
  66. cb8f03f [RELEASE] Released version 2.1-dev2 by Willy Tarreau · Tue Oct 01 18:13:09 2019 +0200
  67. 5bee3e2 MEDIUM: fd: remove the FD_EV_POLLED status bit by Willy Tarreau · Wed Sep 04 09:52:57 2019 +0200
  68. e0d0b40 CLEANUP: buffer: replace b_drop() with b_free() by Willy Tarreau · Thu Aug 08 08:06:27 2019 +0200
  69. 3b091f8 BUG/MINOR: buffers/threads: always clear a buffer's head before releasing it by Willy Tarreau · Thu Aug 08 07:53:20 2019 +0200
  70. bda62e7 DOC: htx: Add internal documentation about the HTX by Christopher Faulet · Fri Jul 12 15:05:58 2019 +0200
  71. b57f109 [RELEASE] Released version 2.0-dev6 by Willy Tarreau · Fri Jun 07 06:12:59 2019 +0200
  72. 4f283fa MEDIUM: stream-int: introduce a new state SI_ST_RDY by Willy Tarreau · Wed Jun 05 14:34:03 2019 +0200
  73. a257a9b [RELEASE] Released version 2.0-dev3 by Willy Tarreau · Wed May 15 16:51:48 2019 +0200
  74. a254a37 MEDIUM: streams: Add the ability to retry a request on L7 failure. by Olivier Houchard · Fri Apr 05 15:30:12 2019 +0200
  75. f48919a MINOR: buffers: add a new b_move() function by Willy Tarreau · Sat Dec 22 19:19:50 2018 +0100
  76. 0108d90 MEDIUM: init: convert all trivial registration calls to initcalls by Willy Tarreau · Sun Nov 25 19:14:37 2018 +0100
  77. 02cedc4 DOC: Fix typos in different subsections of the documentation by Joseph Herlant · Tue Nov 13 19:45:17 2018 -0800
  78. f7e3955 DOC: update the layering design notes by Willy Tarreau · Fri Aug 17 09:58:29 2018 +0200
  79. 65e94d1 [RELEASE] Released version 1.9-dev1 by Willy Tarreau · Thu Aug 02 18:12:50 2018 +0200
  80. 7cc040c DOC: add more design feedback on the new layering model by Willy Tarreau · Mon Jul 23 17:29:37 2018 +0200
  81. 9382cdd DOC: add some design notes about the new layering model by Willy Tarreau · Wed Feb 21 18:07:26 2018 +0100
  82. f148888 MINOR: buffers: add b_xfer() to transfer data between buffers by Willy Tarreau · Fri Jul 20 16:24:39 2018 +0200
  83. 23d465c DOC: buffers: remove obsolete docs about buffers by Willy Tarreau · Wed Jul 18 15:53:53 2018 +0200
  84. 9d752e9 DOC: buffers: document the new buffers API by Willy Tarreau · Fri Jul 13 18:49:41 2018 +0200
  85. 83061a8 MAJOR: chunks: replace struct chunk with struct buffer by Willy Tarreau · Fri Jul 13 11:56:34 2018 +0200
  86. bcbd393 MINOR: channel/buffer: replace b_{adv,rew} with c_{adv,rew} by Willy Tarreau · Wed Jun 06 07:13:22 2018 +0200
  87. fa9f9cc DOC: add some description of the pending rework of the buffer structure by Willy Tarreau · Fri May 18 16:18:17 2018 +0200
  88. 71a6a8e MEDIUM: threads/filters: Add init/deinit callback per thread by Christopher Faulet · Thu Jul 27 16:33:28 2017 +0200
  89. f08137c [RELEASE] Released version 1.8-dev3 by Willy Tarreau · Sun Oct 22 10:13:45 2017 +0200
  90. 2da788e MEDIUM: xref/lua: Use xref for referencing cosocket relation between stream and lua by Thierry FOURNIER · Mon Sep 11 18:37:23 2017 +0200
  91. 7b67726 [RELEASE] Released version 1.8-dev1 by Willy Tarreau · Mon Apr 03 09:27:49 2017 +0200
  92. 0184ea7 BUG/MAJOR: channel: Fix the definition order of channel analyzers by Christopher Faulet · Thu Jan 05 14:06:34 2017 +0100
  93. a00d817 MINOR: filters: Add check_timeouts callback to handle timers expiration on streams by Christopher Faulet · Thu Nov 10 14:58:05 2016 +0100
  94. 9adb0a5 MINOR: filters: Update filters documentation accordingly to recent changes by Christopher Faulet · Tue Jun 21 11:50:49 2016 +0200
  95. f34b28a DOC: filters: Update the filters documentation accordingly to recent changes by Christopher Faulet · Wed May 11 17:29:14 2016 +0200
  96. 7d1b48f [RELEASE] Released version 1.7-dev3 by Willy Tarreau · Tue May 10 15:36:58 2016 +0200
  97. c3fe533 DOC: filters: Add filters documentation by Christopher Faulet · Thu Apr 07 15:30:10 2016 +0200
  98. 113f7de MINOR: filters/http: Slightly update the parsing of chunks by Christopher Faulet · Mon Dec 14 14:52:13 2015 +0100
  99. 2f5cd60 DOC: add the documentation about internal circular lists by Willy Tarreau · Tue Jul 29 01:16:05 2003 +0200
  100. 29fbe51 MAJOR: tproxy: remove support for cttproxy by Willy Tarreau · Thu Aug 20 19:35:14 2015 +0200