1. 7fdd81c BUG/MEDIUM: pattern: make the pattern LRU cache thread-local and lockless by Willy Tarreau · Wed Oct 23 06:59:31 2019 +0200
  2. 4cb1637 MINOR: version: make the version strings variables, not constants by Willy Tarreau · Wed Oct 16 09:44:55 2019 +0200
  3. da0889d BUG/MINOR: chunk: Fix tests on the chunk size in functions copying data by Christopher Faulet · Mon Oct 14 11:29:48 2019 +0200
  4. fe575b5 MINOR: tools: add append_prefixed_str() by Willy Tarreau · Wed Aug 21 13:17:37 2019 +0200
  5. cfe6af6 BUG/MINOR: buffers/threads: always clear a buffer's head before releasing it by Willy Tarreau · Thu Aug 08 07:53:20 2019 +0200
  6. 445b2b7 MINOR: wdt: also consider that waiting in the thread dumper is normal by Willy Tarreau · Wed Jul 31 19:20:39 2019 +0200
  7. a4ca266 BUILD: threads: add the definition of PROTO_LOCK by Willy Tarreau · Thu Jul 25 07:53:56 2019 +0200
  8. 4eb8c3d DOC: htx: Update comments in HTX files by Christopher Faulet · Wed Jun 19 13:48:09 2019 +0200
  9. a135a4f BUG/MEDIUM: channel/htx: Use the total HTX size in channel_htx_recv_limit() by Christopher Faulet · Tue Jul 02 15:48:03 2019 +0200
  10. 8d09dc2 MINOR: htx: Add the function htx_change_blk_value_len() by Christopher Faulet · Tue Jun 18 09:37:00 2019 +0200
  11. e21c016 MINOR: htx: Add 3 flags on the start-line to deal with the request schemes by Christopher Faulet · Fri Jun 14 10:08:13 2019 +0200
  12. 86fcf6d MINOR: htx: Add the function htx_move_blk_before() by Christopher Faulet · Tue Jun 11 10:41:19 2019 +0200
  13. d7884d3 MAJOR: htx: Rework how free rooms are tracked in an HTX message by Christopher Faulet · Tue Jun 11 10:40:43 2019 +0200
  14. 86bc8df BUG/MEDIUM: compression/htx: Fix the adding of the last data block by Christopher Faulet · Tue Jun 11 10:38:38 2019 +0200
  15. 9a1f573 MEDIUM: threads: add thread_sync_release() to synchronize steps by Willy Tarreau · Sun Jun 09 12:20:02 2019 +0200
  16. 9faebe3 MEDIUM: tools: improve time format error detection by Willy Tarreau · Fri Jun 07 19:00:37 2019 +0200
  17. 1bfd602 MINOR: logs: use the new bitmap functions instead of fd_sets for encoding maps by Willy Tarreau · Fri Jun 07 11:10:07 2019 +0200
  18. 7355b04 MINOR: tools: add new bitmap manipulation functions by Willy Tarreau · Fri Jun 07 10:42:43 2019 +0200
  19. 54b5e21 MINOR: htx: Don't use end-of-data blocks anymore by Christopher Faulet · Tue Jun 04 10:08:28 2019 +0200
  20. 2d7c539 MEDIUM: htx: Add the parsing of trailers of chunked messages by Christopher Faulet · Mon Jun 03 10:41:26 2019 +0200
  21. 4a3fef8 MINOR: dict: Add dictionary new data structure. by Frédéric Lécaille · Tue May 28 14:47:17 2019 +0200
  22. 186e96e MEDIUM: buffers: relax the buffer lock a little bit by Willy Tarreau · Tue May 28 17:21:18 2019 +0200
  23. a8b2ce0 MINOR: activity: report the number of failed pool/buffer allocations by Willy Tarreau · Tue May 28 17:04:16 2019 +0200
  24. 0a7ef02 MINOR: htx: make htx_add_data() return the transmitted byte count by Willy Tarreau · Tue May 28 10:30:11 2019 +0200
  25. d4908fa MINOR: htx: rename htx_append_blk_value() to htx_add_data_atonce() by Willy Tarreau · Tue May 28 10:23:46 2019 +0200
  26. 39744f7 MINOR: htx: Remove support of pseudo headers because it is unused by Christopher Faulet · Fri May 24 14:54:00 2019 +0200
  27. 613346b MINOR: htx: remove the unused function htx_find_blk() by Christopher Faulet · Thu May 23 11:13:07 2019 +0200
  28. 29f1758 MEDIUM: htx: Store the first block position instead of the start-line one by Christopher Faulet · Thu May 23 11:03:26 2019 +0200
  29. 05c083c MINOR: htx: Add a field to set the memory used by headers in the HTX start-line by Christopher Faulet · Wed May 15 14:56:47 2019 +0200
  30. 2ae3504 MINOR: htx: Add function htx_get_max_blksz() by Christopher Faulet · Thu May 16 11:16:39 2019 +0200
  31. dd2ad85 CLEANUP: htx: Remove unused function htx_get_stline() by Christopher Faulet · Mon May 13 14:55:59 2019 +0200
  32. a3ad6b1 MINOR: htx: Add functions to get the first block of an HTX message by Christopher Faulet · Mon May 13 11:36:27 2019 +0200
  33. 9c66b98 MINOR: htx: Store start-line block's position instead of address of its payload by Christopher Faulet · Tue Apr 30 18:08:26 2019 +0200
  34. 28f29c7 MINOR: htx: Store the head position instead of the wrap one by Christopher Faulet · Tue Apr 30 17:55:45 2019 +0200
  35. c3b5958 BUG/MEDIUM: threads: fix double-word CAS on non-optimized 32-bit platforms by Willy Tarreau · Mon May 27 17:37:20 2019 +0200
  36. c4943d5 MINOR: buffer: add a new buffer ring API to manipulate rings of buffers by Willy Tarreau · Fri May 24 14:55:06 2019 +0200
  37. e39b58f MINOR: buffer: introduce b_make() to make a buffer from its parameters by Willy Tarreau · Fri May 24 14:52:56 2019 +0200
  38. 7562a72 CLEANUP: debug: remove the TRACE() macro by Willy Tarreau · Sun May 26 09:25:59 2019 +0200
  39. f4c1e56 BUILD: signals: FreeBSD has SI_LWP instead of SI_TKILL by Willy Tarreau · Thu May 23 08:40:50 2019 +0200
  40. e573323 CLEANUP: build: rename some build macros to use the USE_* ones by Willy Tarreau · Wed May 22 19:24:06 2019 +0200
  41. 823bda0 BUILD: time: remove the test on _POSIX_C_SOURCE by Willy Tarreau · Wed May 22 19:12:54 2019 +0200
  42. 430f590 MINOR: threads: add a timer_t per thread in thread_info by Willy Tarreau · Tue May 21 20:01:26 2019 +0200
  43. e6a02fa MINOR: threads: add a "stuck" flag to the thread_info struct by Willy Tarreau · Wed May 22 07:06:44 2019 +0200
  44. 2beaaf7 MINOR: threads: implement ha_tkill() and ha_tkillall() by Willy Tarreau · Wed May 22 08:43:34 2019 +0200
  45. 441259c MINOR: threads: make threads_{harmless|want_rdv}_mask constant 0 without threads by Willy Tarreau · Wed May 22 07:48:18 2019 +0200
  46. 80daaa1 CLEANUP: time: switch clockid_t to empty_t when not available by Willy Tarreau · Tue May 21 19:58:16 2019 +0200
  47. 9a85a17 MINOR: compat: define a new empty type empty_t for non-implemented fields by Willy Tarreau · Tue May 21 19:48:44 2019 +0200
  48. f617824 CLEANUP: time: refine the test on _POSIX_TIMERS by Willy Tarreau · Tue May 21 19:46:58 2019 +0200
  49. 219b829 MINOR: time: add a function to retrieve another thread's cputime by Willy Tarreau · Mon May 20 20:28:34 2019 +0200
  50. 81036f2 MINOR: time: move the cpu, mono, and idle time to thread_info by Willy Tarreau · Mon May 20 19:24:50 2019 +0200
  51. 8323a37 MINOR: threads: add a thread-local thread_info pointer "ti" by Willy Tarreau · Mon May 20 18:57:53 2019 +0200
  52. 624dcbf MINOR: threads: always place the clockid in the struct thread_info by Willy Tarreau · Mon May 20 20:23:06 2019 +0200
  53. b81939c MINOR: compat: make sure to always define clockid_t by Willy Tarreau · Mon May 20 20:18:26 2019 +0200
  54. 5a6e224 REORG: threads: move the struct thread_info from global.h to hathreads.h by Willy Tarreau · Mon May 20 18:56:48 2019 +0200
  55. e3e2b72 REORG: compat: move some integer limit definitions from standard.h to compat.h by Willy Tarreau · Mon May 20 19:10:52 2019 +0200
  56. 3710105 MINOR: tools: provide a may_access() function and make dump_hex() use it by Willy Tarreau · Mon May 20 16:48:20 2019 +0200
  57. 56131ca MINOR: debug: implement ha_panic() by Willy Tarreau · Mon May 20 13:48:29 2019 +0200
  58. 9fc5dcb MINOR: tools: add dump_hex() by Willy Tarreau · Mon May 20 16:13:40 2019 +0200
  59. b49a58d CLEANUP: threads: remove the now unused START_LOCK label by Willy Tarreau · Mon May 20 11:14:51 2019 +0200
  60. c7091d8 MEDIUM: debug/threads: implement an advanced thread dump system by Willy Tarreau · Fri May 17 10:08:49 2019 +0200
  61. 38171da MINOR: thread: implement ha_thread_relax() by Willy Tarreau · Fri May 17 16:33:13 2019 +0200
  62. 5cf64dd MINOR: debug: make ha_thread_dump() and ha_task_dump() take a buffer by Willy Tarreau · Fri May 17 10:36:08 2019 +0200
  63. 4e2b646 MINOR: cli/debug: add a thread dump function by Willy Tarreau · Thu May 16 17:44:30 2019 +0200
  64. 0f35c59 BUILD: ist: turn the lower/upper case tables to literal on obsolete linkers by Willy Tarreau · Wed May 15 16:07:36 2019 +0200
  65. 469fa2c MINOR: debug: add a new BUG_ON macro by Willy Tarreau · Tue May 14 17:27:52 2019 +0200
  66. a5e33a9 BUILD: debug: make gcc not complain on the ABORT_NOW() macro by Willy Tarreau · Tue May 14 17:22:28 2019 +0200
  67. 42ccb5a MINOR: lists: add LIST_ADDED() to check if an element belongs to a list by Willy Tarreau · Mon May 13 17:48:46 2019 +0200
  68. 6a38b32 BUILD: threads: fix again the __ha_cas_dw() definition by Willy Tarreau · Sat May 11 18:04:24 2019 +0200
  69. 295d614 CLEANUP: ssl: move all BIO_* definitions to openssl-compat by Willy Tarreau · Sat May 11 17:34:03 2019 +0200
  70. 11b1671 CLEANUP: ssl: remove ifdef around SSL_CTX_get_extra_chain_certs() by Willy Tarreau · Sat May 11 17:02:04 2019 +0200
  71. 366a698 CLEANUP: ssl: move the SSL_OP_* and SSL_MODE_* definitions to openssl-compat by Willy Tarreau · Sat May 11 17:09:44 2019 +0200
  72. f4436e1 BUILD: threads: Add __ha_cas_dw fallback for single threaded builds by Chris Packham · Thu May 09 17:07:40 2019 +1200
  73. c125cef CLEANUP: ssl: make inclusion of openssl headers safe by Willy Tarreau · Fri May 10 09:58:43 2019 +0200
  74. 8d164dc CLEANUP: ssl: never include openssl/*.h outside of openssl-compat.h anymore by Willy Tarreau · Fri May 10 09:35:00 2019 +0200
  75. 9356dac REORG: ssl: move some OpenSSL defines from ssl_sock to openssl-compat by Willy Tarreau · Fri May 10 09:22:53 2019 +0200
  76. 5599456 REORG: ssl: move openssl-compat from proto to common by Willy Tarreau · Thu May 09 14:52:44 2019 +0200
  77. 6f3cb18 MINOR: htx: Remove support for unused OOB HTX blocks by Christopher Faulet · Tue May 07 21:48:12 2019 +0200
  78. 2674303 MEDIUM: regex: modify regex_comp() to atomically allocate/free the my_regex struct by Dragan Dosen · Tue Apr 30 15:54:36 2019 +0200
  79. 034c88c MEDIUM: tcp: add the "tfo" option to support TCP fastopen on the server by Willy Tarreau · Mon Jan 23 23:36:45 2017 +0100
  80. 9ce62b5 MINOR: threads: Implement HA_ATOMIC_LOAD(). by Olivier Houchard · Tue Apr 30 13:38:02 2019 +0200
  81. d803e47 MINOR: log: Enable the log sampling and load-balancing feature. by Frédéric Lécaille · Thu Apr 25 07:42:09 2019 +0200
  82. d5ec4bf CLEANUP: standard: use proper const to addr_to_str() and port_to_str() by Willy Tarreau · Thu Apr 25 17:48:16 2019 +0200
  83. 22c57be BUG/MEDIUM: h1: Don't parse chunks CRLF if not enough data are available by Christopher Faulet · Fri Apr 19 14:12:27 2019 +0200
  84. 3a4d1be BUG/MEDIUM: htx: Don't return the start-line if the HTX message is empty by Christopher Faulet · Wed Apr 17 15:08:42 2019 +0200
  85. 8de1df9 BUILD: do not specify "const" on functions returning structs or scalars by Willy Tarreau · Mon Apr 15 21:27:18 2019 +0200
  86. 3212a2c BUG/MEDIUM: Threads: Only use the gcc >= 4.7 builtins when using gcc >= 4.7. by Olivier Houchard · Mon Apr 15 21:14:25 2019 +0200
  87. 0ef372a MAJOR: muxes/htx: Handle inplicit upgrades from h1 to h2 by Christopher Faulet · Mon Apr 08 10:57:20 2019 +0200
  88. a51ebb7 MEDIUM: h1: Add an option to sanitize connection headers during parsing by Christopher Faulet · Fri Mar 29 15:03:13 2019 +0100
  89. 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
  90. f192d68 BUG/MINOR: htx: Preserve empty HTX messages with an unprocessed parsing error by Christopher Faulet · Mon Apr 01 11:33:17 2019 +0200
  91. a1bd1fa BUILD: use inttypes.h instead of stdint.h by Willy Tarreau · Fri Mar 29 17:26:33 2019 +0100
  92. 7b5654f BUILD: re-implement an initcall variant without using executable sections by Willy Tarreau · Fri Mar 29 21:30:17 2019 +0100
  93. 9d22e56 MINOR: tools: add an unsetenv() implementation by Willy Tarreau · Fri Mar 29 18:49:09 2019 +0100
  94. 72d9f33 BUILD: chunk: properly declare pool_head_trash as extern by Willy Tarreau · Fri Mar 29 18:13:36 2019 +0100
  95. e01d11a BUILD: http: properly mark some struct as extern by Willy Tarreau · Fri Mar 29 17:52:50 2019 +0100
  96. 9f8d821 MEDIUM: list: Use _HA_ATOMIC_* by Olivier Houchard · Wed Mar 13 18:50:33 2019 +0100
  97. 17fbb4e MEDIUM: list: Remove useless barriers. by Olivier Houchard · Wed Mar 13 17:13:04 2019 +0100
  98. b0cef35 BUG/MEDIUM: list: fix incorrect pointer unlocking in LIST_DEL_LOCKED() by Willy Tarreau · Wed Mar 13 14:03:28 2019 +0100
  99. 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
  100. ca783d4 MINOR: config: remove obsolete use of DEFAULT_MAXCONN at various places by Willy Tarreau · Wed Mar 13 10:03:07 2019 +0100