1. 97b7bdf REORG: tcpcheck: Move check option parsing functions based on tcp-check by Christopher Faulet · Fri Nov 27 09:58:02 2020 +0100
  2. bb9fb8b MINOR: config: Deprecate and ignore tune.chksize global option by Christopher Faulet · Wed Nov 25 17:20:57 2020 +0100
  3. b381a50 BUG/MAJOR: tcpcheck: Allocate input and output buffers from the buffer pool by Christopher Faulet · Wed Nov 25 13:47:00 2020 +0100
  4. 3d08236 MINOR: cache: Prepare helper functions for Vary support by Remi Tricot-Le Breton · Mon Nov 16 15:56:08 2020 +0100
  5. 401e6db BUG/MAJOR: filters: Always keep all offsets up to date during data filtering by Christopher Faulet · Tue Nov 24 09:49:01 2020 +0100
  6. 5bfe663 BUILD: SSL: do not "update" BoringSSL version equivalent anymore by Ilya Shipitsin · Sat Nov 21 23:13:41 2020 +0500
  7. f04a89c CLEANUP: remove unused function "ssl_sock_is_ckch_valid" by Ilya Shipitsin · Sat Nov 21 23:10:04 2020 +0500
  8. 2de240a MINOR: stream: Add level 7 retries on http error 401, 403 by Julien Pivotto · Thu Nov 12 11:14:05 2020 +0100
  9. ebdd4c5 MINOR: http_act: Add -m flag for del-header name matching method by Maciej Zdeb · Fri Nov 20 13:58:48 2020 +0000
  10. 3aab17b BUG/MAJOR: connection: reset conn->owner when detaching from session list by Willy Tarreau · Fri Nov 20 17:22:44 2020 +0100
  11. 38b4d2e CLEANUP: connection: do not use conn->owner when the session is known by Willy Tarreau · Fri Nov 20 17:08:15 2020 +0100
  12. f34ed0b BUILD: SSL: guard TLS13 ciphersuites with HAVE_SSL_CTX_SET_CIPHERSUITES by Ilya Shipitsin · Sat Nov 21 14:37:34 2020 +0500
  13. bdec3ba BUILD: ssl: use SSL_MODE_ASYNC macro instead of OPENSSL_VERSION by Ilya Shipitsin · Sat Nov 14 01:56:34 2020 +0500
  14. f637044 MEDIUM: cli/ssl: configure ssl on server at runtime by William Dauchy · Sat Nov 14 19:25:33 2020 +0100
  15. 83fefbc MINOR: init: Fix the prototype for per-thread free callbacks by Christopher Faulet · Fri Nov 06 15:19:19 2020 +0100
  16. 7f8f6cb BUG/MEDIUM: stats: prevent crash if counters not alloc with dummy one by Amaury Denoyelle · Tue Nov 10 14:24:31 2020 +0100
  17. cc9bf2e MEDIUM: cache: Change caching conditions by Remi Tricot-Le Breton · Thu Nov 12 11:14:41 2020 +0100
  18. a66adf4 MINOR: http-htx: Add understandable errors for the errorfiles parsing by Christopher Faulet · Thu Nov 05 22:43:41 2020 +0100
  19. 38d4199 MEDIUM: pattern: turn the pattern chaining to single-linked list by Willy Tarreau · Tue Nov 03 14:50:29 2020 +0100
  20. 94b9abe MINOR: pattern: add pat_ref_purge_older() to purge old entries by Willy Tarreau · Wed Oct 28 18:23:49 2020 +0100
  21. 1a6857b MINOR: pattern: implement pat_ref_load() to load a pattern at a given generation by Willy Tarreau · Thu Oct 29 09:21:43 2020 +0100
  22. 0439e5e MINOR: pattern: add pat_ref_commit() to commit a previously inserted element by Willy Tarreau · Wed Oct 28 18:45:45 2020 +0100
  23. 2994774 MINOR: pattern: store a generation number in the reference patterns by Willy Tarreau · Wed Oct 28 11:43:49 2020 +0100
  24. 1fd52f7 MINOR: pattern: introduce pat_ref_delete_by_ptr() to delete a valid reference by Willy Tarreau · Mon Nov 02 17:30:17 2020 +0100
  25. a98b288 CLEANUP: pattern: remove pat_delete_fcts[] and pattern_head->delete() by Willy Tarreau · Mon Nov 02 20:20:47 2020 +0100
  26. f1c0892 MINOR: pattern: remerge the list and tree deletion functions by Willy Tarreau · Mon Nov 02 19:53:16 2020 +0100
  27. 78777ea MEDIUM: pattern: change the pat_del_* functions to delete from the references by Willy Tarreau · Mon Nov 02 13:55:22 2020 +0100
  28. 4bdd0a1 MEDIUM: pattern: link all final elements from the reference by Willy Tarreau · Mon Nov 02 12:10:48 2020 +0100
  29. 6d8a689 MINOR: pattern: make the delete and prune functions more generic by Willy Tarreau · Mon Nov 02 19:26:02 2020 +0100
  30. 9b5c8bb MINOR: pattern: new sflag PAT_SF_REGFREE indicates regex_free() is needed by Willy Tarreau · Mon Nov 02 19:16:23 2020 +0100
  31. 3ee0de1 MINOR: pattern: move the update revision to the pat_ref, not the expression by Willy Tarreau · Mon Nov 02 15:26:51 2020 +0100
  32. 1d3c700 MINOR: compat: automatically include malloc.h on glibc by Willy Tarreau · Tue Nov 03 15:50:40 2020 +0100
  33. e279ca6 MINOR: sample: Add converts to parses MQTT messages by Baptiste Assmann · Tue Oct 27 18:10:06 2020 +0100
  34. e138dda MINOR: sample: Add converters to parse FIX messages by Baptiste Assmann · Thu Oct 22 15:39:03 2020 +0200
  35. cf26623 MINOR: ist: Add istend() function to return a pointer to the end of the string by Christopher Faulet · Thu Oct 22 14:37:12 2020 +0200
  36. 1db5579 [RELEASE] Released version 2.4-dev0 by Willy Tarreau · Thu Nov 05 17:20:35 2020 +0100
  37. b9b2ac2 MINOR: version: it's development again. by Willy Tarreau · Thu Nov 05 17:18:49 2020 +0100
  38. 0badabc MINOR: version: mention that it's stable now by Willy Tarreau · Thu Nov 05 16:50:53 2020 +0100
  39. 0aa8c29 BUILD: ssl: use feature macros for detecting ec curves manipulation support by Ilya Shipitsin · Wed Nov 04 00:39:07 2020 +0500
  40. 5b8af1e MINOR: ssl: define SSL_CTX_set1_curves_list to itself on BoringSSL by Willy Tarreau · Thu Nov 05 15:03:45 2020 +0100
  41. 7e98e28 MINOR: fd: add fd_want_recv_safe() by Willy Tarreau · Wed Nov 04 13:52:22 2020 +0100
  42. 9dd7f4f MINOR: debug: don't count free(NULL) in memstats by Willy Tarreau · Tue Nov 03 15:59:23 2020 +0100
  43. 04a5a44 BUILD: ssl: use HAVE_OPENSSL_KEYLOG instead of OpenSSL versions by Ilya Shipitsin · Tue Nov 03 14:15:38 2020 +0500
  44. b706a3b CLEANUP: pattern: remove unused entry "tree" in pattern.val by Willy Tarreau · Sun Nov 01 21:14:39 2020 +0100
  45. 6bedf15 MINOR: pattern: export pat_ref_push() by Willy Tarreau · Wed Oct 28 11:18:06 2020 +0100
  46. f4edb72 MINOR: pattern: make pat_ref_append() return the newly added element by Willy Tarreau · Wed Oct 28 10:52:46 2020 +0100
  47. bb4582c MINOR: ist: Add a case insensitive istmatch function by Remi Tricot-Le Breton · Wed Oct 28 11:35:14 2020 +0100
  48. bd71510 MINOR: stats: report server's user-configured weight next to effective weight by Willy Tarreau · Fri Oct 23 22:44:30 2020 +0200
  49. 3e32036 MINOR: stats: also support a "no-maint" show stat modifier by Willy Tarreau · Fri Oct 23 17:28:57 2020 +0200
  50. 6701199 Revert "OPTIM: queue: don't call pendconn_unlink() when the pendconn is not queued" by Willy Tarreau · Fri Oct 23 08:57:33 2020 +0200
  51. b7ba1d9 OPTIM: queue: don't call pendconn_unlink() when the pendconn is not queued by Willy Tarreau · Wed Oct 21 11:04:08 2020 +0200
  52. ac66d6b MINOR: proxy; replace the spinlock with an rwlock by Willy Tarreau · Tue Oct 20 17:24:27 2020 +0200
  53. de785f0 MINOR: threads/debug: only report lock stats for used operations by Willy Tarreau · Thu Oct 22 08:04:23 2020 +0200
  54. 23d3b00 MINOR: threads/debug: only report used lock stats by Willy Tarreau · Thu Oct 22 08:00:09 2020 +0200
  55. d6c4836 BUG/MINOR: http-ana: Don't send payload for internal responses to HEAD requests by Christopher Faulet · Mon Oct 19 18:01:38 2020 +0200
  56. 6cb1038 MEDIUM: cache: Add support for 'If-None-Match' request header by Remi Tricot-Le Breton · Thu Oct 22 10:40:05 2020 +0200
  57. bcced09 MINOR: http: Add etag comparison function by Remi Tricot-Le Breton · Thu Oct 22 10:40:03 2020 +0200
  58. 2493ee8 MINOR: http: Add `enum etag_type http_get_etag_type(const struct ist)` by Tim Duesterhus · Thu Oct 22 10:36:24 2020 +0200
  59. 8e8581e MINOR: ssl: 'ssl-load-extra-del-ext' removes the certificate extension by William Lallemand · Tue Oct 20 17:36:46 2020 +0200
  60. 96ddc8a BUG/MEDIUM: connection: Never cleanup server lists when freeing private conns by Christopher Faulet · Mon Oct 19 16:49:29 2020 +0200
  61. 69a7b8f CLEANUP: task: remove the unused and mishandled global_rqueue_size by Willy Tarreau · Sun Oct 18 14:24:51 2020 +0200
  62. e72a3f4 CLEANUP: tree-wide: reorder a few structures to plug some holes around locks by Willy Tarreau · Sun Oct 18 11:08:41 2020 +0200
  63. 8f1f177 MINOR: threads: change lock_t to an unsigned int by Willy Tarreau · Sun Oct 18 11:05:23 2020 +0200
  64. 3d18498 CLEANUP: threads: don't register an initcall when not debugging by Willy Tarreau · Sun Oct 18 10:20:59 2020 +0200
  65. fcb69d7 BUILD: ssl: make BoringSSL use its own version numbers by Ilya Shipitsin · Sun Oct 18 08:55:39 2020 +0500
  66. cd10def MINOR: backend: replace the lbprm lock with an rwlock by Willy Tarreau · Sat Oct 17 18:48:47 2020 +0200
  67. 61f799b MINOR: threads: add the transitions to/from the seek state by Willy Tarreau · Fri Oct 16 16:53:46 2020 +0200
  68. 8d5360c MINOR: threads: augment rwlock debugging stats to report seek lock stats by Willy Tarreau · Fri Oct 16 16:49:38 2020 +0200
  69. 233ad28 CLEANUP: protocol: remove the now unused <handler> field of proto_fam->bind() by Willy Tarreau · Thu Oct 15 21:45:15 2020 +0200
  70. a74cb38 MINOR: protocol: register the receiver's I/O handler and not the protocol's by Willy Tarreau · Thu Oct 15 21:29:49 2020 +0200
  71. d2fb99f MINOR: protocol: add a default I/O callback and put it into the receiver by Willy Tarreau · Thu Oct 15 21:22:29 2020 +0200
  72. f1dc9f2 MINOR: sock: implement sock_accept_conn() to accept a connection by Willy Tarreau · Thu Oct 15 09:21:31 2020 +0200
  73. 1e509a7 MINOR: protocol: add a new function accept_conn() by Willy Tarreau · Thu Oct 15 10:07:46 2020 +0200
  74. 7d053e4 MINOR: sock: rename sock_accept_conn() to sock_accepting_conn() by Willy Tarreau · Thu Oct 15 09:19:43 2020 +0200
  75. 65ed143 MINOR: connection: add new error codes for accept_conn() by Willy Tarreau · Thu Oct 15 08:23:57 2020 +0200
  76. 83efc32 MEDIUM: listener: allocate the connection before queuing a new connection by Willy Tarreau · Wed Oct 14 17:37:17 2020 +0200
  77. 9b7587a MINOR: connection: make sockaddr_alloc() take the address to be copied by Willy Tarreau · Thu Oct 15 07:32:10 2020 +0200
  78. 0138f51 CLEANUP: fd: finally get rid of fd_done_recv() by Willy Tarreau · Thu Oct 15 20:08:55 2020 +0200
  79. e53e7ec CLEANUP: protocol: remove the ->drain() function by Willy Tarreau · Wed Oct 14 16:05:00 2020 +0200
  80. 9e9919d MEDIUM: proxy: remove obsolete "monitor-net" by Willy Tarreau · Wed Oct 14 15:55:23 2020 +0200
  81. 77e0dae MEDIUM: proxy: remove obsolete "mode health" by Willy Tarreau · Wed Oct 14 15:44:27 2020 +0200
  82. 04a24c5 MINOR: connection: don't check priv flag on free by Amaury Denoyelle · Wed Oct 14 18:17:07 2020 +0200
  83. 3d3c091 MINOR: mux/connection: add a new mux flag for HOL risk by Amaury Denoyelle · Wed Oct 14 18:17:06 2020 +0200
  84. c98df5f MINOR: connection: improve list api usage by Amaury Denoyelle · Wed Oct 14 18:17:05 2020 +0200
  85. 9c13b62 BUG/MEDIUM: connection: fix srv idle count on conn takeover by Amaury Denoyelle · Wed Oct 14 18:17:04 2020 +0200
  86. 2918514 MINOR: protocol: make proto_tcp & proto_uxst report listening sockets by Willy Tarreau · Tue Oct 13 17:26:00 2020 +0200
  87. 5ced3e8 MINOR: sock: add sock_accept_conn() to test a listening socket by Willy Tarreau · Tue Oct 13 17:06:12 2020 +0200
  88. 3fc0fe0 MINOR: peers: heartbeat, collisions and handshake information for "show peers" command. by Frédéric Lécaille · Thu Oct 08 09:46:24 2020 +0200
  89. e03204c MEDIUM: listeners: implement protocol level ->suspend/resume() calls by Willy Tarreau · Fri Oct 09 17:02:21 2020 +0200
  90. 7b2febd MINOR: listeners: split do_unbind_listener() in two by Willy Tarreau · Fri Oct 09 17:18:29 2020 +0200
  91. f58b8db MEDIUM: receivers: add an rx_unbind() method in the protocols by Willy Tarreau · Fri Oct 09 16:32:08 2020 +0200
  92. 18c20d2 MINOR: listeners: move the LI_O_MWORKER flag to the receiver by Willy Tarreau · Fri Oct 09 16:11:46 2020 +0200
  93. 75c98d1 CLEANUP: listeners: remove the do_close argument to unbind_listener() by Willy Tarreau · Fri Oct 09 15:55:23 2020 +0200
  94. 02e8557 MINOR: protocol: add protocol_stop_now() to instant-stop listeners by Willy Tarreau · Wed Oct 07 16:50:49 2020 +0200
  95. acde152 MEDIUM: proxy: centralize proxy status update and reporting by Willy Tarreau · Wed Oct 07 16:31:39 2020 +0200
  96. a389c9e MEDIUM: proxy: add mode PR_MODE_PEERS to flag peers frontends by Willy Tarreau · Wed Oct 07 17:49:42 2020 +0200
  97. caa7df1 MINOR: listeners: add a new stop_listener() function by Willy Tarreau · Wed Oct 07 15:58:50 2020 +0200
  98. b4c083f MINOR: listeners: split delete_listener() in two versions by Willy Tarreau · Wed Oct 07 15:36:16 2020 +0200
  99. 5ddf1ce MINOR: protocol: add a new pair of enable/disable methods for listeners by Willy Tarreau · Fri Sep 25 19:27:39 2020 +0200
  100. 686fa3d MINOR: protocol: add a new pair of rx_enable/rx_disable methods by Willy Tarreau · Fri Sep 25 19:09:53 2020 +0200