summaryrefslogtreecommitdiff
path: root/time/win32/time.c
Commit message (Expand)AuthorAgeFilesLines
* Finally, use the same cached recovery for the timezone between 9x and NT.William A. Rowe Jr2003-01-221-28/+27
* Now that the old logic is restored, adjust it to the new variables.William A. Rowe Jr2003-01-221-7/+7
* What an ugly patch.William A. Rowe Jr2003-01-221-30/+77
* To divine the timezone and daylight savings time, effective as of theWilliam A. Rowe Jr2003-01-101-44/+62
* Namespace protection for include/arch/ header filesThom May2003-01-061-2/+2
* Update copyright notices to 2003.Thom May2003-01-011-1/+1
* *) Renames done (deprecated functions wrapped):Thom May2002-11-201-2/+10
* Docs are always good, especially when it's this obscure.William A. Rowe Jr2002-08-041-0/+3
* Time in exact ms intervals can be very useful in benchmarking... thisWilliam A. Rowe Jr2002-08-041-0/+20
* Fix calculation of tm_gmtoff on Windows, and add a test case.Branko Čibej2002-06-091-4/+6
* Revert bogusness by providing proper stubs for functions that existedWilliam A. Rowe Jr2002-06-081-0/+15
* Fix two serious holes in the time calculations. The first patch was aWilliam A. Rowe Jr2002-05-221-2/+2
* Per rename_pendings, rename apr_explode_time to apr_time_exp_tz.Justin Erenkrantz2002-04-151-2/+2
* Rename apr_explode_localtime to apr_time_exp_lt.Sander Striker2002-04-131-1/+1
* Rename apr_explode_gmt to apr_time_exp_gmt.Sander Striker2002-03-211-2/+2
* Rename apr_implode_time to apr_time_exp_get.Sander Striker2002-03-171-2/+2
* Update our copyright for this year.Roy T. Fielding2002-03-131-1/+1
* patches for apr to rename apr_ansi_time_to_apr_time andIan Holsman2002-03-061-9/+9
* 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
* Added new function apr_implode_gmt, which works like apr_implode_time, exceptBranko Čibej2001-06-301-0/+9
* Something is still broken with the testtime, but this gets us building.William A. Rowe Jr2001-06-061-0/+13
* 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
* Update copyright to 2001Roy T. Fielding2001-02-161-1/+1
* s/pupt/put/g typoDoug MacEachern2001-02-081-1/+1
* renaming various functions for consistency sakeDoug MacEachern2001-02-081-5/+5
* Win32: (IsLeapYear): New macro for quickly figgerin' out if a given year is aBill Stoddard2001-02-021-3/+17
* Add remaining APR_DECLARE()s to all headers. Conditionally addedWilliam A. Rowe Jr2001-01-181-13/+20
* Move all of the time private header files to an arch directory underRyan Bloom2000-11-091-1/+1
* add missing functionGreg Stein2000-11-031-0/+4
* Remaining cleanup of ap_ -> apr_ and AP_ -> APR_ transformation...William A. Rowe Jr2000-08-061-13/+14
* prefix libapr functions and types with apr_Doug MacEachern2000-08-021-15/+15
* Win32: Fix problem with UTC offset not being correctly reported in theBill Stoddard2000-06-161-4/+23
* Change ap_context_t to ap_pool_t. This compiles, runs, and serves pagesRyan Bloom2000-04-141-2/+2
* Update to Apache Software License version 1.1Roy T. Fielding2000-03-311-32/+32
* Fix all the License issues. Including:Ryan Bloom2000-03-101-9/+9
* Make some of the APR to Windows time conversion routines available to otherBill Stoddard2000-02-011-5/+3
* Humm, ULONGLONG does not appear to be recognised by VC++ 5.0Bill Stoddard2000-01-171-1/+1
* Reimplement Win32 time functions to the new spec.Bill Stoddard2000-01-171-64/+121
* Make APR compile on Windows again. The changes that I introduced forRyan Bloom1999-12-091-1/+0
* Ryan's last patch to change argument order missed a few Win32 APR funcs.Bill Stoddard1999-10-041-3/+3
* First patch to re-order function parameters. This one gets the low hangingRyan Bloom1999-10-041-2/+2
* Initial revisionRyan Bloom1999-08-171-0/+158