index
:
delta/haproxy.git
20170818-h2-2
20171105-sched-4
20181118-wta-oho-cfa-merge-6
20181130-last-htx-changes-4
20181215-srv-idle-pool-1
20181215-srv-idle-pool-2
20191016-ssl-err-check-1
20200527-rework-includes-2
20200528-rework-includes-3
20200602-rework-includes-7
20200603-rework-includes-9e
20200604-rework-includes-9f
20200605-rework-include-final
20200605-rework-includes-a2
20200828-split-protos-6
20200901-split-protos-7
20200901-split-protos-8a
20200902-split-protos-8c
20200903-split-protos-9c
20200904-split-protos-9d
20200923-proxy-state-5
20200923-proxy-state-6
20201007-proxy-state-7
20201008-proxy-state-8
20201009-mux_h1_refactoring-1
20201118-mux_h1_refactoring-2
20201208-mux_h1_refactoring-3
20201209-quic-dev-review-wta-2
20201215-htx-fl-eom-and-websockets-1
2021-07-31-patches-error-log-format
2021-11-17-fix-tls-resume
2021-11-17-ssl-list-filters.vtc
20210122-fix-tcp-to-h1-upgrade-1
20210122-htx-fl-eom-and-websockets-3
20210402-contrib-cleanup-3
20210415-pools-3
20210618-queue-try2
20210830-wundef-1
20211012-bind-shards-1
20211012-openssl-regtests
20211013-openssl-3.0.0
20211014-ssl_fc_is_resumed
20211018-jtw-fixes
20211020-res-fix-6
20211027-mptcp-3c
20211118-vtest-2
20211119-cache-fixes
20211120-quictls-1
20211125-befab9ee
20211125-revert-fd-leak
20211126-ci-gcc-output-1
20211223-cs-si-refactoring-1
20211228-debug-dump-libs-2
20211228-pool-mt-try2-3
20211228-pool-mt-try2-7
20221220-ocsp-test-1
20230109-ocsp-test-1
20230223-ocsp-test-2
20230302-ocsp-test-3
ade-handle-h2-ws-support
bwlim
haproxy-httpclient-lua-2021-09-28
haproxy-httpclient-lua-2021-10-06
haproxy-httpclient-lua-2021-11-08
httpclient-lua-2021-10-27
httpclient-lua-2021-10-28
master
mworker-20211109
next
ot
github.com: haproxy/haproxy.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
haproxy
/
fd.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
MINOR: fd: implement fd_migrate_on() to migrate on a non-local thread
Amaury Denoyelle
2023-04-13
1
-0
/
+3
*
MINOR: fd: add a lock bit with the tgid
Willy Tarreau
2023-04-13
1
-1
/
+34
*
MINOR: fd: optimize fd_claim_tgid() for use in fd_insert()
Willy Tarreau
2023-04-13
1
-2
/
+2
*
BUG/MINOR: thread: always reload threads_enabled in loops
Willy Tarreau
2023-01-19
1
-2
/
+2
*
MINOR: fd: add a new function to only raise RLIMIT_NOFILE
Willy Tarreau
2022-10-04
1
-0
/
+3
*
DEBUG: fd: split the fd check
William Lallemand
2022-07-26
1
-1
/
+2
*
DEBUG: fd: detect possibly invalid tgid in fd_insert()
Willy Tarreau
2022-07-25
1
-0
/
+1
*
BUG/MINOR: fd: Properly init the fd state in fd_insert()
Christopher Faulet
2022-07-19
1
-1
/
+1
*
MINOR: fd: add fd_reregister_all() to deal with boot-time FDs
Willy Tarreau
2022-07-15
1
-0
/
+1
*
MEDIUM: fd: make fd_insert/fd_delete atomically update fd.tgid
Willy Tarreau
2022-07-15
1
-7
/
+13
*
MEDIUM: fd: make thread_mask now represent group-local IDs
Willy Tarreau
2022-07-15
1
-1
/
+1
*
MINOR: fd: make fd_clr_running() return the previous value instead
Willy Tarreau
2022-07-15
1
-3
/
+3
*
MEDIUM: fd/poller: turn running_mask to group-local IDs
Willy Tarreau
2022-07-15
1
-1
/
+1
*
MEDIUM: fd/poller: turn update_mask to group-local IDs
Willy Tarreau
2022-07-15
1
-5
/
+5
*
MINOR: fd: add fd_get_running() to atomically return the running mask
Willy Tarreau
2022-07-15
1
-0
/
+21
*
MINOR: fd: add functions to manipulate the FD's tgid
Willy Tarreau
2022-07-15
1
-0
/
+67
*
MEDIUM: fd: add the tgid to the fd and pass it to fd_insert()
Willy Tarreau
2022-07-15
1
-3
/
+11
*
MINOR: fd: make fd_insert() apply the thread mask itself
Willy Tarreau
2022-07-15
1
-1
/
+5
*
MEDIUM: fd/poller: make the update-list per-group
Willy Tarreau
2022-07-15
1
-4
/
+3
*
MINOR: fd/thread: get rid of thread_mask()
Willy Tarreau
2022-07-15
1
-0
/
+1
*
CLEANUP: fd: get rid of the __GET_{NEXT,PREV} macros
Willy Tarreau
2022-07-15
1
-4
/
+4
*
MINOR: fd: Add BUG_ON checks on fd_insert()
Emeric Brun
2022-07-05
1
-0
/
+2
*
MEDIUM: tasks/fd: replace sleeping_thread_mask with a TH_FL_SLEEPING flag
Willy Tarreau
2022-07-01
1
-3
/
+1
*
MEDIUM: thread: add a new per-thread flag TH_FL_NOTIFIED to remember wakeups
Willy Tarreau
2022-07-01
1
-2
/
+6
*
MINOR: poller: centralize poll return handling
Willy Tarreau
2022-07-01
1
-0
/
+1
*
MINOR: thread: make wake_thread() take care of the sleeping threads mask
Willy Tarreau
2022-07-01
1
-4
/
+6
*
MINOR: fd: add functions to set O_NONBLOCK and FD_CLOEXEC
Willy Tarreau
2022-04-26
1
-0
/
+8
*
DEBUG: fd: make sure we never try to insert/delete an impossible FD number
Willy Tarreau
2022-01-31
1
-0
/
+5
*
REORG: fd: uninline compute_poll_timeout()
Willy Tarreau
2021-10-07
1
-26
/
+2
*
CLEANUP: fd: do not include time.h
Willy Tarreau
2021-10-07
1
-1
/
+1
*
CLEANUP: tree-wide: fix prototypes for functions taking no arguments.
Tim Duesterhus
2021-09-15
1
-3
/
+3
*
CLEANUP: fd: remove the now unneeded fd_mig_lock
Willy Tarreau
2021-08-04
1
-5
/
+0
*
CLEANUP: fd: remove the now unused fd_set_running()
Willy Tarreau
2021-08-04
1
-31
/
+0
*
MEDIUM: fd: rely more on fd_update_events() to detect changes
Willy Tarreau
2021-07-30
1
-1
/
+1
*
REORG: fd: uninline fd_update_events()
Willy Tarreau
2021-07-30
1
-91
/
+1
*
MINOR: fd: update flags only once in fd_update_events()
Willy Tarreau
2021-07-30
1
-6
/
+6
*
BUG/MINOR: fd: protect fd state harder against a concurrent takeover
Willy Tarreau
2021-07-30
1
-8
/
+23
*
BUG/MAJOR: fd: switch temp values to uint in fd_stop_both()
Willy Tarreau
2021-04-07
1
-1
/
+1
*
CLEANUP: atomic/tree-wide: replace single increments/decrements with inc/dec
Willy Tarreau
2021-04-07
1
-1
/
+1
*
CLEANUP: atomic: add an explicit _FETCH variant for add/sub/and/or
Willy Tarreau
2021-04-07
1
-2
/
+2
*
MINOR: fd: move .exported into fdtab[].state
Willy Tarreau
2021-04-07
1
-1
/
+0
*
MINOR: fd: move .et_possible into fdtab[].state
Willy Tarreau
2021-04-07
1
-2
/
+1
*
MINOR: fd: move .cloned into fdtab[].state
Willy Tarreau
2021-04-07
1
-1
/
+0
*
MINOR: fd: move .linger_risk into fdtab[].state
Willy Tarreau
2021-04-07
1
-1
/
+0
*
MEDIUM: fd: merge fdtab[].ev and state for FD_EV_* and FD_POLL_* into state
Willy Tarreau
2021-04-07
1
-7
/
+7
*
MEDIUM: fd: prepare FD_POLL_* to move to bits 8-15
Willy Tarreau
2021-04-07
1
-3
/
+3
*
CLEANUP: fd: remove FD_POLL_DATA and FD_POLL_STICKY
Willy Tarreau
2021-04-07
1
-2
/
+2
*
CLEANUP: fd: remove unused fd_set_running_excl()
Willy Tarreau
2021-03-24
1
-7
/
+0
*
BUG/MEDIUM: fd: do not wait on FD removal in fd_delete()
Willy Tarreau
2021-03-24
1
-1
/
+4
*
MINOR: fd: remove the unneeded running bit from fd_insert()
Willy Tarreau
2021-03-24
1
-5
/
+1
[next]