1. fb50443 MEDIUM: stream: support a dynamic tunnel timeout by Amaury Denoyelle · Thu Dec 10 13:43:53 2020 +0100
  2. b715078 MINOR: stream: prepare the hot refresh of timeouts by Amaury Denoyelle · Thu Dec 10 13:43:51 2020 +0100
  3. 5a9fc2d MINOR: action: define enum for timeout type of the set-timeout rule by Amaury Denoyelle · Thu Dec 10 13:43:50 2020 +0100
  4. 343d035 CLEANUP: connection: remove the unused conn_{stop,cond_update}_polling() by Willy Tarreau · Fri Dec 11 11:21:53 2020 +0100
  5. 6aee5b9 MINOR: connection: implement cs_drain_and_close() by Willy Tarreau · Fri Dec 11 11:04:51 2020 +0100
  6. 29885f0 MINOR: udp: export udp_suspend_receiver() and udp_resume_receiver() by Willy Tarreau · Tue Dec 08 18:05:16 2020 +0100
  7. c14e7ae MINOR: connection: use the control layer's init/close by Willy Tarreau · Tue Dec 08 15:53:45 2020 +0100
  8. de471c4 MINOR: protocol: add a set of ctrl_init/ctrl_close methods for setup/teardown by Willy Tarreau · Tue Dec 08 15:50:56 2020 +0100
  9. b366c9a CLEANUP: protocol: group protocol struct members by usage by Willy Tarreau · Tue Dec 08 14:54:20 2020 +0100
  10. b9b2fd7 MINOR: protocol: export protocol definitions by Willy Tarreau · Tue Dec 08 14:13:11 2020 +0100
  11. f9ad06c MINOR: protocol: remove the redundant ->sock_domain field by Willy Tarreau · Tue Dec 08 12:13:54 2020 +0100
  12. 16df178 BUG/MEDIUM: stream: Xfer the input buffer to a fully created stream by Christopher Faulet · Fri Dec 04 16:47:41 2020 +0100
  13. d1f250f MINOR: listener: now use a generic add_listener() function by Willy Tarreau · Fri Dec 04 15:03:36 2020 +0100
  14. 73bed9f MINOR: protocol: add a ->set_port() helper to address families by Willy Tarreau · Fri Dec 04 14:43:36 2020 +0100
  15. 6ad0606 CLEANUP: connection: Remove CS_FL_READ_PARTIAL flag by Christopher Faulet · Mon Oct 12 15:56:16 2020 +0200
  16. da831fa CLEANUP: http-ana: Remove TX_WAIT_NEXT_RQ unsued flag by Christopher Faulet · Tue Oct 06 17:58:43 2020 +0200
  17. 2afd874 CLEANUP: htx: Remove HTX_FL_UPGRADE unsued flag by Christopher Faulet · Tue Oct 06 17:48:05 2020 +0200
  18. 4c8ad84 MINOR: mux: Add a ctl parameter to get the exit status of the multiplexers by Christopher Faulet · Tue Oct 06 14:59:17 2020 +0200
  19. 7d0c19e MINOR: session: Add functions to increase http values of tracked counters by Christopher Faulet · Tue Oct 06 14:23:34 2020 +0200
  20. 8460063 MINOR: stick-tables: Add functions to update some values of a tracked counter by Christopher Faulet · Tue Oct 06 13:52:40 2020 +0200
  21. 26256f8 MINOR: stream: Pass an optional input buffer when a stream is created by Christopher Faulet · Mon Sep 14 11:40:13 2020 +0200
  22. afc02a4 MINOR: muxes: Remove get_cs_info callback function now useless by Christopher Faulet · Wed Sep 30 14:08:30 2020 +0200
  23. d517396 MINOR: session: Add the idle duration field into the session by Christopher Faulet · Wed Sep 30 10:28:02 2020 +0200
  24. c749259 MINOR: lua-thread: Store each function reference and init reference in array by Thierry Fournier · Sat Nov 28 23:57:24 2020 +0100
  25. 021d986 MINOR: lua-thread: Replace state_from by state_id by Thierry Fournier · Sat Nov 28 23:42:03 2020 +0100
  26. 62a22aa MINOR: lua-thread: Replace "struct hlua_function" allocation by dedicated function by Thierry Fournier · Sat Nov 28 21:06:35 2020 +0100
  27. 75fc029 MINOR: lua-thread: make hlua_ctx_init() get L from its caller by Thierry Fournier · Sat Nov 28 13:18:56 2020 +0100
  28. ad5345f MINOR: lua-thread: Replace embedded struct hlua_function by a pointer by Thierry Fournier · Sun Nov 29 02:05:57 2020 +0100
  29. a51a1fd MINOR: cli: add a function to look up a CLI service description by Thierry Fournier · Sat Nov 28 20:10:08 2020 +0100
  30. 87e5399 MINOR: actions: add a function returning a service pointer from its name by Thierry Fournier · Sat Nov 28 19:32:14 2020 +0100
  31. 7a71a6d MINOR: actions: Export actions lookup functions by Thierry Fournier · Sat Nov 28 17:40:24 2020 +0100
  32. a1f1274 MINOR: traces: add a new level "error" below the "user" level by Willy Tarreau · Tue Dec 01 09:46:46 2020 +0100
  33. fcdfd85 MINOR: log: Logging HTTP path only with %HPO by Maciej Zdeb · Mon Nov 30 18:27:47 2020 +0000
  34. 0237c4e BUG/MEDIUM: local log format regression. by Emeric Brun · Fri Nov 27 16:24:34 2020 +0100
  35. 4d6c594 BUG/MEDIUM: task: close a possible data race condition on a tasklet's list link by Willy Tarreau · Mon Nov 30 14:58:53 2020 +0100
  36. 2da4c31 MINOR: task: remove __tasklet_remove_from_tasklet_list() by Willy Tarreau · Mon Nov 30 14:52:11 2020 +0100
  37. a868c29 MINOR: task: remove tasklet_insert_into_tasklet_list() by Willy Tarreau · Mon Nov 30 15:30:22 2020 +0100
  38. 1f05324 BUG/MEDIUM: lists: Lock the element while we check if it is in a list. by Olivier Houchard · Wed Nov 25 20:38:00 2020 +0100
  39. 1e237d0 MINOR: plock: use an ARMv8 instruction barrier for the pause instruction by Your Name · Sat Nov 28 15:37:14 2020 +0000
  40. 97b7bdf REORG: tcpcheck: Move check option parsing functions based on tcp-check by Christopher Faulet · Fri Nov 27 09:58:02 2020 +0100
  41. bb9fb8b MINOR: config: Deprecate and ignore tune.chksize global option by Christopher Faulet · Wed Nov 25 17:20:57 2020 +0100
  42. b381a50 BUG/MAJOR: tcpcheck: Allocate input and output buffers from the buffer pool by Christopher Faulet · Wed Nov 25 13:47:00 2020 +0100
  43. 3d08236 MINOR: cache: Prepare helper functions for Vary support by Remi Tricot-Le Breton · Mon Nov 16 15:56:08 2020 +0100
  44. 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
  45. 5bfe663 BUILD: SSL: do not "update" BoringSSL version equivalent anymore by Ilya Shipitsin · Sat Nov 21 23:13:41 2020 +0500
  46. f04a89c CLEANUP: remove unused function "ssl_sock_is_ckch_valid" by Ilya Shipitsin · Sat Nov 21 23:10:04 2020 +0500
  47. 2de240a MINOR: stream: Add level 7 retries on http error 401, 403 by Julien Pivotto · Thu Nov 12 11:14:05 2020 +0100
  48. ebdd4c5 MINOR: http_act: Add -m flag for del-header name matching method by Maciej Zdeb · Fri Nov 20 13:58:48 2020 +0000
  49. 3aab17b BUG/MAJOR: connection: reset conn->owner when detaching from session list by Willy Tarreau · Fri Nov 20 17:22:44 2020 +0100
  50. 38b4d2e CLEANUP: connection: do not use conn->owner when the session is known by Willy Tarreau · Fri Nov 20 17:08:15 2020 +0100
  51. f34ed0b BUILD: SSL: guard TLS13 ciphersuites with HAVE_SSL_CTX_SET_CIPHERSUITES by Ilya Shipitsin · Sat Nov 21 14:37:34 2020 +0500
  52. bdec3ba BUILD: ssl: use SSL_MODE_ASYNC macro instead of OPENSSL_VERSION by Ilya Shipitsin · Sat Nov 14 01:56:34 2020 +0500
  53. f637044 MEDIUM: cli/ssl: configure ssl on server at runtime by William Dauchy · Sat Nov 14 19:25:33 2020 +0100
  54. 83fefbc MINOR: init: Fix the prototype for per-thread free callbacks by Christopher Faulet · Fri Nov 06 15:19:19 2020 +0100
  55. 7f8f6cb BUG/MEDIUM: stats: prevent crash if counters not alloc with dummy one by Amaury Denoyelle · Tue Nov 10 14:24:31 2020 +0100
  56. cc9bf2e MEDIUM: cache: Change caching conditions by Remi Tricot-Le Breton · Thu Nov 12 11:14:41 2020 +0100
  57. a66adf4 MINOR: http-htx: Add understandable errors for the errorfiles parsing by Christopher Faulet · Thu Nov 05 22:43:41 2020 +0100
  58. 38d4199 MEDIUM: pattern: turn the pattern chaining to single-linked list by Willy Tarreau · Tue Nov 03 14:50:29 2020 +0100
  59. 94b9abe MINOR: pattern: add pat_ref_purge_older() to purge old entries by Willy Tarreau · Wed Oct 28 18:23:49 2020 +0100
  60. 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
  61. 0439e5e MINOR: pattern: add pat_ref_commit() to commit a previously inserted element by Willy Tarreau · Wed Oct 28 18:45:45 2020 +0100
  62. 2994774 MINOR: pattern: store a generation number in the reference patterns by Willy Tarreau · Wed Oct 28 11:43:49 2020 +0100
  63. 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
  64. a98b288 CLEANUP: pattern: remove pat_delete_fcts[] and pattern_head->delete() by Willy Tarreau · Mon Nov 02 20:20:47 2020 +0100
  65. f1c0892 MINOR: pattern: remerge the list and tree deletion functions by Willy Tarreau · Mon Nov 02 19:53:16 2020 +0100
  66. 78777ea MEDIUM: pattern: change the pat_del_* functions to delete from the references by Willy Tarreau · Mon Nov 02 13:55:22 2020 +0100
  67. 4bdd0a1 MEDIUM: pattern: link all final elements from the reference by Willy Tarreau · Mon Nov 02 12:10:48 2020 +0100
  68. 6d8a689 MINOR: pattern: make the delete and prune functions more generic by Willy Tarreau · Mon Nov 02 19:26:02 2020 +0100
  69. 9b5c8bb MINOR: pattern: new sflag PAT_SF_REGFREE indicates regex_free() is needed by Willy Tarreau · Mon Nov 02 19:16:23 2020 +0100
  70. 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
  71. 1d3c700 MINOR: compat: automatically include malloc.h on glibc by Willy Tarreau · Tue Nov 03 15:50:40 2020 +0100
  72. e279ca6 MINOR: sample: Add converts to parses MQTT messages by Baptiste Assmann · Tue Oct 27 18:10:06 2020 +0100
  73. e138dda MINOR: sample: Add converters to parse FIX messages by Baptiste Assmann · Thu Oct 22 15:39:03 2020 +0200
  74. 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
  75. 1db5579 [RELEASE] Released version 2.4-dev0 by Willy Tarreau · Thu Nov 05 17:20:35 2020 +0100
  76. b9b2ac2 MINOR: version: it's development again. by Willy Tarreau · Thu Nov 05 17:18:49 2020 +0100
  77. 0badabc MINOR: version: mention that it's stable now by Willy Tarreau · Thu Nov 05 16:50:53 2020 +0100
  78. 0aa8c29 BUILD: ssl: use feature macros for detecting ec curves manipulation support by Ilya Shipitsin · Wed Nov 04 00:39:07 2020 +0500
  79. 5b8af1e MINOR: ssl: define SSL_CTX_set1_curves_list to itself on BoringSSL by Willy Tarreau · Thu Nov 05 15:03:45 2020 +0100
  80. 7e98e28 MINOR: fd: add fd_want_recv_safe() by Willy Tarreau · Wed Nov 04 13:52:22 2020 +0100
  81. 9dd7f4f MINOR: debug: don't count free(NULL) in memstats by Willy Tarreau · Tue Nov 03 15:59:23 2020 +0100
  82. 04a5a44 BUILD: ssl: use HAVE_OPENSSL_KEYLOG instead of OpenSSL versions by Ilya Shipitsin · Tue Nov 03 14:15:38 2020 +0500
  83. b706a3b CLEANUP: pattern: remove unused entry "tree" in pattern.val by Willy Tarreau · Sun Nov 01 21:14:39 2020 +0100
  84. 6bedf15 MINOR: pattern: export pat_ref_push() by Willy Tarreau · Wed Oct 28 11:18:06 2020 +0100
  85. f4edb72 MINOR: pattern: make pat_ref_append() return the newly added element by Willy Tarreau · Wed Oct 28 10:52:46 2020 +0100
  86. bb4582c MINOR: ist: Add a case insensitive istmatch function by Remi Tricot-Le Breton · Wed Oct 28 11:35:14 2020 +0100
  87. bd71510 MINOR: stats: report server's user-configured weight next to effective weight by Willy Tarreau · Fri Oct 23 22:44:30 2020 +0200
  88. 3e32036 MINOR: stats: also support a "no-maint" show stat modifier by Willy Tarreau · Fri Oct 23 17:28:57 2020 +0200
  89. 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
  90. 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
  91. ac66d6b MINOR: proxy; replace the spinlock with an rwlock by Willy Tarreau · Tue Oct 20 17:24:27 2020 +0200
  92. de785f0 MINOR: threads/debug: only report lock stats for used operations by Willy Tarreau · Thu Oct 22 08:04:23 2020 +0200
  93. 23d3b00 MINOR: threads/debug: only report used lock stats by Willy Tarreau · Thu Oct 22 08:00:09 2020 +0200
  94. 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
  95. 6cb1038 MEDIUM: cache: Add support for 'If-None-Match' request header by Remi Tricot-Le Breton · Thu Oct 22 10:40:05 2020 +0200
  96. bcced09 MINOR: http: Add etag comparison function by Remi Tricot-Le Breton · Thu Oct 22 10:40:03 2020 +0200
  97. 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
  98. 8e8581e MINOR: ssl: 'ssl-load-extra-del-ext' removes the certificate extension by William Lallemand · Tue Oct 20 17:36:46 2020 +0200
  99. 96ddc8a BUG/MEDIUM: connection: Never cleanup server lists when freeing private conns by Christopher Faulet · Mon Oct 19 16:49:29 2020 +0200
  100. 69a7b8f CLEANUP: task: remove the unused and mishandled global_rqueue_size by Willy Tarreau · Sun Oct 18 14:24:51 2020 +0200