| Commit message (Expand) | Author | Age | Files | Lines |
* | Correct cut-n-paste assignment error. | wrowe | 2018-09-08 | 1 | -1/+1 |
* | Resolve invalid rvalue from void() function, the test is only required in one | wrowe | 2018-08-31 | 1 | -3/+7 |
* | Revert 1839699, this contained unintended, additional noise. Re-correcting. | wrowe | 2018-08-30 | 1 | -7/+3 |
* | Revert 1839627, this macro does not result in a usable CC_FOR_BUILD | wrowe | 2018-08-30 | 1 | -3/+7 |
* | Bounds-check human-readable date fields (credit: Stefan Sperling) | niq | 2017-09-10 | 2 | -0/+9 |
* | apr_time_exp_*() on Windows: Fix error in the tm_yday field of | trawick | 2012-08-11 | 1 | -1/+1 |
* | remove ancient time field getters, replaced with exploded time | trawick | 2011-03-19 | 1 | -204/+0 |
* | clean up some low hanging gcc warnings on Win | trawick | 2011-03-19 | 1 | -2/+2 |
* | explicit stdlib for malloc | wrowe | 2009-12-18 | 1 | -0/+4 |
* | Cast pointers properly trough apr_ssize_t (int or __int64) | mturk | 2008-04-17 | 1 | -1/+1 |
* | SystemTimeToAprExpTime dayoffset summation is wrong, June is 30 days. | davi | 2007-07-24 | 1 | -1/+1 |
* | SystemTimeToTzSpecificLocalTime is not implemented on Windows CE and is used in | wrowe | 2007-06-01 | 1 | -2/+2 |
* | The implementation of apr_time_clock_hires calls SetTimerResolution which is not | wrowe | 2007-06-01 | 1 | -1/+8 |
* | Fix the typo. | jorton | 2006-08-03 | 5 | -5/+5 |
* | Update license header. | jorton | 2006-08-03 | 5 | -30/+30 |
* | Fix up Win32-private includes to bring it in line with all other platforms. | jerenkrantz | 2006-07-12 | 3 | -3/+3 |
* | OS/2: Implement apr_file_mtime_set(). | bjh | 2005-07-16 | 1 | -0/+17 |
* | A noop on Win32, this Win64 hack for our internal fn deals with memory | wrowe | 2005-05-16 | 1 | -3/+3 |
* | Update copyright year to 2005 and standardize on current copyright owner line. | jerenkrantz | 2005-02-04 | 5 | -5/+10 |
* | * configure.in: Require autoconf 2.50. Use AC_CHECK_MEMBERS to check | jorton | 2005-01-13 | 2 | -15/+16 |
* | Remove .cvsignore files. | jorton | 2004-11-18 | 1 | -4/+0 |
* | * time/unix/time.c (apr_time_exp_get): Remove year check that failed for | jorton | 2004-03-25 | 2 | -15/+4 |
* | Relicense APR under Apache License, Version 2.0 | jerenkrantz | 2004-02-13 | 5 | -245/+50 |
* | First whack at switching to a single top-level make. This adds a dependency | gstein | 2004-02-05 | 1 | -13/+0 |
* | remove these interfaces: | trawick | 2003-09-03 | 2 | -44/+0 |
* | After further evaluation, we will have to create our own implementation | wrowe | 2003-01-23 | 1 | -4/+5 |
* | Don't use the optimized form. If Apache is started in ST and runs until | wrowe | 2003-01-22 | 1 | -1/+1 |
* | Finally, use the same cached recovery for the timezone between 9x and NT. | wrowe | 2003-01-22 | 1 | -28/+27 |
* | Now that the old logic is restored, adjust it to the new variables. | wrowe | 2003-01-22 | 1 | -7/+7 |
* | What an ugly patch. | wrowe | 2003-01-22 | 1 | -30/+77 |
* | To divine the timezone and daylight savings time, effective as of the | wrowe | 2003-01-10 | 2 | -45/+69 |
* | Namespace protection for include/arch/ header files | thommay | 2003-01-06 | 4 | -5/+5 |
* | Update copyright notices to 2003. | thommay | 2003-01-01 | 5 | -5/+5 |
* | Without strftime() on wince, apr_strftime is currently unimplemented. | wrowe | 2002-12-11 | 1 | -1/+11 |
* | *) Renames done (deprecated functions wrapped): | thommay | 2002-11-20 | 2 | -3/+19 |
* | 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 | 2 | -0/+26 |
* | 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 | 2 | -0/+30 |
* | Fix two serious holes in the time calculations. The first patch was a | wrowe | 2002-05-22 | 1 | -2/+2 |
* | Add .deps to cvsignore since APR may now generate .deps files. | jerenkrantz | 2002-04-22 | 1 | -0/+1 |
* | Allow VPATH builds to properly generate build dependencies. This requires | jerenkrantz | 2002-04-22 | 1 | -0/+2 |
* | Per rename_pendings, rename apr_explode_time to apr_time_exp_tz. | jerenkrantz | 2002-04-15 | 2 | -6/+6 |
* | Rename apr_explode_localtime to apr_time_exp_lt. | striker | 2002-04-13 | 4 | -4/+4 |
* | Fix some daylight savings time breakage on (at least) AIX, | trawick | 2002-04-08 | 1 | -1/+1 |
* | Style Polices moved through quickly. Surely not all offenders were | striker | 2002-03-21 | 1 | -12/+20 |
* | Rename apr_explode_gmt to apr_time_exp_gmt. | striker | 2002-03-21 | 4 | -7/+8 |
* | Rename apr_implode_time to apr_time_exp_get. | striker | 2002-03-17 | 2 | -4/+4 |
* | Update our copyright for this year. | fielding | 2002-03-13 | 5 | -5/+5 |
* | patches for apr to rename apr_ansi_time_to_apr_time and | ianh | 2002-03-06 | 4 | -24/+24 |