1. dfd3de8 REORG: include: move stream.h to haproxy/stream{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  2. aeed4a8 REORG: include: move log.h to haproxy/log{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  3. dcc048a REORG: include: move acl.h to haproxy/acl.h{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  4. 7ea393d REORG: include: move connection.h to haproxy/connection{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  5. cea0e1b REORG: include: move task.h to haproxy/task{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  6. f268ee8 REORG: include: split global.h into haproxy/global{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  7. e6ce10b REORG: include: move sample.h to haproxy/sample{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  8. 213e990 REORG: include: move listener.h to haproxy/listener{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  9. f07f30c REORG: include: move proto/proto_sockpair.h to haproxy/proto_sockpair.h by Willy Tarreau · 4 years, 1 month ago
  10. 0f6ffd6 REORG: include: move fd.h to haproxy/fd{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  11. 48fbcae REORG: tools: split common/standard.h into haproxy/tools{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  12. 2dd7c35 REORG: include: move protocol.h to haproxy/protocol{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  13. 6634794 REORG: include: move freq_ctr to haproxy/ by Willy Tarreau · 4 years, 1 month ago
  14. 92b4f13 REORG: include: move time.h from common/ to haproxy/ by Willy Tarreau · 4 years, 1 month ago
  15. af613e8 CLEANUP: thread: rename __decl_hathreads() to __decl_thread() by Willy Tarreau · 4 years, 1 month ago
  16. 853b297 REORG: include: split mini-clist into haproxy/list and list-t.h by Willy Tarreau · 4 years, 1 month ago
  17. 8d36697 REORG: include: move base64.h, errors.h and hash.h from common to to haproxy/ by Willy Tarreau · 4 years, 1 month ago
  18. 4c7e4b7 REORG: include: update all files to use haproxy/api.h or api-t.h if needed by Willy Tarreau · 4 years, 1 month ago
  19. 784063e MINOR: config: Don't dump keywords if argument is NULL by Christopher Faulet · 4 years, 2 months ago
  20. 8d2c98b BUG/MEDIUM: listener: mark the thread as not stuck inside the loop by Willy Tarreau · 4 years, 2 months ago
  21. 6fb0f21 CLEANUP: assorted typo fixes in the code and comments by Ilya Shipitsin · 4 years, 3 months ago
  22. eb421b2 MINOR: listener: add so_name sample fetch by Jerome Magnin · 4 years, 3 months ago
  23. a7da5e8 BUG/MINOR: listener/mq: do not dispatch connections to remote threads when stopping by Willy Tarreau · 4 years, 4 months ago
  24. 618ac6e CLEANUP: drop support for USE_MY_ACCEPT4 by Willy Tarreau · 4 years, 4 months ago
  25. 50b6594 BUG/MEDIUM: listener: only consider running threads when resuming listeners by Willy Tarreau · 4 years, 5 months ago
  26. eeea808 BUG/MAJOR: listener: do not schedule a task-less proxy by Willy Tarreau · 4 years, 6 months ago
  27. cdcba11 BUG/MINOR: listener: do not immediately resume on transient error by Willy Tarreau · 4 years, 7 months ago
  28. a1d97f8 REORG: listener: move the global listener queue code to listener.c by Willy Tarreau · 4 years, 7 months ago
  29. 241797a MINOR: listener: split dequeue_all_listener() in two by Willy Tarreau · 4 years, 7 months ago
  30. 0591bf7 MINOR: listener: make the wait paths cleaner and more reliable by Willy Tarreau · 4 years, 7 months ago
  31. 9207993 BUG/MEDIUM: listener/threads: fix a remaining race in the listener's accept() by Willy Tarreau · 4 years, 7 months ago
  32. 20aeb1c BUG/MINOR: listener: also clear the error flag on a paused listener by Willy Tarreau · 4 years, 7 months ago
  33. 7cdeb61 BUG/MINOR: listener/threads: always use atomic ops to clear the FD events by Willy Tarreau · 4 years, 7 months ago
  34. 4c044e2 BUG/MEDIUM: listener/thread: fix a race when pausing a listener by Willy Tarreau · 4 years, 7 months ago
  35. 93604ed BUG/MEDIUM: listeners: always pause a listener on out-of-resource condition by Willy Tarreau · 4 years, 8 months ago
  36. 2bd65a7 OPTIM: listeners: use tasklets for the multi-queue rings by Willy Tarreau · 4 years, 9 months ago
  37. 859dc80 MEDIUM: list: Separate "locked" list from regular list. by Olivier Houchard · 5 years ago
  38. ad6c2ea BUG/MINOR: listener: Fix a possible null pointer dereference by Christopher Faulet · 4 years, 10 months ago
  39. 6ee9f8d BUG/MEDIUM: listener/threads: fix an AB/BA locking issue in delete_listener() by Willy Tarreau · 4 years, 10 months ago
  40. daacf36 BUG/MEDIUM: protocols: add a global lock for the init/deinit stuff by Willy Tarreau · 5 years ago
  41. f2cb169 BUG/MAJOR: listener: fix thread safety in resume_listener() by Willy Tarreau · 5 years ago
  42. 102854c BUG/MEDIUM: listener: Fix how unlimited number of consecutive accepts is handled by Christopher Faulet · 5 years ago
  43. 85d0424 BUG/MINOR: listener/mq: correctly scan all bound threads under low load by Willy Tarreau · 5 years ago
  44. 64a9c05 MINOR: cli/listener: report the number of accepts on "show activity" by Willy Tarreau · 5 years ago
  45. 0d85844 BUG/MINOR: listener: renice the accept ring processing task by Willy Tarreau · 5 years ago
  46. 5671662 BUILD/MINOR: listener: Silent a few signedness warnings. by David Carlier · 5 years ago
  47. 57cb506 BUILD: listener: shut up a build warning when threads are disabled by Willy Tarreau · 5 years ago
  48. 897e2c5 BUG/MEDIUM: listener: make sure we don't pick stopped threads by Willy Tarreau · 5 years ago
  49. 64213e9 MEDIUM: listeners: Use the new _HA_ATOMIC_* macros. by Olivier Houchard · 5 years ago
  50. a518856 BUG/MEDIUM: listeners: Don't call fd_stop_recv() if fd_updt is NULL. by Olivier Houchard · 5 years ago
  51. 0cf3317 MINOR: listener: move thr_idx from the bind_conf to the listener by Willy Tarreau · 5 years ago
  52. 9f1d4e7 CLEANUP: listener: remove old thread bit mapping by Willy Tarreau · 5 years ago
  53. 0fe703b MEDIUM: listener: change the LB algorithm again to use two round robins instead by Willy Tarreau · 5 years ago
  54. fc630bd MINOR: listener: improve incoming traffic distribution by Willy Tarreau · 5 years ago
  55. a8cf66b MINOR: listener: do not needlessly set l->maxconn by Willy Tarreau · 5 years ago
  56. e2711c7 MINOR: listener: introduce listener_backlog() to report the backlog value by Willy Tarreau · 5 years ago
  57. 82c9789 BUG/MEDIUM: listener: make sure the listener never accepts too many conns by Willy Tarreau · 5 years ago
  58. 01abd02 BUG/MEDIUM: listener: use a self-locked list for the dequeue lists by Willy Tarreau · 5 years ago
  59. 7ac908b MINOR: config: add global tune.listener.multi-queue setting by Willy Tarreau · 5 years ago
  60. 8a03408 MINOR: activity: add accept queue counters for pushed and overflows by Willy Tarreau · 5 years ago
  61. e0e9c48 MAJOR: listener: use the multi-queue for multi-thread listeners by Willy Tarreau · 5 years ago
  62. 1efafce MINOR: listener: implement multi-queue accept for threads by Willy Tarreau · 5 years ago
  63. b2b50a7 MINOR: listener: pre-compute some thread counts per bind_conf by Willy Tarreau · 5 years ago
  64. 9e85318 MINOR: listener: maintain a per-thread count of the number of connections on a listener by Willy Tarreau · 5 years ago
  65. 3f0d02b MAJOR: listener: do not hold the listener lock in listener_accept() by Willy Tarreau · 5 years ago
  66. a36b324 MEDIUM: listener: keep a single thread-mask and warn on "process" misuse by Willy Tarreau · 5 years ago
  67. 741b4d6 BUG/MINOR: listener: keep accept rate counters accurate under saturation by Willy Tarreau · 5 years ago
  68. d16a9df BUG/MAJOR: listener: Make sure the listener exist before using it. by Olivier Houchard · 5 years ago
  69. ff9c914 MINOR: config: make MAX_PROCS configurable at build time by Willy Tarreau · 5 years ago
  70. 6daac19 MINOR: config: simplify bind_proc processing using proc_mask() by Willy Tarreau · 5 years ago
  71. bbcf2b9 BUG/MINOR: threads: fix the process range of thread masks by Willy Tarreau · 5 years ago
  72. 888d567 BUG/MINOR: listener: always fill the source address for accepted socketpairs by Willy Tarreau · 5 years ago
  73. c9a82e4 MINOR: cfgparse: make the process/thread parser support a maximum value by Willy Tarreau · 5 years ago
  74. 76a551d MINOR: config: make sure to associate the proper mux to bind and servers by Willy Tarreau · 6 years ago
  75. d913800 BUG/MEDIUM: listeners: CLOEXEC flag is not correctly set by William Lallemand · 6 years ago
  76. 4b58c80 REORG: mworker: declare master variable in global.h by William Lallemand · 6 years ago
  77. 86abe44 MEDIUM: init: use self-initializing spinlocks and rwlocks by Willy Tarreau · 6 years ago
  78. 0108d90 MEDIUM: init: convert all trivial registration calls to initcalls by Willy Tarreau · 6 years ago
  79. 0b3e849 MEDIUM: listeners: set O_CLOEXEC on the accepted FDs by William Lallemand · 6 years ago
  80. 2fe7dd0 MEDIUM: protocol: sockpair protocol by William Lallemand · 6 years ago
  81. e22f11f MINOR: mworker: keep and clean the listeners by William Lallemand · 6 years ago
  82. a717b99 MINOR: mux/frontend: Add 'proto' keyword to force the mux protocol by Christopher Faulet · 6 years ago
  83. fe23428 BUG/MINOR: listener: Don't decrease actconn twice when a new session is rejected by Christopher Faulet · 6 years ago
  84. 510c0d6 BUG/MEDIUM: threads/unix: Fix a deadlock when a listener is temporarily disabled by Christopher Faulet · 6 years ago
  85. c5532ac MINOR: fd: don't report maxfd in alert messages by Willy Tarreau · 6 years ago
  86. 421f02e MINOR: threads: add a MAX_THREADS define instead of LONGBITS by Willy Tarreau · 6 years ago
  87. 767a84b CLEANUP: log: Rename Alert/Warning in ha_alert/ha_warning by Christopher Faulet · 7 years ago
  88. c644fa9 MINOR: config: Add threads support for "process" option on "bind" lines by Christopher Faulet · 7 years ago
  89. 26028f6 MINOR: config: Add auto-increment feature for cpu-map by Christopher Faulet · 7 years ago
  90. f1f0c5f MINOR: config: Export parse_process_number and use it wherever it's applicable by Christopher Faulet · 7 years ago
  91. 15eb3a9 BUG/MINOR: listener: Allow multiple "process" options on "bind" lines by Christopher Faulet · 7 years ago
  92. 75ea0a0 BUG/MEDIUM: mworker: does not close inherited FD by William Lallemand · 7 years ago
  93. 9dcf9b6 MINOR: threads: Use __decl_hathreads to declare locks by Christopher Faulet · 7 years ago
  94. 387bd4f CLEANUP: global: introduce variable pid_bit to avoid shifts with relative_pid by Willy Tarreau · 7 years ago
  95. 2a944ee BUILD: threads: Rename SPIN/RWLOCK macros using HA_ prefix by Christopher Faulet · 7 years ago
  96. bbd09b9 BUG/MAJOR: thread/listeners: enable_listener must not call unbind_listener() by Willy Tarreau · 7 years ago
  97. 8d8aa0d MEDIUM: threads/listeners: Make listeners thread-safe by Christopher Faulet · 7 years ago
  98. 0bf6fa5 MEDIUM: session: count the frontend's connections at a single place by Willy Tarreau · 7 years ago
  99. 05f5047 MINOR: listener: new function listener_release by Willy Tarreau · 7 years ago
  100. 6f5e4b9 MEDIUM: session: take care of incrementing/decrementing jobs by Willy Tarreau · 7 years ago