1. 90a9b67 MEDIUM: peers: handle arrays of std types in peers protocol by Emeric Brun · Tue Jun 22 16:09:55 2021 +0200
  2. c64a2a3 MEDIUM: stick-table: handle arrays of standard types into stick-tables by Emeric Brun · Wed Jun 30 18:01:02 2021 +0200
  3. 0e3457b MINOR: stick-table: make skttable_data_cast to use only std types by Emeric Brun · Wed Jun 30 17:18:28 2021 +0200
  4. 08b0f67 BUG/MINOR: peers: fix data_type bit computation more than 32 data_types by Emeric Brun · Thu Jul 01 18:54:05 2021 +0200
  5. 01928ae BUG/MINOR: stick-table: fix several printf sign errors dumping tables by Emeric Brun · Wed Jun 30 16:24:04 2021 +0200
  6. d3e7dc4 DOC: config: use CREATE USER for mysql-check by Daniel Black · Thu Jul 01 12:09:32 2021 +1000
  7. bae4cb2 BUILD/MEDIUM: tcp: set-mark support for OpenBSD by David Carlier · Sat Jul 03 10:15:15 2021 +0100
  8. 96a2f50 [RELEASE] Released version 2.5-dev1 by Willy Tarreau · Wed Jun 30 16:16:14 2021 +0200
  9. 5ea07d9 CLEANUP: peers: re-write intdecode function comment. by Emeric Brun · Wed Jun 30 13:21:58 2021 +0200
  10. 81ba74a BUG/MEDIUM: resolvers: Make 1st server of a template take part to SRV resolution by Christopher Faulet · Tue Jun 29 20:52:35 2021 +0200
  11. 0de0bec BUG/MINOR: mqtt: Support empty client ID in CONNECT message by Christopher Faulet · Mon Jun 28 15:37:59 2021 +0200
  12. ca925c9 BUG/MINOR: mqtt: Fix parser for string with more than 127 characters by Christopher Faulet · Mon Jun 28 15:26:00 2021 +0200
  13. 5bbfff1 BUILD: tcp-act: avoid warning when set-mark / set-tos are not supported by Willy Tarreau · Mon Jun 28 07:12:22 2021 +0200
  14. f7f53af BUILD/MEDIUM: tcp: set-mark setting support for FreeBSD. by David Carlier · Sat Jun 26 12:04:36 2021 +0100
  15. ee9c98d CLEANUP: tcp-act: Sort action lists by Christopher Faulet · Fri Jun 25 15:18:33 2021 +0200
  16. 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
  17. 1da374a MINOR: http-act/tcp-act: Add "set-nice" for tcp content rules by Christopher Faulet · Fri Jun 25 14:46:02 2021 +0200
  18. 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
  19. fa5880b BUG/MINOR: tcpcheck: Fix numbering of implicit HTTP send/expect rules by Christopher Faulet · Fri Jun 25 11:37:45 2021 +0200
  20. 953771b BUILD: Makefile: fix linkage for Haiku. by David Carlier · Sat Jun 19 14:42:43 2021 +0000
  21. dfee217 BUG/MINOR: checks: return correct error code for srv_parse_agent_check by Dirkjan Bussink · Fri Jun 18 19:57:49 2021 +0000
  22. 07ecff5 MINOR: resolvers: Reset server IP on error in resolv_get_ip_from_response() by Christopher Faulet · Thu Jun 24 15:33:52 2021 +0200
  23. a8ce497 BUG/MINOR: resolvers: Reset server IP when no ip is found in the response by Christopher Faulet · Thu Jun 24 15:26:03 2021 +0200
  24. d7bb234 BUG/MINOR: resolvers: Always attach server on matching record on resolution by Christopher Faulet · Thu Jun 24 15:16:48 2021 +0200
  25. 47ee44f BUG/MINOR: queue/debug: use the correct lock labels on the queue lock by Willy Tarreau · Thu Jun 24 16:00:18 2021 +0200
  26. 19c5581 BUG: backend: stop looking for queued connections once there's no more by Willy Tarreau · Thu Jun 24 15:51:12 2021 +0200
  27. d03adce MINOR: queue: simplify pendconn_unlink() regarding srv vs px by Willy Tarreau · Wed Jun 23 16:54:16 2021 +0200
  28. 51c63f0 MINOR: queue: remove the px/srv fields from pendconn by Willy Tarreau · Wed Jun 23 16:43:45 2021 +0200
  29. 8429097 MINOR: queue: store a pointer to the queue into the pendconn by Willy Tarreau · Wed Jun 23 16:33:52 2021 +0200
  30. 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
  31. df3b0cb MINOR: queue: add queue_init() to initialize a queue by Willy Tarreau · Wed Jun 23 15:08:06 2021 +0200
  32. ae0b12e MEDIUM: queue: use a trylock on the server's queue by Willy Tarreau · Thu Jun 24 08:30:07 2021 +0200
  33. 49667c1 MEDIUM: queue: take the proxy lock only during the px queue accesses by Willy Tarreau · Thu Jun 24 08:04:24 2021 +0200
  34. 98c8910 MINOR: queue: use atomic-ops to update the queue's index (v2) by Willy Tarreau · Fri Jun 18 10:51:58 2021 +0200
  35. 12529c0 MINOR: queue: factor out the proxy/server queuing code (v2) by Willy Tarreau · Fri Jun 18 10:21:20 2021 +0200
  36. a0e9c55 MEDIUM: queue: determine in process_srv_queue() if the proxy is usable (v2) by Willy Tarreau · Fri Jun 18 19:45:17 2021 +0200
  37. 9ab7829 MEDIUM: queue: simplify again the process_srv_queue() API (v2) by Willy Tarreau · Tue Jun 22 18:47:51 2021 +0200
  38. 16fbdda MEDIUM: queue: use a dedicated lock for the queues (v2) by Willy Tarreau · Fri Jun 18 09:45:27 2021 +0200
  39. 9cef43a MEDIUM: queue: update px->served and lb's take_conn once per loop by Willy Tarreau · Thu Jun 24 07:47:08 2021 +0200
  40. a48905b Revert "MEDIUM: queue: make pendconn_process_next_strm() only return the pendconn" by Willy Tarreau · Thu Jun 24 07:27:01 2021 +0200
  41. d83c98e Revert "MINOR: queue: update proxy->served once out of the loop" by Willy Tarreau · Thu Jun 24 07:26:59 2021 +0200
  42. e76fc32 Revert "MEDIUM: queue: refine the locking in process_srv_queue()" by Willy Tarreau · Thu Jun 24 07:26:57 2021 +0200
  43. 3f70fb9 Revert "MEDIUM: queue: use a dedicated lock for the queues" by Willy Tarreau · Thu Jun 24 07:26:28 2021 +0200
  44. ccd85a3 Revert "MEDIUM: queue: simplify again the process_srv_queue() API" by Willy Tarreau · Thu Jun 24 07:22:18 2021 +0200
  45. 58f4dfb Revert "MINOR: queue: factor out the proxy/server queuing code" by Willy Tarreau · Thu Jun 24 07:22:15 2021 +0200
  46. a4a9bba Revert "MINOR: queue: use atomic-ops to update the queue's index" by Willy Tarreau · Thu Jun 24 07:22:12 2021 +0200
  47. ddac4a1 Revert "MEDIUM: queue: determine in process_srv_queue() if the proxy is usable" by Willy Tarreau · Thu Jun 24 07:22:08 2021 +0200
  48. 5343d8e Revert "MEDIUM: queue: move the queue lock manipulation to pendconn_process_next_strm()" by Willy Tarreau · Thu Jun 24 07:22:03 2021 +0200
  49. 90a160a Revert "MEDIUM: queue: unlock as soon as possible" by Willy Tarreau · Thu Jun 24 07:21:59 2021 +0200
  50. 2bf3f2c Revert "MINOR: queue: make pendconn_first() take the lock by itself" by Willy Tarreau · Thu Jun 24 07:20:26 2021 +0200
  51. bbab3bf DOC: Replace issue templates by issue forms by Tim Düsterhus · Wed Jun 23 21:38:13 2021 +0200
  52. c3fe968 CLEANUP: dns: Remove a forgotten debug message by Christopher Faulet · Wed Jun 23 12:21:43 2021 +0200
  53. 14aec6e DOC: config: Add missing actions in "tcp-request session" documentation by Christopher Faulet · Wed Jun 23 12:19:25 2021 +0200
  54. 19bbbe0 MINOR: tcp-act: Add set-src/set-src-port for "tcp-request content" rules by Christopher Faulet · Wed Jun 23 12:07:21 2021 +0200
  55. 5ffb045 CLEANUP: backend: remove impossible case of round-robin + consistent hash by Willy Tarreau · Tue Jun 22 17:31:51 2021 +0200
  56. 772e968 MINOR: queue: make pendconn_first() take the lock by itself by Willy Tarreau · Fri Jun 18 20:32:50 2021 +0200
  57. 5b39275 MEDIUM: queue: unlock as soon as possible by Willy Tarreau · Fri Jun 18 20:12:11 2021 +0200
  58. 9a6d0dd MEDIUM: queue: move the queue lock manipulation to pendconn_process_next_strm() by Willy Tarreau · Fri Jun 18 19:57:34 2021 +0200
  59. de814dd MEDIUM: queue: determine in process_srv_queue() if the proxy is usable by Willy Tarreau · Fri Jun 18 19:45:17 2021 +0200
  60. 1335eb9 MINOR: queue: use atomic-ops to update the queue's index by Willy Tarreau · Fri Jun 18 10:51:58 2021 +0200
  61. 3eecdb6 MINOR: queue: factor out the proxy/server queuing code by Willy Tarreau · Fri Jun 18 10:21:20 2021 +0200
  62. c83e45e MEDIUM: queue: simplify again the process_srv_queue() API by Willy Tarreau · Tue Jun 22 18:47:51 2021 +0200
  63. fcb8bf8 MEDIUM: queue: use a dedicated lock for the queues by Willy Tarreau · Fri Jun 18 09:45:27 2021 +0200
  64. a057045 MINOR: server: replace the pendconns-related stuff with a struct queue by Willy Tarreau · Fri Jun 18 09:30:30 2021 +0200
  65. 7f3c1df MINOR: proxy: replace the pendconns-related stuff with a struct queue by Willy Tarreau · Fri Jun 18 09:22:21 2021 +0200
  66. eea3817 MINOR: queue: create a new structure type "queue" by Willy Tarreau · Fri Jun 18 09:21:22 2021 +0200
  67. 5941ef0 MINOR: lb/api: remove the locked argument from take_conn/drop_conn by Willy Tarreau · Fri Jun 18 18:29:25 2021 +0200
  68. 1b648c8 MEDIUM: queue: refine the locking in process_srv_queue() by Willy Tarreau · Fri Jun 18 19:08:23 2021 +0200
  69. 3e92a31 MINOR: queue: update proxy->served once out of the loop by Willy Tarreau · Fri Jun 18 18:58:07 2021 +0200
  70. 5304669 MEDIUM: queue: make pendconn_process_next_strm() only return the pendconn by Willy Tarreau · Fri Jun 18 18:48:06 2021 +0200
  71. e500e59 REGTESTS: fix maxconn update with agent-check by Amaury Denoyelle · Tue Jun 22 16:23:11 2021 +0200
  72. 0274286 BUG/MAJOR: server: fix deadlock when changing maxconn via agent-check by Amaury Denoyelle · Fri Jun 18 11:11:36 2021 +0200
  73. 7386668 CLEANUP: Prevent channel-t.h from being detected as C++ by GitHub by Tim Duesterhus · Sat Jun 19 16:56:30 2021 +0200
  74. 901972e MINOR: queue: update the stream's pend_pos before queuing it by Willy Tarreau · Fri Jun 18 10:33:47 2021 +0200
  75. 0ffad2d REGTESTS: server: test ssl support for dynamic servers by Amaury Denoyelle · Fri Jun 18 16:30:36 2021 +0200
  76. 34897d2 MINOR: ssl: support ssl keyword for dynamic servers by Amaury Denoyelle · Wed May 19 09:49:41 2021 +0200
  77. 71f9a06 MINOR: ssl: enable a series of ssl keywords for dynamic servers by Amaury Denoyelle · Thu May 20 15:10:55 2021 +0200
  78. fde8260 MINOR: ssl: support crl arg for dynamic servers by Amaury Denoyelle · Mon Jun 14 10:10:32 2021 +0200
  79. 93be21e MINOR: ssl: support crt arg for dynamic servers by Amaury Denoyelle · Fri May 21 16:22:53 2021 +0200
  80. 4825502 MINOR: ssl: support ca-file arg for dynamic servers by Amaury Denoyelle · Wed May 19 09:46:59 2021 +0200
  81. 7addf56 MINOR: ssl: split parse functions for alpn/check-alpn by Amaury Denoyelle · Fri May 21 16:45:10 2021 +0200
  82. 36aa451 MINOR: ssl: render file-access optional on server crt loading by Amaury Denoyelle · Fri May 21 16:22:11 2021 +0200
  83. b89d3d3 MINOR: server: disable CLI 'set server ssl' for dynamic servers by Amaury Denoyelle · Wed May 19 15:00:54 2021 +0200
  84. 1f9333b MINOR: ssl: check allocation in parse npn/sni by Amaury Denoyelle · Tue Jun 01 11:54:23 2021 +0200
  85. cbbf87f MINOR: ssl: check allocation in parse ciphers/ciphersuites/verifyhost by Amaury Denoyelle · Wed May 19 14:57:04 2021 +0200
  86. 949c94e MINOR: ssl: check allocation in ssl_sock_init_srv by Amaury Denoyelle · Wed May 19 11:52:50 2021 +0200
  87. c593bcd MINOR: ssl: always initialize random generator by Amaury Denoyelle · Wed May 19 15:35:29 2021 +0200
  88. b11ad9e MINOR: ssl: fix typo in usage for 'new ssl ca-file' by Amaury Denoyelle · Fri May 21 11:01:10 2021 +0200
  89. 3bc6af4 BUG/MINOR: cache: Correctly handle existing-but-empty 'accept-encoding' header by Tim Duesterhus · Fri Jun 18 15:09:28 2021 +0200
  90. 0ba54bb BUG/MINOR: server/cli: Fix locking in function processing "set server" command by Christopher Faulet · Fri Jun 18 08:47:14 2021 +0200
  91. e886dd5 BUG/MINOR: resolvers: Use resolver's lock in resolv_srvrq_expire_task() by Christopher Faulet · Fri Jun 18 09:05:49 2021 +0200
  92. 655dec8 BUG/MINOR: backend: do not set sni on connection reuse by Amaury Denoyelle · Tue Jun 01 17:04:10 2021 +0200
  93. 2b1d917 BUG/MINOR: backend: restore the SF_SRV_REUSED flag original purpose by Amaury Denoyelle · Thu Jun 17 15:14:49 2021 +0200
  94. 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
  95. 73001ab MINOR: resolvers: Remove server from named_servers tree when removing a SRV item by Christopher Faulet · Tue Jun 15 16:14:37 2021 +0200
  96. 11c6c39 MINOR: resolvers: Clean server in a dedicated function when removing a SRV item by Christopher Faulet · Tue Jun 15 16:08:48 2021 +0200
  97. c7b391a BUG/MEDIUM: server/cli: Fix ABBA deadlock when fqdn is set from the CLI by Christopher Faulet · Tue Jun 15 12:01:29 2021 +0200
  98. a386e78 BUG/MINOR: server: Forbid to set fqdn on the CLI if SRV resolution is enabled by Christopher Faulet · Tue Jun 15 11:37:40 2021 +0200
  99. 8a8f270 CLEANUP: server: a separate function for initializing the per_thr field by Miroslav Zagorac · Tue Jun 15 15:33:20 2021 +0200
  100. cbc0c23 CI: ssl: keep the old method for ancient OpenSSL versions by Willy Tarreau · Thu Jun 17 15:39:30 2021 +0200