1. 526dc95 MINOR: initcall: Don't forget to define the __start/stop_init_##stg symbols. by Olivier Houchard · Wed Apr 10 16:21:32 2019 +0200
  2. f192d68 BUG/MINOR: htx: Preserve empty HTX messages with an unprocessed parsing error by Christopher Faulet · Mon Apr 01 11:33:17 2019 +0200
  3. a1bd1fa BUILD: use inttypes.h instead of stdint.h by Willy Tarreau · Fri Mar 29 17:26:33 2019 +0100
  4. 7b5654f BUILD: re-implement an initcall variant without using executable sections by Willy Tarreau · Fri Mar 29 21:30:17 2019 +0100
  5. 9d22e56 MINOR: tools: add an unsetenv() implementation by Willy Tarreau · Fri Mar 29 18:49:09 2019 +0100
  6. 72d9f33 BUILD: chunk: properly declare pool_head_trash as extern by Willy Tarreau · Fri Mar 29 18:13:36 2019 +0100
  7. e01d11a BUILD: http: properly mark some struct as extern by Willy Tarreau · Fri Mar 29 17:52:50 2019 +0100
  8. 9f8d821 MEDIUM: list: Use _HA_ATOMIC_* by Olivier Houchard · Wed Mar 13 18:50:33 2019 +0100
  9. 17fbb4e MEDIUM: list: Remove useless barriers. by Olivier Houchard · Wed Mar 13 17:13:04 2019 +0100
  10. b0cef35 BUG/MEDIUM: list: fix incorrect pointer unlocking in LIST_DEL_LOCKED() by Willy Tarreau · Wed Mar 13 14:03:28 2019 +0100
  11. df23c0c MINOR: config: continue to rely on DEFAULT_MAXCONN to set the minimum maxconn by Willy Tarreau · Wed Mar 13 10:10:49 2019 +0100
  12. ca783d4 MINOR: config: remove obsolete use of DEFAULT_MAXCONN at various places by Willy Tarreau · Wed Mar 13 10:03:07 2019 +0100
  13. 2087276 MEDIUM: memory: Use the new _HA_ATOMIC_* macros. by Olivier Houchard · Fri Mar 08 18:53:35 2019 +0100
  14. 8beb27e MEDIUM: xref: Use the new _HA_ATOMIC_* macros. by Olivier Houchard · Fri Mar 08 18:47:29 2019 +0100
  15. d2b5d16 MEDIUM: various: Use __ha_barrier_atomic* when relevant. by Olivier Houchard · Fri Mar 08 13:47:21 2019 +0100
  16. d0c3b88 MINOR: threads: Add macros to do atomic operation with no memory barrier. by Olivier Houchard · Thu Mar 07 18:55:31 2019 +0100
  17. 1135379 MEDIUM: threads: Use __ATOMIC_SEQ_CST when using the newer atomic API. by Olivier Houchard · Thu Mar 07 18:48:22 2019 +0100
  18. 9abcf6e MINOR: threads: Implement __ha_barrier_atomic*. by Olivier Houchard · Thu Mar 07 18:45:00 2019 +0100
  19. d87a67f MINOR: tools: implement my_flsl() by Willy Tarreau · Tue Mar 05 12:04:55 2019 +0100
  20. c5bd311 MINOR: lists: add a LIST_DEL_INIT() macro by Willy Tarreau · Wed Mar 06 19:32:11 2019 +0100
  21. 967de20 BUG/MEDIUM: list: fix again LIST_ADDQ_LOCKED by Willy Tarreau · Mon Mar 04 11:19:49 2019 +0100
  22. 4ef6801 BUG/MEDIUM: list: correct fix for LIST_POP_LOCKED's removal of last element by Willy Tarreau · Thu Feb 28 16:51:28 2019 +0100
  23. 01abd02 BUG/MEDIUM: listener: use a self-locked list for the dequeue lists by Willy Tarreau · Thu Feb 28 10:27:18 2019 +0100
  24. 4c747e8 MINOR: list: make the delete and pop operations idempotent by Willy Tarreau · Thu Feb 28 15:05:53 2019 +0100
  25. 690d2ad BUG/MEDIUM: list: add missing store barriers when updating elements and head by Willy Tarreau · Thu Feb 28 11:14:22 2019 +0100
  26. 2851925 BUG/MEDIUM: list: fix LIST_POP_LOCKED's removal of the last pointer by Willy Tarreau · Thu Feb 28 15:55:18 2019 +0100
  27. bd20ad5 BUG/MEDIUM: list: fix the rollback on addq in the locked liss by Willy Tarreau · Thu Feb 28 11:09:56 2019 +0100
  28. 149ab77 MAJOR: threads: enable one thread per CPU by default by Willy Tarreau · Sat Jan 26 14:27:06 2019 +0100
  29. f324111 MINOR: tools: implement functions to look up the nth bit set in a mask by Willy Tarreau · Tue Feb 26 09:56:22 2019 +0100
  30. db64489 BUG/MEDIUM: lists: Properly handle the case we're removing the first elt. by Olivier Houchard · Tue Feb 26 18:46:07 2019 +0100
  31. a8434ec MINOR: lists: Implement locked variations. by Olivier Houchard · Fri Jan 18 17:26:26 2019 +0100
  32. 3b71716 MINOR: standard: Add a function to parse uints (dotted notation). by Frédéric Lécaille · Mon Feb 25 15:04:22 2019 +0100
  33. 549822f MINOR: htx: Add function to drain data from an HTX message by Christopher Faulet · Mon Feb 25 10:23:19 2019 +0100
  34. 0b46548 BUG/MEDIUM: h2/htx: Correctly handle interim responses when HTX is enabled by Christopher Faulet · Tue Feb 19 15:14:23 2019 +0100
  35. 9efa7b8 BUILD/MEDIUM: initcall: Fix build on MacOS. by Olivier Houchard · Wed Feb 13 16:22:17 2019 +0100
  36. 4ddf59d MEDIUM: 51d: Enabled multi threaded operation in the 51Degrees module. by Ben51Degrees · Tue Feb 05 13:24:00 2019 +0000
  37. ff9c914 MINOR: config: make MAX_PROCS configurable at build time by Willy Tarreau · Thu Feb 07 10:39:36 2019 +0100
  38. cafa56e MINOR: tools: improve the popcount() operation by Willy Tarreau · Sat Feb 02 20:17:31 2019 +0100
  39. da9e939 CLEANUP: threads: fix misleading comment about all_threads_mask by Willy Tarreau · Sat Feb 02 17:03:41 2019 +0100
  40. dc21ff7 MINOR: debug: Add an option that causes random allocation failures. by Olivier Houchard · Tue Jan 29 15:20:16 2019 +0100
  41. ff5dd74 MINOR: xref: Add missing barriers. by Olivier Houchard · Fri Jan 18 17:21:32 2019 +0100
  42. e5fcfbe MINOR: htx: never check for null htx pointer in htx_is_{,not_}empty() by Willy Tarreau · Thu Jan 31 07:31:18 2019 +0100
  43. 245d189 DOC: htx: make it clear that htxbuf() and htx_from_buf() always return valid pointers by Willy Tarreau · Thu Jan 31 07:21:42 2019 +0100
  44. 203d735 BUG/MEDIUM: buffer: Make sure b_is_null handles buffers waiting for allocation. by Olivier Houchard · Tue Jan 29 19:10:02 2019 +0100
  45. 9c84d82 MINOR: h2: add a generic frame checker by Willy Tarreau · Wed Jan 30 15:09:21 2019 +0100
  46. f5809cd MINOR: threads: make MAX_THREADS configurable at build time by Willy Tarreau · Sat Jan 26 13:35:03 2019 +0100
  47. c9a82e4 MINOR: cfgparse: make the process/thread parser support a maximum value by Willy Tarreau · Sat Jan 26 13:25:14 2019 +0100
  48. 4790f7c MEDIUM: h2: always parse and deduplicate the content-length header by Willy Tarreau · Thu Jan 24 11:33:02 2019 +0100
  49. 1e7d444 BUG/MINOR: hpack: return a compression error on invalid table size updates by Willy Tarreau · Thu Jan 24 10:47:10 2019 +0100
  50. 71c3811 MINOR: h2: declare new sets of frame types by Willy Tarreau · Thu Jan 24 09:31:40 2019 +0100
  51. 00cf697 MINOR: htx: Add a function to truncate all blocks after a specific offset by Christopher Faulet · Mon Jan 07 14:53:27 2019 +0100
  52. 8564c1f MINOR: htx: Add an helper function to get the max space usable for a block by Christopher Faulet · Mon Jan 07 13:48:55 2019 +0100
  53. 909b9d8 BUILD: add a new file "version.c" to carry version updates by Willy Tarreau · Fri Jan 04 18:20:32 2019 +0100
  54. 0f8fb6b MINOR: h1: make the H1 headers block parser able to parse headers only by Willy Tarreau · Fri Jan 04 10:48:03 2019 +0100
  55. 1e1f27c MINOR: h2: add h2_make_htx_trailers to turn H2 headers to HTX trailers by Willy Tarreau · Thu Jan 03 18:39:54 2019 +0100
  56. 52610e9 MINOR: htx: add a new function to add a block without filling it by Willy Tarreau · Thu Jan 03 18:26:17 2019 +0100
  57. 9d953e7 MINOR: h2: add h2_make_h1_trailers to turn H2 headers to H1 trailers by Willy Tarreau · Thu Jan 03 16:18:14 2019 +0100
  58. f48919a MINOR: buffers: add a new b_move() function by Willy Tarreau · Sat Dec 22 19:19:50 2018 +0100
  59. deab244 MINOR: h2: add a bit-based frame type representation by Willy Tarreau · Fri Dec 21 14:56:57 2018 +0100
  60. fba74ea [RELEASE] Released version 2.0-dev0 by Willy Tarreau · Sat Dec 22 11:19:45 2018 +0100
  61. beefaee MEDIUM: h2: properly check and deduplicate the content-length header in HTX by Willy Tarreau · Wed Dec 19 13:08:08 2018 +0100
  62. bce4d8a MINOR: debug: make the ABORT_NOW macro use a volatile int by Willy Tarreau · Sun Dec 16 08:17:23 2018 +0100
  63. 51e4741 MINOR: pools: Cast to volatile int * instead of int *. by Olivier Houchard · Sun Dec 16 00:58:28 2018 +0100
  64. 59caa3b MINOR: tools: increase the number of ITOA strings to 16 by Willy Tarreau · Fri Dec 14 13:59:42 2018 +0100
  65. afba57a REORG: h1: merge types+proto into common/h1.h by Willy Tarreau · Tue Dec 11 13:44:24 2018 +0100
  66. b96b77e REORG: htx: merge types+proto into common/htx.h by Willy Tarreau · Tue Dec 11 10:22:41 2018 +0100
  67. eaeeb68 MINOR: hpack: provide a function to encode an HTTP path by Willy Tarreau · Mon Dec 10 19:26:51 2018 +0100
  68. 820b391 MINOR: hpack: provide a function to encode an HTTP scheme by Willy Tarreau · Mon Dec 10 19:16:20 2018 +0100
  69. 39c80eb MINOR: hpack: provide a function to encode an HTTP method by Willy Tarreau · Mon Dec 10 18:24:19 2018 +0100
  70. 8895367 MINOR: hpack: provide new functions to encode the ":status" header by Willy Tarreau · Mon Dec 10 18:04:42 2018 +0100
  71. bd5659b MINOR: hpack: provide a function to encode a long indexed header by Willy Tarreau · Tue Dec 11 07:44:19 2018 +0100
  72. 30eb809 MINOR: hpack: provide a function to encode a short indexed header by Willy Tarreau · Tue Dec 11 06:16:45 2018 +0100
  73. bad0a38 MINOR: hpack: move the length computation and encoding functions to .h by Willy Tarreau · Tue Dec 11 07:44:00 2018 +0100
  74. 2df026f CLEANUP: hpack: no need to include chunk.h, only include buf.h by Willy Tarreau · Tue Dec 11 09:03:07 2018 +0100
  75. 071d4b3 MINOR: compiler: add a new macro ALREADY_CHECKED() by Willy Tarreau · Sat Dec 08 15:20:43 2018 +0100
  76. d6735d6 MEDIUM: ist: use local conversion arrays to case conversion by Willy Tarreau · Fri Dec 07 09:40:01 2018 +0100
  77. 3f2d696 MINOR: ist: add functions to copy/uppercase/lowercase into a buffer or string by Willy Tarreau · Fri Dec 07 08:35:07 2018 +0100
  78. 41abef7 CLEANUP: Fix a typo in the mini-clist header by Joseph Herlant · Sun Nov 25 10:57:13 2018 -0800
  79. be7619a CLEANUP: Fix typo in the chunk headers file by Joseph Herlant · Sun Nov 25 10:49:51 2018 -0800
  80. 1329b5b MINOR: h2: add new functions to produce an HTX message from an H2 response by Willy Tarreau · Mon Oct 08 14:49:20 2018 +0200
  81. 6deb412 MINOR: h2: implement H2->HTX request header frame transcoding by Willy Tarreau · Tue Nov 27 15:34:18 2018 +0100
  82. a7b677c MEDIUM: proto_htx: Convert all HTTP error messages into HTX by Christopher Faulet · Thu Nov 29 16:48:49 2018 +0100
  83. 7f0165e MEDIUM: memory: make the pool cache an array and not a thread_local by Willy Tarreau · Mon Nov 26 17:09:46 2018 +0100
  84. 2455ceb MEDIUM: memory: use pool_destroy_all() to destroy all pools on deinit() by Willy Tarreau · Mon Nov 26 15:57:34 2018 +0100
  85. 7107c8b MINOR: memory: add a callback function to create a pool by Willy Tarreau · Mon Nov 26 11:44:35 2018 +0100
  86. e655251 MINOR: initcall: use initcalls for section parsers by Willy Tarreau · Mon Nov 26 11:33:13 2018 +0100
  87. 90fa97b MINOR: threads: add new macros to declare self-initializing locks by Willy Tarreau · Sun Nov 25 19:46:08 2018 +0100
  88. a8ae77d MINOR: thread: provide a set of lock initialisers by Willy Tarreau · Sun Nov 25 19:28:23 2018 +0100
  89. d13a928 MINOR: initcall: introduce a way to register init functions to call at boot by Willy Tarreau · Sun Nov 25 18:36:15 2018 +0100
  90. a7280a1 BUILD: buffers: buf.h requires unistd to get ssize_t on libmusl by Willy Tarreau · Mon Nov 26 19:41:40 2018 +0100
  91. 48f8bc1 MINOR: poller: move the call of tv_update_date() back to the pollers by Willy Tarreau · Thu Nov 22 18:57:37 2018 +0100
  92. 609aad9 REORG: time/activity: move activity measurements to activity.{c,h} by Willy Tarreau · Thu Nov 22 08:31:09 2018 +0100
  93. 3a1f5fd REORG: config: extract the proxy parser into cfgparse-listen.c by Willy Tarreau · Sun Nov 11 15:40:36 2018 +0100
  94. 36b9e22 REORG: config: extract the global section parser into cfgparse-global by Willy Tarreau · Sun Nov 11 15:19:52 2018 +0100
  95. 32b8327 CLEANUP: Fix typos in the standard subsystem by Joseph Herlant · Thu Nov 15 11:58:28 2018 -0800
  96. 8277ca7 MINOR: http: Add standalone functions to parse a start-line or a header by Christopher Faulet · Mon Oct 22 15:12:04 2018 +0200
  97. 9ca51aa MINOR: http: Implement "early-hint" http request rules. by Frédéric Lécaille · Mon Nov 12 10:06:54 2018 +0100
  98. 7520e4f MINOR: namespaces: don't build namespace.c if disabled by Willy Tarreau · Sun Nov 11 14:38:09 2018 +0100
  99. 4698adf MINOR: compat: automatically detect support for crypt_r() by Willy Tarreau · Mon Oct 29 19:14:14 2018 +0100
  100. 34d4b52 BUG/MEDIUM: auth/threads: use of crypt() is not thread-safe by Willy Tarreau · Mon Oct 29 18:02:54 2018 +0100