1. 46be7e9 MINOR: quic: Increase the size of handshake RX UDP datagrams by Frédéric Lécaille · Fri Oct 22 15:04:27 2021 +0200
  2. 20b622e MINOR: connection: add a new CO_FL_WANT_DRAIN flag to force drain on close by Willy Tarreau · Thu Oct 21 21:31:42 2021 +0200
  3. 3193eb9 BUG/MINOR: task: do not set TASK_F_USR1 for no reason by Willy Tarreau · Thu Oct 21 16:17:29 2021 +0200
  4. c79f014 MINOR: list: add new macro LIST_INLIST_ATOMIC() by Willy Tarreau · Thu Oct 21 14:06:01 2021 +0200
  5. 9628c42 OPTIM: resolvers: move the eb32 node before the data in the answer_item by Willy Tarreau · Thu Oct 21 14:45:28 2021 +0200
  6. dd362b7 BUG/MAJOR: buf: fix varint API post- vs pre- increment by Willy Tarreau · Thu Oct 21 15:05:34 2021 +0200
  7. 7893ae1 MEDIUM: resolvers: replace the answer_list with a (flat) tree by Willy Tarreau · Thu Oct 21 07:39:57 2021 +0200
  8. 6878f80 MEDIUM: resolvers: remove the last occurrences of the "safe" argument by Willy Tarreau · Wed Oct 20 14:07:31 2021 +0200
  9. 2acc160 CLEANUP: resolvers: do not export resolv_purge_resolution_answer_records() by Willy Tarreau · Tue Oct 19 11:16:11 2021 +0200
  10. 1c891bc MINOR: jwt: jwt_verify returns negative values in case of error by Remi Tricot-Le Breton · Mon Oct 18 15:14:49 2021 +0200
  11. f480768 CLEANUP: Consistently `unsigned int` for bitfields by Tim Duesterhus · Sat Oct 16 18:24:18 2021 +0200
  12. bd6b4be CLEANUP: assorted typo fixes in the code and comments by Ilya Shipitsin · Fri Oct 15 16:18:21 2021 +0500
  13. 5671780 MINOR: proxy: Add PR_FL_READY flag on fully configured and usable proxies by Christopher Faulet · Wed Oct 13 10:10:09 2021 +0200
  14. 27c8d20 MINOR: proxy: Be able to reference the defaults section used by a proxy by Christopher Faulet · Wed Oct 13 09:50:53 2021 +0200
  15. b405420 MEDIUM: proxy: Warn about ambiguous use of named defaults sections by Christopher Faulet · Tue Oct 12 18:57:43 2021 +0200
  16. dfd10ab MINOR: proxy: Introduce proxy flags to replace disabled bitfield by Christopher Faulet · Wed Oct 06 14:24:19 2021 +0200
  17. cc8fd4c MINOR: resolvers: merge address and target into a union "data" by Willy Tarreau · Thu Oct 14 22:52:04 2021 +0200
  18. b4ca019 BUG/MEDIUM: resolvers: use correct storage for the target address by Willy Tarreau · Thu Oct 14 22:30:38 2021 +0200
  19. 6dfbef4 MEDIUM: listener: add the "shards" bind keyword by Willy Tarreau · Tue Oct 12 15:23:03 2021 +0200
  20. 59a877d MINOR: listeners: add clone_listener() to duplicate listeners at boot time by Willy Tarreau · Tue Oct 12 09:36:10 2021 +0200
  21. 01cac3f MEDIUM: listeners: split the thread mask between receiver and bind_conf by Willy Tarreau · Tue Oct 12 08:47:54 2021 +0200
  22. 1dbf578 BUILD: jwt: fix declaration of EVP_KEY in jwt-h.h by William Lallemand · Thu Oct 14 16:51:08 2021 +0200
  23. 130e142 MEDIUM: jwt: Add jwt_verify converter to verify JWT integrity by Remi Tricot-Le Breton · Fri Oct 01 15:36:58 2021 +0200
  24. 864089e MINOR: jwt: Insert public certificates into dedicated JWT tree by Remi Tricot-Le Breton · Fri Oct 01 15:36:56 2021 +0200
  25. e0d3c00 MINOR: jwt: JWT tokenizing helper function by Remi Tricot-Le Breton · Fri Oct 01 15:36:55 2021 +0200
  26. 7feb361 MINOR: jwt: Parse JWT alg field by Remi Tricot-Le Breton · Fri Oct 01 15:36:54 2021 +0200
  27. f5dd337 MINOR: http: Add http_auth_bearer sample fetch by Remi Tricot-Le Breton · Fri Oct 01 15:36:53 2021 +0200
  28. 493bb1d MINOR: quic: handle CONNECTION_CLOSE frame by Amaury Denoyelle · Wed Oct 13 16:34:49 2021 +0200
  29. 1e308ff MINOR: mux: remove last occurences of qcc ring buffer by Amaury Denoyelle · Tue Oct 12 18:14:12 2021 +0200
  30. cae0791 MEDIUM: mux-quic: defer stream shut if remaining tx data by Amaury Denoyelle · Fri Oct 08 17:57:41 2021 +0200
  31. d3d97c6 MEDIUM: mux-quic: rationalize tx buffers between qcc/qcs by Amaury Denoyelle · Tue Oct 05 11:45:58 2021 +0200
  32. b01179a MINOR: ssl: Add ssllib_name_startswith precondition by Remi Tricot-Le Breton · Mon Oct 11 15:34:12 2021 +0200
  33. c9e4868 MINOR: rules: add a file name and line number to act_rules by Willy Tarreau · Mon Oct 11 09:13:07 2021 +0200
  34. d535f80 MINOR: rules: add a new function new_act_rule() to allocate act_rules by Willy Tarreau · Mon Oct 11 08:49:26 2021 +0200
  35. e972c0a MINOR: initcall: Rename __GLOBL and __GLOBL1. by Olivier Houchard · Sat Oct 09 01:53:03 2021 +0200
  36. db2ab82 MEDIUM: stick-table: never learn the "conn_cur" value from peers by Willy Tarreau · Fri Oct 08 17:53:12 2021 +0200
  37. 627def9 MINOR: threads: add a new function to resolve config groups and masks by Willy Tarreau · Wed Sep 29 18:59:47 2021 +0200
  38. d57b9ff MEDIUM: listeners: support the definition of thread groups on bind lines by Willy Tarreau · Wed Sep 29 18:50:31 2021 +0200
  39. b90935c MINOR: threads: add the current group ID in thread-local "tgid" variable by Willy Tarreau · Thu Sep 30 08:00:11 2021 +0200
  40. 43ab05b MEDIUM: threads: replace ha_set_tid() with ha_set_thread() by Willy Tarreau · Tue Sep 28 09:43:11 2021 +0200
  41. cc7a11e MINOR: threads: set the tid, ltid and their bit in thread_cfg by Willy Tarreau · Tue Sep 28 08:53:11 2021 +0200
  42. 6eee85f MINOR: threads: set the group ID and its bit in the thread group by Willy Tarreau · Tue Sep 28 08:50:02 2021 +0200
  43. e6806eb MEDIUM: threads: automatically assign threads to groups by Willy Tarreau · Mon Sep 27 10:10:26 2021 +0200
  44. fc69e41 MINOR: threads: make tg point to the current thread's group by Willy Tarreau · Tue Sep 28 08:58:49 2021 +0200
  45. d04bc3a MINOR: global: add a new "thread-group" directive by Willy Tarreau · Mon Sep 27 13:55:10 2021 +0200
  46. c33b969 MINOR: global: add a new "thread-groups" directive by Willy Tarreau · Wed Sep 22 12:07:23 2021 +0200
  47. f966284 MINOR: threads: introduce a minimalistic notion of thread-group by Willy Tarreau · Mon Sep 13 18:11:26 2021 +0200
  48. 6036342 MINOR: thread: make "ti" a const pointer and clean up thread_info a bit by Willy Tarreau · Fri Oct 01 16:29:27 2021 +0200
  49. b4e3476 REORG: thread/sched: move the last dynamic thread_info to thread_ctx by Willy Tarreau · Thu Sep 30 19:02:18 2021 +0200
  50. a0b9953 REORG: thread/sched: move the thread_info flags to the thread_ctx by Willy Tarreau · Thu Sep 30 18:48:37 2021 +0200
  51. 45c38e2 REORG: thread/clock: move the clock parts of thread_info to thread_ctx by Willy Tarreau · Thu Sep 30 18:28:49 2021 +0200
  52. 1a9c922 REORG: thread/sched: move the task_per_thread stuff to thread_ctx by Willy Tarreau · Fri Oct 01 11:30:33 2021 +0200
  53. 6414e44 CLEANUP: wdt: do not remap SI_TKILL to SI_LWP, test the values directly by Willy Tarreau · Fri Oct 08 15:31:04 2021 +0200
  54. b474f43 MINOR: wdt: move wd_timer to wdt.c by Willy Tarreau · Fri Oct 08 15:23:26 2021 +0200
  55. 2169498 MINOR: clock: move the clock_ids to clock.c by Willy Tarreau · Fri Oct 08 15:09:17 2021 +0200
  56. 6cb0c39 REORG: clock/wdt: move wdt timer initialization to clock.c by Willy Tarreau · Fri Oct 08 14:48:30 2021 +0200
  57. 44c58da REORG: clock: move the clock_id initialization to clock.c by Willy Tarreau · Fri Oct 08 12:27:54 2021 +0200
  58. 2c6a998 CLEANUP: clock: stop exporting before_poll and after_poll by Willy Tarreau · Fri Oct 08 11:38:30 2021 +0200
  59. 20adfde MINOR: activity: get the run_time from the clock updates by Willy Tarreau · Fri Oct 08 11:34:46 2021 +0200
  60. f9d5e10 REORG: clock: move the updates of cpu/mono time to clock.c by Willy Tarreau · Fri Oct 08 10:43:59 2021 +0200
  61. 5554264 REORG: time: move time-keeping code and variables to clock.c by Willy Tarreau · Fri Oct 08 09:33:24 2021 +0200
  62. de361ad BUILD: connection: avoid a build warning on FreeBSD with SO_USER_COOKIE by Willy Tarreau · Fri Oct 08 15:52:27 2021 +0200
  63. eb01f59 BUG/MINOR: quic: fix includes for compilation by Amaury Denoyelle · Thu Oct 07 16:44:05 2021 +0200
  64. 2af1985 BUG/MAJOR: quic: remove qc from receiver cids tree on free by Amaury Denoyelle · Thu Sep 30 11:03:28 2021 +0200
  65. 1a9b8a6 BUG/MINOR: task: fix missing include with DEBUG_TASK by Amaury Denoyelle · Thu Oct 07 16:37:42 2021 +0200
  66. aa99276 CLEANUP: thread: uninline ha_tkill/ha_tkillall/ha_cpu_relax() by Willy Tarreau · Wed Oct 06 23:33:20 2021 +0200
  67. 5e03dfa MINOR: thread: use a dedicated static pthread_t array in thread.c by Willy Tarreau · Wed Oct 06 22:53:51 2021 +0200
  68. 4eeb883 REORG: thread: move ha_get_pthread_id() to thread.c by Willy Tarreau · Wed Oct 06 22:44:28 2021 +0200
  69. d10385a REORG: thread: move the thread init/affinity/stop to thread.c by Willy Tarreau · Wed Oct 06 22:22:40 2021 +0200
  70. b63888c REORG: fd: uninline compute_poll_timeout() by Willy Tarreau · Wed Oct 06 19:55:29 2021 +0200
  71. c91f608 CLEANUP: fd: do not include time.h by Willy Tarreau · Wed Oct 06 19:44:15 2021 +0200
  72. 561958c CLEANUP: time: move a few configurable defines to defaults.h by Willy Tarreau · Wed Oct 06 19:36:47 2021 +0200
  73. d8b325c REORG: task: uninline the loop time measurement code by Willy Tarreau · Wed Oct 06 19:25:38 2021 +0200
  74. 8de90c7 REORG: connection: uninline the rest of the alloc/free stuff by Willy Tarreau · Wed Oct 06 19:11:10 2021 +0200
  75. 7969986 CLEANUP: connection: remove unneeded tcpcheck-t.h and use only session-t.h by Willy Tarreau · Wed Oct 06 19:03:12 2021 +0200
  76. 5d921c5 CLEANUP: connection: do not include http_ana! by Willy Tarreau · Wed Oct 06 18:57:44 2021 +0200
  77. aac777f REORG: connection: move the largest inlines from connection.h to connection.c by Willy Tarreau · Wed Oct 06 18:48:28 2021 +0200
  78. 1db546e CLEANUP: tree-wide: only include ebtree-t from type files by Willy Tarreau · Wed Oct 06 18:31:48 2021 +0200
  79. 9b7a617 REORG: ebtree: split structures into their own file ebtree-t.h by Willy Tarreau · Wed Oct 06 17:55:45 2021 +0200
  80. 260f324 REORG: server: uninline the idle conns management functions by Willy Tarreau · Wed Oct 06 18:30:04 2021 +0200
  81. 930428c REORG: connection: uninline conn_notify_mux() and conn_delete_from_tree() by Willy Tarreau · Wed Oct 06 18:27:28 2021 +0200
  82. e5983ff REORG: connection: move the hash-related stuff to connection.c by Willy Tarreau · Wed Oct 06 17:14:49 2021 +0200
  83. fd21c6c MINOR: connection: use uint64_t for the hashes by Willy Tarreau · Wed Oct 06 17:09:41 2021 +0200
  84. 74f9817 CLEANUP: stick-table: no need to include socket nor in.h by Willy Tarreau · Wed Oct 06 16:43:14 2021 +0200
  85. 172c17b CLEANUP: stream: remove many unneeded includes from stream-t.h by Willy Tarreau · Wed Oct 06 16:39:28 2021 +0200
  86. a26be37 REORG: acitvity: uninline sched_activity_entry() by Willy Tarreau · Wed Oct 06 16:26:33 2021 +0200
  87. e065022 REORG: activity: uninline activity_count_runtime() by Willy Tarreau · Wed Oct 06 16:22:09 2021 +0200
  88. 9310f48 CLEANUP: tree-wide: remove unneeded include time.h in ~20 files by Willy Tarreau · Wed Oct 06 16:18:40 2021 +0200
  89. f2d0ec9 REORG: time/ticks: move now_ms and global_now_ms definitions to ticks.h by Willy Tarreau · Wed Oct 06 16:03:19 2021 +0200
  90. 078c257 REORG: sched: moved samp_time and idle_time to task.c as well by Willy Tarreau · Wed Oct 06 15:58:46 2021 +0200
  91. 82531f6 REORG: ssl-sock: move the sslconns/totalsslconns counters to global by Willy Tarreau · Wed Oct 06 12:15:18 2021 +0200
  92. a8a72c6 CLEANUP: ssl/server: move ssl_sock_set_srv() to srv_set_ssl() in server.c by Willy Tarreau · Wed Oct 06 11:48:34 2021 +0200
  93. 1057bee REORG: ssl: move ssl_sock_is_ssl() to connection.h and rename it by Willy Tarreau · Wed Oct 06 11:38:44 2021 +0200
  94. 340ef25 CLEANUP: servers: do not include openssl-compat by Willy Tarreau · Wed Oct 06 11:23:32 2021 +0200
  95. b0d8194 CLEANUP: listeners: do not include openssl-compat by Willy Tarreau · Wed Oct 06 11:16:02 2021 +0200
  96. dbf7802 REORG: listener: move bind_conf_alloc() and listener_state_str() to listener.c by Willy Tarreau · Wed Oct 06 09:05:08 2021 +0200
  97. fd1c17f CLEANUP: remove some unneeded includes from applet-t.h by Willy Tarreau · Wed Oct 06 08:54:05 2021 +0200
  98. 407ef89 REORG: thread: uninline the lock-debugging code by Willy Tarreau · Tue Oct 05 18:39:27 2021 +0200
  99. f14d190 REORG: pools: uninline the UAF allocator and force-inline the rest by Willy Tarreau · Tue Oct 05 18:14:11 2021 +0200
  100. 690fa14 CLEANUP: pools: pools-t.h doesn't need to include thread-t.h by Willy Tarreau · Tue Oct 05 18:04:48 2021 +0200