summaryrefslogtreecommitdiff
path: root/include/haproxy/time.h
Commit message (Expand)AuthorAgeFilesLines
* BUG/MINOR: time: fix NS_TO_TV macroAurelien DARRAGON2023-05-041-1/+1
* MINOR: time: add conversions to/from nanosecond timestampsWilly Tarreau2023-04-281-0/+46
* REORG: time: move time-keeping code and variables to clock.cWilly Tarreau2021-10-081-69/+1
* CLEANUP: time: move a few configurable defines to defaults.hWilly Tarreau2021-10-071-16/+0
* REORG: time/ticks: move now_ms and global_now_ms definitions to ticks.hWilly Tarreau2021-10-071-2/+0
* REORG: sched: moved samp_time and idle_time to task.c as wellWilly Tarreau2021-10-071-2/+0
* REORG: sched: move idle time calculation from time.h to task.hWilly Tarreau2021-10-011-49/+0
* MINOR: time: uninline report_idle() and move it to task.cWilly Tarreau2021-10-011-16/+0
* CLEANUP: tree-wide: fix prototypes for functions taking no arguments.Tim Duesterhus2021-09-151-2/+2
* MINOR: time: add report_idle() to report process-wide idle timeWilly Tarreau2021-08-281-1/+17
* BUG/MINOR: time: fix idle time computation for long sleepsWilly Tarreau2021-08-271-1/+1
* MINOR: time: avoid u64 needlessly expensive computations for the 32-bit now_msWilly Tarreau2021-04-231-5/+5
* MINOR: time: move the time initialization out of tv_update_date()Willy Tarreau2021-04-111-0/+2
* CLEANUP: time: remove the now unused ms_left_scaledWilly Tarreau2021-04-111-3/+0
* MINOR: time: also provide a global, monotonic global_now_ms timerWilly Tarreau2021-03-231-0/+1
* MINOR: time: export the global_now variableWilly Tarreau2021-03-171-0/+1
* MINOR: time: increase the minimum wakeup interval to 60sWilly Tarreau2020-12-221-1/+1
* REORG: include: move time.h from common/ to haproxy/Willy Tarreau2020-06-111-0/+610
* [CLEANUP] renamed include/haproxy to include/commonWilly Tarreau2006-06-291-176/+0
* [BIGMOVE] exploded the monolithic haproxy.c file into multiple files.Willy Tarreau2006-06-261-0/+176