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.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
MINOR: Make `tasklet_free()` safe to be called with `NULL`
Tim Duesterhus
2023-04-23
1
-0
/
+3
*
BUG/MAJOR: sched: protect task during removal from wait queue
Willy Tarreau
2022-11-22
1
-6
/
+8
*
DEBUG: task: simplify the caller recording in DEBUG_TASK
Willy Tarreau
2022-09-08
1
-33
/
+24
*
DEBUG: task: use struct ha_caller instead of arrays of file:line
Willy Tarreau
2022-09-08
1
-26
/
+34
*
DEBUG: task: define a series of wakeup types for tasks and tasklets
Willy Tarreau
2022-09-08
1
-1
/
+16
*
MINOR: tasks: do not keep cpu and latency times in struct task
Willy Tarreau
2022-09-08
1
-2
/
+0
*
CLEANUP: task: rename ->call_date to ->wake_date
Willy Tarreau
2022-09-08
1
-5
/
+5
*
MINOR: task: permanently enable latency measurement on tasklets
Willy Tarreau
2022-09-08
1
-3
/
+3
*
BUG/MINOR: task: make task_instant_wakeup() work on a task not a tasklet
Willy Tarreau
2022-09-08
1
-10
/
+9
*
BUG/MINOR: task: always reset a new tasklet's call date
Willy Tarreau
2022-09-08
1
-0
/
+1
*
BUG/MEDIUM: task: relax one thread consistency check in task_unlink_wq()
Willy Tarreau
2022-08-10
1
-1
/
+1
*
CLEANUP: assorted typo fixes in the code and comments
Ilya Shipitsin
2022-08-06
1
-1
/
+1
*
MINOR: task: move the niced_tasks counter to the thread group context
Willy Tarreau
2022-07-15
1
-2
/
+0
*
MEDIUM: task/thread: move the task shared wait queues per thread group
Willy Tarreau
2022-07-15
1
-14
/
+8
*
MINOR: thread: only use atomic ops to touch the flags
Willy Tarreau
2022-07-01
1
-2
/
+2
*
MEDIUM: task: use regular eb32 trees for the run queues
Willy Tarreau
2022-07-01
1
-1
/
+0
*
MINOR: task: replace global_tasks_mask with a check for tree's emptiness
Willy Tarreau
2022-07-01
1
-3
/
+2
*
MINOR: task: remove grq_total and use rq_total instead
Willy Tarreau
2022-07-01
1
-4
/
+0
*
MEDIUM: task: replace the global rq_lock with a per-rq one
Willy Tarreau
2022-07-01
1
-1
/
+0
*
MEDIUM: task: move the shared runqueue to one per thread
Willy Tarreau
2022-07-01
1
-1
/
+0
*
CLEANUP: task: remove the unused task_unlink_rq()
Willy Tarreau
2022-07-01
1
-35
/
+0
*
MINOR: task: replace task_set_affinity() with task_set_thread()
Willy Tarreau
2022-07-01
1
-9
/
+9
*
MEDIUM: task: remove TASK_SHARED_WQ and only use t->tid
Willy Tarreau
2022-07-01
1
-7
/
+5
*
MEDIUM: task: only keep task_new_*() and drop task_new()
Willy Tarreau
2022-07-01
1
-26
/
+17
*
CLEANUP: task: remove thread_mask from the struct task
Willy Tarreau
2022-07-01
1
-3
/
+0
*
MAJOR: task: use t->tid instead of ffsl(t->thread_mask) to take the thread ID
Willy Tarreau
2022-07-01
1
-1
/
+4
*
MEDIUM: task/debug: move the ->thread_mask integrity checks to ->tid
Willy Tarreau
2022-07-01
1
-3
/
+3
*
MEDIUM: task: add and preset a thread ID in the task struct
Willy Tarreau
2022-07-01
1
-2
/
+16
*
MINOR: task: Add tasklet_wakeup_after()
Frédéric Lécaille
2022-06-30
1
-0
/
+35
*
MINOR: thread: get rid of MAX_THREADS_MASK
Willy Tarreau
2022-06-14
1
-1
/
+1
*
MINOR: task: move profiling bit to per-thread
Willy Tarreau
2022-06-14
1
-2
/
+2
*
Revert "BUG/MINOR: task: Don't defer tasks release when HAProxy is stopping"
Christopher Faulet
2022-05-25
1
-3
/
+3
*
BUG/MINOR: task: Don't defer tasks release when HAProxy is stopping
Christopher Faulet
2022-05-25
1
-3
/
+3
*
MINOR: task: add a new task_instant_wakeup() function
Willy Tarreau
2022-04-22
1
-0
/
+44
*
BUILD: sched: workaround crazy and dangerous warning in Clang 14
Willy Tarreau
2022-04-14
1
-4
/
+4
*
BUG/MAJOR: sched: prevent rare concurrent wakeup of multi-threaded tasks
Willy Tarreau
2022-02-14
1
-0
/
+36
*
BUILD: task: use list_to_mt_list() instead of casting list to mt_list
Willy Tarreau
2022-01-28
1
-2
/
+2
*
REORG: thread/sched: move the task_per_thread stuff to thread_ctx
Willy Tarreau
2021-10-08
1
-18
/
+15
*
REORG: clock: move the updates of cpu/mono time to clock.c
Willy Tarreau
2021-10-08
1
-7
/
+0
*
REORG: time: move time-keeping code and variables to clock.c
Willy Tarreau
2021-10-08
1
-1
/
+1
*
BUG/MINOR: task: fix missing include with DEBUG_TASK
Amaury Denoyelle
2021-10-07
1
-0
/
+2
*
REORG: task: uninline the loop time measurement code
Willy Tarreau
2021-10-07
1
-74
/
+2
*
CLEANUP: tree-wide: remove unneeded include time.h in ~20 files
Willy Tarreau
2021-10-07
1
-0
/
+1
*
REORG: sched: moved samp_time and idle_time to task.c as well
Willy Tarreau
2021-10-07
1
-0
/
+4
*
REORG: sched: move the stolen CPU time detection to sched_entering_poll()
Willy Tarreau
2021-10-01
1
-0
/
+23
*
REORG: sched: move idle time calculation from time.h to task.h
Willy Tarreau
2021-10-01
1
-0
/
+50
*
MINOR: time: uninline report_idle() and move it to task.c
Willy Tarreau
2021-10-01
1
-0
/
+3
*
MINOR: task: provide 3 task_new_* wrappers to simplify the API
Willy Tarreau
2021-10-01
1
-2
/
+30
*
CLEANUP: tasks: remove the long-unused work_lists
Willy Tarreau
2021-10-01
1
-12
/
+0
*
MINOR: tasks: catch TICK_ETERNITY with BUG_ON() in __task_queue()
Willy Tarreau
2021-09-30
1
-0
/
+4
[next]