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