1. 2254b8e Revert "MINOR: istbuf: add b_fromist() to make a buffer from an ist" by Willy Tarreau · Tue Oct 29 13:06:21 2019 +0100
  2. 20020ae MINOR: chunk: add chunk_istcat() to concatenate an ist after a chunk by Willy Tarreau · Tue Oct 29 13:02:15 2019 +0100
  3. 9b01370 MINOR: stats/debug: maintain a counter of debug commands issued by Willy Tarreau · Thu Oct 24 18:18:02 2019 +0200
  4. 705e088 BUG/MINOR: ssl: fix build of X509_chain_up_ref() w/ libreSSL by William Lallemand · Wed Oct 23 23:15:46 2019 +0200
  5. 89f5807 BUG/MINOR: ssl: fix build with openssl < 1.1.0 by William Lallemand · Wed Oct 23 19:40:28 2019 +0200
  6. 403bfbb BUG/MEDIUM: pattern: make the pattern LRU cache thread-local and lockless by Willy Tarreau · Wed Oct 23 06:59:31 2019 +0200
  7. 2068ec4 BUG/MEDIUM: lists: Handle 1-element-lists in MT_LIST_BEHEAD(). by Olivier Houchard · Thu Oct 17 17:46:01 2019 +0200
  8. 9e46496 MINOR: istbuf: add b_fromist() to make a buffer from an ist by Willy Tarreau · Thu Oct 17 10:38:10 2019 +0200
  9. a92c5ce BUILD/MEDIUM: threads: rename thread_info struct to ha_thread_info by David Carlier · Fri Sep 13 05:03:12 2019 +0100
  10. 0651181 MINOR: htx: Add a flag on HTX to known when a response was generated by HAProxy by Christopher Faulet · Wed Oct 16 09:38:27 2019 +0200
  11. abefa34 MINOR: version: make the version strings variables, not constants by Willy Tarreau · Wed Oct 16 09:44:55 2019 +0200
  12. 53a899b CLEANUP: h1-htx: Move htx-to-h1 formatting functions from htx.c to h1_htx.c by Christopher Faulet · Tue Oct 08 16:38:42 2019 +0200
  13. 48fa033 BUG/MINOR: chunk: Fix tests on the chunk size in functions copying data by Christopher Faulet · Mon Oct 14 11:29:48 2019 +0200
  14. 150bfa8 MEDIUM: ssl/cli: 'set ssl cert' updates a certificate from the CLI by William Lallemand · Thu Sep 19 17:12:49 2019 +0200
  15. 804ef24 MINOR: lists: Fix alignement of \ when relevant. by Olivier Houchard · Fri Oct 11 16:57:43 2019 +0200
  16. 74715da MINOR: lists: Try to use local variables instead of macro arguments. by Olivier Houchard · Fri Oct 11 16:55:11 2019 +0200
  17. d7f2bbc MINOR: list: add new macro MT_LIST_BEHEAD by Willy Tarreau · Fri Oct 04 18:02:40 2019 +0200
  18. c32a0e5 MINOR: lists: add new macro LIST_SPLICE_END_DETACHED by Willy Tarreau · Fri Oct 04 18:01:39 2019 +0200
  19. 708c416 MINOR: stats: replace the ST_* uri_auth flags with STAT_* by Willy Tarreau · Wed Oct 09 10:19:16 2019 +0200
  20. ee4f5f8 MINOR: stats: get rid of the ST_CONVDONE flag by Willy Tarreau · Wed Oct 09 09:59:22 2019 +0200
  21. 16fdc55 MINOR: http: Add a function to get the authority into a URI by Christopher Faulet · Tue Oct 08 14:56:58 2019 +0200
  22. 9a67c29 MINOR: htx: Add 2 flags on the start-line to have more info about the uri by Christopher Faulet · Tue Oct 08 14:27:52 2019 +0200
  23. c5a3eb4 MINOR: fcgi: Add function to get the string representation of a record type by Christopher Faulet · Fri Oct 04 15:20:47 2019 +0200
  24. 27aa65e MINOR: htx: Adapt htx_dump() to be used from traces by Christopher Faulet · Tue Oct 01 22:03:49 2019 +0200
  25. 93acfa2 MINOR: time: add timeofday_as_iso_us() to return instant time as ISO by Willy Tarreau · Thu Sep 26 08:00:23 2019 +0200
  26. 0cd6a97 MINOR: mt_lists: Give MT_LIST_ADD, MT_LIST_ADDQ and MT_LIST_DEL a return value. by Olivier Houchard · Fri Sep 20 17:32:47 2019 +0200
  27. cb22ad4 MINOR: mt_lists: Do nothing in MT_LIST_ADD/MT_LIST_ADDQ if already in list. by Olivier Houchard · Fri Sep 20 14:44:22 2019 +0200
  28. 5e9b92c MINOR: mt_lists: Add new macroes. by Olivier Houchard · Mon Aug 12 14:10:12 2019 +0200
  29. 859dc80 MEDIUM: list: Separate "locked" list from regular list. by Olivier Houchard · Thu Aug 08 15:47:21 2019 +0200
  30. 63bbf28 MINOR: fcgi: Add code related to FCGI protocol by Christopher Faulet · Sun Aug 11 23:08:53 2019 +0200
  31. 4f0f88a MEDIUM: mux-h1/h1-htx: move HTX convertion of H1 messages in dedicated file by Christopher Faulet · Sat Aug 10 11:17:44 2019 +0200
  32. 341fac1 MINOR: http: Add function to parse value of the header Status by Christopher Faulet · Mon Sep 16 11:37:05 2019 +0200
  33. 130cf21 MINOR: istbuf: Add the function b_isteqi() by Christopher Faulet · Tue Aug 06 16:55:52 2019 +0200
  34. 505adfc MINOR: htx: Add a flag on HTX message to report processing errors by Christopher Faulet · Fri Sep 06 19:08:27 2019 +0200
  35. fb4ba91 MINOR: tools: add a generic struct "name_desc" for name-description pairs by Willy Tarreau · Thu Aug 29 09:32:21 2019 +0200
  36. b88d231 MINOR: buffer: add functions to read/write varints from/to buffers by Willy Tarreau · Fri Aug 23 17:06:12 2019 +0200
  37. 4d589e7 MINOR: tools: add a function varint_bytes() to report the size of a varint by Willy Tarreau · Fri Aug 23 19:02:26 2019 +0200
  38. 9eebd8a REORG: trace: rename trace.c to calltrace.c and mention it's not thread-safe by Willy Tarreau · Thu Aug 08 16:53:40 2019 +0200
  39. 32c2455 MINOR: tools: add a DEFNULL() macro to use NULL for empty args by Willy Tarreau · Mon Aug 19 17:39:33 2019 +0200
  40. 9bead8c MINOR: list: add LIST_SPLICE() to merge one list into another by Willy Tarreau · Fri Aug 16 11:27:50 2019 +0200
  41. a2c9911 MINOR: tools: add append_prefixed_str() by Willy Tarreau · Wed Aug 21 13:17:37 2019 +0200
  42. e0d0b40 CLEANUP: buffer: replace b_drop() with b_free() by Willy Tarreau · Thu Aug 08 08:06:27 2019 +0200
  43. 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
  44. 229e739 BUG/MINOR: pools: don't mark the thread harmless if already isolated by Willy Tarreau · Thu Aug 08 07:38:19 2019 +0200
  45. f580d0f BUILD: ssl: BoringSSL add EVP_PKEY_base_id by Emmanuel Hocdet · Thu Aug 01 10:56:45 2019 +0200
  46. a37cb18 MINOR: wdt: also consider that waiting in the thread dumper is normal by Willy Tarreau · Wed Jul 31 19:20:39 2019 +0200
  47. d6e0c03 BUILD: threads: add the definition of PROTO_LOCK by Willy Tarreau · Thu Jul 25 07:53:56 2019 +0200
  48. f734638 MINOR: http: Don't store raw HTTP errors in chunks anymore by Christopher Faulet · Wed Jul 17 22:02:08 2019 +0200
  49. 5ed8353 CLEANUP: h2: Remove functions converting h2 requests to raw HTTP/1.1 ones by Christopher Faulet · Mon Jul 15 11:26:30 2019 +0200
  50. 24e116b MINOR: htx: Slightly update htx_dump() to report better messages by Christopher Faulet · Wed Jun 12 11:10:28 2019 +0200
  51. 2bf43f0 MINOR: htx: Use an array of char to store HTX blocks by Christopher Faulet · Wed Jun 12 11:28:11 2019 +0200
  52. 192c6a2 MINOR: htx: Deduce the number of used blocks from tail and head values by Christopher Faulet · Tue Jun 11 16:32:24 2019 +0200
  53. 5a916f7 CLEANUP: htx: Remove the unsued function htx_add_blk_type_size() by Christopher Faulet · Thu Jun 20 15:22:51 2019 +0200
  54. 3b21972 DOC: htx: Update comments in HTX files by Christopher Faulet · Wed Jun 19 13:48:09 2019 +0200
  55. 85b2cae MINOR: pools: make the thread harmless during the mmap/munmap syscalls by Willy Tarreau · Thu Jul 04 16:18:23 2019 +0200
  56. 8286754 MINOR: pools: always pre-initialize allocated memory outside of the lock by Willy Tarreau · Thu Jul 04 11:48:16 2019 +0200
  57. 3e853ea MINOR: pools: release the pool's lock during the malloc/free calls by Willy Tarreau · Thu Jul 04 11:30:00 2019 +0200
  58. 621da6b 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
  59. bb0efcd MINOR: htx: Add the function htx_change_blk_value_len() by Christopher Faulet · Tue Jun 18 09:37:00 2019 +0200
  60. 9dc6b97 [RELEASE] Released version 2.1-dev0 by Willy Tarreau · Sun Jun 16 21:49:47 2019 +0200
  61. 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
  62. 86fcf6d MINOR: htx: Add the function htx_move_blk_before() by Christopher Faulet · Tue Jun 11 10:41:19 2019 +0200
  63. d7884d3 MAJOR: htx: Rework how free rooms are tracked in an HTX message by Christopher Faulet · Tue Jun 11 10:40:43 2019 +0200
  64. 86bc8df BUG/MEDIUM: compression/htx: Fix the adding of the last data block by Christopher Faulet · Tue Jun 11 10:38:38 2019 +0200
  65. 9a1f573 MEDIUM: threads: add thread_sync_release() to synchronize steps by Willy Tarreau · Sun Jun 09 12:20:02 2019 +0200
  66. 9faebe3 MEDIUM: tools: improve time format error detection by Willy Tarreau · Fri Jun 07 19:00:37 2019 +0200
  67. 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
  68. 7355b04 MINOR: tools: add new bitmap manipulation functions by Willy Tarreau · Fri Jun 07 10:42:43 2019 +0200
  69. 54b5e21 MINOR: htx: Don't use end-of-data blocks anymore by Christopher Faulet · Tue Jun 04 10:08:28 2019 +0200
  70. 2d7c539 MEDIUM: htx: Add the parsing of trailers of chunked messages by Christopher Faulet · Mon Jun 03 10:41:26 2019 +0200
  71. 4a3fef8 MINOR: dict: Add dictionary new data structure. by Frédéric Lécaille · Tue May 28 14:47:17 2019 +0200
  72. 186e96e MEDIUM: buffers: relax the buffer lock a little bit by Willy Tarreau · Tue May 28 17:21:18 2019 +0200
  73. a8b2ce0 MINOR: activity: report the number of failed pool/buffer allocations by Willy Tarreau · Tue May 28 17:04:16 2019 +0200
  74. 0a7ef02 MINOR: htx: make htx_add_data() return the transmitted byte count by Willy Tarreau · Tue May 28 10:30:11 2019 +0200
  75. d4908fa MINOR: htx: rename htx_append_blk_value() to htx_add_data_atonce() by Willy Tarreau · Tue May 28 10:23:46 2019 +0200
  76. 39744f7 MINOR: htx: Remove support of pseudo headers because it is unused by Christopher Faulet · Fri May 24 14:54:00 2019 +0200
  77. 613346b MINOR: htx: remove the unused function htx_find_blk() by Christopher Faulet · Thu May 23 11:13:07 2019 +0200
  78. 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
  79. 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
  80. 2ae3504 MINOR: htx: Add function htx_get_max_blksz() by Christopher Faulet · Thu May 16 11:16:39 2019 +0200
  81. dd2ad85 CLEANUP: htx: Remove unused function htx_get_stline() by Christopher Faulet · Mon May 13 14:55:59 2019 +0200
  82. 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
  83. 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
  84. 28f29c7 MINOR: htx: Store the head position instead of the wrap one by Christopher Faulet · Tue Apr 30 17:55:45 2019 +0200
  85. 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
  86. 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
  87. e39b58f MINOR: buffer: introduce b_make() to make a buffer from its parameters by Willy Tarreau · Fri May 24 14:52:56 2019 +0200
  88. 7562a72 CLEANUP: debug: remove the TRACE() macro by Willy Tarreau · Sun May 26 09:25:59 2019 +0200
  89. f4c1e56 BUILD: signals: FreeBSD has SI_LWP instead of SI_TKILL by Willy Tarreau · Thu May 23 08:40:50 2019 +0200
  90. e573323 CLEANUP: build: rename some build macros to use the USE_* ones by Willy Tarreau · Wed May 22 19:24:06 2019 +0200
  91. 823bda0 BUILD: time: remove the test on _POSIX_C_SOURCE by Willy Tarreau · Wed May 22 19:12:54 2019 +0200
  92. 430f590 MINOR: threads: add a timer_t per thread in thread_info by Willy Tarreau · Tue May 21 20:01:26 2019 +0200
  93. e6a02fa MINOR: threads: add a "stuck" flag to the thread_info struct by Willy Tarreau · Wed May 22 07:06:44 2019 +0200
  94. 2beaaf7 MINOR: threads: implement ha_tkill() and ha_tkillall() by Willy Tarreau · Wed May 22 08:43:34 2019 +0200
  95. 441259c MINOR: threads: make threads_{harmless|want_rdv}_mask constant 0 without threads by Willy Tarreau · Wed May 22 07:48:18 2019 +0200
  96. 80daaa1 CLEANUP: time: switch clockid_t to empty_t when not available by Willy Tarreau · Tue May 21 19:58:16 2019 +0200
  97. 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
  98. f617824 CLEANUP: time: refine the test on _POSIX_TIMERS by Willy Tarreau · Tue May 21 19:46:58 2019 +0200
  99. 219b829 MINOR: time: add a function to retrieve another thread's cputime by Willy Tarreau · Mon May 20 20:28:34 2019 +0200
  100. 81036f2 MINOR: time: move the cpu, mono, and idle time to thread_info by Willy Tarreau · Mon May 20 19:24:50 2019 +0200