1. 58bc9c1 MINOR: lb/leastconn: only take a read lock in fwlc_get_next_server() by Willy Tarreau · 3 years, 9 months ago
  2. ae99aeb MINOR: lb/map: use seek lock and read locks where appropriate by Willy Tarreau · 3 years, 9 months ago
  3. cd10def MINOR: backend: replace the lbprm lock with an rwlock by Willy Tarreau · 3 years, 9 months ago
  4. 9d58c9b [RELEASE] Released version 2.3-dev7 by Willy Tarreau · 3 years, 9 months ago
  5. 1857b8c DOC: fix typo in MAX_SESS_STKCTR by Matteo Contrini · 3 years, 9 months ago
  6. 26a52af BUG/MEDIUM: lb: Always lock the server when calling server_{take,drop}_conn by Christopher Faulet · 3 years, 9 months ago
  7. db2c17d BUG/MEDIUM: mux-h1: Get the session from the H1S when capturing bad messages by Christopher Faulet · 3 years, 9 months ago
  8. 2469eba BUG/MEDIUM: spoe: Unset variable instead of set it if no data provided by Christopher Faulet · 3 years, 9 months ago
  9. 7239c24 MEDIUM: backend: reuse connection if using a static sni by Amaury Denoyelle · 3 years, 9 months ago
  10. 2f0a797 MINOR: ssl: add volatile flags to ssl samples by Amaury Denoyelle · 3 years, 9 months ago
  11. baeb919 BUG/MINOR: peers: Possible unexpected peer seesion reset after collisions. by Frédéric Lécaille · 3 years, 9 months ago
  12. 0aa5a5b BUILD: listener: avoir a build warning when threads are disabled by Willy Tarreau · 3 years, 9 months ago
  13. d48ed66 MEDIUM: task: use an upgradable seek lock when scanning the wait queue by Willy Tarreau · 3 years, 9 months ago
  14. 61f799b MINOR: threads: add the transitions to/from the seek state by Willy Tarreau · 3 years, 9 months ago
  15. 8d5360c MINOR: threads: augment rwlock debugging stats to report seek lock stats by Willy Tarreau · 3 years, 9 months ago
  16. 3cfaa8d BUG/MEDIUM: task: bound the number of tasks picked from the wait queue at once by Willy Tarreau · 3 years, 9 months ago
  17. ba29687 BUG/MEDIUM: proxy: properly stop backends by Willy Tarreau · 3 years, 9 months ago
  18. 4a32103 DOC: improve the documentation for "option nolinger" by Willy Tarreau · 3 years, 9 months ago
  19. 233ad28 CLEANUP: protocol: remove the now unused <handler> field of proto_fam->bind() by Willy Tarreau · 3 years, 9 months ago
  20. a74cb38 MINOR: protocol: register the receiver's I/O handler and not the protocol's by Willy Tarreau · 3 years, 9 months ago
  21. e140a69 MINOR: log: set the UDP receiver's I/O handler in the receiver by Willy Tarreau · 3 years, 9 months ago
  22. d2fb99f MINOR: protocol: add a default I/O callback and put it into the receiver by Willy Tarreau · 3 years, 9 months ago
  23. caa91de MEDIUM: listener: remove the second pass of fd manipulation at the end by Willy Tarreau · 3 years, 9 months ago
  24. 9378bbe MEDIUM: listener: use protocol->accept_conn() to accept a connection by Willy Tarreau · 3 years, 9 months ago
  25. 344b8fc MINOR: sockpair: implement sockpair_accept_conn() to accept a connection by Willy Tarreau · 3 years, 9 months ago
  26. f1dc9f2 MINOR: sock: implement sock_accept_conn() to accept a connection by Willy Tarreau · 3 years, 9 months ago
  27. 1e509a7 MINOR: protocol: add a new function accept_conn() by Willy Tarreau · 3 years, 9 months ago
  28. 7d053e4 MINOR: sock: rename sock_accept_conn() to sock_accepting_conn() by Willy Tarreau · 3 years, 9 months ago
  29. 65ed143 MINOR: connection: add new error codes for accept_conn() by Willy Tarreau · 3 years, 9 months ago
  30. 01ca149 MINOR: session: simplify error path in session_accept_fd() by Willy Tarreau · 3 years, 9 months ago
  31. 83efc32 MEDIUM: listener: allocate the connection before queuing a new connection by Willy Tarreau · 3 years, 9 months ago
  32. 9b7587a MINOR: connection: make sockaddr_alloc() take the address to be copied by Willy Tarreau · 3 years, 9 months ago
  33. 0138f51 CLEANUP: fd: finally get rid of fd_done_recv() by Willy Tarreau · 3 years, 9 months ago
  34. e53e7ec CLEANUP: protocol: remove the ->drain() function by Willy Tarreau · 3 years, 9 months ago
  35. 9e9919d MEDIUM: proxy: remove obsolete "monitor-net" by Willy Tarreau · 3 years, 9 months ago
  36. 77e0dae MEDIUM: proxy: remove obsolete "mode health" by Willy Tarreau · 3 years, 9 months ago
  37. 2717965 DOC: Describe reuse safe for HOL handling by Amaury Denoyelle · 3 years, 9 months ago
  38. 46f041d MEDIUM: fcgi: remove conn from session on detach by Amaury Denoyelle · 3 years, 9 months ago
  39. 6b8daef MEDIUM: h2: remove conn from session on detach by Amaury Denoyelle · 3 years, 9 months ago
  40. 0d21dea MEDIUM: backend: add reused conn to sess if mux marked as HOL blocking by Amaury Denoyelle · 3 years, 9 months ago
  41. 00464ab MEDIUM: backend: add new conn to session if mux marked as HOL blocking by Amaury Denoyelle · 3 years, 9 months ago
  42. 04a24c5 MINOR: connection: don't check priv flag on free by Amaury Denoyelle · 3 years, 9 months ago
  43. 3d3c091 MINOR: mux/connection: add a new mux flag for HOL risk by Amaury Denoyelle · 3 years, 9 months ago
  44. c98df5f MINOR: connection: improve list api usage by Amaury Denoyelle · 3 years, 9 months ago
  45. 9c13b62 BUG/MEDIUM: connection: fix srv idle count on conn takeover by Amaury Denoyelle · 3 years, 9 months ago
  46. 5f1ded5 BUG/MINOR: connection: fix loop iter on connection takeover by Amaury Denoyelle · 3 years, 9 months ago
  47. 1a3770c BUG/MEDIUM: deinit: check fdtab before fdtab[fd].owner by Willy Tarreau · 3 years, 9 months ago
  48. 2f6f362 CLEANUP: protocol: intitialize all of the sockaddr when disconnecting by Willy Tarreau · 3 years, 9 months ago
  49. 2e065cb CONTRIB: tcploop: implement a disconnect operation 'D' by Willy Tarreau · 3 years, 9 months ago
  50. 258b351 BUG/MINOR: listener: detect and handle shared sockets stopped in other processes by Willy Tarreau · 3 years, 9 months ago
  51. 85d2ba6 CLEANUP: unix: make use of sock_accept_conn() where relevant by Willy Tarreau · 3 years, 9 months ago
  52. 3e12de2 CLEANUP: tcp: make use of sock_accept_conn() where relevant by Willy Tarreau · 3 years, 9 months ago
  53. cc8b653 MINOR: sockpair: implement the .rx_listening function by Willy Tarreau · 3 years, 9 months ago
  54. 2918514 MINOR: protocol: make proto_tcp & proto_uxst report listening sockets by Willy Tarreau · 3 years, 9 months ago
  55. 5ced3e8 MINOR: sock: add sock_accept_conn() to test a listening socket by Willy Tarreau · 3 years, 9 months ago
  56. 8b6fc3d MINOR: proto-tcp: make use of connect(AF_UNSPEC) for the pause by Willy Tarreau · 3 years, 9 months ago
  57. 7c9f756 MINOR: fd: report an error message when failing initial allocations by Willy Tarreau · 3 years, 9 months ago
  58. b1e600c BUG/MINOR: mux-h2: do not stop outgoing connections on stopping by Willy Tarreau · 3 years, 9 months ago
  59. 2bd0f81 BUG/MINOR: init: only keep rlim_fd_cur if max is unlimited by Willy Tarreau · 3 years, 9 months ago
  60. 6b736b4 CI: travis-ci: replace not defined SSL_LIB, SSL_INC for BotringSSL builds by Ilya Shipitsin · 3 years, 9 months ago
  61. b7ffe19 [RELEASE] Released version 2.3-dev6 by Willy Tarreau · 3 years, 9 months ago
  62. ad5afba BUILD: makefile: Enable getaddrinfo() on OS/X by Brad Smith · 3 years, 9 months ago
  63. 3fc0fe0 MINOR: peers: heartbeat, collisions and handshake information for "show peers" command. by Frédéric Lécaille · 3 years, 9 months ago
  64. 0a002df BUG/MINOR: proxy: respect the proper format string in sig_pause/sig_listen by Willy Tarreau · 3 years, 9 months ago
  65. ccf4299 MEDIUM: config: remove the deprecated and dangerous global "debug" directive by Willy Tarreau · 3 years, 9 months ago
  66. ab0a519 MEDIUM: config: mark "grace" as deprecated by Willy Tarreau · 3 years, 9 months ago
  67. e03204c MEDIUM: listeners: implement protocol level ->suspend/resume() calls by Willy Tarreau · 3 years, 9 months ago
  68. 7b2febd MINOR: listeners: split do_unbind_listener() in two by Willy Tarreau · 3 years, 9 months ago
  69. f58b8db MEDIUM: receivers: add an rx_unbind() method in the protocols by Willy Tarreau · 3 years, 9 months ago
  70. 18c20d2 MINOR: listeners: move the LI_O_MWORKER flag to the receiver by Willy Tarreau · 3 years, 9 months ago
  71. 75c98d1 CLEANUP: listeners: remove the do_close argument to unbind_listener() by Willy Tarreau · 3 years, 9 months ago
  72. 374e9af MEDIUM: listener: let do_unbind_listener() decide whether to close or not by Willy Tarreau · 3 years, 9 months ago
  73. 87acd4e BROKEN/MEDIUM: listeners: rework the unbind logic to make it idempotent by Willy Tarreau · 3 years, 9 months ago
  74. d6afb53 MEDIUM: listeners: always close master vs worker listeners by Willy Tarreau · 3 years, 9 months ago
  75. 95a3460 MINOR: listener: add a few BUG_ON() statements to detect inconsistencies by Willy Tarreau · 3 years, 9 months ago
  76. e122dc5 MEDIUM: udp: implement udp_suspend() and udp_resume() by Willy Tarreau · 3 years, 9 months ago
  77. 626f3a7 MEDIUM: proxy: make soft_stop() stop most listeners using protocol_stop_now() by Willy Tarreau · 3 years, 9 months ago
  78. 02e8557 MINOR: protocol: add protocol_stop_now() to instant-stop listeners by Willy Tarreau · 3 years, 9 months ago
  79. acde152 MEDIUM: proxy: centralize proxy status update and reporting by Willy Tarreau · 3 years, 9 months ago
  80. a389c9e MEDIUM: proxy: add mode PR_MODE_PEERS to flag peers frontends by Willy Tarreau · 3 years, 9 months ago
  81. 322b9b9 MEDIUM: proxy: make stop_proxy() now use stop_listener() by Willy Tarreau · 3 years, 9 months ago
  82. caa7df1 MINOR: listeners: add a new stop_listener() function by Willy Tarreau · 3 years, 9 months ago
  83. 455585e MINOR: listeners: count unstoppable jobs on creation, not deletion by Willy Tarreau · 3 years, 9 months ago
  84. b4c083f MINOR: listeners: split delete_listener() in two versions by Willy Tarreau · 3 years, 9 months ago
  85. 4b51f42 MEDIUM: listeners: now use the listener's ->enable/disable by Willy Tarreau · 3 years, 9 months ago
  86. 5ddf1ce MINOR: protocol: add a new pair of enable/disable methods for listeners by Willy Tarreau · 3 years, 9 months ago
  87. 686fa3d MINOR: protocol: add a new pair of rx_enable/rx_disable methods by Willy Tarreau · 3 years, 9 months ago
  88. e70c797 MINOR: sock: provide a set of generic enable/disable functions by Willy Tarreau · 3 years, 9 months ago
  89. 010fe15 MINOR: listener: use the protocol's ->rx_resume() method when available by Willy Tarreau · 3 years, 9 months ago
  90. 58e6b71 MINOR: protocol: implement an ->rx_resume() method by Willy Tarreau · 3 years, 9 months ago
  91. cb66ea6 MINOR: protocol: replace ->pause(listener) with ->rx_suspend(receiver) by Willy Tarreau · 3 years, 9 months ago
  92. d7f331c MINOR: protocol: rename the ->listeners field to ->receivers by Willy Tarreau · 3 years, 9 months ago
  93. dae0692 CLEANUP: listeners: remove the now unused enable_all_listeners() by Willy Tarreau · 3 years, 9 months ago
  94. 078e1c7 CLEANUP: protocol: remove the ->enable_all method by Willy Tarreau · 3 years, 9 months ago
  95. 5b95ae6 MINOR: protocol: directly call enable_listener() from protocol_enable_all() by Willy Tarreau · 3 years, 9 months ago
  96. 7834a3f MINOR: listeners: export enable_listener() by Willy Tarreau · 3 years, 9 months ago
  97. d008009 CLEANUP: listeners: remove unused disable_listener and disable_all_listeners by Willy Tarreau · 3 years, 9 months ago
  98. fb4ead8 CLEANUP: protocol: remove the ->disable_all method by Willy Tarreau · 3 years, 9 months ago
  99. e53608b MINOR: listeners: move fd_stop_recv() to the receiver's socket code by Willy Tarreau · 3 years, 9 months ago
  100. fb76bd5 BUG/MEDIUM: listeners: correctly report pause() errors by Willy Tarreau · 3 years, 9 months ago