1. 4ddf59d MEDIUM: 51d: Enabled multi threaded operation in the 51Degrees module. by Ben51Degrees · Tue Feb 05 13:24:00 2019 +0000
  2. ff9c914 MINOR: config: make MAX_PROCS configurable at build time by Willy Tarreau · Thu Feb 07 10:39:36 2019 +0100
  3. cafa56e MINOR: tools: improve the popcount() operation by Willy Tarreau · Sat Feb 02 20:17:31 2019 +0100
  4. da9e939 CLEANUP: threads: fix misleading comment about all_threads_mask by Willy Tarreau · Sat Feb 02 17:03:41 2019 +0100
  5. dc21ff7 MINOR: debug: Add an option that causes random allocation failures. by Olivier Houchard · Tue Jan 29 15:20:16 2019 +0100
  6. ff5dd74 MINOR: xref: Add missing barriers. by Olivier Houchard · Fri Jan 18 17:21:32 2019 +0100
  7. 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
  8. 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
  9. 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
  10. 9c84d82 MINOR: h2: add a generic frame checker by Willy Tarreau · Wed Jan 30 15:09:21 2019 +0100
  11. f5809cd MINOR: threads: make MAX_THREADS configurable at build time by Willy Tarreau · Sat Jan 26 13:35:03 2019 +0100
  12. c9a82e4 MINOR: cfgparse: make the process/thread parser support a maximum value by Willy Tarreau · Sat Jan 26 13:25:14 2019 +0100
  13. 4790f7c MEDIUM: h2: always parse and deduplicate the content-length header by Willy Tarreau · Thu Jan 24 11:33:02 2019 +0100
  14. 1e7d444 BUG/MINOR: hpack: return a compression error on invalid table size updates by Willy Tarreau · Thu Jan 24 10:47:10 2019 +0100
  15. 71c3811 MINOR: h2: declare new sets of frame types by Willy Tarreau · Thu Jan 24 09:31:40 2019 +0100
  16. 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
  17. 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
  18. 909b9d8 BUILD: add a new file "version.c" to carry version updates by Willy Tarreau · Fri Jan 04 18:20:32 2019 +0100
  19. 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
  20. 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
  21. 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
  22. 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
  23. f48919a MINOR: buffers: add a new b_move() function by Willy Tarreau · Sat Dec 22 19:19:50 2018 +0100
  24. deab244 MINOR: h2: add a bit-based frame type representation by Willy Tarreau · Fri Dec 21 14:56:57 2018 +0100
  25. fba74ea [RELEASE] Released version 2.0-dev0 by Willy Tarreau · Sat Dec 22 11:19:45 2018 +0100
  26. beefaee MEDIUM: h2: properly check and deduplicate the content-length header in HTX by Willy Tarreau · Wed Dec 19 13:08:08 2018 +0100
  27. bce4d8a MINOR: debug: make the ABORT_NOW macro use a volatile int by Willy Tarreau · Sun Dec 16 08:17:23 2018 +0100
  28. 51e4741 MINOR: pools: Cast to volatile int * instead of int *. by Olivier Houchard · Sun Dec 16 00:58:28 2018 +0100
  29. 59caa3b MINOR: tools: increase the number of ITOA strings to 16 by Willy Tarreau · Fri Dec 14 13:59:42 2018 +0100
  30. afba57a REORG: h1: merge types+proto into common/h1.h by Willy Tarreau · Tue Dec 11 13:44:24 2018 +0100
  31. b96b77e REORG: htx: merge types+proto into common/htx.h by Willy Tarreau · Tue Dec 11 10:22:41 2018 +0100
  32. eaeeb68 MINOR: hpack: provide a function to encode an HTTP path by Willy Tarreau · Mon Dec 10 19:26:51 2018 +0100
  33. 820b391 MINOR: hpack: provide a function to encode an HTTP scheme by Willy Tarreau · Mon Dec 10 19:16:20 2018 +0100
  34. 39c80eb MINOR: hpack: provide a function to encode an HTTP method by Willy Tarreau · Mon Dec 10 18:24:19 2018 +0100
  35. 8895367 MINOR: hpack: provide new functions to encode the ":status" header by Willy Tarreau · Mon Dec 10 18:04:42 2018 +0100
  36. bd5659b MINOR: hpack: provide a function to encode a long indexed header by Willy Tarreau · Tue Dec 11 07:44:19 2018 +0100
  37. 30eb809 MINOR: hpack: provide a function to encode a short indexed header by Willy Tarreau · Tue Dec 11 06:16:45 2018 +0100
  38. bad0a38 MINOR: hpack: move the length computation and encoding functions to .h by Willy Tarreau · Tue Dec 11 07:44:00 2018 +0100
  39. 2df026f CLEANUP: hpack: no need to include chunk.h, only include buf.h by Willy Tarreau · Tue Dec 11 09:03:07 2018 +0100
  40. 071d4b3 MINOR: compiler: add a new macro ALREADY_CHECKED() by Willy Tarreau · Sat Dec 08 15:20:43 2018 +0100
  41. d6735d6 MEDIUM: ist: use local conversion arrays to case conversion by Willy Tarreau · Fri Dec 07 09:40:01 2018 +0100
  42. 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
  43. 41abef7 CLEANUP: Fix a typo in the mini-clist header by Joseph Herlant · Sun Nov 25 10:57:13 2018 -0800
  44. be7619a CLEANUP: Fix typo in the chunk headers file by Joseph Herlant · Sun Nov 25 10:49:51 2018 -0800
  45. 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
  46. 6deb412 MINOR: h2: implement H2->HTX request header frame transcoding by Willy Tarreau · Tue Nov 27 15:34:18 2018 +0100
  47. a7b677c MEDIUM: proto_htx: Convert all HTTP error messages into HTX by Christopher Faulet · Thu Nov 29 16:48:49 2018 +0100
  48. 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
  49. 2455ceb MEDIUM: memory: use pool_destroy_all() to destroy all pools on deinit() by Willy Tarreau · Mon Nov 26 15:57:34 2018 +0100
  50. 7107c8b MINOR: memory: add a callback function to create a pool by Willy Tarreau · Mon Nov 26 11:44:35 2018 +0100
  51. e655251 MINOR: initcall: use initcalls for section parsers by Willy Tarreau · Mon Nov 26 11:33:13 2018 +0100
  52. 90fa97b MINOR: threads: add new macros to declare self-initializing locks by Willy Tarreau · Sun Nov 25 19:46:08 2018 +0100
  53. a8ae77d MINOR: thread: provide a set of lock initialisers by Willy Tarreau · Sun Nov 25 19:28:23 2018 +0100
  54. 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
  55. a7280a1 BUILD: buffers: buf.h requires unistd to get ssize_t on libmusl by Willy Tarreau · Mon Nov 26 19:41:40 2018 +0100
  56. 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
  57. 609aad9 REORG: time/activity: move activity measurements to activity.{c,h} by Willy Tarreau · Thu Nov 22 08:31:09 2018 +0100
  58. 3a1f5fd REORG: config: extract the proxy parser into cfgparse-listen.c by Willy Tarreau · Sun Nov 11 15:40:36 2018 +0100
  59. 36b9e22 REORG: config: extract the global section parser into cfgparse-global by Willy Tarreau · Sun Nov 11 15:19:52 2018 +0100
  60. 32b8327 CLEANUP: Fix typos in the standard subsystem by Joseph Herlant · Thu Nov 15 11:58:28 2018 -0800
  61. 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
  62. 9ca51aa MINOR: http: Implement "early-hint" http request rules. by Frédéric Lécaille · Mon Nov 12 10:06:54 2018 +0100
  63. 7520e4f MINOR: namespaces: don't build namespace.c if disabled by Willy Tarreau · Sun Nov 11 14:38:09 2018 +0100
  64. 4698adf MINOR: compat: automatically detect support for crypt_r() by Willy Tarreau · Mon Oct 29 19:14:14 2018 +0100
  65. 34d4b52 BUG/MEDIUM: auth/threads: use of crypt() is not thread-safe by Willy Tarreau · Mon Oct 29 18:02:54 2018 +0100
  66. ce487aa BUG/MEDIUM: tools: fix direction of my_ffsl() by Willy Tarreau · Mon Oct 29 16:09:57 2018 +0100
  67. 8e9f453 BUG/MINOR: memory: make the thread-local cache allocator set the debugging link by Willy Tarreau · Sun Oct 28 20:09:12 2018 +0100
  68. 1ff7633 CLEANUP: tools: fix misleading comment above function LIM2A by Ioannis Cherouvim · Wed Oct 24 10:05:19 2018 +0300
  69. 62975a7 BUG/MEDIUM: pools: Fix the usage of mmap()) with DEBUG_UAF. by Olivier Houchard · Sun Oct 21 01:33:11 2018 +0200
  70. 4e7cc33 BUILD: compiler: rename __unreachable() to my_unreachable() by Willy Tarreau · Sat Oct 20 17:45:48 2018 +0200
  71. 7a6ad88 BUILD: memory: fix free_list pointer declaration again for atomic CAS by Willy Tarreau · Sat Oct 20 17:37:38 2018 +0200
  72. ed72d82 MEDIUM: time: measure the time stolen by other threads by Willy Tarreau · Wed Oct 17 19:01:24 2018 +0200
  73. 5ceeb15 MINOR: time: add now_mono_time() and now_cpu_time() by Willy Tarreau · Wed Oct 17 18:59:53 2018 +0200
  74. ac6c880 BUILD: memory: fix pointer declaration for atomic CAS by Willy Tarreau · Thu Oct 18 16:12:28 2018 +0200
  75. 7e9c4ae MINOR: poller: move time and date computation out of the pollers by Willy Tarreau · Wed Oct 17 14:31:19 2018 +0200
  76. f37ba94 MINOR: fd: centralize poll timeout computation in compute_poll_timeout() by Willy Tarreau · Wed Oct 17 11:25:54 2018 +0200
  77. e18db9e MEDIUM: pools: implement a thread-local cache for pool entries by Willy Tarreau · Tue Oct 16 10:28:54 2018 +0200
  78. 146794d MINOR: pools: split pool_free() in the lockfree variant by Willy Tarreau · Tue Oct 16 08:55:15 2018 +0200
  79. 0a93b64 MINOR: pools: allocate most memory pools from an array by Willy Tarreau · Tue Oct 16 07:58:39 2018 +0200
  80. 98d334b MINOR: tools: add a new function atleast2() to test masks for more than 1 bit by Willy Tarreau · Mon Oct 15 09:33:41 2018 +0200
  81. 8d26f02 BUILD: compiler: add a new statement "__unreachable()" by Willy Tarreau · Mon Oct 15 11:53:34 2018 +0200
  82. c1f40b3 MINOR: chunk: add chunk_cpy() and chunk_cat() by Willy Tarreau · Mon Oct 08 07:34:25 2018 +0200
  83. 7e266c7 MINOR: http: Move comment about some HTTP macros in the right header file by Christopher Faulet · Wed Oct 03 14:15:28 2018 +0200
  84. 27346b0 OPTIM: tools: optimize my_ffsl() for x86_64 by Willy Tarreau · Wed Oct 10 19:05:56 2018 +0200
  85. 2325d8a BUG/MINOR: threads: move declaration of capabilities to config.h by Willy Tarreau · Wed Oct 10 18:29:23 2018 +0200
  86. 415150f MEDIUM: ssl: add support for ciphersuites option for TLSv1.3 by Dirkjan Bussink · Fri Sep 14 11:14:21 2018 +0200
  87. 363c745 BUG/MEDIUM: buffers: Make sure we don't wrap in ci_insert_line2/b_rep_blk. by Olivier Houchard · Wed Sep 26 15:09:58 2018 +0200
  88. 79e5733 REORG: http: move the code to different files by Willy Tarreau · Tue Oct 02 16:01:16 2018 +0200
  89. 7f2a44d BUG/CRITICAL: hpack: fix improper sign check on the header index value by Willy Tarreau · Mon Sep 17 14:07:33 2018 +0200
  90. 4c0fcc2 BUG/MINOR: tools: fix set_net_port() / set_host_port() on IPv4 by Willy Tarreau · Thu Sep 20 10:48:35 2018 +0200
  91. e2c418e MINOR: http: add http_hdr_del() to remove a header from a list by Willy Tarreau · Fri Sep 14 17:32:05 2018 +0200
  92. 2fe7dd0 MEDIUM: protocol: sockpair protocol by William Lallemand · Tue Sep 11 16:51:29 2018 +0200
  93. ab813a4 REORG: http: move some header value processing functions to http.c by Willy Tarreau · Mon Sep 10 18:41:28 2018 +0200
  94. 04f1e2d REORG: http: move error codes production and processing to http.c by Willy Tarreau · Mon Sep 10 18:04:24 2018 +0200
  95. 6b952c8 REORG: http: move http_get_path() to http.c by Willy Tarreau · Mon Sep 10 17:45:34 2018 +0200
  96. 35b51c6 REORG: http: move the HTTP semantics definitions to http.h/http.c by Willy Tarreau · Mon Sep 10 15:38:55 2018 +0200
  97. ec3750c BUG/MAJOR: buffer: fix incorrect check in __b_putblk() by Willy Tarreau · Wed Sep 05 19:00:20 2018 +0200
  98. 9378df8 MINOR: thread: implement HA_ATOMIC_XADD() by Willy Tarreau · Wed Sep 05 16:11:03 2018 +0200
  99. f16cb41 MINOR: tools: make date2str_log() take some consts by Willy Tarreau · Tue Sep 04 19:08:48 2018 +0200
  100. bba8156 MINOR: chunk: remove impossible tests on negative chunk->data by Willy Tarreau · Wed Aug 22 04:59:48 2018 +0200