summaryrefslogtreecommitdiff
path: root/time
Commit message (Expand)AuthorAgeFilesLines
* merge r1372022 from trunk:trawick2012-08-121-1/+1
* Backport revision 558902 from trunk:davi2007-07-251-1/+1
* SystemTimeToTzSpecificLocalTime is not implemented on Windows CE and is used inwrowe2007-06-011-2/+2
* The implementation of apr_time_clock_hires calls SetTimerResolution which is notwrowe2007-06-011-1/+8
* Update license header.jorton2006-09-205-30/+30
* Update copyright year to 2005 and standardize on current copyright owner line.jerenkrantz2005-02-045-5/+10
* Remove .cvsignore files.APR_0_9_BRANCHjorton2004-11-201-4/+0
* * time/unix/time.c (apr_time_exp_get): Remove year check that failed forjorton2004-03-252-15/+4
* Relicense APR under Apache License, Version 2.0.jerenkrantz2004-02-135-245/+50
* After further evaluation, we will have to create our own implementationwrowe2003-01-231-4/+5
* Don't use the optimized form. If Apache is started in ST and runs untilwrowe2003-01-221-1/+1
* Finally, use the same cached recovery for the timezone between 9x and NT.wrowe2003-01-221-28/+27
* Now that the old logic is restored, adjust it to the new variables.wrowe2003-01-221-7/+7
* What an ugly patch.wrowe2003-01-221-30/+77
* To divine the timezone and daylight savings time, effective as of thewrowe2003-01-102-45/+69
* Namespace protection for include/arch/ header filesthommay2003-01-064-5/+5
* Update copyright notices to 2003.thommay2003-01-015-5/+5
* Without strftime() on wince, apr_strftime is currently unimplemented.wrowe2002-12-111-1/+11
* *) Renames done (deprecated functions wrapped):thommay2002-11-202-3/+19
* Docs are always good, especially when it's this obscure.wrowe2002-08-041-0/+3
* Time in exact ms intervals can be very useful in benchmarking... thiswrowe2002-08-042-0/+26
* Fix calculation of tm_gmtoff on Windows, and add a test case.brane2002-06-091-4/+6
* Revert bogusness by providing proper stubs for functions that existedwrowe2002-06-082-0/+30
* Fix two serious holes in the time calculations. The first patch was awrowe2002-05-221-2/+2
* Add .deps to cvsignore since APR may now generate .deps files.jerenkrantz2002-04-221-0/+1
* Allow VPATH builds to properly generate build dependencies. This requiresjerenkrantz2002-04-221-0/+2
* Per rename_pendings, rename apr_explode_time to apr_time_exp_tz.jerenkrantz2002-04-152-6/+6
* Rename apr_explode_localtime to apr_time_exp_lt.striker2002-04-134-4/+4
* Fix some daylight savings time breakage on (at least) AIX,trawick2002-04-081-1/+1
* Style Polices moved through quickly. Surely not all offenders werestriker2002-03-211-12/+20
* Rename apr_explode_gmt to apr_time_exp_gmt.striker2002-03-214-7/+8
* Rename apr_implode_time to apr_time_exp_get.striker2002-03-172-4/+4
* Update our copyright for this year.fielding2002-03-135-5/+5
* patches for apr to rename apr_ansi_time_to_apr_time andianh2002-03-064-24/+24
* Removed the special implementation of the apr_time_now() API since webnicholes2002-03-051-8/+1
* More safe header exclusions from Mladen Turk <mturk@mappingsoft.com>wrowe2002-02-121-0/+4
* GetSystemTimeAsFileTime is great! Unfortuantely, WCE's designerswrowe2002-02-121-0/+6
* Improve matters on Win32 with time string formats.wrowe2002-01-291-1/+65
* Fix GMT offset calculations for platforms that do not have native GMTjerenkrantz2002-01-101-3/+4
* Fixing up a linker issue since NetWare does not have a gettimeofday() functionbnicholes2002-01-021-6/+7
* Added an initialization routine for NetWare and daylight savings handlingbnicholes2001-11-051-1/+18
* Adjusted to deal with microsecondsbnicholes2001-11-021-1/+1
* Added the NetWare delay() call to apr_sleep()bnicholes2001-10-291-0/+2
* Allowed NetWare to take advantage of the system timezone variablebnicholes2001-10-091-1/+1
* include the prototype for apr_unix_setup_time() in the filetrawick2001-08-311-0/+3
* On platforms where neither HAVE_GMTOFF nor HAVE___OFFSET is defined,jerenkrantz2001-08-311-23/+52
* Wrap all APR functions in APR_DECLARE macro.rbb2001-08-101-17/+19
* Ported the apr_time_now() function to support the NetWare OSbnicholes2001-08-021-0/+7
* Adjust the calculated GMT offset on get_offset() for daylight savings time.brane2001-07-011-2/+12
* Added new function apr_implode_gmt, which works like apr_implode_time, exceptbrane2001-06-302-0/+17