summaryrefslogtreecommitdiff
path: root/server/util_time.c
Commit message (Expand)AuthorAgeFilesLines
* update license to 2004.André Malo2004-01-011-1/+1
* finished that boring job:André Malo2003-02-031-1/+1
* Strength-reduce a 64-bit "mod 16" operation to "& 0xf" in cached_explode()Brian Pane2002-07-111-1/+9
* replaced APR_USEC_PER_SEC division with the new time macrosBrian Pane2002-07-041-2/+2
* Use the day and month names exported from APR, rather than duplicating themBrian Pane2002-04-211-11/+2
* Added ap_recent_rfc822_date(), which uses the recent timestamp cacheBrian Pane2002-04-211-0/+60
* Adapt to the rename of apr_explode_localtime to apr_time_exp_lt in APR.Sander Striker2002-04-131-3/+3
* Update callers of apr_explode_gmt to apr_time_exp_gmt. TheSander Striker2002-03-211-2/+2
* Use the "recent time" cache to optimize timestamp generation forBrian Pane2002-03-171-0/+45
* Update our copyright for this year.Roy T. Fielding2002-03-131-1/+1
* apr-utils rename apr_ansi_time_to_apr_time andIan Holsman2002-03-061-7/+7
* Nothing wrong with an int here, so make it explicit and kill the warning.William A. Rowe Jr2001-10-011-1/+1
* The call to apr_explode_localtime() in mod_log_config is one of the moreJustin Erenkrantz2001-09-191-0/+175