summaryrefslogtreecommitdiff
path: root/time
Commit message (Expand)AuthorAgeFilesLines
...
* Removed the special implementation of the apr_time_now() API since weBradley Nicholes2002-03-051-8/+1
* More safe header exclusions from Mladen Turk <mturk@mappingsoft.com>William A. Rowe Jr2002-02-121-0/+4
* GetSystemTimeAsFileTime is great! Unfortuantely, WCE's designersWilliam A. Rowe Jr2002-02-121-0/+6
* Improve matters on Win32 with time string formats.William A. Rowe Jr2002-01-291-1/+65
* Fix GMT offset calculations for platforms that do not have native GMTJustin Erenkrantz2002-01-101-3/+4
* Fixing up a linker issue since NetWare does not have a gettimeofday() functionBradley Nicholes2002-01-021-6/+7
* Added an initialization routine for NetWare and daylight savings handlingBradley Nicholes2001-11-051-1/+18
* Adjusted to deal with microsecondsBradley Nicholes2001-11-021-1/+1
* Added the NetWare delay() call to apr_sleep()Bradley Nicholes2001-10-291-0/+2
* Allowed NetWare to take advantage of the system timezone variableBradley Nicholes2001-10-091-1/+1
* include the prototype for apr_unix_setup_time() in the fileJeff Trawick2001-08-311-0/+3
* On platforms where neither HAVE_GMTOFF nor HAVE___OFFSET is defined,Justin Erenkrantz2001-08-311-23/+52
* Wrap all APR functions in APR_DECLARE macro.Ryan Bloom2001-08-101-17/+19
* Ported the apr_time_now() function to support the NetWare OSBradley Nicholes2001-08-021-0/+7
* Adjust the calculated GMT offset on get_offset() for daylight savings time.Branko Čibej2001-07-011-2/+12
* Added new function apr_implode_gmt, which works like apr_implode_time, exceptBranko Čibej2001-06-302-0/+17
* fix some compile breakage (on HP-UX, at least)... testtime is happy onJeff Trawick2001-06-291-8/+8
* Update the time code to make it clearer what's going on and toDavid Reid2001-06-291-29/+35
* Cleaned up the code a bit and refactored common functionality.Branko Čibej2001-06-281-35/+31
* apr_explode_localtime was not setting result's tm_usec field.Branko Čibej2001-06-281-0/+1
* Solaris doesn't have (struct tm *)->tm_gmtoff, so the server logsJeff Trawick2001-06-221-13/+4
* Something is still broken with the testtime, but this gets us building.William A. Rowe Jr2001-06-061-0/+13
* help OS/390 recover from its post-Hackathon hangoverGreg Ames2001-04-191-0/+2
* Fix OS/2 build where we have no gmtime_r (or an *_r's for that matter) orBrian Havard2001-04-171-1/+10
* Fix detection of tm_gmtoff in struct tm, and remove some warnings.Ryan Bloom2001-04-141-2/+2
* Daniel Padwa <daniel.padwa@gs.com> pointed out the last patch brokeDavid Reid2001-04-122-2/+10
* Some adjustments to the time code that gets us working better with timezones.David Reid2001-04-122-69/+54
* REVIEW Req'd ... solve the implode/explode discrepancy, but I hacked thisWilliam A. Rowe Jr2001-04-021-30/+19
* Hmmm... on this (rare) point the castless caste looses :-/William A. Rowe Jr2001-03-311-1/+4
* Fix the hosed #ifdef APR_HAVE_FOO_H tests, the #if HAVE_ tests, andWilliam A. Rowe Jr2001-02-252-6/+6
* Update copyright to 2001Roy T. Fielding2001-02-165-5/+5
* s/pupt/put/g typoDoug MacEachern2001-02-082-2/+2
* renaming various functions for consistency sakeDoug MacEachern2001-02-082-10/+10
* Win32: (IsLeapYear): New macro for quickly figgerin' out if a given year is aBill Stoddard2001-02-021-3/+17
* OS2 was chasing os2errno.h which we hid in a private platform directory,William A. Rowe Jr2001-01-281-4/+0
* Add remaining APR_DECLARE()s to all headers. Conditionally addedWilliam A. Rowe Jr2001-01-182-17/+25
* Libtool-ize APR.Greg Stein2001-01-092-24/+8
* Move apr_private.h.in from the include directory to the arch/unixRyan Bloom2000-12-081-1/+2
* This patch removes the dependencies from Makefile.in. DependenciesJeff Trawick2000-11-151-41/+2
* Move all of the time private header files to an arch directory underRyan Bloom2000-11-095-76/+4
* add missing functionGreg Stein2000-11-031-0/+4
* Renamed all MODULE_EXPORT symbols to AP_MODULE_DECLARE and all symbolsWilliam A. Rowe Jr2000-10-162-4/+4
* Remaining cleanup of ap_ -> apr_ and AP_ -> APR_ transformation...William A. Rowe Jr2000-08-065-70/+73
* prefix libapr functions and types with apr_Doug MacEachern2000-08-026-65/+65
* torch some obsolete/unused functions.Greg Stein2000-07-081-25/+0
* Update dependancies in APRRyan Bloom2000-07-071-2/+4
* Continuing the cleanup of beos code.David Reid2000-06-171-0/+3
* Win32: Fix problem with UTC offset not being correctly reported in theBill Stoddard2000-06-161-4/+23
* Update dependencies.Ben Laurie2000-06-111-12/+14
* Use OS/2 native call in ap_sleep().Brian Havard2000-06-111-3/+8