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
/
task-t.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
MINOR: flags/task: use flag dumping for task state
Willy Tarreau
2022-09-09
1
-1
/
+25
*
CLEANUP: task: move tid and wake_date into the common part
Willy Tarreau
2022-09-08
1
-6
/
+4
*
DEBUG: task: simplify the caller recording in DEBUG_TASK
Willy Tarreau
2022-09-08
1
-2
/
+3
*
DEBUG: task: use struct ha_caller instead of arrays of file:line
Willy Tarreau
2022-09-08
1
-2
/
+1
*
DEBUG: task: define a series of wakeup types for tasks and tasklets
Willy Tarreau
2022-09-08
1
-0
/
+13
*
MINOR: tasks: do not keep cpu and latency times in struct task
Willy Tarreau
2022-09-08
1
-2
/
+0
*
BUG/MINOR: sched: properly account for the CPU time of dying tasks
Willy Tarreau
2022-09-08
1
-1
/
+1
*
CLEANUP: task: rename ->call_date to ->wake_date
Willy Tarreau
2022-09-08
1
-2
/
+2
*
MINOR: task: permanently enable latency measurement on tasklets
Willy Tarreau
2022-09-08
1
-3
/
+1
*
MEDIUM: task: use regular eb32 trees for the run queues
Willy Tarreau
2022-07-01
1
-1
/
+1
*
CLEANUP: task: remove the now unused TASK_GLOBAL flag
Willy Tarreau
2022-07-01
1
-1
/
+1
*
MEDIUM: task: remove TASK_SHARED_WQ and only use t->tid
Willy Tarreau
2022-07-01
1
-3
/
+2
*
CLEANUP: task: remove thread_mask from the struct task
Willy Tarreau
2022-07-01
1
-1
/
+0
*
MEDIUM: task: add and preset a thread ID in the task struct
Willy Tarreau
2022-07-01
1
-1
/
+1
*
MINOR: task: add a new task_instant_wakeup() function
Willy Tarreau
2022-04-22
1
-0
/
+10
*
BUG/MINOR: task: do not set TASK_F_USR1 for no reason
Willy Tarreau
2021-10-21
1
-0
/
+3
*
REORG: thread/sched: move the task_per_thread stuff to thread_ctx
Willy Tarreau
2021-10-08
1
-32
/
+0
*
CLEANUP: tree-wide: only include ebtree-t from type files
Willy Tarreau
2021-10-07
1
-2
/
+1
*
CLEANUP: tasks: remove the long-unused work_lists
Willy Tarreau
2021-10-01
1
-16
/
+0
*
CLEANUP: task: make sure tasklet handlers always indicate their statuses
Willy Tarreau
2021-03-13
1
-0
/
+5
*
MINOR: task: add an application specific flag to the state: TASK_F_USR1
Willy Tarreau
2021-03-05
1
-1
/
+2
*
MEDIUM: task: extend the state field to 32 bits
Willy Tarreau
2021-03-05
1
-23
/
+25
*
MINOR: task: move the nice field to the struct task only
Willy Tarreau
2021-03-05
1
-1
/
+3
*
MINOR: task: stop abusing the nice field to detect a tasklet
Willy Tarreau
2021-03-05
1
-1
/
+3
*
MINOR: task: add one extra tasklet class: TL_HEAVY
Willy Tarreau
2021-02-26
1
-7
/
+15
*
MINOR: task: limit the number of subsequent heavy tasks with flag TASK_HEAVY
Willy Tarreau
2021-02-26
1
-0
/
+1
*
MINOR: tasks: also compute the tasklet latency when DEBUG_TASK is set
Willy Tarreau
2021-02-25
1
-0
/
+3
*
MINOR: task: move the allocated tasks counter to the per-thread struct
Willy Tarreau
2021-02-24
1
-0
/
+1
*
CLEANUP: tasks: use a less confusing name for task_list_size
Willy Tarreau
2021-02-24
1
-1
/
+1
*
MINOR: tasks: do not maintain the rqueue_size counter anymore
Willy Tarreau
2021-02-24
1
-2
/
+1
*
MEDIUM: task: remove the tasks_run_queue counter and have one per thread
Willy Tarreau
2021-02-24
1
-0
/
+1
*
MINOR: sched: have one runqueue ticks counter per thread
Willy Tarreau
2021-02-20
1
-1
/
+2
*
MINOR: tasks: add DEBUG_TASK to report caller info in a task
Willy Tarreau
2021-02-18
1
-0
/
+13
*
BUG/MEDIUM: task: close a possible data race condition on a tasklet's list link
Willy Tarreau
2020-11-30
1
-0
/
+1
*
MEDIUM: sched: create a new TASK_KILLED task flag
Willy Tarreau
2020-07-01
1
-0
/
+1
*
MINOR: tasks: add a mask of the queues with active tasklets
Willy Tarreau
2020-06-24
1
-0
/
+1
*
MINOR: tasks: make current_queue an index instead of a pointer
Willy Tarreau
2020-06-24
1
-1
/
+1
*
MINOR: task: add a new pointer to current tasklet queue
Willy Tarreau
2020-06-23
1
-0
/
+1
*
REORG: include: make list-t.h part of the base API
Willy Tarreau
2020-06-11
1
-1
/
+0
*
CLEANUP: include: tree-wide alphabetical sort of include files
Willy Tarreau
2020-06-11
1
-1
/
+1
*
REORG: include: move task.h to haproxy/task{,-t}.h
Willy Tarreau
2020-06-11
1
-0
/
+146