summaryrefslogtreecommitdiff
path: root/time
Commit message (Expand)AuthorAgeFilesLines
...
* Cleaned up the code a bit and refactored common functionality.brane2001-06-281-35/+31
* apr_explode_localtime was not setting result's tm_usec field.brane2001-06-281-0/+1
* Solaris doesn't have (struct tm *)->tm_gmtoff, so the server logstrawick2001-06-221-13/+4
* Something is still broken with the testtime, but this gets us building.wrowe2001-06-061-0/+13
* help OS/390 recover from its post-Hackathon hangovergregames2001-04-191-0/+2
* Fix OS/2 build where we have no gmtime_r (or an *_r's for that matter) orbjh2001-04-171-1/+10
* Fix detection of tm_gmtoff in struct tm, and remove some warnings.rbb2001-04-141-2/+2
* Daniel Padwa <daniel.padwa@gs.com> pointed out the last patch brokedreid2001-04-122-2/+10
* Some adjustments to the time code that gets us working better with timezones.dreid2001-04-122-69/+54
* REVIEW Req'd ... solve the implode/explode discrepancy, but I hacked thiswrowe2001-04-021-30/+19
* Hmmm... on this (rare) point the castless caste looses :-/wrowe2001-03-311-1/+4
* Fix the hosed #ifdef APR_HAVE_FOO_H tests, the #if HAVE_ tests, andwrowe2001-02-252-6/+6
* Update copyright to 2001fielding2001-02-165-5/+5
* s/pupt/put/g typodougm2001-02-082-2/+2
* renaming various functions for consistency sakedougm2001-02-082-10/+10
* Win32: (IsLeapYear): New macro for quickly figgerin' out if a given year is astoddard2001-02-021-3/+17
* OS2 was chasing os2errno.h which we hid in a private platform directory,wrowe2001-01-281-4/+0
* Add remaining APR_DECLARE()s to all headers. Conditionally addedwrowe2001-01-182-17/+25
* Libtool-ize APR.gstein2001-01-092-24/+8
* Move apr_private.h.in from the include directory to the arch/unixrbb2000-12-081-1/+2
* This patch removes the dependencies from Makefile.in. Dependenciestrawick2000-11-151-41/+2
* Move all of the time private header files to an arch directory underrbb2000-11-095-76/+4
* add missing functiongstein2000-11-031-0/+4
* Renamed all MODULE_EXPORT symbols to AP_MODULE_DECLARE and all symbolswrowe2000-10-162-4/+4
* Remaining cleanup of ap_ -> apr_ and AP_ -> APR_ transformation...wrowe2000-08-065-70/+73
* prefix libapr functions and types with apr_dougm2000-08-026-65/+65
* torch some obsolete/unused functions.gstein2000-07-081-25/+0
* Update dependancies in APRrbb2000-07-071-2/+4
* Continuing the cleanup of beos code.dreid2000-06-171-0/+3
* Win32: Fix problem with UTC offset not being correctly reported in thestoddard2000-06-161-4/+23
* Update dependencies.ben2000-06-111-12/+14
* Use OS/2 native call in ap_sleep().bjh2000-06-111-3/+8
* Change ap_time_t to ap_interval_time_t for ap_sleep.rbb2000-06-081-1/+1
* Both of these need apr_private.h in order to include the correct headers.rbb2000-06-072-0/+5
* Add a new ap_sleep function for apr. This basically sleeps for a specifiedrbb2000-06-071-1/+7
* We don't actually use anything in atime.h, so get rid of it, and includerbb2000-06-074-85/+25
* PR:wrowe2000-05-282-4/+4
* Fixup a couple of rename's missed APR_VAR_EXPORT->APR_EXPORT_VARrbb2000-05-272-4/+4
* PR:wrowe2000-05-272-4/+4
* Mass update of API_IMPORT/EXPORT symbols TO APR_ symbols.wrowe2000-05-262-4/+4
* Make `mm' an INCDIR in shmem/unix, so that the INCDIR rewriter cansascha2000-04-301-1/+0
* Update comment for depend target. The template makefiles are now calledsascha2000-04-301-1/+1
* Move apr_config.h and apr_config.hw to apr_private.h and apr_private.hw.rbb2000-04-223-4/+4
* Change ap_context_t to ap_pool_t. This compiles, runs, and serves pagesrbb2000-04-144-6/+6
* more documentation movementdgaudet2000-04-141-55/+0
* Fix some of the Windows APR time functions.stoddard2000-04-042-2/+4
* Eliminate apr_win.h and apr_winconfig.h (and the ugly #ifdefs they cause).stoddard2000-04-031-1/+1
* Update to Apache Software License version 1.1fielding2000-03-317-222/+216
* Last doc update.rbb2000-03-151-7/+7
* Fix all the License issues. Including:rbb2000-03-107-63/+63