1. ccea3c5 DEBUG: thread: add 5 extra lock labels for statistics and debugging by Willy Tarreau · Wed Feb 17 14:33:58 2021 +0100
  2. 4e9df27 BUG/MEDIUM: checks: don't needlessly take the server lock in health_adjust() by Willy Tarreau · Wed Feb 17 15:20:19 2021 +0100
  3. 36441f4 MINOR: connection: remove pointers for prehash in conn_hash_params by Amaury Denoyelle · Wed Feb 17 16:25:31 2021 +0100
  4. aba5073 BUG/MAJOR: connection: prevent double free if conn selected for removal by Amaury Denoyelle · Tue Feb 16 15:16:17 2021 +0100
  5. 3679d0c MINOR: stats: add helper to get status string by William Dauchy · Sun Feb 14 23:22:55 2021 +0100
  6. 655e14e MEDIUM: stats: allow to select one field in `stats_fill_li_stats` by William Dauchy · Sun Feb 14 23:22:54 2021 +0100
  7. fd647d5 MEDIUM: dns: adds code to support pipelined DNS requests over TCP. by Emeric Brun · Fri Feb 12 20:03:38 2021 +0100
  8. c943799 MEDIUM: resolvers/dns: split dns.c into dns.c and resolvers.c by Emeric Brun · Fri Feb 12 19:42:55 2021 +0100
  9. d26a623 MEDIUM: resolvers: split resolving and dns message exchange layers. by Emeric Brun · Mon Jan 04 13:32:20 2021 +0100
  10. d3b4495 MINOR: resolvers: rework dns stats prototype because specific to resolvers by Emeric Brun · Wed Jan 06 16:01:02 2021 +0100
  11. 6a2006a MINOR: resolvers: replace nameserver's resolver ref by generic parent pointer by Emeric Brun · Mon Jan 04 13:18:55 2021 +0100
  12. d30e9a1 MINOR: resolvers: rework prototype suffixes to split resolving and dns. by Emeric Brun · Wed Dec 23 18:49:16 2020 +0100
  13. 456de77 MINOR: resolvers: renames resolvers DNS_UPD_* returncodes to RSLV_UPD_* by Emeric Brun · Wed Dec 23 18:17:31 2020 +0100
  14. 30c766e MINOR: resolvers: renames resolvers DNS_RESP_* errcodes RSLV_RESP_* by Emeric Brun · Wed Dec 23 18:12:31 2020 +0100
  15. 21fbeed MINOR: resolvers: renames some dns prefixed types using resolv prefix. by Emeric Brun · Wed Dec 23 18:01:04 2020 +0100
  16. 08622d3 MINOR: resolvers: renames some resolvers specific types to not use dns prefix by Emeric Brun · Wed Dec 23 17:41:43 2020 +0100
  17. 750fe79 MINOR: resolvers: renames type dns_resolvers to resolvers. by Emeric Brun · Wed Dec 23 16:51:12 2020 +0100
  18. 85914e9 MINOR: resolvers: renames some resolvers internal types and removes dns prefix by Emeric Brun · Wed Dec 23 16:38:06 2020 +0100
  19. 67f830d BUG/MINOR: resolvers: fix attribute packed struct for dns by Emeric Brun · Wed Dec 23 15:55:03 2020 +0100
  20. 50c870e BUG/MINOR: dns: add missing sent counter and parent id to dns counters. by Emeric Brun · Mon Jan 04 10:40:46 2021 +0100
  21. e14b98c MINOR: ring: adds new ring_init function. by Emeric Brun · Tue Jan 12 14:21:00 2021 +0100
  22. 49962b5 MINOR: peers/cli: do not dump the peers dictionaries by default on "show peers" by Willy Tarreau · Fri Feb 12 16:56:22 2021 +0100
  23. e90904d MEDIUM: proxy: store the default proxies in a tree by name by Willy Tarreau · Fri Feb 12 14:08:31 2021 +0100
  24. 0a0f6a7 MINOR: proxy: support storing defaults sections into their own tree by Willy Tarreau · Fri Feb 12 13:52:11 2021 +0100
  25. 80dc6fe MINOR: proxy: add a new capability PR_CAP_DEF by Willy Tarreau · Fri Feb 12 09:43:33 2021 +0100
  26. 7d0c143 MINOR: cfgparse: move defproxy to cfgparse-listen as a static by Willy Tarreau · Fri Feb 12 12:29:28 2021 +0100
  27. bb8669a BUG/MINOR: server: parse_server() must take a const for the defproxy by Willy Tarreau · Fri Feb 12 12:15:05 2021 +0100
  28. 54fa7e3 BUG/MINOR: tcpcheck: proxy_parse_*check*() must take a const for the defproxy by Willy Tarreau · Fri Feb 12 12:09:38 2021 +0100
  29. 220fd70 BUG/MINOR: extcheck: proxy_parse_extcheck() must take a const for the defproxy by Willy Tarreau · Fri Feb 12 12:07:38 2021 +0100
  30. a3320a0 MINOR: proxy: move the defproxy freeing code to proxy.c by Willy Tarreau · Fri Feb 12 10:38:49 2021 +0100
  31. 7683893 REORG: proxy: centralize the proxy allocation code into alloc_new_proxy() by Willy Tarreau · Fri Feb 12 08:49:47 2021 +0100
  32. 144289b REORG: move init_default_instance() to proxy.c and pass it the defproxy pointer by Willy Tarreau · Fri Feb 12 08:19:01 2021 +0100
  33. 168a414 BUILD: proxy: add missing compression-t.h to proxy-t.h by Willy Tarreau · Fri Feb 12 08:46:01 2021 +0100
  34. 09f2e77 BUG/MINOR: tcpheck: the source list must be a const in dup_tcpcheck_var() by Willy Tarreau · Fri Feb 12 08:42:30 2021 +0100
  35. 016255a BUG/MINOR: http-htx: defpx must be a const in proxy_dup_default_conf_errors() by Willy Tarreau · Fri Feb 12 08:40:29 2021 +0100
  36. 5bbc676 BUG/MINOR: stats: revert the change on ST_CONVDONE by Willy Tarreau · Fri Feb 12 11:49:25 2021 +0100
  37. d1a7b85 MEDIUM: server: support {check,agent}_addr, agent_port in server state by William Dauchy · Thu Feb 11 22:51:26 2021 +0100
  38. 63e6cba MEDIUM: server: add server-states version 2 by William Dauchy · Thu Feb 11 22:51:25 2021 +0100
  39. 1921d20 MINOR: connection: use proxy protocol as parameter for srv conn hash by Amaury Denoyelle · Thu Jan 14 10:15:29 2021 +0100
  40. d10a200 MINOR: connection: use src addr as parameter for srv conn hash by Amaury Denoyelle · Thu Feb 11 19:45:19 2021 +0100
  41. 01a287f MINOR: connection: use dst addr as parameter for srv conn hash by Amaury Denoyelle · Thu Feb 11 16:46:53 2021 +0100
  42. 9b626e3 MINOR: connection: use sni as parameter for srv conn hash by Amaury Denoyelle · Wed Jan 06 17:03:27 2021 +0100
  43. 293dcc4 MINOR: backend: compare conn hash for session conn reuse by Amaury Denoyelle · Mon Jan 25 10:29:35 2021 +0100
  44. 1a58aca MINOR: connection: use the srv pointer for the srv conn hash by Amaury Denoyelle · Fri Jan 22 16:47:46 2021 +0100
  45. 81c6f76 MINOR: connection: prepare hash calcul for server conns by Amaury Denoyelle · Mon Jan 18 14:57:50 2021 +0100
  46. f232cb3 MEDIUM: connection: replace idle conn lists by eb trees by Amaury Denoyelle · Wed Jan 06 16:14:12 2021 +0100
  47. 5c7086f MEDIUM: connection: protect idle conn lists with locks by Amaury Denoyelle · Mon Jan 11 09:21:52 2021 +0100
  48. 38cd986 BUG/MINOR: server: re-align state file fields number by William Dauchy · Mon Feb 08 23:53:29 2021 +0100
  49. 7b41654 MINOR: ssl: add SSL_SERVER_LOCK label in threads.h by William Lallemand · Wed Feb 10 16:17:19 2021 +0100
  50. 826f3ab MINOR: stick-tables/counters: add http_fail_cnt and http_fail_rate data types by Willy Tarreau · Wed Feb 10 12:07:15 2021 +0100
  51. e66ee1a BUG/MINOR: intops: fix mul32hi()'s off-by-one by Willy Tarreau · Tue Feb 09 17:10:54 2021 +0100
  52. 3ce6eed MEDIUM: ssl: add a rwlock for SSL server session cache by William Lallemand · Mon Feb 08 10:43:44 2021 +0100
  53. acf8459 CLEANUP: assorted typo fixes in the code and comments by Ilya Shipitsin · Sat Feb 06 22:29:08 2021 +0500
  54. 7bbf586 BUILD: ssl: fix typo in HAVE_SSL_CTX_ADD_SERVER_CUSTOM_EXT macro by Ilya Shipitsin · Sat Feb 06 18:55:27 2021 +0500
  55. 4acb99f BUG/MINOR: xxhash: make sure armv6 uses memcpy() by Willy Tarreau · Thu Feb 04 17:02:39 2021 +0100
  56. 4858fb2 MEDIUM: check: align agentaddr and agentport behaviour by William Dauchy · Wed Feb 03 22:30:09 2021 +0100
  57. 1c921cd BUG/MINOR: check: consitent way to set agentaddr by William Dauchy · Wed Feb 03 22:30:08 2021 +0100
  58. fe03e7d MEDIUM: server: adding support for check_port in server state by William Dauchy · Wed Feb 03 22:30:06 2021 +0100
  59. 69f118d MEDIUM: check: remove checkport checkaddr flag by William Dauchy · Wed Feb 03 22:30:07 2021 +0100
  60. eedb9b1 MINOR: stats: improve pending connections description by William Dauchy · Mon Feb 01 13:11:53 2021 +0100
  61. 7aa3271 MINOR: checks: Add function to get the result code corresponding to a status by Christopher Faulet · Mon Feb 01 13:11:50 2021 +0100
  62. d597ec2 MINOR: listener: export manage_global_listener_queue() by Willy Tarreau · Fri Jan 29 14:29:06 2021 +0100
  63. 02922e1 MINOR: session: export session_expire_embryonic() by Willy Tarreau · Fri Jan 29 12:27:57 2021 +0100
  64. fb5401f MINOR: listener: export accept_queue_process by Willy Tarreau · Fri Jan 29 12:25:23 2021 +0100
  65. 3fb6a7b MINOR: activity: declare a new structure to collect per-function activity by Willy Tarreau · Thu Jan 28 19:19:26 2021 +0100
  66. aa622b8 MINOR: activity: make profiling more manageable by Willy Tarreau · Thu Jan 28 21:44:22 2021 +0100
  67. 4deeb10 MINOR: tools: add print_time_short() to print a condensed duration value by Willy Tarreau · Fri Jan 29 10:47:52 2021 +0100
  68. 405f054 MINOR: h1: Raise the chunk size limit up to (2^52 - 1) by Christopher Faulet · Wed Jan 27 15:17:13 2021 +0100
  69. f9dcbee MEDIUM: h2: send connect protocol h2 settings by Amaury Denoyelle · Fri Dec 11 17:53:10 2020 +0100
  70. c9a0afc MEDIUM: h2: parse Extended CONNECT request to htx by Amaury Denoyelle · Fri Dec 11 17:53:09 2020 +0100
  71. aad333a MEDIUM: h1: add a WebSocket key on handshake if needed by Amaury Denoyelle · Fri Dec 11 17:53:07 2020 +0100
  72. 7416274 MEDIUM: h2: parse Extended CONNECT reponse to htx by Amaury Denoyelle · Fri Dec 11 17:53:05 2020 +0100
  73. c193823 MEDIUM: h1: generate WebSocket key on response if needed by Amaury Denoyelle · Fri Dec 11 17:53:03 2020 +0100
  74. 18ee5c3 MINOR: h1: reject websocket handshake if missing key by Amaury Denoyelle · Fri Dec 11 17:53:02 2020 +0100
  75. 7d247f0 MINOR: h2/mux-h2: Add flags to notify the response is known to have no body by Christopher Faulet · Wed Dec 02 14:26:36 2020 +0100
  76. d1ac2b9 MAJOR: htx: Remove the EOM block type and use HTX_FL_EOM instead by Christopher Faulet · Wed Dec 02 19:12:22 2020 +0100
  77. 789a472 MINOR: htx: Add a function to know if a block is the only one in a message by Christopher Faulet · Wed Dec 02 17:40:54 2020 +0100
  78. 42432f3 MINOR: htx: Rename HTX_FL_EOI flag into HTX_FL_EOM by Christopher Faulet · Fri Nov 20 17:43:16 2020 +0100
  79. 576c358 MINOR: htx/http-ana: Save info about Upgrade option in the Connection header by Christopher Faulet · Fri Jan 08 15:53:01 2021 +0100
  80. 4ef84c9 MINOR: stream: Add a function to validate TCP to H1 upgrades by Christopher Faulet · Thu Jan 21 17:36:12 2021 +0100
  81. 3f07c20 BUG/MEDIUM: session: only retrieve ready idle conn from session by Amaury Denoyelle · Tue Jan 26 14:14:37 2021 +0100
  82. 491be54 BUILD: Include stdlib.h in compiler.h if DEBUG_USE_ABORT is set by Tim Duesterhus · Tue Jan 26 19:24:24 2021 +0100
  83. 795bd9b CLEANUP: ssl: remove SSL_CTX function parameter by William Lallemand · Tue Jan 26 11:27:42 2021 +0100
  84. bb470aa MINOR: ssl: Remove client_crt member of the server's ssl context by Remi Tricot-Le Breton · Mon Jan 25 17:19:45 2021 +0100
  85. f3eedfe MEDIUM: ssl: Enable backend certificate hot update by Remi Tricot-Le Breton · Mon Jan 25 17:19:44 2021 +0100
  86. d817dc7 MEDIUM: ssl: Load client certificates in a ckch for backend servers by Remi Tricot-Le Breton · Mon Jan 25 17:19:43 2021 +0100
  87. 442b7f2 MINOR: ssl: Server ssl context prepare function refactoring by Remi Tricot-Le Breton · Mon Jan 25 17:19:41 2021 +0100
  88. 6071c2d BUG/MEDIUM: filters/htx: Fix data forwarding when payload length is unknown by Christopher Faulet · Mon Jan 25 12:02:00 2021 +0100
  89. 3d7f9ff MINOR: abort() on my_unreachable() when DEBUG_USE_ABORT is set. by Tim Duesterhus · Mon Jan 25 17:51:36 2021 +0100
  90. d3a9a49 MEDIUM: stats: allow to select one field in `stats_fill_sv_stats` by William Dauchy · Mon Jan 25 17:29:03 2021 +0100
  91. da3b466 MEDIUM: stats: allow to select one field in `stats_fill_be_stats` by William Dauchy · Mon Jan 25 17:29:01 2021 +0100
  92. 2107a0f CLEANUP: stats: improve field selection for frontend http fields by William Dauchy · Fri Jan 22 21:09:48 2021 +0100
  93. 1fc44d4 BUILD: ssl: guard Client Hello callbacks with HAVE_SSL_CLIENT_HELLO_CB macro instead of openssl version by Ilya Shipitsin · Sat Jan 23 00:09:14 2021 +0500
  94. 2bfce7e MINOR: debug: let ha_dump_backtrace() dump a bit further for some callers by Willy Tarreau · Fri Jan 22 14:48:34 2021 +0100
  95. 5baf4fe MEDIUM: debug: now always print a backtrace on CRASH_NOW() and friends by Willy Tarreau · Fri Jan 22 14:15:46 2021 +0100
  96. a8459b2 MINOR: debug: create ha_backtrace_to_stderr() to dump an instant backtrace by Willy Tarreau · Fri Jan 22 14:12:27 2021 +0100
  97. 123fc97 MINOR: debug: extract the backtrace dumping code to its own function by Willy Tarreau · Fri Jan 22 13:52:41 2021 +0100
  98. 2f1227e MINOR: debug: always export the my_backtrace function by Willy Tarreau · Fri Jan 22 12:12:29 2021 +0100
  99. b957745 MINOR: contrib/prometheus-exporter: use fill_fe_stats for frontend dump by William Dauchy · Sun Jan 17 18:27:46 2021 +0100
  100. 0ef5439 MEDIUM: stats: allow to select one field in `stats_fill_fe_stats` by William Dauchy · Sun Jan 17 18:27:45 2021 +0100