1. 510c0d6 BUG/MEDIUM: threads/unix: Fix a deadlock when a listener is temporarily disabled by Christopher Faulet · 6 years ago
  2. 75ea0a0 BUG/MEDIUM: mworker: does not close inherited FD by William Lallemand · 7 years ago
  3. bbd09b9 BUG/MAJOR: thread/listeners: enable_listener must not call unbind_listener() by Willy Tarreau · 7 years ago
  4. 05f5047 MINOR: listener: new function listener_release by Willy Tarreau · 7 years ago
  5. 0de59fd MINOR: listeners: new function create_listeners by Willy Tarreau · 7 years ago
  6. c4df59e MINOR: cli: add socket commands and config to prepend informational messages with severity by Andjelko Iharos · 7 years ago
  7. f5b8adc MINOR: listeners: Change enable_listener and disable_listener into private functions by Christopher Faulet · 7 years ago
  8. 5580ba2 MINOR: listeners: Change listener_full and limit_listener into private functions by Christopher Faulet · 7 years ago
  9. 6d0d3f6 MINOR: listener: add a function to return a listener's state as a string by Willy Tarreau · 7 years ago
  10. 1fc0516 MINOR: proxy: Don't close FDs if not our proxy. by Olivier Houchard · 7 years ago
  11. f73629d MINOR: global: Add an option to get the old listening sockets. by Olivier Houchard · 7 years ago
  12. c95bad5 MEDIUM: move listener->frontend to bind_conf->frontend by Willy Tarreau · 8 years ago
  13. 71a8c7c MINOR: listener: move the transport layer pointer to the bind_conf by Willy Tarreau · 8 years ago
  14. 7a798e5 CLEANUP: fix inconsistency between fd->iocb, proto->accept and accept() by Willy Tarreau · 8 years ago
  15. d3879e8 CLEANUP: fix missing include <string.h> in proto/listener.h by Thierry FOURNIER · 11 years ago
  16. 290e63a REORG: listener: move unix perms from the listener to the bind_conf by Willy Tarreau · 12 years ago
  17. 4348fad MAJOR: listeners: use dual-linked lists to chain listeners with frontends by Willy Tarreau · 12 years ago
  18. 8638f48 MEDIUM: config: enumerate full list of registered "bind" keywords upon error by Willy Tarreau · 12 years ago
  19. 2698266 MEDIUM: listener: add a minimal framework to register "bind" keyword options by Willy Tarreau · 12 years ago
  20. 2a65ff0 MEDIUM: config: replace ssl_conf by bind_conf by Willy Tarreau · 12 years ago
  21. d1d5454 REORG: split "protocols" files into protocol and listener by Willy Tarreau · 12 years ago[Renamed (68%) from include/proto/protocols.h]
  22. f5ae8f7 MEDIUM: config: centralize handling of SSL config per bind line by Willy Tarreau · 12 years ago
  23. bbebbbf REORG/MEDIUM: move the default accept function from sockstream to protocols.c by Willy Tarreau · 12 years ago
  24. 26d8c59 REORG/MEDIUM: replace stream interface protocol functions by a proto pointer by Willy Tarreau · 12 years ago
  25. e6ca1fc [MINOR] listeners: add support for queueing resource limited listeners by Willy Tarreau · 13 years ago
  26. 6279371 [MINOR] listeners: add listen_full() to mark a listener full by Willy Tarreau · 13 years ago
  27. be58c38 [MEDIUM] proxy: add a PAUSED state to listeners and move socket tricks out of proxy.c by Willy Tarreau · 13 years ago
  28. cf20bf1 [MEDIUM] Enhance message errors management on binds by Emeric Brun · 14 years ago
  29. 3acf8c3 [MINOR] add a generic unbind_all_listeners() primitive by Willy Tarreau · 17 years ago
  30. 1a64d16 [MINOR] add a generic delete_listener() primitive by Willy Tarreau · 17 years ago
  31. b648d63 [MINOR] add a generic unbind_listener() primitive by Willy Tarreau · 17 years ago
  32. dabf2e2 [MAJOR] added a new state to listeners by Willy Tarreau · 17 years ago
  33. dd81598 [MAJOR] added generic protocol support by Willy Tarreau · 17 years ago