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