summaryrefslogtreecommitdiff
path: root/src/http_date.c
Commit message (Expand)AuthorAgeFilesLines
* [multiple] __MINGW32__ missing strftime() "%F %T"Glenn Strauss2023-05-031-0/+4
* [multiple] Y2038 32-bit signed time_t mitigationsGlenn Strauss2021-09-041-5/+9
* [core] move timegm() impl inline in sys-time.hGlenn Strauss2021-04-261-22/+1
* [core] http_date_timegm() (portable timegm())Glenn Strauss2020-12-241-20/+18
* [multiple] employ http_date.h, sys-time.hGlenn Strauss2020-12-241-26/+21
* [core] specialized strptime() for HTTP date fmtsGlenn Strauss2020-12-241-21/+219
* [core] http_date.[ch] encapsulate HTTP-date parseGlenn Strauss2020-12-241-0/+120