| Commit message (Expand) | Author | Age | Files | Lines |
* | time: Don't apr_sleep() less than the requested time on WIN32. | Yann Ylavic | 2022-06-24 | 1 | -1/+1 |
* | Trivial fix. void functio has no return value | Mladen Turk | 2021-11-21 | 1 | -1/+1 |
* | Merge r1889604, r1807975 from trunk: | Joe Orton | 2021-07-02 | 1 | -0/+6 |
* | Correct cut-n-paste assignment error. | William A. Rowe Jr | 2018-09-08 | 1 | -1/+1 |
* | Resolve invalid rvalue from void() function, the test is only required in one | William A. Rowe Jr | 2018-08-31 | 1 | -0/+7 |
* | merge r1372022 from trunk: | Jeff Trawick | 2012-08-11 | 1 | -1/+1 |
* | grab some Windows/MinGW code tweaks from trunk for quieter gcc builds | Jeff Trawick | 2011-03-22 | 1 | -0/+4 |
* | merge trunk revs 1083169, 1083177, 1083178, 1083183, and 1083227 | Jeff Trawick | 2011-03-21 | 2 | -206/+2 |
* | Cast pointers properly trough apr_ssize_t (int or __int64) | Mladen Turk | 2008-04-17 | 1 | -1/+1 |
* | SystemTimeToAprExpTime dayoffset summation is wrong, June is 30 days. | Davi Arnaut | 2007-07-24 | 1 | -1/+1 |
* | SystemTimeToTzSpecificLocalTime is not implemented on Windows CE and is used in | William A. Rowe Jr | 2007-06-01 | 1 | -2/+2 |
* | The implementation of apr_time_clock_hires calls SetTimerResolution which is not | William A. Rowe Jr | 2007-06-01 | 1 | -1/+8 |
* | Fix the typo. | Joe Orton | 2006-08-03 | 3 | -3/+3 |
* | Update license header. | Joe Orton | 2006-08-03 | 3 | -18/+18 |
* | Fix up Win32-private includes to bring it in line with all other platforms. | Justin Erenkrantz | 2006-07-12 | 3 | -3/+3 |
* | A noop on Win32, this Win64 hack for our internal fn deals with memory | William A. Rowe Jr | 2005-05-16 | 1 | -3/+3 |
* | Update copyright year to 2005 and standardize on current copyright owner line. | Justin Erenkrantz | 2005-02-04 | 3 | -3/+6 |
* | * time/unix/time.c (apr_time_exp_get): Remove year check that failed for | Joe Orton | 2004-03-25 | 1 | -8/+2 |
* | Relicense APR under Apache License, Version 2.0 | Justin Erenkrantz | 2004-02-13 | 3 | -147/+30 |
* | remove these interfaces: | Jeff Trawick | 2003-09-03 | 1 | -24/+0 |
* | After further evaluation, we will have to create our own implementation | William A. Rowe Jr | 2003-01-23 | 1 | -4/+5 |
* | Don't use the optimized form. If Apache is started in ST and runs until | William A. Rowe Jr | 2003-01-22 | 1 | -1/+1 |
* | Finally, use the same cached recovery for the timezone between 9x and NT. | William A. Rowe Jr | 2003-01-22 | 1 | -28/+27 |
* | Now that the old logic is restored, adjust it to the new variables. | William A. Rowe Jr | 2003-01-22 | 1 | -7/+7 |
* | What an ugly patch. | William A. Rowe Jr | 2003-01-22 | 1 | -30/+77 |
* | To divine the timezone and daylight savings time, effective as of the | William A. Rowe Jr | 2003-01-10 | 2 | -45/+69 |
* | Namespace protection for include/arch/ header files | Thom May | 2003-01-06 | 3 | -4/+4 |
* | Update copyright notices to 2003. | Thom May | 2003-01-01 | 3 | -3/+3 |
* | Without strftime() on wince, apr_strftime is currently unimplemented. | William A. Rowe Jr | 2002-12-11 | 1 | -1/+11 |
* | *) Renames done (deprecated functions wrapped): | Thom May | 2002-11-20 | 1 | -2/+10 |
* | Docs are always good, especially when it's this obscure. | William A. Rowe Jr | 2002-08-04 | 1 | -0/+3 |
* | Time in exact ms intervals can be very useful in benchmarking... this | William A. Rowe Jr | 2002-08-04 | 1 | -0/+20 |
* | Fix calculation of tm_gmtoff on Windows, and add a test case. | Branko Čibej | 2002-06-09 | 1 | -4/+6 |
* | Revert bogusness by providing proper stubs for functions that existed | William A. Rowe Jr | 2002-06-08 | 1 | -0/+15 |
* | Fix two serious holes in the time calculations. The first patch was a | William A. Rowe Jr | 2002-05-22 | 1 | -2/+2 |
* | Per rename_pendings, rename apr_explode_time to apr_time_exp_tz. | Justin Erenkrantz | 2002-04-15 | 1 | -2/+2 |
* | Rename apr_explode_localtime to apr_time_exp_lt. | Sander Striker | 2002-04-13 | 2 | -2/+2 |
* | Rename apr_explode_gmt to apr_time_exp_gmt. | Sander Striker | 2002-03-21 | 2 | -3/+3 |
* | Rename apr_implode_time to apr_time_exp_get. | Sander Striker | 2002-03-17 | 1 | -2/+2 |
* | Update our copyright for this year. | Roy T. Fielding | 2002-03-13 | 3 | -3/+3 |
* | patches for apr to rename apr_ansi_time_to_apr_time and | Ian Holsman | 2002-03-06 | 2 | -12/+12 |
* | More safe header exclusions from Mladen Turk <mturk@mappingsoft.com> | William A. Rowe Jr | 2002-02-12 | 1 | -0/+4 |
* | GetSystemTimeAsFileTime is great! Unfortuantely, WCE's designers | William A. Rowe Jr | 2002-02-12 | 1 | -0/+6 |
* | Improve matters on Win32 with time string formats. | William A. Rowe Jr | 2002-01-29 | 1 | -1/+65 |
* | Added new function apr_implode_gmt, which works like apr_implode_time, except | Branko Čibej | 2001-06-30 | 1 | -0/+9 |
* | Something is still broken with the testtime, but this gets us building. | William A. Rowe Jr | 2001-06-06 | 1 | -0/+13 |
* | REVIEW Req'd ... solve the implode/explode discrepancy, but I hacked this | William A. Rowe Jr | 2001-04-02 | 1 | -30/+19 |
* | Hmmm... on this (rare) point the castless caste looses :-/ | William A. Rowe Jr | 2001-03-31 | 1 | -1/+4 |
* | Update copyright to 2001 | Roy T. Fielding | 2001-02-16 | 3 | -3/+3 |
* | s/pupt/put/g typo | Doug MacEachern | 2001-02-08 | 1 | -1/+1 |