1. 75dd2b7 MINOR: quic: Fix SSL error issues (do not use ssl_bio_and_sess_init()) by Frédéric Lécaille · Tue Sep 28 09:51:23 2021 +0200
  2. 7c881bd MINOR: quic: BUG_ON() SSL errors. by Frédéric Lécaille · Tue Sep 28 09:05:59 2021 +0200
  3. 6f0fadb MINOR: quic: Add a function to dump SSL stack errors by Frédéric Lécaille · Tue Sep 28 09:04:12 2021 +0200
  4. 57e6e9e MINOR: quic: Distinguish packet and SSL read enc. level in traces by Frédéric Lécaille · Thu Sep 23 18:10:56 2021 +0200
  5. 1b4a714 MINOR: pools: report the amount used by thread caches in "show pools" by Willy Tarreau · Thu Oct 07 16:29:31 2021 +0200
  6. 1a9b8a6 BUG/MINOR: task: fix missing include with DEBUG_TASK by Amaury Denoyelle · Thu Oct 07 16:37:42 2021 +0200
  7. cd34ad7 DOC: configuration: add clarification on escaping in keyword arguments by Thayne McCombs · Mon Oct 04 01:02:58 2021 -0600
  8. aa99276 CLEANUP: thread: uninline ha_tkill/ha_tkillall/ha_cpu_relax() by Willy Tarreau · Wed Oct 06 23:33:20 2021 +0200
  9. 5e03dfa MINOR: thread: use a dedicated static pthread_t array in thread.c by Willy Tarreau · Wed Oct 06 22:53:51 2021 +0200
  10. 4eeb883 REORG: thread: move ha_get_pthread_id() to thread.c by Willy Tarreau · Wed Oct 06 22:44:28 2021 +0200
  11. d10385a REORG: thread: move the thread init/affinity/stop to thread.c by Willy Tarreau · Wed Oct 06 22:22:40 2021 +0200
  12. 19b18ad CLENAUP: wdt: use ha_tkill() instead of accessing pthread directly by Willy Tarreau · Wed Oct 06 21:43:38 2021 +0200
  13. b63888c REORG: fd: uninline compute_poll_timeout() by Willy Tarreau · Wed Oct 06 19:55:29 2021 +0200
  14. c91f608 CLEANUP: fd: do not include time.h by Willy Tarreau · Wed Oct 06 19:44:15 2021 +0200
  15. 561958c CLEANUP: time: move a few configurable defines to defaults.h by Willy Tarreau · Wed Oct 06 19:36:47 2021 +0200
  16. d8b325c REORG: task: uninline the loop time measurement code by Willy Tarreau · Wed Oct 06 19:25:38 2021 +0200
  17. 8de90c7 REORG: connection: uninline the rest of the alloc/free stuff by Willy Tarreau · Wed Oct 06 19:11:10 2021 +0200
  18. 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
  19. 5d921c5 CLEANUP: connection: do not include http_ana! by Willy Tarreau · Wed Oct 06 18:57:44 2021 +0200
  20. aac777f REORG: connection: move the largest inlines from connection.h to connection.c by Willy Tarreau · Wed Oct 06 18:48:28 2021 +0200
  21. 1db546e CLEANUP: tree-wide: only include ebtree-t from type files by Willy Tarreau · Wed Oct 06 18:31:48 2021 +0200
  22. 9b7a617 REORG: ebtree: split structures into their own file ebtree-t.h by Willy Tarreau · Wed Oct 06 17:55:45 2021 +0200
  23. 260f324 REORG: server: uninline the idle conns management functions by Willy Tarreau · Wed Oct 06 18:30:04 2021 +0200
  24. 930428c REORG: connection: uninline conn_notify_mux() and conn_delete_from_tree() by Willy Tarreau · Wed Oct 06 18:27:28 2021 +0200
  25. e5983ff REORG: connection: move the hash-related stuff to connection.c by Willy Tarreau · Wed Oct 06 17:14:49 2021 +0200
  26. fd21c6c MINOR: connection: use uint64_t for the hashes by Willy Tarreau · Wed Oct 06 17:09:41 2021 +0200
  27. 74f9817 CLEANUP: stick-table: no need to include socket nor in.h by Willy Tarreau · Wed Oct 06 16:43:14 2021 +0200
  28. 172c17b CLEANUP: stream: remove many unneeded includes from stream-t.h by Willy Tarreau · Wed Oct 06 16:39:28 2021 +0200
  29. a26be37 REORG: acitvity: uninline sched_activity_entry() by Willy Tarreau · Wed Oct 06 16:26:33 2021 +0200
  30. e065022 REORG: activity: uninline activity_count_runtime() by Willy Tarreau · Wed Oct 06 16:22:09 2021 +0200
  31. 9310f48 CLEANUP: tree-wide: remove unneeded include time.h in ~20 files by Willy Tarreau · Wed Oct 06 16:18:40 2021 +0200
  32. 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
  33. 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
  34. 99ea188 REORG: sample: move the crypto samples to ssl_sample.c by Willy Tarreau · Wed Oct 06 15:37:17 2021 +0200
  35. 82531f6 REORG: ssl-sock: move the sslconns/totalsslconns counters to global by Willy Tarreau · Wed Oct 06 12:15:18 2021 +0200
  36. 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
  37. d2ae385 CLEANUP: mux_fcgi: remove dependency on ssl_sock by Willy Tarreau · Wed Oct 06 11:40:11 2021 +0200
  38. 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
  39. 340ef25 CLEANUP: servers: do not include openssl-compat by Willy Tarreau · Wed Oct 06 11:23:32 2021 +0200
  40. b0d8194 CLEANUP: listeners: do not include openssl-compat by Willy Tarreau · Wed Oct 06 11:16:02 2021 +0200
  41. 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
  42. fd1c17f CLEANUP: remove some unneeded includes from applet-t.h by Willy Tarreau · Wed Oct 06 08:54:05 2021 +0200
  43. dced3eb MINOR: thread/debug: replace nsec_now() with now_mono_time() by Willy Tarreau · Tue Oct 05 18:48:23 2021 +0200
  44. 407ef89 REORG: thread: uninline the lock-debugging code by Willy Tarreau · Tue Oct 05 18:39:27 2021 +0200
  45. f14d190 REORG: pools: uninline the UAF allocator and force-inline the rest by Willy Tarreau · Tue Oct 05 18:14:11 2021 +0200
  46. 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
  47. 1a21341 BUILD: compat: fix -Wundef on SO_REUSEADDR by Willy Tarreau · Wed Oct 06 20:06:06 2021 +0200
  48. 5d9ddc5 BUILD: tree-wide: add several missing activity.h by Willy Tarreau · Wed Oct 06 19:54:09 2021 +0200
  49. 410e259 BUILD: mworker: mworker-prog needs time.h for the 'now' variable by Willy Tarreau · Wed Oct 06 19:31:06 2021 +0200
  50. 6cd007d BUILD: tcp_sample: include missing errors.h and session-t.h by Willy Tarreau · Wed Oct 06 19:01:21 2021 +0200
  51. 0d1dd0e BUILD: cfgparse-ssl: add missing errors.h by Willy Tarreau · Wed Oct 06 19:00:49 2021 +0200
  52. b7fc4c4 BUILD: tree-wide: add missing http_ana.h from many places by Willy Tarreau · Wed Oct 06 18:56:42 2021 +0200
  53. fa17d9f BUILD: connection: connection.h needs list.h and server.h by Willy Tarreau · Wed Oct 06 18:48:01 2021 +0200
  54. 63617db BUILD: idleconns: include missing ebmbtree.h at several places by Willy Tarreau · Wed Oct 06 18:23:40 2021 +0200
  55. 337f23a BUILD: compiler: add the container_of() and container_of_safe() macros by Willy Tarreau · Wed Oct 06 18:11:38 2021 +0200
  56. 74f2456 BUILD: ssl_ckch: include ebpttree.h in ssl_ckch.c by Willy Tarreau · Wed Oct 06 17:54:12 2021 +0200
  57. 8db34cc BUILD: peers: need to include eb{32/mb/pt}tree.h by Willy Tarreau · Wed Oct 06 17:53:19 2021 +0200
  58. b555eb1 BUILD: vars: need to include xxhash by Willy Tarreau · Wed Oct 06 17:11:51 2021 +0200
  59. 0ce6dc0 BUILD: http_rules: requires http_ana-t.h for REDIRECT_* by Willy Tarreau · Wed Oct 06 16:38:53 2021 +0200
  60. ab46ac8 BUILD: http_ana: need to include proxy-t to get redirect_rule by Willy Tarreau · Wed Oct 06 16:37:40 2021 +0200
  61. 286631a BUILD: sample: include openssl-compat by Willy Tarreau · Wed Oct 06 11:29:03 2021 +0200
  62. 1df2042 BUILD: httpclient: include missing ssl_sock-t by Willy Tarreau · Wed Oct 06 11:28:24 2021 +0200
  63. d2d968a BUILD: resolvers: define missing types in resolvers.h by Willy Tarreau · Wed Oct 06 09:18:37 2021 +0200
  64. 59be17a BUILD: stats: define several missing structures in stats.h by Willy Tarreau · Wed Oct 06 09:14:06 2021 +0200
  65. 2753940 BUILD: hlua: needs to include stream-t.h by Willy Tarreau · Wed Oct 06 09:12:44 2021 +0200
  66. 397ad41 BUILD: extcheck: needs to include stream-t.h by Willy Tarreau · Wed Oct 06 09:11:54 2021 +0200
  67. b70596d BUILD: action: add the relevant structures for function arguments by Willy Tarreau · Wed Oct 06 09:09:01 2021 +0200
  68. 2476ff1 BUG/MEDIUM: sample: properly verify that variables cast to sample by Willy Tarreau · Wed Oct 06 15:30:52 2021 +0200
  69. 168e8de MINOR: sample: provide a generic var-to-sample conversion function by Willy Tarreau · Wed Oct 06 15:29:00 2021 +0200
  70. 4034e2c CLEANUP: sample: uninline sample_conv_var2smp_str() by Willy Tarreau · Wed Oct 06 15:20:18 2021 +0200
  71. d9be599 CLEANUP: sample: rename sample_conv_var2smp() to *_sint by Willy Tarreau · Wed Oct 06 15:19:05 2021 +0200
  72. 80527bc CLEANUP: server: always include the storage for SSL settings by Willy Tarreau · Wed Oct 06 14:48:37 2021 +0200
  73. 746e6f3 MINOR: httpclient/lua: supports headers via named arguments by William Lallemand · Wed Oct 06 10:57:44 2021 +0200
  74. ef574b2 BUG/MINOR: httpclient/lua: does not process headers when failed by William Lallemand · Tue Oct 05 16:19:31 2021 +0200
  75. 2a87900 MINOR: httpclient: destroy checks if a client was started but not stopped by William Lallemand · Tue Oct 05 15:50:45 2021 +0200
  76. 4d60184 BUG/MEDIUM: httpclient/lua: crash because of b_xfer and get_trash_chunk() by William Lallemand · Thu Sep 30 10:07:57 2021 +0200
  77. f77f1de MINOR: httpclient/lua: implement garbage collection by William Lallemand · Tue Sep 28 19:10:38 2021 +0200
  78. b8b1370 MINOR: httpclient: test if started during stop_and_destroy() by William Lallemand · Tue Sep 28 12:15:37 2021 +0200
  79. ecb83e1 MINOR: httpclient: stop_and_destroy() ask the applet to autokill by William Lallemand · Tue Sep 28 11:00:43 2021 +0200
  80. 739f90a MINOR: httpclient: set HTTPCLIENT_F_ENDED only in release by William Lallemand · Tue Sep 28 10:10:07 2021 +0200
  81. 03f5a1c MINOR: httpclient: destroy() must free the headers and the ists by William Lallemand · Mon Sep 27 15:17:47 2021 +0200
  82. d347588 BUG/MEDIUM: http-ana: Clear request analyzers when applying redirect rule by Christopher Faulet · Mon Oct 04 14:16:46 2021 +0200
  83. d28b2b2 BUG/MEDIUM: filters: Fix a typo when a filter is attached blocking the release by Christopher Faulet · Mon Oct 04 07:50:13 2021 +0200
  84. 1cdb531 REORG: sched: move the stolen CPU time detection to sched_entering_poll() by Willy Tarreau · Thu Sep 30 18:20:30 2021 +0200
  85. 6dfab11 REORG: sched: move idle time calculation from time.h to task.h by Willy Tarreau · Thu Sep 30 17:53:22 2021 +0200
  86. 6136989 MINOR: time: uninline report_idle() and move it to task.c by Willy Tarreau · Thu Sep 30 08:52:11 2021 +0200
  87. beeabf5 MINOR: task: provide 3 task_new_* wrappers to simplify the API by Willy Tarreau · Fri Oct 01 18:23:30 2021 +0200
  88. 6a2a912 CLEANUP: tasks: remove the long-unused work_lists by Willy Tarreau · Fri Oct 01 18:30:14 2021 +0200
  89. f542941 REGTESTS: ssl: wrong feature cmd in show_ssl_ocspresponse.vtc by William Lallemand · Thu Sep 30 18:45:18 2021 +0200
  90. 2655f2b REGTESTS: ssl: show_ssl_ocspresponse w/ freebsd won't use base64 by William Lallemand · Thu Sep 30 17:57:04 2021 +0200
  91. 7a96999 MINOR: tasks: catch TICK_ETERNITY with BUG_ON() in __task_queue() by Willy Tarreau · Thu Sep 30 16:38:09 2021 +0200
  92. cb59e0b BUG/MINOR: tcp-rules: Stop content rules eval on read error and end-of-input by Christopher Faulet · Thu Sep 30 14:56:30 2021 +0200
  93. eaba25d BUG/MINOR: tcpcheck: Don't use arg list for default proxies during parsing by Christopher Faulet · Thu Sep 30 16:22:51 2021 +0200
  94. 35926a1 MINOR: arg: Be able to forbid unresolved args when building an argument list by Christopher Faulet · Thu Sep 30 08:48:56 2021 +0200
  95. e3957f8 BUG/MAJOR: lua: use task_wakeup() to properly run a task once by Willy Tarreau · Thu Sep 30 16:17:37 2021 +0200
  96. 12c0270 BUG/MEDIUM: lua: fix wakeup condition from sleep() by Willy Tarreau · Thu Sep 30 16:12:31 2021 +0200
  97. 8d26438 REGTESTS: ssl: enable ssl_crt-list_filters.vtc again by William Lallemand · Thu Sep 30 15:07:27 2021 +0200
  98. 2f52fdb REGTESTS: ssl: enable show_ssl_ocspresponse.vtc again by William Lallemand · Thu Sep 30 11:19:29 2021 +0200
  99. 9543d5a MINOR: ssl: Store the last SSL error code in case of read or write failure by Remi Tricot-Le Breton · Wed Sep 29 18:56:53 2021 +0200
  100. 1fe0fad MINOR: ssl: Rename ssl_bc_hsk_err to ssl_bc_err by Remi Tricot-Le Breton · Wed Sep 29 18:56:52 2021 +0200