summaryrefslogtreecommitdiff
path: root/include/haproxy/clock.h
Commit message (Expand)AuthorAgeFilesLines
* MINOR: clock: provide a function to automatically adjust now_offsetWilly Tarreau2023-05-171-0/+1
* MINOR: clock: measure the total boot timeWilly Tarreau2023-05-171-0/+1
* MINOR: clock: replace the timeval start_time with start_time_nsWilly Tarreau2023-04-281-1/+1
* MEDIUM: clock: replace timeval "now" with integer "now_ns"Willy Tarreau2023-04-281-2/+2
* MINOR: clock: add now_cpu_time_fast() functionAurelien DARRAGON2023-04-191-0/+1
* MINOR: clock: add now_mono_time_fast() functionAurelien DARRAGON2023-04-191-0/+1
* BUG/MINOR: clock: do not mix wall-clock and monotonic time in uptime calculationWilly Tarreau2023-02-081-0/+1
* MINOR: clock: split local and global date updatesWilly Tarreau2022-09-211-1/+8
* MINOR: clock: move the clock_ids to clock.cWilly Tarreau2021-10-081-2/+1
* REORG: clock/wdt: move wdt timer initialization to clock.cWilly Tarreau2021-10-081-0/+1
* REORG: clock: move the clock_id initialization to clock.cWilly Tarreau2021-10-081-0/+1
* CLEANUP: clock: stop exporting before_poll and after_pollWilly Tarreau2021-10-081-2/+0
* REORG: clock: move the updates of cpu/mono time to clock.cWilly Tarreau2021-10-081-0/+3
* REORG: time: move time-keeping code and variables to clock.cWilly Tarreau2021-10-081-0/+45