summaryrefslogtreecommitdiffhomepage
path: root/src/core/ngx_parse_time.c (follow)
AgeCommit message (Collapse)AuthorFilesLines
2017-09-13Style.Maxim Dounin1-2/+3
2017-07-17Parenthesized ASCII-related calculations.Valentin Bartenev1-8/+8
This also fixes potential undefined behaviour in the range and slice filter modules, caused by local overflows of signed integers in expressions.
2016-03-30Style.Ruslan Ermilov1-1/+1
2015-06-11Moved ngx_http_parse_time() to core, renamed accordingly.Maxim Dounin1-0/+276
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.