1. 899e5f6 MINOR: debug: use our own backtrace function on clang+x86_64 by Willy Tarreau · Wed Mar 04 11:54:16 2020 +0100
  2. 13faf16 MINOR: debug: improve backtrace() on aarch64 and possibly other systems by Willy Tarreau · Wed Mar 04 07:44:06 2020 +0100
  3. eb8b1ca MINOR: tools: add resolve_sym_name() to resolve function pointers by Willy Tarreau · Tue Mar 03 17:09:08 2020 +0100
  4. 762fb3e MINOR: tools: add new function dump_addr_and_bytes() by Willy Tarreau · Tue Mar 03 15:57:10 2020 +0100
  5. 2104659 MEDIUM: buffer: remove the buffer_wq lock by Willy Tarreau · Wed Feb 26 10:39:36 2020 +0100
  6. 226ef26 MINOR: compiler: add new alignment macros by Willy Tarreau · Sat Feb 22 15:51:39 2020 +0100
  7. 9080711 BUILD: general: always pass unsigned chars to is* functions by Willy Tarreau · Tue Feb 25 08:16:33 2020 +0100
  8. 03e7853 BUILD: remove obsolete support for -mregparm / USE_REGPARM by Willy Tarreau · Tue Feb 25 07:38:05 2020 +0100
  9. 1d48ba9 CLEANUP: net_helper: Do not negate the result of unlikely by Tim Duesterhus · Fri Feb 21 13:02:04 2020 +0100
  10. 89ee798 MINOR: compiler: drop special cases of likely/unlikely for older compilers by Willy Tarreau · Tue Feb 25 07:14:43 2020 +0100
  11. 0e26867 MINOR: compiler: move CPU capabilities definition from config.h and complete them by Willy Tarreau · Fri Feb 21 15:40:58 2020 +0100
  12. 9dde0b2 MINOR: ist: add an iststop() function by Jerome Magnin · Fri Feb 21 10:33:12 2020 +0100
  13. a71667c BUG/MINOR: tools: also accept '+' as a valid character in an identifier by Willy Tarreau · Mon Feb 17 06:34:11 2020 +0100
  14. d4ad669 MINOR: chunk: implement chunk_strncpy() to copy partial strings by Willy Tarreau · Fri Feb 14 11:31:41 2020 +0100
  15. 36f586b MINOR: tools: add is_idchar() to tell if a char may belong to an identifier by Willy Tarreau · Fri Feb 14 18:25:17 2020 +0100
  16. 88a2f03 CLEANUP: ssl: remove unused functions in openssl-compat.h by Ilya Shipitsin · Thu Feb 13 14:07:36 2020 +0500
  17. 160ad9e CLEANUP: mini-clist: simplify nested do { while(1) {} } while (0) by Willy Tarreau · Tue Feb 11 10:17:52 2020 +0100
  18. 0ea0c86 MINOR: htx: Add a function to append an HTX message to another one by Christopher Faulet · Thu Jan 23 11:47:53 2020 +0100
  19. 1c7c0d6b BUG/MAJOR: memory: Don't forget to unlock the rwlock if the pool is empty. by Olivier Houchard · Mon Feb 03 13:03:30 2020 +0100
  20. 04f5fe8 BUG/MEDIUM: memory: Add a rwlock before freeing memory. by Olivier Houchard · Sat Feb 01 17:49:31 2020 +0100
  21. 6b5b44e BUG/MINOR: ssl: ssl_sock_load_pem_into_ckch is not consistent by Emmanuel Hocdet · Fri Dec 20 17:47:12 2019 +0100
  22. 1a693fc MEDIUM: cli: Allow multiple filter entries for "show table" by Adis Nezirovic · Thu Jan 16 15:19:29 2020 +0100
  23. 056c629 BUG/MINOR: ssl: fix build on development versions of openssl-1.1.x by Ilya Shipitsin · Sat Jan 18 18:42:45 2020 +0500
  24. 340b07e BUG/MAJOR: hashes: fix the signedness of the hash inputs by Willy Tarreau · Wed Jan 15 10:54:42 2020 +0100
  25. 9205fea MINOR: http: Add 404 to http-request deny by Florian Tham · Wed Jan 08 13:35:30 2020 +0100
  26. 272e29b MINOR: http: Add 410 to http-request deny by Florian Tham · Wed Jan 08 10:19:05 2020 +0100
  27. a26d1e1 BUILD: ssl: improve SSL_CTX_set_ecdh_auto compatibility by Lukas Tribus · Fri Dec 20 18:47:18 2019 +0100
  28. b3814c2 BUG/MINOR: ssl: openssl-compat: Fix getm_ defines by Rosen Penev · Thu Dec 19 12:54:13 2019 -0800
  29. e9a100e BUG/MINOR: ssl: fix X509 compatibility for openssl < 1.1.0 by Emmanuel Hocdet · Mon Dec 02 11:41:23 2019 +0100
  30. d4f9a60 MINOR: ssl: deduplicate ca-file by Emmanuel Hocdet · Thu Oct 24 11:32:47 2019 +0200
  31. cdb27e8 MINOR: version: this is development again, update the status by Willy Tarreau · Mon Nov 25 20:38:32 2019 +0100
  32. 2e077f8 [RELEASE] Released version 2.2-dev0 by Willy Tarreau · Mon Nov 25 20:36:16 2019 +0100
  33. 9ca7f8c MINOR: version: indicate that this version is stable by Willy Tarreau · Mon Nov 25 19:27:55 2019 +0100
  34. c22d5df MINOR: h2: add a function to report H2 error codes as strings by Willy Tarreau · Sun Nov 24 14:56:03 2019 +0100
  35. 8f3ce06 MINOR: ist: add ist_find_ctl() by Willy Tarreau · Fri Nov 22 15:58:53 2019 +0100
  36. 47479eb MINOR: version: emit the link to the known bugs in output of "haproxy -v" by Willy Tarreau · Thu Nov 21 18:48:20 2019 +0100
  37. 08dd202 MINOR: version: report the version status in "haproxy -v" by Willy Tarreau · Thu Nov 21 18:07:30 2019 +0100
  38. da52035 MINOR: memory: also poison the area on freeing by Willy Tarreau · Fri Nov 15 06:59:54 2019 +0100
  39. 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
  40. 20020ae MINOR: chunk: add chunk_istcat() to concatenate an ist after a chunk by Willy Tarreau · Tue Oct 29 13:02:15 2019 +0100
  41. 9b01370 MINOR: stats/debug: maintain a counter of debug commands issued by Willy Tarreau · Thu Oct 24 18:18:02 2019 +0200
  42. 705e088 BUG/MINOR: ssl: fix build of X509_chain_up_ref() w/ libreSSL by William Lallemand · Wed Oct 23 23:15:46 2019 +0200
  43. 89f5807 BUG/MINOR: ssl: fix build with openssl < 1.1.0 by William Lallemand · Wed Oct 23 19:40:28 2019 +0200
  44. 403bfbb BUG/MEDIUM: pattern: make the pattern LRU cache thread-local and lockless by Willy Tarreau · Wed Oct 23 06:59:31 2019 +0200
  45. 2068ec4 BUG/MEDIUM: lists: Handle 1-element-lists in MT_LIST_BEHEAD(). by Olivier Houchard · Thu Oct 17 17:46:01 2019 +0200
  46. 9e46496 MINOR: istbuf: add b_fromist() to make a buffer from an ist by Willy Tarreau · Thu Oct 17 10:38:10 2019 +0200
  47. a92c5ce BUILD/MEDIUM: threads: rename thread_info struct to ha_thread_info by David Carlier · Fri Sep 13 05:03:12 2019 +0100
  48. 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
  49. abefa34 MINOR: version: make the version strings variables, not constants by Willy Tarreau · Wed Oct 16 09:44:55 2019 +0200
  50. 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
  51. 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
  52. 150bfa8 MEDIUM: ssl/cli: 'set ssl cert' updates a certificate from the CLI by William Lallemand · Thu Sep 19 17:12:49 2019 +0200
  53. 804ef24 MINOR: lists: Fix alignement of \ when relevant. by Olivier Houchard · Fri Oct 11 16:57:43 2019 +0200
  54. 74715da MINOR: lists: Try to use local variables instead of macro arguments. by Olivier Houchard · Fri Oct 11 16:55:11 2019 +0200
  55. d7f2bbc MINOR: list: add new macro MT_LIST_BEHEAD by Willy Tarreau · Fri Oct 04 18:02:40 2019 +0200
  56. c32a0e5 MINOR: lists: add new macro LIST_SPLICE_END_DETACHED by Willy Tarreau · Fri Oct 04 18:01:39 2019 +0200
  57. 708c416 MINOR: stats: replace the ST_* uri_auth flags with STAT_* by Willy Tarreau · Wed Oct 09 10:19:16 2019 +0200
  58. ee4f5f8 MINOR: stats: get rid of the ST_CONVDONE flag by Willy Tarreau · Wed Oct 09 09:59:22 2019 +0200
  59. 16fdc55 MINOR: http: Add a function to get the authority into a URI by Christopher Faulet · Tue Oct 08 14:56:58 2019 +0200
  60. 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
  61. 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
  62. 27aa65e MINOR: htx: Adapt htx_dump() to be used from traces by Christopher Faulet · Tue Oct 01 22:03:49 2019 +0200
  63. 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
  64. 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
  65. 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
  66. 5e9b92c MINOR: mt_lists: Add new macroes. by Olivier Houchard · Mon Aug 12 14:10:12 2019 +0200
  67. 859dc80 MEDIUM: list: Separate "locked" list from regular list. by Olivier Houchard · Thu Aug 08 15:47:21 2019 +0200
  68. 63bbf28 MINOR: fcgi: Add code related to FCGI protocol by Christopher Faulet · Sun Aug 11 23:08:53 2019 +0200
  69. 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
  70. 341fac1 MINOR: http: Add function to parse value of the header Status by Christopher Faulet · Mon Sep 16 11:37:05 2019 +0200
  71. 130cf21 MINOR: istbuf: Add the function b_isteqi() by Christopher Faulet · Tue Aug 06 16:55:52 2019 +0200
  72. 505adfc MINOR: htx: Add a flag on HTX message to report processing errors by Christopher Faulet · Fri Sep 06 19:08:27 2019 +0200
  73. fb4ba91 MINOR: tools: add a generic struct "name_desc" for name-description pairs by Willy Tarreau · Thu Aug 29 09:32:21 2019 +0200
  74. b88d231 MINOR: buffer: add functions to read/write varints from/to buffers by Willy Tarreau · Fri Aug 23 17:06:12 2019 +0200
  75. 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
  76. 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
  77. 32c2455 MINOR: tools: add a DEFNULL() macro to use NULL for empty args by Willy Tarreau · Mon Aug 19 17:39:33 2019 +0200
  78. 9bead8c MINOR: list: add LIST_SPLICE() to merge one list into another by Willy Tarreau · Fri Aug 16 11:27:50 2019 +0200
  79. a2c9911 MINOR: tools: add append_prefixed_str() by Willy Tarreau · Wed Aug 21 13:17:37 2019 +0200
  80. e0d0b40 CLEANUP: buffer: replace b_drop() with b_free() by Willy Tarreau · Thu Aug 08 08:06:27 2019 +0200
  81. 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
  82. 229e739 BUG/MINOR: pools: don't mark the thread harmless if already isolated by Willy Tarreau · Thu Aug 08 07:38:19 2019 +0200
  83. f580d0f BUILD: ssl: BoringSSL add EVP_PKEY_base_id by Emmanuel Hocdet · Thu Aug 01 10:56:45 2019 +0200
  84. a37cb18 MINOR: wdt: also consider that waiting in the thread dumper is normal by Willy Tarreau · Wed Jul 31 19:20:39 2019 +0200
  85. d6e0c03 BUILD: threads: add the definition of PROTO_LOCK by Willy Tarreau · Thu Jul 25 07:53:56 2019 +0200
  86. f734638 MINOR: http: Don't store raw HTTP errors in chunks anymore by Christopher Faulet · Wed Jul 17 22:02:08 2019 +0200
  87. 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
  88. 24e116b MINOR: htx: Slightly update htx_dump() to report better messages by Christopher Faulet · Wed Jun 12 11:10:28 2019 +0200
  89. 2bf43f0 MINOR: htx: Use an array of char to store HTX blocks by Christopher Faulet · Wed Jun 12 11:28:11 2019 +0200
  90. 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
  91. 5a916f7 CLEANUP: htx: Remove the unsued function htx_add_blk_type_size() by Christopher Faulet · Thu Jun 20 15:22:51 2019 +0200
  92. 3b21972 DOC: htx: Update comments in HTX files by Christopher Faulet · Wed Jun 19 13:48:09 2019 +0200
  93. 85b2cae MINOR: pools: make the thread harmless during the mmap/munmap syscalls by Willy Tarreau · Thu Jul 04 16:18:23 2019 +0200
  94. 8286754 MINOR: pools: always pre-initialize allocated memory outside of the lock by Willy Tarreau · Thu Jul 04 11:48:16 2019 +0200
  95. 3e853ea MINOR: pools: release the pool's lock during the malloc/free calls by Willy Tarreau · Thu Jul 04 11:30:00 2019 +0200
  96. 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
  97. bb0efcd MINOR: htx: Add the function htx_change_blk_value_len() by Christopher Faulet · Tue Jun 18 09:37:00 2019 +0200
  98. 9dc6b97 [RELEASE] Released version 2.1-dev0 by Willy Tarreau · Sun Jun 16 21:49:47 2019 +0200
  99. 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
  100. 86fcf6d MINOR: htx: Add the function htx_move_blk_before() by Christopher Faulet · Tue Jun 11 10:41:19 2019 +0200