summaryrefslogtreecommitdiff
path: root/time/win32
Commit message (Expand)AuthorAgeFilesLines
* 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-041-0/+20
* 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-081-0/+15
* Fix two serious holes in the time calculations. The first patch was awrowe2002-05-221-2/+2
* Per rename_pendings, rename apr_explode_time to apr_time_exp_tz.jerenkrantz2002-04-151-2/+2
* Rename apr_explode_localtime to apr_time_exp_lt.striker2002-04-132-2/+2
* Rename apr_explode_gmt to apr_time_exp_gmt.striker2002-03-212-3/+3
* Rename apr_implode_time to apr_time_exp_get.striker2002-03-171-2/+2
* Update our copyright for this year.fielding2002-03-133-3/+3
* patches for apr to rename apr_ansi_time_to_apr_time andianh2002-03-062-12/+12
* 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
* Added new function apr_implode_gmt, which works like apr_implode_time, exceptbrane2001-06-301-0/+9
* Something is still broken with the testtime, but this gets us building.wrowe2001-06-061-0/+13
* 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
* Update copyright to 2001fielding2001-02-163-3/+3
* s/pupt/put/g typodougm2001-02-081-1/+1
* renaming various functions for consistency sakedougm2001-02-081-5/+5
* Win32: (IsLeapYear): New macro for quickly figgerin' out if a given year is astoddard2001-02-021-3/+17
* Add remaining APR_DECLARE()s to all headers. Conditionally addedwrowe2001-01-182-17/+25
* Move all of the time private header files to an arch directory underrbb2000-11-094-75/+3
* add missing functiongstein2000-11-031-0/+4
* Renamed all MODULE_EXPORT symbols to AP_MODULE_DECLARE and all symbolswrowe2000-10-161-2/+2
* Remaining cleanup of ap_ -> apr_ and AP_ -> APR_ transformation...wrowe2000-08-063-37/+38
* prefix libapr functions and types with apr_dougm2000-08-024-46/+46
* torch some obsolete/unused functions.gstein2000-07-081-25/+0
* Win32: Fix problem with UTC offset not being correctly reported in thestoddard2000-06-161-4/+23
* PR:wrowe2000-05-281-2/+2
* Fixup a couple of rename's missed APR_VAR_EXPORT->APR_EXPORT_VARrbb2000-05-271-2/+2
* PR:wrowe2000-05-271-2/+2
* Mass update of API_IMPORT/EXPORT symbols TO APR_ symbols.wrowe2000-05-261-2/+2
* Move apr_config.h and apr_config.hw to apr_private.h and apr_private.hw.rbb2000-04-221-1/+1
* Change ap_context_t to ap_pool_t. This compiles, runs, and serves pagesrbb2000-04-142-3/+3
* 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-314-127/+124
* Fix all the License issues. Including:rbb2000-03-104-36/+36
* Make some of the APR to Windows time conversion routines available to otherstoddard2000-02-011-5/+3
* Make change suggested by Benstoddard2000-01-191-1/+1
* Humm, ULONGLONG does not appear to be recognised by VC++ 5.0stoddard2000-01-171-1/+1
* Add timestr to Windows port. We really need a better way to use common files.stoddard2000-01-171-0/+174
* Reimplement Win32 time functions to the new spec.stoddard2000-01-171-64/+121
* Move per directory Windows project files to the atticstoddard2000-01-122-135/+0
* Make APR compile on Windows again. The changes that I introduced forrbb1999-12-092-1/+1
* Fix a bug in the logic to set/get userdata from ALL apr types. I haverbb1999-10-151-1/+1
* Bring the misc code up to the APR parameter order spec. This also fixes a fewrbb1999-10-081-2/+2
* Ryan's last patch to change argument order missed a few Win32 APR funcs.stoddard1999-10-042-4/+4