1. 02e8557 MINOR: protocol: add protocol_stop_now() to instant-stop listeners by Willy Tarreau · Wed Oct 07 16:50:49 2020 +0200
  2. acde152 MEDIUM: proxy: centralize proxy status update and reporting by Willy Tarreau · Wed Oct 07 16:31:39 2020 +0200
  3. a389c9e MEDIUM: proxy: add mode PR_MODE_PEERS to flag peers frontends by Willy Tarreau · Wed Oct 07 17:49:42 2020 +0200
  4. caa7df1 MINOR: listeners: add a new stop_listener() function by Willy Tarreau · Wed Oct 07 15:58:50 2020 +0200
  5. b4c083f MINOR: listeners: split delete_listener() in two versions by Willy Tarreau · Wed Oct 07 15:36:16 2020 +0200
  6. 5ddf1ce MINOR: protocol: add a new pair of enable/disable methods for listeners by Willy Tarreau · Fri Sep 25 19:27:39 2020 +0200
  7. 686fa3d MINOR: protocol: add a new pair of rx_enable/rx_disable methods by Willy Tarreau · Fri Sep 25 19:09:53 2020 +0200
  8. e70c797 MINOR: sock: provide a set of generic enable/disable functions by Willy Tarreau · Fri Sep 25 19:00:01 2020 +0200
  9. 58e6b71 MINOR: protocol: implement an ->rx_resume() method by Willy Tarreau · Fri Sep 25 19:40:31 2020 +0200
  10. cb66ea6 MINOR: protocol: replace ->pause(listener) with ->rx_suspend(receiver) by Willy Tarreau · Fri Sep 25 17:12:32 2020 +0200
  11. d7f331c MINOR: protocol: rename the ->listeners field to ->receivers by Willy Tarreau · Fri Sep 25 17:01:43 2020 +0200
  12. dae0692 CLEANUP: listeners: remove the now unused enable_all_listeners() by Willy Tarreau · Fri Sep 25 16:46:38 2020 +0200
  13. 078e1c7 CLEANUP: protocol: remove the ->enable_all method by Willy Tarreau · Fri Sep 25 16:45:12 2020 +0200
  14. 7834a3f MINOR: listeners: export enable_listener() by Willy Tarreau · Fri Sep 25 16:40:18 2020 +0200
  15. d008009 CLEANUP: listeners: remove unused disable_listener and disable_all_listeners by Willy Tarreau · Fri Sep 25 16:31:30 2020 +0200
  16. fb4ead8 CLEANUP: protocol: remove the ->disable_all method by Willy Tarreau · Fri Sep 25 16:30:22 2020 +0200
  17. 1accacb CLEANUP: proxy: remove the now unused pause_proxies() and resume_proxies() by Willy Tarreau · Thu Sep 24 16:42:00 2020 +0200
  18. 09819d1 MINOR: protocol: introduce protocol_{pause,resume}_all() by Willy Tarreau · Thu Sep 24 16:26:50 2020 +0200
  19. 337c835 MEDIUM: proxy: merge zombify_proxy() with stop_proxy() by Willy Tarreau · Thu Sep 24 10:51:29 2020 +0200
  20. 43ba3cf MEDIUM: proxy: remove start_proxies() by Willy Tarreau · Thu Sep 24 09:57:32 2020 +0200
  21. c3914d4 MEDIUM: proxy: replace proxy->state with proxy->disabled by Willy Tarreau · Thu Sep 24 08:39:22 2020 +0200
  22. 1ad64ac CLEANUP: peers: don't use the PR_ST* states to mark enabled/disabled by Willy Tarreau · Thu Sep 24 08:48:08 2020 +0200
  23. f18d968 MEDIUM: proxy: remove state PR_STPAUSED by Willy Tarreau · Thu Sep 24 08:04:27 2020 +0200
  24. a17c91b MEDIUM: proxy: remove the PR_STERROR state by Willy Tarreau · Thu Sep 24 07:44:34 2020 +0200
  25. 6b3bf73 MEDIUM: proxy: remove the unused PR_STFULL state by Willy Tarreau · Thu Sep 24 07:35:46 2020 +0200
  26. efc0eec MINOR: proxy: maintain per-state counters of listeners by Willy Tarreau · Thu Sep 24 07:27:06 2020 +0200
  27. a37b244 MINOR: listeners: introduce listener_set_state() by Willy Tarreau · Thu Sep 24 07:23:45 2020 +0200
  28. c6dac6c MEDIUM: listeners: remove the now unused ZOMBIE state by Willy Tarreau · Wed Sep 23 17:34:22 2020 +0200
  29. b0c331f BUG/MINOR: proxy/log: frontend/backend and log forward names must differ by Emeric Brun · Wed Oct 07 17:05:59 2020 +0200
  30. 6d75616 MINOR: channel: new getword and getchar functions on channel. by Emeric Brun · Mon Oct 05 14:35:21 2020 +0200
  31. 2897644 MINOR: stats: inc req counter on listeners. by Emeric Brun · Wed Oct 07 08:50:09 2020 +0200
  32. fbd0bc9 MINOR: dns/stats: integrate dns counters in stats by Amaury Denoyelle · Mon Oct 05 11:49:46 2020 +0200
  33. 0b70a8a MINOR: stats: add config "stats show modules" by Amaury Denoyelle · Mon Oct 05 11:49:45 2020 +0200
  34. d3700a7 MINOR: stats: support clear counters for dynamic stats by Amaury Denoyelle · Mon Oct 05 11:49:43 2020 +0200
  35. ee63d4b MEDIUM: stats: integrate static proxies stats in new stats by Amaury Denoyelle · Mon Oct 05 11:49:42 2020 +0200
  36. 730c727 MEDIUM: stats: add abstract type to store counters by Amaury Denoyelle · Mon Oct 05 11:49:41 2020 +0200
  37. 58d395e MEDIUM: stats: define an API to register stat modules by Amaury Denoyelle · Mon Oct 05 11:49:40 2020 +0200
  38. 72b16e5 MINOR: stats: define additional flag px cap on domain by Amaury Denoyelle · Mon Oct 05 11:49:38 2020 +0200
  39. 072f97e MINOR: stats: define the concept of domain for statistics by Amaury Denoyelle · Mon Oct 05 11:49:37 2020 +0200
  40. da5b6d1 MINOR: stats: hide px/sv/li fields in applet struct by Amaury Denoyelle · Fri Oct 02 18:32:02 2020 +0200
  41. 97323c9 MINOR: stats: add stats size as a parameter for csv/json dump by Amaury Denoyelle · Fri Oct 02 18:32:01 2020 +0200
  42. 3ca927e REORG: stats: export some functions by Amaury Denoyelle · Fri Oct 02 18:32:00 2020 +0200
  43. cd3de50 MINOR: counters: fix a typo in comment by Amaury Denoyelle · Fri Oct 02 18:31:58 2020 +0200
  44. fac0f64 BUG/MEDIUM: queue: make pendconn_cond_unlink() really thread-safe by Willy Tarreau · Fri Oct 02 17:52:49 2020 +0200
  45. fa41cb6 MINOR: tools: support for word expansion of environment in parse_line by Amaury Denoyelle · Thu Oct 01 14:32:35 2020 +0200
  46. 3ca2365 BUG/MEDIUM: h2: report frame bits only for handled types by Willy Tarreau · Fri Sep 18 07:43:38 2020 +0200
  47. 2b5e0d8 MEDIUM: proto_udp: replace last AF_CUST_UDP* with AF_INET* by Willy Tarreau · Wed Sep 16 21:58:52 2020 +0200
  48. 910c64d MEDIUM: protocol: store the socket and control type in the protocol array by Willy Tarreau · Wed Sep 16 21:28:15 2020 +0200
  49. a54553f MINOR: protocol: add the control layer type in the protocol struct by Willy Tarreau · Wed Sep 16 17:50:45 2020 +0200
  50. 65ec4e3 MEDIUM: tools: make str2sa_range() check that the protocol has ->connect() by Willy Tarreau · Wed Sep 16 19:17:08 2020 +0200
  51. 5fc9328 MINOR: tools: make str2sa_range() directly return the protocol by Willy Tarreau · Wed Sep 16 18:25:03 2020 +0200
  52. 9b3178d MINOR: listener: pass the chosen protocol to create_listeners() by Willy Tarreau · Wed Sep 16 17:58:55 2020 +0200
  53. aa33312 MINOR: cfgparse: add str2receiver() to parse dgram receivers by Willy Tarreau · Wed Sep 16 15:13:04 2020 +0200
  54. a93e5c7 MINOR: tools: make str2sa_range() optionally return the fd by Willy Tarreau · Tue Sep 15 14:01:16 2020 +0200
  55. 909c23b MINOR: listener: remove the inherited arg to create_listener() by Willy Tarreau · Tue Sep 15 13:50:58 2020 +0200
  56. 3281993 MINOR: tools: add several PA_O_* flags in str2sa_range() callers by Willy Tarreau · Fri Sep 04 15:53:16 2020 +0200
  57. 8095876 MINOR: tools: add several PA_O_PORT_* flags in str2sa_range() callers by Willy Tarreau · Tue Sep 15 10:30:39 2020 +0200
  58. cd3a5591 MINOR: tools: make str2sa_range() take more options than just resolve by Willy Tarreau · Fri Sep 04 15:30:46 2020 +0200
  59. a5b325f MINOR: protocol: add a real family for existing FDs by Willy Tarreau · Fri Sep 04 16:44:20 2020 +0200
  60. 1e984b7 CLEANUP: protocol: remove family-specific fields from struct protocol by Willy Tarreau · Fri Sep 04 08:23:14 2020 +0200
  61. f1f6609 MINOR: protocol: retrieve the family-specific fields from the family by Willy Tarreau · Fri Sep 04 08:15:31 2020 +0200
  62. b0254cb MINOR: protocol: add a new proto_fam structure for protocol families by Willy Tarreau · Fri Sep 04 08:07:11 2020 +0200
  63. 62292b2 MEDIUM: sockpair: implement sockpair_bind_receiver() by Willy Tarreau · Wed Sep 02 17:52:23 2020 +0200
  64. 1e0a860 MEDIUM: sock_unix: implement sock_unix_bind_receiver() by Willy Tarreau · Wed Sep 02 17:14:29 2020 +0200
  65. d69ce1f MEDIUM: sock_inet: implement sock_inet_bind_receiver() by Willy Tarreau · Tue Sep 01 14:18:04 2020 +0200
  66. 3e5c7ab MINOR: protocol: add a new ->bind() entry to bind the receiver by Willy Tarreau · Wed Sep 02 13:48:45 2020 +0200
  67. b3580b1 MINOR: protocol: rename the ->bind field to ->listen by Willy Tarreau · Tue Sep 01 10:26:22 2020 +0200
  68. c049c0d MINOR: sock: make sock_find_compatible_fd() only take a receiver by Willy Tarreau · Tue Sep 01 15:20:52 2020 +0200
  69. 3fd3bdc MINOR: receiver: move the FOREIGN and V6ONLY options from listener to settings by Willy Tarreau · Tue Sep 01 15:12:08 2020 +0200
  70. 43046fa MINOR: listener: move the INHERITED flag down to the receiver by Willy Tarreau · Tue Sep 01 15:41:59 2020 +0200
  71. 0b91501 MINOR: receiver: add a receiver-specific flag to indicate the socket is bound by Willy Tarreau · Tue Sep 01 10:47:07 2020 +0200
  72. eef4542 MINOR: receiver: link the receiver to its owner by Willy Tarreau · Thu Sep 03 10:05:03 2020 +0200
  73. 0fce6bc MINOR: receiver: link the receiver to its settings by Willy Tarreau · Thu Sep 03 07:46:06 2020 +0200
  74. d45693d REORG: listener: move the receiver part to a new file by Willy Tarreau · Tue Sep 01 10:37:19 2020 +0200
  75. b743661 REORG: listener: move the listener's proto to the receiver by Willy Tarreau · Fri Aug 28 19:51:44 2020 +0200
  76. 38ba647 REORG: listener: move the receiving FD to struct receiver by Willy Tarreau · Thu Aug 27 08:16:52 2020 +0200
  77. 3715906 REORG: listener: move the listening address to a struct receiver by Willy Tarreau · Thu Aug 27 07:48:42 2020 +0200
  78. 37d9d67 REORG: listener: create a new struct receiver by Willy Tarreau · Thu Aug 27 07:48:42 2020 +0200
  79. be56c10 MINOR: listener: move the network namespace to the struct settings by Willy Tarreau · Thu Sep 03 07:27:34 2020 +0200
  80. 7e30721 MINOR: listener: move the interface to the struct settings by Willy Tarreau · Thu Sep 03 07:23:34 2020 +0200
  81. e26993c MINOR: listener: move bind_proc and bind_thread to struct settings by Willy Tarreau · Thu Sep 03 07:18:55 2020 +0200
  82. 6e459d7 MINOR: listener: create a new struct "settings" in bind_conf by Willy Tarreau · Thu Sep 03 07:09:09 2020 +0200
  83. 70bf06e BUILD: fix build with openssl < 1.0.2 since bundle removal by William Lallemand · Wed Sep 16 18:08:14 2020 +0200
  84. e7eb1fe CLEANUP: ssl: remove utility functions for bundle by William Lallemand · Wed Sep 16 16:17:51 2020 +0200
  85. bd8e6ed CLEANUP: ssl: remove test on "multi" variable in ckch functions by William Lallemand · Wed Sep 16 16:08:08 2020 +0200
  86. 441b6c3 BUILD: connection: fix build on clang after the VAR_ARRAY cleanup by Willy Tarreau · Mon Sep 14 08:43:51 2020 +0200
  87. 4987a47 CLEANUP: tree-wide: use VAR_ARRAY instead of [0] in various definitions by Willy Tarreau · Sat Sep 12 20:56:41 2020 +0200
  88. 4a034f2 BUILD: introduce possibility to define ABORT_NOW() conditionally by Ilya Shipitsin · Sat Sep 12 11:24:48 2020 +0500
  89. 00c363b REORG: tools: move PARSE_OPT_* from tools.h to tools-t.h by Willy Tarreau · Fri Sep 04 15:24:53 2020 +0200
  90. 76296dc BUILD: trace: always have an argument before variadic args in macros by Willy Tarreau · Thu Sep 10 09:35:54 2020 +0200
  91. d966f14 BUILD: intops: on x86_64, the bswap instruction is called bswapq by Willy Tarreau · Thu Sep 10 09:31:50 2020 +0200
  92. f6afda6 BUILD: compiler: workaround a glibc madness around __attribute__() by Willy Tarreau · Thu Sep 10 09:26:50 2020 +0200
  93. d9537f6 BUILD: compiler: reserve the gcc version checks to the gcc compiler by Willy Tarreau · Thu Sep 10 08:33:01 2020 +0200
  94. 5a89175 BUG/MEDIUM: dns: Don't store additional records in a linked-list by Christopher Faulet · Tue Sep 08 10:06:01 2020 +0200
  95. e91bff2 MAJOR: init: start all listeners via protocols and not via proxies anymore by Willy Tarreau · Wed Sep 02 11:11:43 2020 +0200
  96. 576a633 CLEANUP: protocol: remove all ->bind_all() and ->unbind_all() functions by Willy Tarreau · Tue Sep 01 18:54:13 2020 +0200
  97. bde2c4c MINOR: http-htx: Handle an optional reason when replacing the response status by Christopher Faulet · Mon Aug 31 16:43:34 2020 +0200
  98. b8ce505 MINOR: http-htx: Add an option to eval query-string when the path is replaced by Christopher Faulet · Mon Aug 31 16:11:57 2020 +0200
  99. 9dbb6c4 MINOR: sock: distinguish dgram from stream types when retrieving old sockets by Willy Tarreau · Fri Aug 28 19:20:23 2020 +0200
  100. a2c1787 MINOR: sock: do not use LI_O_* in xfer_sock_list anymore by Willy Tarreau · Fri Aug 28 19:09:19 2020 +0200