| Commit message (Expand) | Author | Age | Files | Lines |
* | Docs are always good, especially when it's this obscure. | wrowe | 2002-08-04 | 1 | -0/+3 |
* | Time in exact ms intervals can be very useful in benchmarking... this | wrowe | 2002-08-04 | 1 | -0/+20 |
* | Fix calculation of tm_gmtoff on Windows, and add a test case. | brane | 2002-06-09 | 1 | -4/+6 |
* | Revert bogusness by providing proper stubs for functions that existed | wrowe | 2002-06-08 | 1 | -0/+15 |
* | Fix two serious holes in the time calculations. The first patch was a | wrowe | 2002-05-22 | 1 | -2/+2 |
* | Per rename_pendings, rename apr_explode_time to apr_time_exp_tz. | jerenkrantz | 2002-04-15 | 1 | -2/+2 |
* | Rename apr_explode_localtime to apr_time_exp_lt. | striker | 2002-04-13 | 2 | -2/+2 |
* | Rename apr_explode_gmt to apr_time_exp_gmt. | striker | 2002-03-21 | 2 | -3/+3 |
* | Rename apr_implode_time to apr_time_exp_get. | striker | 2002-03-17 | 1 | -2/+2 |
* | Update our copyright for this year. | fielding | 2002-03-13 | 3 | -3/+3 |
* | patches for apr to rename apr_ansi_time_to_apr_time and | ianh | 2002-03-06 | 2 | -12/+12 |
* | More safe header exclusions from Mladen Turk <mturk@mappingsoft.com> | wrowe | 2002-02-12 | 1 | -0/+4 |
* | GetSystemTimeAsFileTime is great! Unfortuantely, WCE's designers | wrowe | 2002-02-12 | 1 | -0/+6 |
* | Improve matters on Win32 with time string formats. | wrowe | 2002-01-29 | 1 | -1/+65 |
* | Added new function apr_implode_gmt, which works like apr_implode_time, except | brane | 2001-06-30 | 1 | -0/+9 |
* | Something is still broken with the testtime, but this gets us building. | wrowe | 2001-06-06 | 1 | -0/+13 |
* | REVIEW Req'd ... solve the implode/explode discrepancy, but I hacked this | wrowe | 2001-04-02 | 1 | -30/+19 |
* | Hmmm... on this (rare) point the castless caste looses :-/ | wrowe | 2001-03-31 | 1 | -1/+4 |
* | Update copyright to 2001 | fielding | 2001-02-16 | 3 | -3/+3 |
* | s/pupt/put/g typo | dougm | 2001-02-08 | 1 | -1/+1 |
* | renaming various functions for consistency sake | dougm | 2001-02-08 | 1 | -5/+5 |
* | Win32: (IsLeapYear): New macro for quickly figgerin' out if a given year is a | stoddard | 2001-02-02 | 1 | -3/+17 |
* | Add remaining APR_DECLARE()s to all headers. Conditionally added | wrowe | 2001-01-18 | 2 | -17/+25 |
* | Move all of the time private header files to an arch directory under | rbb | 2000-11-09 | 4 | -75/+3 |
* | add missing function | gstein | 2000-11-03 | 1 | -0/+4 |
* | Renamed all MODULE_EXPORT symbols to AP_MODULE_DECLARE and all symbols | wrowe | 2000-10-16 | 1 | -2/+2 |
* | Remaining cleanup of ap_ -> apr_ and AP_ -> APR_ transformation... | wrowe | 2000-08-06 | 3 | -37/+38 |
* | prefix libapr functions and types with apr_ | dougm | 2000-08-02 | 4 | -46/+46 |
* | torch some obsolete/unused functions. | gstein | 2000-07-08 | 1 | -25/+0 |
* | Win32: Fix problem with UTC offset not being correctly reported in the | stoddard | 2000-06-16 | 1 | -4/+23 |
* | PR: | wrowe | 2000-05-28 | 1 | -2/+2 |
* | Fixup a couple of rename's missed APR_VAR_EXPORT->APR_EXPORT_VAR | rbb | 2000-05-27 | 1 | -2/+2 |
* | PR: | wrowe | 2000-05-27 | 1 | -2/+2 |
* | Mass update of API_IMPORT/EXPORT symbols TO APR_ symbols. | wrowe | 2000-05-26 | 1 | -2/+2 |
* | Move apr_config.h and apr_config.hw to apr_private.h and apr_private.hw. | rbb | 2000-04-22 | 1 | -1/+1 |
* | Change ap_context_t to ap_pool_t. This compiles, runs, and serves pages | rbb | 2000-04-14 | 2 | -3/+3 |
* | Fix some of the Windows APR time functions. | stoddard | 2000-04-04 | 2 | -2/+4 |
* | Eliminate apr_win.h and apr_winconfig.h (and the ugly #ifdefs they cause). | stoddard | 2000-04-03 | 1 | -1/+1 |
* | Update to Apache Software License version 1.1 | fielding | 2000-03-31 | 4 | -127/+124 |
* | Fix all the License issues. Including: | rbb | 2000-03-10 | 4 | -36/+36 |
* | Make some of the APR to Windows time conversion routines available to other | stoddard | 2000-02-01 | 1 | -5/+3 |
* | Make change suggested by Ben | stoddard | 2000-01-19 | 1 | -1/+1 |
* | Humm, ULONGLONG does not appear to be recognised by VC++ 5.0 | stoddard | 2000-01-17 | 1 | -1/+1 |
* | Add timestr to Windows port. We really need a better way to use common files. | stoddard | 2000-01-17 | 1 | -0/+174 |
* | Reimplement Win32 time functions to the new spec. | stoddard | 2000-01-17 | 1 | -64/+121 |
* | Move per directory Windows project files to the attic | stoddard | 2000-01-12 | 2 | -135/+0 |
* | Make APR compile on Windows again. The changes that I introduced for | rbb | 1999-12-09 | 2 | -1/+1 |
* | Fix a bug in the logic to set/get userdata from ALL apr types. I have | rbb | 1999-10-15 | 1 | -1/+1 |
* | Bring the misc code up to the APR parameter order spec. This also fixes a few | rbb | 1999-10-08 | 1 | -2/+2 |
* | Ryan's last patch to change argument order missed a few Win32 APR funcs. | stoddard | 1999-10-04 | 2 | -4/+4 |