1. d2fb99f MINOR: protocol: add a default I/O callback and put it into the receiver by Willy Tarreau · 3 years, 9 months ago
  2. f1dc9f2 MINOR: sock: implement sock_accept_conn() to accept a connection by Willy Tarreau · 3 years, 9 months ago
  3. 1e509a7 MINOR: protocol: add a new function accept_conn() by Willy Tarreau · 3 years, 9 months ago
  4. 7d053e4 MINOR: sock: rename sock_accept_conn() to sock_accepting_conn() by Willy Tarreau · 3 years, 9 months ago
  5. 65ed143 MINOR: connection: add new error codes for accept_conn() by Willy Tarreau · 3 years, 9 months ago
  6. 83efc32 MEDIUM: listener: allocate the connection before queuing a new connection by Willy Tarreau · 3 years, 9 months ago
  7. 9b7587a MINOR: connection: make sockaddr_alloc() take the address to be copied by Willy Tarreau · 3 years, 9 months ago
  8. 0138f51 CLEANUP: fd: finally get rid of fd_done_recv() by Willy Tarreau · 3 years, 9 months ago
  9. e53e7ec CLEANUP: protocol: remove the ->drain() function by Willy Tarreau · 3 years, 9 months ago
  10. 9e9919d MEDIUM: proxy: remove obsolete "monitor-net" by Willy Tarreau · 3 years, 9 months ago
  11. 77e0dae MEDIUM: proxy: remove obsolete "mode health" by Willy Tarreau · 3 years, 9 months ago
  12. 04a24c5 MINOR: connection: don't check priv flag on free by Amaury Denoyelle · 3 years, 9 months ago
  13. 3d3c091 MINOR: mux/connection: add a new mux flag for HOL risk by Amaury Denoyelle · 3 years, 9 months ago
  14. c98df5f MINOR: connection: improve list api usage by Amaury Denoyelle · 3 years, 9 months ago
  15. 9c13b62 BUG/MEDIUM: connection: fix srv idle count on conn takeover by Amaury Denoyelle · 3 years, 9 months ago
  16. 2918514 MINOR: protocol: make proto_tcp & proto_uxst report listening sockets by Willy Tarreau · 3 years, 9 months ago
  17. 5ced3e8 MINOR: sock: add sock_accept_conn() to test a listening socket by Willy Tarreau · 3 years, 9 months ago
  18. 3fc0fe0 MINOR: peers: heartbeat, collisions and handshake information for "show peers" command. by Frédéric Lécaille · 3 years, 9 months ago
  19. e03204c MEDIUM: listeners: implement protocol level ->suspend/resume() calls by Willy Tarreau · 3 years, 9 months ago
  20. 7b2febd MINOR: listeners: split do_unbind_listener() in two by Willy Tarreau · 3 years, 9 months ago
  21. f58b8db MEDIUM: receivers: add an rx_unbind() method in the protocols by Willy Tarreau · 3 years, 9 months ago
  22. 18c20d2 MINOR: listeners: move the LI_O_MWORKER flag to the receiver by Willy Tarreau · 3 years, 9 months ago
  23. 75c98d1 CLEANUP: listeners: remove the do_close argument to unbind_listener() by Willy Tarreau · 3 years, 9 months ago
  24. 02e8557 MINOR: protocol: add protocol_stop_now() to instant-stop listeners by Willy Tarreau · 3 years, 9 months ago
  25. acde152 MEDIUM: proxy: centralize proxy status update and reporting by Willy Tarreau · 3 years, 9 months ago
  26. a389c9e MEDIUM: proxy: add mode PR_MODE_PEERS to flag peers frontends by Willy Tarreau · 3 years, 9 months ago
  27. caa7df1 MINOR: listeners: add a new stop_listener() function by Willy Tarreau · 3 years, 9 months ago
  28. b4c083f MINOR: listeners: split delete_listener() in two versions by Willy Tarreau · 3 years, 9 months ago
  29. 5ddf1ce MINOR: protocol: add a new pair of enable/disable methods for listeners by Willy Tarreau · 3 years, 9 months ago
  30. 686fa3d MINOR: protocol: add a new pair of rx_enable/rx_disable methods by Willy Tarreau · 3 years, 9 months ago
  31. e70c797 MINOR: sock: provide a set of generic enable/disable functions by Willy Tarreau · 3 years, 9 months ago
  32. 58e6b71 MINOR: protocol: implement an ->rx_resume() method by Willy Tarreau · 3 years, 9 months ago
  33. cb66ea6 MINOR: protocol: replace ->pause(listener) with ->rx_suspend(receiver) by Willy Tarreau · 3 years, 9 months ago
  34. d7f331c MINOR: protocol: rename the ->listeners field to ->receivers by Willy Tarreau · 3 years, 9 months ago
  35. dae0692 CLEANUP: listeners: remove the now unused enable_all_listeners() by Willy Tarreau · 3 years, 9 months ago
  36. 078e1c7 CLEANUP: protocol: remove the ->enable_all method by Willy Tarreau · 3 years, 9 months ago
  37. 7834a3f MINOR: listeners: export enable_listener() by Willy Tarreau · 3 years, 9 months ago
  38. d008009 CLEANUP: listeners: remove unused disable_listener and disable_all_listeners by Willy Tarreau · 3 years, 9 months ago
  39. fb4ead8 CLEANUP: protocol: remove the ->disable_all method by Willy Tarreau · 3 years, 9 months ago
  40. 1accacb CLEANUP: proxy: remove the now unused pause_proxies() and resume_proxies() by Willy Tarreau · 3 years, 9 months ago
  41. 09819d1 MINOR: protocol: introduce protocol_{pause,resume}_all() by Willy Tarreau · 3 years, 9 months ago
  42. 337c835 MEDIUM: proxy: merge zombify_proxy() with stop_proxy() by Willy Tarreau · 3 years, 9 months ago
  43. 43ba3cf MEDIUM: proxy: remove start_proxies() by Willy Tarreau · 3 years, 9 months ago
  44. c3914d4 MEDIUM: proxy: replace proxy->state with proxy->disabled by Willy Tarreau · 3 years, 9 months ago
  45. 1ad64ac CLEANUP: peers: don't use the PR_ST* states to mark enabled/disabled by Willy Tarreau · 3 years, 9 months ago
  46. f18d968 MEDIUM: proxy: remove state PR_STPAUSED by Willy Tarreau · 3 years, 9 months ago
  47. a17c91b MEDIUM: proxy: remove the PR_STERROR state by Willy Tarreau · 3 years, 9 months ago
  48. 6b3bf73 MEDIUM: proxy: remove the unused PR_STFULL state by Willy Tarreau · 3 years, 9 months ago
  49. efc0eec MINOR: proxy: maintain per-state counters of listeners by Willy Tarreau · 3 years, 9 months ago
  50. a37b244 MINOR: listeners: introduce listener_set_state() by Willy Tarreau · 3 years, 9 months ago
  51. c6dac6c MEDIUM: listeners: remove the now unused ZOMBIE state by Willy Tarreau · 3 years, 9 months ago
  52. b0c331f BUG/MINOR: proxy/log: frontend/backend and log forward names must differ by Emeric Brun · 3 years, 9 months ago
  53. 6d75616 MINOR: channel: new getword and getchar functions on channel. by Emeric Brun · 3 years, 9 months ago
  54. 2897644 MINOR: stats: inc req counter on listeners. by Emeric Brun · 3 years, 9 months ago
  55. fbd0bc9 MINOR: dns/stats: integrate dns counters in stats by Amaury Denoyelle · 3 years, 9 months ago
  56. 0b70a8a MINOR: stats: add config "stats show modules" by Amaury Denoyelle · 3 years, 9 months ago
  57. d3700a7 MINOR: stats: support clear counters for dynamic stats by Amaury Denoyelle · 3 years, 9 months ago
  58. ee63d4b MEDIUM: stats: integrate static proxies stats in new stats by Amaury Denoyelle · 3 years, 9 months ago
  59. 730c727 MEDIUM: stats: add abstract type to store counters by Amaury Denoyelle · 3 years, 9 months ago
  60. 58d395e MEDIUM: stats: define an API to register stat modules by Amaury Denoyelle · 3 years, 9 months ago
  61. 72b16e5 MINOR: stats: define additional flag px cap on domain by Amaury Denoyelle · 3 years, 9 months ago
  62. 072f97e MINOR: stats: define the concept of domain for statistics by Amaury Denoyelle · 3 years, 9 months ago
  63. da5b6d1 MINOR: stats: hide px/sv/li fields in applet struct by Amaury Denoyelle · 3 years, 9 months ago
  64. 97323c9 MINOR: stats: add stats size as a parameter for csv/json dump by Amaury Denoyelle · 3 years, 9 months ago
  65. 3ca927e REORG: stats: export some functions by Amaury Denoyelle · 3 years, 9 months ago
  66. cd3de50 MINOR: counters: fix a typo in comment by Amaury Denoyelle · 3 years, 9 months ago
  67. fac0f64 BUG/MEDIUM: queue: make pendconn_cond_unlink() really thread-safe by Willy Tarreau · 3 years, 9 months ago
  68. fa41cb6 MINOR: tools: support for word expansion of environment in parse_line by Amaury Denoyelle · 3 years, 9 months ago
  69. 3ca2365 BUG/MEDIUM: h2: report frame bits only for handled types by Willy Tarreau · 3 years, 10 months ago
  70. 2b5e0d8 MEDIUM: proto_udp: replace last AF_CUST_UDP* with AF_INET* by Willy Tarreau · 3 years, 10 months ago
  71. 910c64d MEDIUM: protocol: store the socket and control type in the protocol array by Willy Tarreau · 3 years, 10 months ago
  72. a54553f MINOR: protocol: add the control layer type in the protocol struct by Willy Tarreau · 3 years, 10 months ago
  73. 65ec4e3 MEDIUM: tools: make str2sa_range() check that the protocol has ->connect() by Willy Tarreau · 3 years, 10 months ago
  74. 5fc9328 MINOR: tools: make str2sa_range() directly return the protocol by Willy Tarreau · 3 years, 10 months ago
  75. 9b3178d MINOR: listener: pass the chosen protocol to create_listeners() by Willy Tarreau · 3 years, 10 months ago
  76. aa33312 MINOR: cfgparse: add str2receiver() to parse dgram receivers by Willy Tarreau · 3 years, 10 months ago
  77. a93e5c7 MINOR: tools: make str2sa_range() optionally return the fd by Willy Tarreau · 3 years, 10 months ago
  78. 909c23b MINOR: listener: remove the inherited arg to create_listener() by Willy Tarreau · 3 years, 10 months ago
  79. 3281993 MINOR: tools: add several PA_O_* flags in str2sa_range() callers by Willy Tarreau · 3 years, 10 months ago
  80. 8095876 MINOR: tools: add several PA_O_PORT_* flags in str2sa_range() callers by Willy Tarreau · 3 years, 10 months ago
  81. cd3a5591 MINOR: tools: make str2sa_range() take more options than just resolve by Willy Tarreau · 3 years, 10 months ago
  82. a5b325f MINOR: protocol: add a real family for existing FDs by Willy Tarreau · 3 years, 10 months ago
  83. 1e984b7 CLEANUP: protocol: remove family-specific fields from struct protocol by Willy Tarreau · 3 years, 10 months ago
  84. f1f6609 MINOR: protocol: retrieve the family-specific fields from the family by Willy Tarreau · 3 years, 10 months ago
  85. b0254cb MINOR: protocol: add a new proto_fam structure for protocol families by Willy Tarreau · 3 years, 10 months ago
  86. 62292b2 MEDIUM: sockpair: implement sockpair_bind_receiver() by Willy Tarreau · 3 years, 10 months ago
  87. 1e0a860 MEDIUM: sock_unix: implement sock_unix_bind_receiver() by Willy Tarreau · 3 years, 10 months ago
  88. d69ce1f MEDIUM: sock_inet: implement sock_inet_bind_receiver() by Willy Tarreau · 3 years, 10 months ago
  89. 3e5c7ab MINOR: protocol: add a new ->bind() entry to bind the receiver by Willy Tarreau · 3 years, 10 months ago
  90. b3580b1 MINOR: protocol: rename the ->bind field to ->listen by Willy Tarreau · 3 years, 10 months ago
  91. c049c0d MINOR: sock: make sock_find_compatible_fd() only take a receiver by Willy Tarreau · 3 years, 10 months ago
  92. 3fd3bdc MINOR: receiver: move the FOREIGN and V6ONLY options from listener to settings by Willy Tarreau · 3 years, 10 months ago
  93. 43046fa MINOR: listener: move the INHERITED flag down to the receiver by Willy Tarreau · 3 years, 10 months ago
  94. 0b91501 MINOR: receiver: add a receiver-specific flag to indicate the socket is bound by Willy Tarreau · 3 years, 10 months ago
  95. eef4542 MINOR: receiver: link the receiver to its owner by Willy Tarreau · 3 years, 10 months ago
  96. 0fce6bc MINOR: receiver: link the receiver to its settings by Willy Tarreau · 3 years, 10 months ago
  97. d45693d REORG: listener: move the receiver part to a new file by Willy Tarreau · 3 years, 10 months ago
  98. b743661 REORG: listener: move the listener's proto to the receiver by Willy Tarreau · 3 years, 10 months ago
  99. 38ba647 REORG: listener: move the receiving FD to struct receiver by Willy Tarreau · 3 years, 10 months ago
  100. 3715906 REORG: listener: move the listening address to a struct receiver by Willy Tarreau · 3 years, 10 months ago