| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove .cvsignore files.APR_0_9_BRANCH | jorton | 2004-11-20 | 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 |
* | 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 |
* | Removed the special implementation of the apr_time_now() API since we | bnicholes | 2002-03-05 | 1 | -8/+1 |
* | 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 |
* | Fix GMT offset calculations for platforms that do not have native GMT | jerenkrantz | 2002-01-10 | 1 | -3/+4 |
* | Fixing up a linker issue since NetWare does not have a gettimeofday() function | bnicholes | 2002-01-02 | 1 | -6/+7 |
* | Added an initialization routine for NetWare and daylight savings handling | bnicholes | 2001-11-05 | 1 | -1/+18 |
* | Adjusted to deal with microseconds | bnicholes | 2001-11-02 | 1 | -1/+1 |
* | Added the NetWare delay() call to apr_sleep() | bnicholes | 2001-10-29 | 1 | -0/+2 |
* | Allowed NetWare to take advantage of the system timezone variable | bnicholes | 2001-10-09 | 1 | -1/+1 |
* | include the prototype for apr_unix_setup_time() in the file | trawick | 2001-08-31 | 1 | -0/+3 |
* | On platforms where neither HAVE_GMTOFF nor HAVE___OFFSET is defined, | jerenkrantz | 2001-08-31 | 1 | -23/+52 |
* | Wrap all APR functions in APR_DECLARE macro. | rbb | 2001-08-10 | 1 | -17/+19 |
* | Ported the apr_time_now() function to support the NetWare OS | bnicholes | 2001-08-02 | 1 | -0/+7 |
* | Adjust the calculated GMT offset on get_offset() for daylight savings time. | brane | 2001-07-01 | 1 | -2/+12 |
* | Added new function apr_implode_gmt, which works like apr_implode_time, except | brane | 2001-06-30 | 2 | -0/+17 |
* | fix some compile breakage (on HP-UX, at least)... testtime is happy on | trawick | 2001-06-29 | 1 | -8/+8 |
* | Update the time code to make it clearer what's going on and to | dreid | 2001-06-29 | 1 | -29/+35 |
* | Cleaned up the code a bit and refactored common functionality. | brane | 2001-06-28 | 1 | -35/+31 |
* | apr_explode_localtime was not setting result's tm_usec field. | brane | 2001-06-28 | 1 | -0/+1 |
* | Solaris doesn't have (struct tm *)->tm_gmtoff, so the server logs | trawick | 2001-06-22 | 1 | -13/+4 |
* | Something is still broken with the testtime, but this gets us building. | wrowe | 2001-06-06 | 1 | -0/+13 |