nginx/src
Maxim Dounin c7e8a6f212 Core: ngx_current_msec now uses monotonic time if available.
When clock_gettime(CLOCK_MONOTONIC) (or faster variants, _FAST on FreeBSD,
and _COARSE on Linux) is available, we now use it for ngx_current_msec.
This should improve handling of timers if system time changes (ticket #189).
2018-03-01 20:25:50 +03:00
..
core Core: ngx_current_msec now uses monotonic time if available. 2018-03-01 20:25:50 +03:00
event Generate error for unsupported IPv6 transparent proxy. 2018-02-22 13:16:21 +03:00
http Postpone filter: prevented uninitialized r->out. 2018-03-01 18:38:39 +03:00
mail SSL: using default server context in session remove (closes #1464). 2018-01-30 17:46:31 +03:00
misc Style: aligned ngx_null_command. 2017-07-12 11:34:04 +03:00
os Fixed capabilities version. 2017-12-19 19:00:27 +03:00
stream Geo: fixed indentation. 2018-02-21 17:26:00 +03:00