aboutsummaryrefslogtreecommitdiff
path: root/src/core/ngx_parse_time.c
Commit message (Collapse)AuthorAge
* Style.Maxim Dounin2017-09-13
|
* Parenthesized ASCII-related calculations.Valentin Bartenev2017-07-17
| | | | | This also fixes potential undefined behaviour in the range and slice filter modules, caused by local overflows of signed integers in expressions.
* Style.Ruslan Ermilov2016-03-30
|
* Moved ngx_http_parse_time() to core, renamed accordingly.Maxim Dounin2015-06-11
The function is now called ngx_parse_http_time(), and can be used by any code to parse HTTP-style date and time. In particular, it will be used for OCSP stapling. For compatibility, a macro to map ngx_http_parse_time() to the new name provided for a while.