summaryrefslogtreecommitdiff
path: root/include/haproxy/fd-t.h
Commit message (Expand)AuthorAgeFilesLines
* MINOR: fd: add a lock bit with the tgidWilly Tarreau2023-04-131-3/+4
* BUG/MAJOR: fd/threads: close a race on closing connections after takeoverWilly Tarreau2023-03-091-0/+2
* MINOR: flags/fd: decode FD flags statesWilly Tarreau2022-09-121-0/+22
* MEDIUM: fd: add the tgid to the fd and pass it to fd_insert()Willy Tarreau2022-07-151-0/+6
* MEDIUM: fd/poller: make the update-list per-groupWilly Tarreau2022-07-151-2/+2
* MINOR: fd: add a new FD_DISOWN flag to prevent from closing a deleted FDEmeric Brun2022-07-011-0/+2
* MAJOR: fd: get rid of the DWCAS when setting the running_maskWilly Tarreau2021-08-041-4/+0
* MINOR: activity/fd: remove the dead_fd counterWilly Tarreau2021-08-041-1/+0
* MEDIUM: fd: rely more on fd_update_events() to detect changesWilly Tarreau2021-07-301-0/+8
* MINOR: fd: implement an exclusive syscall bit to remove the ugly "log" lockWilly Tarreau2021-04-071-0/+2
* MINOR: fd: move .exported into fdtab[].stateWilly Tarreau2021-04-071-1/+2
* MINOR: fd: move .et_possible into fdtab[].stateWilly Tarreau2021-04-071-1/+2
* MINOR: fd: move .initialized into fdtab[].stateWilly Tarreau2021-04-071-1/+2
* MINOR: fd: move .cloned into fdtab[].stateWilly Tarreau2021-04-071-1/+2
* MINOR: fd: move .linger_risk into fdtab[].stateWilly Tarreau2021-04-071-1/+5
* MEDIUM: fd: merge fdtab[].ev and state for FD_EV_* and FD_POLL_* into stateWilly Tarreau2021-04-071-18/+31
* MEDIUM: fd: prepare FD_POLL_* to move to bits 8-15Willy Tarreau2021-04-071-6/+6
* CLEANUP: fd: remove FD_POLL_DATA and FD_POLL_STICKYWilly Tarreau2021-04-071-2/+1
* MINOR: fd: add a new "exported" flag and use it for all regular listenersWilly Tarreau2020-08-261-0/+1
* MINOR: debug: add a new DEBUG_FD build optionWilly Tarreau2020-06-231-0/+3
* MEDIUM: fd: add experimental support for edge-triggered pollingWilly Tarreau2020-06-191-0/+1
* DOC: fd: make it clear that some fields ordering must absolutely be respectedWilly Tarreau2020-06-171-0/+4
* CLEANUP: compiler: add a THREAD_ALIGNED macro and use it where appropriateWilly Tarreau2020-06-111-9/+4
* REORG: include: move fd.h to haproxy/fd{,-t}.hWilly Tarreau2020-06-111-0/+189