summaryrefslogtreecommitdiff
path: root/server/util_time.c
Commit message (Expand)AuthorAgeFilesLines
* TypoChristophe Jaillet2014-06-071-1/+1
* Break out common code to be share-ableJim Jagielski2014-06-031-0/+21
* Add ErrorLogFormat directive for configuring the error log format, includingStefan Fritsch2010-09-051-17/+41
* Add microsecond timestamps to the error log.Rainer Jung2010-06-071-2/+44
* update license header textRoy T. Fielding2006-07-111-6/+6
* Update the copyright year in all .c, .h and .xml filesColm MacCarthaigh2006-04-191-1/+1
* Update copyright year to 2005 and standardize on current copyright owner line.Justin Erenkrantz2005-02-041-1/+2
* Remove deprecated APR_STATUS_IS_SUCCESS() macro in favor of direct test againstJustin Erenkrantz2004-08-011-1/+1
* fix name of The Apache Software FoundationAndré Malo2004-02-091-1/+1
* apply Apache License, Version 2.0André Malo2004-02-061-50/+10
* 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