1. d46f437 MINOR: proxy/listener: support for additional PAUSED state by Aurelien DARRAGON · 2 years, 3 months ago
  2. 0013288 MINOR: listener: small API change by Aurelien DARRAGON · 2 years, 3 months ago
  3. d0b73bc MEDIUM: listener: switch bind_thread from global to group-local by Willy Tarreau · 2 years, 5 months ago
  4. 82e378a MINOR: fd/thread: get rid of thread_mask() by Willy Tarreau · 2 years, 5 months ago
  5. 740038c MINOR: listener/config: make "thread" always support up to LONGBITS by Willy Tarreau · 2 years, 4 months ago
  6. acd6441 MEDIUM: config: remove the "process" keyword on "bind" lines by Willy Tarreau · 2 years, 4 months ago
  7. bdcd325 MINOR: thread: only use atomic ops to touch the flags by Willy Tarreau · 2 years, 5 months ago
  8. 748ece6 MINOR: quic: QUIC transport parameters split. by Frédéric Lécaille · 2 years, 6 months ago
  9. 287f32f MINOR: listener: automatically enable SSL if a QUIC transport is found by Willy Tarreau · 2 years, 6 months ago
  10. 2071a99 MINOR: listener/ssl: set the SSL xprt layer only once the whole config is known by Willy Tarreau · 2 years, 6 months ago
  11. 78d0dcd MINOR: listener: set the QUIC xprt layer immediately after parsing the args by Willy Tarreau · 2 years, 6 months ago
  12. 64306cc MINOR: listener: detect stream vs dgram conflict during parsing by Willy Tarreau · 2 years, 6 months ago
  13. 11ba404 CLEANUP: listener: replace all uses of bind_conf->is_ssl with BC_O_USE_SSL by Willy Tarreau · 2 years, 6 months ago
  14. 3882d2a MINOR: listener: provide a function to process all of a bind_conf's arguments by Willy Tarreau · 2 years, 6 months ago
  15. d867934 BUILD: listener: shut report of possible null-deref in listener_accept() by Willy Tarreau · 2 years, 7 months ago
  16. e01b08d CLEANUP: listeners/deinit: release accept queue tasklets on deinit by Willy Tarreau · 2 years, 7 months ago
  17. 7e2e4f8 CLEANUP: tree-wide: remove 25 occurrences of unneeded fcntl.h by Willy Tarreau · 2 years, 7 months ago
  18. e4d09ce MINOR: sock: check configured limits at the sock layer, not the listener's by Willy Tarreau · 2 years, 8 months ago
  19. ca1acd6 MINOR: config: add a function to dump all known config keywords by Willy Tarreau · 2 years, 8 months ago
  20. fed93d3 BUG/MEDIUM: listener: read-lock the listener during accept() by Willy Tarreau · 2 years, 10 months ago
  21. 08b6f96 MINOR: listener: replace the listener's spinlock with an rwlock by Willy Tarreau · 2 years, 10 months ago
  22. f68b2cb MINOR: listener: define per-thr struct by Amaury Denoyelle · 2 years, 10 months ago
  23. 7f7713d MINOR: receiver: define a flag for local accept by Amaury Denoyelle · 2 years, 10 months ago
  24. 6d19f0d CLEANUP: listeners: remove unreachable code in clone_listener() by Willy Tarreau · 3 years, 1 month ago
  25. a146289 BUG/MINOR: listener: fix incorrect return on out-of-memory by Willy Tarreau · 3 years, 1 month ago
  26. 6dfbef4 MEDIUM: listener: add the "shards" bind keyword by Willy Tarreau · 3 years, 1 month ago
  27. 59a877d MINOR: listeners: add clone_listener() to duplicate listeners at boot time by Willy Tarreau · 3 years, 1 month ago
  28. 01cac3f MEDIUM: listeners: split the thread mask between receiver and bind_conf by Willy Tarreau · 3 years, 1 month ago
  29. d57b9ff MEDIUM: listeners: support the definition of thread groups on bind lines by Willy Tarreau · 3 years, 2 months ago
  30. a0b9953 REORG: thread/sched: move the thread_info flags to the thread_ctx by Willy Tarreau · 3 years, 2 months ago
  31. 9310f48 CLEANUP: tree-wide: remove unneeded include time.h in ~20 files by Willy Tarreau · 3 years, 2 months ago
  32. dbf7802 REORG: listener: move bind_conf_alloc() and listener_state_str() to listener.c by Willy Tarreau · 3 years, 2 months ago
  33. 5d9ddc5 BUILD: tree-wide: add several missing activity.h by Willy Tarreau · 3 years, 2 months ago
  34. beeabf5 MINOR: task: provide 3 task_new_* wrappers to simplify the API by Willy Tarreau · 3 years, 2 months ago
  35. c8cac04 MEDIUM: listener: deprecate "process" in favor of "thread" on bind lines by Willy Tarreau · 3 years, 2 months ago
  36. 72faef3 MEDIUM: global: remove dead code from nbproc/bind_proc removal by Willy Tarreau · 3 years, 5 months ago
  37. 5301f5d CLEANUP: global: remove pid_bit and all_proc_mask by Willy Tarreau · 3 years, 5 months ago
  38. 5958c43 BUILD: listener: include proxy.h from listener.c by Willy Tarreau · 3 years, 7 months ago
  39. 2b71810 CLEANUP: lists/tree-wide: rename some list operations to avoid some confusion by Willy Tarreau · 3 years, 7 months ago
  40. 4781b15 CLEANUP: atomic/tree-wide: replace single increments/decrements with inc/dec by Willy Tarreau · 3 years, 8 months ago
  41. 433b05f MINOR: cfgparse/bind: suggest correct spelling for unknown bind keywords by Willy Tarreau · 3 years, 9 months ago
  42. 0182516 CLEANUP: config: make the cfg_keyword parsers take a const for the defproxy by Willy Tarreau · 3 years, 9 months ago
  43. 144f84a MEDIUM: task: extend the state field to 32 bits by Willy Tarreau · 3 years, 9 months ago
  44. dcf753a CLEANUP: Use the ist() macro whenever possible by Tim Duesterhus · 3 years, 9 months ago
  45. 6616132 MINOR: listener: refine the default MAX_ACCEPT from 64 to 4 by Willy Tarreau · 3 years, 9 months ago
  46. 3679d0c MINOR: stats: add helper to get status string by William Dauchy · 3 years, 9 months ago
  47. d597ec2 MINOR: listener: export manage_global_listener_queue() by Willy Tarreau · 3 years, 10 months ago
  48. fb5401f MINOR: listener: export accept_queue_process by Willy Tarreau · 3 years, 10 months ago
  49. 02757d0 Revert "BUG/MEDIUM: listener: do not accept connections faster than we can process them" by Willy Tarreau · 3 years, 10 months ago
  50. 62e8aaa BUG/MEDIUM: listener: do not accept connections faster than we can process them by Willy Tarreau · 3 years, 10 months ago
  51. d1f250f MINOR: listener: now use a generic add_listener() function by Willy Tarreau · 4 years ago
  52. 07400c5 MINOR: listener: automatically set the port when creating listeners by Willy Tarreau · 4 years ago
  53. 7f8f6cb BUG/MEDIUM: stats: prevent crash if counters not alloc with dummy one by Amaury Denoyelle · 4 years ago
  54. 38dba27 BUG/MEDIUM: listener: only enable a listening listener if needed by Willy Tarreau · 4 years, 1 month ago
  55. ac66d6b MINOR: proxy; replace the spinlock with an rwlock by Willy Tarreau · 4 years, 1 month ago
  56. 835712a BUG/MINOR: listener: close before free in `listener_accept` by William Dauchy · 4 years, 1 month ago
  57. 0aa5a5b BUILD: listener: avoir a build warning when threads are disabled by Willy Tarreau · 4 years, 1 month ago
  58. a74cb38 MINOR: protocol: register the receiver's I/O handler and not the protocol's by Willy Tarreau · 4 years, 1 month ago
  59. d2fb99f MINOR: protocol: add a default I/O callback and put it into the receiver by Willy Tarreau · 4 years, 1 month ago
  60. caa91de MEDIUM: listener: remove the second pass of fd manipulation at the end by Willy Tarreau · 4 years, 1 month ago
  61. 9378bbe MEDIUM: listener: use protocol->accept_conn() to accept a connection by Willy Tarreau · 4 years, 1 month ago
  62. 83efc32 MEDIUM: listener: allocate the connection before queuing a new connection by Willy Tarreau · 4 years, 1 month ago
  63. 0138f51 CLEANUP: fd: finally get rid of fd_done_recv() by Willy Tarreau · 4 years, 1 month ago
  64. 258b351 BUG/MINOR: listener: detect and handle shared sockets stopped in other processes by Willy Tarreau · 4 years, 1 month ago
  65. e03204c MEDIUM: listeners: implement protocol level ->suspend/resume() calls by Willy Tarreau · 4 years, 2 months ago
  66. 7b2febd MINOR: listeners: split do_unbind_listener() in two by Willy Tarreau · 4 years, 2 months ago
  67. f58b8db MEDIUM: receivers: add an rx_unbind() method in the protocols by Willy Tarreau · 4 years, 2 months ago
  68. 18c20d2 MINOR: listeners: move the LI_O_MWORKER flag to the receiver by Willy Tarreau · 4 years, 2 months ago
  69. 75c98d1 CLEANUP: listeners: remove the do_close argument to unbind_listener() by Willy Tarreau · 4 years, 2 months ago
  70. 374e9af MEDIUM: listener: let do_unbind_listener() decide whether to close or not by Willy Tarreau · 4 years, 2 months ago
  71. 87acd4e BROKEN/MEDIUM: listeners: rework the unbind logic to make it idempotent by Willy Tarreau · 4 years, 2 months ago
  72. d6afb53 MEDIUM: listeners: always close master vs worker listeners by Willy Tarreau · 4 years, 2 months ago
  73. 95a3460 MINOR: listener: add a few BUG_ON() statements to detect inconsistencies by Willy Tarreau · 4 years, 2 months ago
  74. acde152 MEDIUM: proxy: centralize proxy status update and reporting by Willy Tarreau · 4 years, 2 months ago
  75. caa7df1 MINOR: listeners: add a new stop_listener() function by Willy Tarreau · 4 years, 2 months ago
  76. b4c083f MINOR: listeners: split delete_listener() in two versions by Willy Tarreau · 4 years, 2 months ago
  77. 4b51f42 MEDIUM: listeners: now use the listener's ->enable/disable by Willy Tarreau · 4 years, 2 months ago
  78. 010fe15 MINOR: listener: use the protocol's ->rx_resume() method when available by Willy Tarreau · 4 years, 2 months ago
  79. cb66ea6 MINOR: protocol: replace ->pause(listener) with ->rx_suspend(receiver) by Willy Tarreau · 4 years, 2 months ago
  80. d7f331c MINOR: protocol: rename the ->listeners field to ->receivers by Willy Tarreau · 4 years, 2 months ago
  81. dae0692 CLEANUP: listeners: remove the now unused enable_all_listeners() by Willy Tarreau · 4 years, 2 months ago
  82. 7834a3f MINOR: listeners: export enable_listener() by Willy Tarreau · 4 years, 2 months ago
  83. d008009 CLEANUP: listeners: remove unused disable_listener and disable_all_listeners by Willy Tarreau · 4 years, 2 months ago
  84. e53608b MINOR: listeners: move fd_stop_recv() to the receiver's socket code by Willy Tarreau · 4 years, 2 months ago
  85. fb76bd5 BUG/MEDIUM: listeners: correctly report pause() errors by Willy Tarreau · 4 years, 2 months ago
  86. 58651b4 MEDIUM: listener/proxy: make the listeners notify about proxy pause/resume by Willy Tarreau · 4 years, 2 months ago
  87. 5d7f9ce MINOR: listeners: check the current listener earlier state in resume_listener() by Willy Tarreau · 4 years, 2 months ago
  88. 9b3a932 MINOR: listeners: check the current listener state in pause_listener() by Willy Tarreau · 4 years, 2 months ago
  89. efc0eec MINOR: proxy: maintain per-state counters of listeners by Willy Tarreau · 4 years, 2 months ago
  90. a37b244 MINOR: listeners: introduce listener_set_state() by Willy Tarreau · 4 years, 2 months ago
  91. c6dac6c MEDIUM: listeners: remove the now unused ZOMBIE state by Willy Tarreau · 4 years, 2 months ago
  92. b6607bf MEDIUM: listeners: make unbind_listener() converge if needed by Willy Tarreau · 4 years, 2 months ago
  93. cb89e32 MEDIUM: listeners: don't bounce listeners management between queues by Willy Tarreau · 4 years, 2 months ago
  94. 02e1975 BUG/MEDIUM: listeners: do not pause foreign listeners by Willy Tarreau · 4 years, 2 months ago
  95. 9b3178d MINOR: listener: pass the chosen protocol to create_listeners() by Willy Tarreau · 4 years, 2 months ago
  96. 909c23b MINOR: listener: remove the inherited arg to create_listener() by Willy Tarreau · 4 years, 2 months ago
  97. b3580b1 MINOR: protocol: rename the ->bind field to ->listen by Willy Tarreau · 4 years, 3 months ago
  98. 43046fa MINOR: listener: move the INHERITED flag down to the receiver by Willy Tarreau · 4 years, 3 months ago
  99. 0b91501 MINOR: receiver: add a receiver-specific flag to indicate the socket is bound by Willy Tarreau · 4 years, 3 months ago
  100. 818a92e MINOR: listener: prefer to retrieve the socket's settings via the receiver by Willy Tarreau · 4 years, 3 months ago