]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
time overhaul:
authordgaudet <dgaudet@unknown>
Sun, 9 Jan 2000 05:18:31 +0000 (05:18 +0000)
committerdgaudet <dgaudet@unknown>
Sun, 9 Jan 2000 05:18:31 +0000 (05:18 +0000)
commitfaff1f01dd44936eb7e4b553f42e872edd9f2f2b
tree0c5a44996a4b7b25f4fd018751996ec013b3a344
parente9f223a67c3d231be961754fd21b0ad409f60ea5
time overhaul:

- ap_time_t is a 64-bit scalar, microseconds since epoch
- ap_exploded_time_t corresponds to struct tm with a few extras

probably broken on anything except linux.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@84413 13f79535-47bb-0310-9956-ffa450edef68
20 files changed:
include/http_protocol.h
include/http_request.h
include/httpd.h
include/util_date.h
modules/filters/mod_include.c
modules/generators/mod_autoindex.c
modules/generators/mod_cgi.c
modules/generators/mod_cgid.c
modules/generators/mod_status.c
modules/http/http_core.c
modules/http/http_protocol.c
modules/http/http_request.c
modules/loggers/mod_log_config.c
modules/mappers/mod_rewrite.c
modules/metadata/mod_expires.c
modules/metadata/mod_usertrack.c
server/log.c
server/util.c
server/util_date.c
server/util_script.c