1. 6ed242e BUG/MEDIUM: connection: close a rare race between idle conn close and takeover by Willy Tarreau · Wed Jul 28 15:27:37 2021 +0200
  2. 4a6328f MEDIUM: connection: Add option to disable legacy error log by Remi Tricot-Le Breton · Thu Jul 29 09:45:53 2021 +0200
  3. 98b930d MINOR: ssl: Define a default https log format by Remi Tricot-Le Breton · Thu Jul 29 09:45:52 2021 +0200
  4. 7c6898e MINOR: ssl: Add new ssl_fc_hsk_err sample fetch by Remi Tricot-Le Breton · Thu Jul 29 09:45:51 2021 +0200
  5. 3d2093a MINOR: connection: Add a connection error code sample fetch by Remi Tricot-Le Breton · Thu Jul 29 09:45:49 2021 +0200
  6. 0aa4130 BUG/MINOR: connection: Add missing error labels to conn_err_code_str by Remi Tricot-Le Breton · Thu Jul 29 09:45:48 2021 +0200
  7. 6bb77b9 MINOR: proxy: rename PR_CAP_LUA to PR_CAP_INT by William Lallemand · Wed Jul 28 15:48:16 2021 +0200
  8. 534197c BUILD/MINOR: memprof fix macOs build. by David CARLIER · Tue Jul 20 20:37:45 2021 +0100
  9. dc70c18 BUG/MEDIUM: cfgcond: limit recursion level in the condition expression parser by Willy Tarreau · Tue Jul 20 17:58:34 2021 +0200
  10. 2524123 MEDIUM: proxy: remove long-broken 'option http_proxy' by Willy Tarreau · Sun Jul 18 19:18:56 2021 +0200
  11. f1db20c BUG/MINOR: cfgcond: revisit the condition freeing mechanism to avoid a leak by Willy Tarreau · Sat Jul 17 18:46:30 2021 +0200
  12. 316ea7e MINOR: cfgcond: support terms made of parenthesis around expressions by Willy Tarreau · Fri Jul 16 14:56:59 2021 +0200
  13. ca81887 MINOR: cfgcond: insert an expression between the condition and the term by Willy Tarreau · Fri Jul 16 14:46:09 2021 +0200
  14. 087b2d0 MINOR: cfgcond: make the conditional term parser automatically allocate nodes by Willy Tarreau · Fri Jul 16 14:27:20 2021 +0200
  15. ca56d3d MINOR: cfgcond: support negating conditional expressions by Willy Tarreau · Fri Jul 16 13:56:54 2021 +0200
  16. f869095 MINOR: cfgcond: start to split the condition parser to introduce terms by Willy Tarreau · Fri Jul 16 12:12:00 2021 +0200
  17. 66243b4 REORG: config: move the condition preprocessing code to its own file by Willy Tarreau · Fri Jul 16 15:39:28 2021 +0200
  18. ab213a5 MINOR: arg: add a free_args() function to free an args array by Willy Tarreau · Fri Jul 16 10:13:00 2021 +0200
  19. 669b620 MINOR: srv: extract tracking server config function by Amaury Denoyelle · Tue Jul 13 10:35:23 2021 +0200
  20. 4c6986a CLEANUP: applet: remove unused thread_mask by Willy Tarreau · Tue Jul 13 18:01:46 2021 +0200
  21. befeae8 MINOR: mux_h2: define config to disable h2 websocket support by Amaury Denoyelle · Fri Jul 09 17:14:30 2021 +0200
  22. c453f95 MINOR: http: use http uri parser for path by Amaury Denoyelle · Tue Jul 06 11:40:12 2021 +0200
  23. 69294b2 MINOR: http: use http uri parser for authority by Amaury Denoyelle · Tue Jul 06 11:02:22 2021 +0200
  24. 8ac8cbf MINOR: http: use http uri parser for scheme by Amaury Denoyelle · Tue Jul 06 10:52:58 2021 +0200
  25. 89c68c8 MINOR: http: implement http uri parser by Amaury Denoyelle · Tue Jul 06 10:48:44 2021 +0200
  26. 4c0882b MEDIUM: http: implement scheme-based normalization by Amaury Denoyelle · Wed Jul 07 10:49:26 2021 +0200
  27. ef08811 MINOR: http: implement http_get_scheme by Amaury Denoyelle · Wed Jul 07 10:49:25 2021 +0200
  28. 4d7ada8 MEDIUM: stick-table: add the new arrays of gpc and gpc_rate by Emeric Brun · Wed Jun 30 19:04:16 2021 +0200
  29. 877b0b5 MEDIUM: stick-table: add the new array of gpt data_type by Emeric Brun · Wed Jun 30 18:57:49 2021 +0200
  30. 90a9b67 MEDIUM: peers: handle arrays of std types in peers protocol by Emeric Brun · Tue Jun 22 16:09:55 2021 +0200
  31. c64a2a3 MEDIUM: stick-table: handle arrays of standard types into stick-tables by Emeric Brun · Wed Jun 30 18:01:02 2021 +0200
  32. 0e3457b MINOR: stick-table: make skttable_data_cast to use only std types by Emeric Brun · Wed Jun 30 17:18:28 2021 +0200
  33. bae4cb2 BUILD/MEDIUM: tcp: set-mark support for OpenBSD by David Carlier · Sat Jul 03 10:15:15 2021 +0100
  34. f7f53af BUILD/MEDIUM: tcp: set-mark setting support for FreeBSD. by David Carlier · Sat Jun 26 12:04:36 2021 +0100
  35. 469c06c MINOR: http-act/tcp-act: Add "set-mark" and "set-tos" for tcp content rules by Christopher Faulet · Fri Jun 25 15:11:35 2021 +0200
  36. 1da374a MINOR: http-act/tcp-act: Add "set-nice" for tcp content rules by Christopher Faulet · Fri Jun 25 14:46:02 2021 +0200
  37. 551a641 MINOR: http-act/tcp-act: Add "set-log-level" for tcp content rules by Christopher Faulet · Fri Jun 25 14:35:29 2021 +0200
  38. 51c63f0 MINOR: queue: remove the px/srv fields from pendconn by Willy Tarreau · Wed Jun 23 16:43:45 2021 +0200
  39. 8429097 MINOR: queue: store a pointer to the queue into the pendconn by Willy Tarreau · Wed Jun 23 16:33:52 2021 +0200
  40. cdc83e0 MINOR: queue: add a pointer to the server and the proxy in the queue by Willy Tarreau · Wed Jun 23 16:11:02 2021 +0200
  41. df3b0cb MINOR: queue: add queue_init() to initialize a queue by Willy Tarreau · Wed Jun 23 15:08:06 2021 +0200
  42. 9ab7829 MEDIUM: queue: simplify again the process_srv_queue() API (v2) by Willy Tarreau · Tue Jun 22 18:47:51 2021 +0200
  43. 16fbdda MEDIUM: queue: use a dedicated lock for the queues (v2) by Willy Tarreau · Fri Jun 18 09:45:27 2021 +0200
  44. 3f70fb9 Revert "MEDIUM: queue: use a dedicated lock for the queues" by Willy Tarreau · Thu Jun 24 07:26:28 2021 +0200
  45. ccd85a3 Revert "MEDIUM: queue: simplify again the process_srv_queue() API" by Willy Tarreau · Thu Jun 24 07:22:18 2021 +0200
  46. c83e45e MEDIUM: queue: simplify again the process_srv_queue() API by Willy Tarreau · Tue Jun 22 18:47:51 2021 +0200
  47. fcb8bf8 MEDIUM: queue: use a dedicated lock for the queues by Willy Tarreau · Fri Jun 18 09:45:27 2021 +0200
  48. a057045 MINOR: server: replace the pendconns-related stuff with a struct queue by Willy Tarreau · Fri Jun 18 09:30:30 2021 +0200
  49. 7f3c1df MINOR: proxy: replace the pendconns-related stuff with a struct queue by Willy Tarreau · Fri Jun 18 09:22:21 2021 +0200
  50. eea3817 MINOR: queue: create a new structure type "queue" by Willy Tarreau · Fri Jun 18 09:21:22 2021 +0200
  51. 5941ef0 MINOR: lb/api: remove the locked argument from take_conn/drop_conn by Willy Tarreau · Fri Jun 18 18:29:25 2021 +0200
  52. 0274286 BUG/MAJOR: server: fix deadlock when changing maxconn via agent-check by Amaury Denoyelle · Fri Jun 18 11:11:36 2021 +0200
  53. 7386668 CLEANUP: Prevent channel-t.h from being detected as C++ by GitHub by Tim Duesterhus · Sat Jun 19 16:56:30 2021 +0200
  54. 36aa451 MINOR: ssl: render file-access optional on server crt loading by Amaury Denoyelle · Fri May 21 16:22:11 2021 +0200
  55. c593bcd MINOR: ssl: always initialize random generator by Amaury Denoyelle · Wed May 19 15:35:29 2021 +0200
  56. 2b1d917 BUG/MINOR: backend: restore the SF_SRV_REUSED flag original purpose by Amaury Denoyelle · Thu Jun 17 15:14:49 2021 +0200
  57. dcac418 BUG/MEDIUM: resolvers: Add a task on servers to check SRV resolution status by Christopher Faulet · Tue Jun 15 16:17:17 2021 +0200
  58. 8a8f270 CLEANUP: server: a separate function for initializing the per_thr field by Miroslav Zagorac · Tue Jun 15 15:33:20 2021 +0200
  59. d943a04 MINOR: connection: add helper conn_append_debug_info() by Willy Tarreau · Wed Jun 16 17:35:20 2021 +0200
  60. 6fd0450 CLEANUP: shctx: remove the different inter-process locking techniques by Willy Tarreau · Tue Jun 15 16:11:33 2021 +0200
  61. e8422bf MEDIUM: global: remove the relative_pid from global and mworker by Willy Tarreau · Tue Jun 15 09:08:18 2021 +0200
  62. 06987f4 CLEANUP: global: remove unused definition of MAX_PROCS by Willy Tarreau · Tue Jun 15 11:41:20 2021 +0200
  63. 44ea631 MEDIUM: cpu-set: make the proc a single bit field and not an array by Willy Tarreau · Tue Jun 15 08:57:56 2021 +0200
  64. 72faef3 MEDIUM: global: remove dead code from nbproc/bind_proc removal by Willy Tarreau · Tue Jun 15 08:36:30 2021 +0200
  65. 5301f5d CLEANUP: global: remove pid_bit and all_proc_mask by Willy Tarreau · Tue Jun 15 08:13:20 2021 +0200
  66. 9135859 CLEANUP: global: remove the nbproc field from the global structure by Willy Tarreau · Tue Jun 15 08:08:04 2021 +0200
  67. 9c6a802 CLEANUP: global: remove unused definition of stopping_task[] by Willy Tarreau · Tue Jun 15 11:39:57 2021 +0200
  68. 9e467af BUG/MEDIUM: shctx: use at least thread-based locking on USE_PRIVATE_CACHE by Willy Tarreau · Tue Jun 15 15:03:19 2021 +0200
  69. 6916493 MINOR: ssl: Use OpenSSL's ASN1_TIME convertor when available by Remi Tricot-Le Breton · Fri Jun 11 10:28:09 2021 +0200
  70. b63dbb7 MAJOR: config: remove parsing of the global "nbproc" directive by Willy Tarreau · Fri Jun 11 16:50:29 2021 +0200
  71. eb77824 MEDIUM: proxy: remove the deprecated "grace" keyword by Willy Tarreau · Fri Jun 11 16:27:10 2021 +0200
  72. 3406766 MEDIUM: resolvers: add a ref between servers and srv request or used SRV record by Emeric Brun · Fri Jun 11 10:48:45 2021 +0200
  73. bd78c91 MEDIUM: resolvers: add a ref on server to the used A/AAAA answer item by Emeric Brun · Fri Jun 11 10:08:05 2021 +0200
  74. 1cf414b BUG/MAJOR: htx: Fix htx_defrag() when an HTX block is expanded by Christopher Faulet · Wed Jun 09 17:30:40 2021 +0200
  75. c12bf9a BUG/MEDIUM: errors: include missing obj_type file by Willy Tarreau · Fri Jun 11 07:31:57 2021 +0200
  76. 3faf0cb BUILD: ssl: Fix compilation with BoringSSL by Remi Tricot-Le Breton · Thu Jun 10 18:10:32 2021 +0200
  77. 8715dec MEDIUM: pools: remove the locked pools implementation by Willy Tarreau · Thu Jun 10 17:31:48 2021 +0200
  78. 1526ffe CLEANUP: pools: remove now unused seq and pool_free_list by Willy Tarreau · Thu Jun 10 08:46:28 2021 +0200
  79. 2a4523f BUG/MAJOR: pools: fix possible race with free() in the lockless variant by Willy Tarreau · Wed Jun 09 18:59:58 2021 +0200
  80. 9a7aa3b BUG/MINOR: pools: make DEBUG_UAF always write to the to-be-freed location by Willy Tarreau · Thu Jun 10 17:20:19 2021 +0200
  81. d92fd11 MINOR: ssl: Add new "show ssl ocsp-response" CLI command by Remi Tricot-Le Breton · Thu Jun 10 13:51:13 2021 +0200
  82. 722180a BUILD: make tune.ssl.keylog available again by William Lallemand · Wed Jun 09 16:46:12 2021 +0200
  83. 846830e BUG: errors: remove printf positional args for user messages context by Amaury Denoyelle · Mon Jun 07 19:24:10 2021 +0200
  84. fc0cceb MINOR: haproxy: Add `-cc` argument by Maximilian Mader · Sun Jun 06 00:50:22 2021 +0200
  85. 29c6cd7 CLEANUP: tools: Make errptr const in `parse_line()` by Maximilian Mader · Sun Jun 06 00:50:21 2021 +0200
  86. 6af81f8 MEDIUM: errors: implement parsing context type by Amaury Denoyelle · Thu May 27 15:45:28 2021 +0200
  87. 1833e43 MEDIUM: errors: implement user messages buffer by Amaury Denoyelle · Wed May 26 11:05:22 2021 +0200
  88. ce986e1 REORG: errors: split errors reporting function from log.c by Amaury Denoyelle · Fri Jun 04 11:20:32 2021 +0200
  89. 01b3c3d MINOR: errors: allow empty va_args for diag variadic macro by Amaury Denoyelle · Mon May 31 14:26:20 2021 +0200
  90. 4764620 BUG/MINOR: proxy: Missing calloc return value check in chash_init_server_tree by Remi Tricot-Le Breton · Wed May 19 16:40:28 2021 +0200
  91. 1f4fa90 BUG/MINOR: worker: Missing calloc return value check in mworker_env_to_proc_list by Remi Tricot-Le Breton · Wed May 19 10:45:12 2021 +0200
  92. 208ff01 BUG/MINOR: peers: Missing calloc return value check in peers_register_table by Remi Tricot-Le Breton · Wed May 12 17:39:04 2021 +0200
  93. f1800e6 BUG/MINOR: server: Missing calloc return value check in srv_parse_source by Remi Tricot-Le Breton · Wed May 12 09:44:06 2021 +0200
  94. 4fc51a7 MINOR: buf: Add function to realign a buffer with a specific head position by Christopher Faulet · Thu Feb 04 10:54:37 2021 +0100
  95. de471a4 MINOR: h1-htx: Update h1 parsing functions to return result as a size_t by Christopher Faulet · Mon Feb 01 16:37:28 2021 +0100
  96. 3e6690a CLEANUP: pattern: remove export of non-existent function pattern_delete() by Dragan Dosen · Fri May 21 17:01:08 2021 +0200
  97. a75eea7 MINOR: map/acl: print the count of all the map/acl entries in "show map/acl" by Dragan Dosen · Fri May 21 16:59:15 2021 +0200
  98. 2608e34 BUG/MEDIUM: ebtree: Invalid read when looking for dup entry by Remi Tricot-Le Breton · Tue May 18 18:56:42 2021 +0200
  99. 18c7d83 BUILD/MINOR: ssl: Fix compilation with OpenSSL 1.0.2 by Remi Tricot-Le Breton · Mon May 17 18:38:34 2021 +0200
  100. a51b339 MEDIUM: ssl: Add "set+commit ssl crl-file" CLI commands by Remi Tricot-Le Breton · Tue Apr 20 17:38:14 2021 +0200