| Commit message (Expand) | Author | Age | Files | Lines |
* | Bounds-check human-readable date fields (credit: Stefan Sperling) | niq | 2017-09-10 | 1 | -0/+3 |
* | Fix the typo. | jorton | 2006-08-03 | 2 | -2/+2 |
* | Update license header. | jorton | 2006-08-03 | 2 | -12/+12 |
* | OS/2: Implement apr_file_mtime_set(). | bjh | 2005-07-16 | 1 | -0/+17 |
* | Update copyright year to 2005 and standardize on current copyright owner line. | jerenkrantz | 2005-02-04 | 2 | -2/+4 |
* | * 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 | 1 | -7/+2 |
* | Relicense APR under Apache License, Version 2.0 | jerenkrantz | 2004-02-13 | 2 | -98/+20 |
* | 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 | 1 | -20/+0 |
* | Namespace protection for include/arch/ header files | thommay | 2003-01-06 | 1 | -1/+1 |
* | Update copyright notices to 2003. | thommay | 2003-01-01 | 2 | -2/+2 |
* | *) Renames done (deprecated functions wrapped): | thommay | 2002-11-20 | 1 | -1/+9 |
* | Time in exact ms intervals can be very useful in benchmarking... this | wrowe | 2002-08-04 | 1 | -0/+6 |
* | Revert bogusness by providing proper stubs for functions that existed | wrowe | 2002-06-08 | 1 | -0/+15 |
* | 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 | 1 | -4/+4 |
* | Rename apr_explode_localtime to apr_time_exp_lt. | striker | 2002-04-13 | 2 | -2/+2 |
* | 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 | 2 | -4/+5 |
* | 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 | 2 | -2/+2 |
* | patches for apr to rename apr_ansi_time_to_apr_time and | ianh | 2002-03-06 | 2 | -12/+12 |
* | Removed the special implementation of the apr_time_now() API since we | bnicholes | 2002-03-05 | 1 | -8/+1 |
* | 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 | 1 | -0/+8 |
* | 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 |
* | help OS/390 recover from its post-Hackathon hangover | gregames | 2001-04-19 | 1 | -0/+2 |
* | Fix OS/2 build where we have no gmtime_r (or an *_r's for that matter) or | bjh | 2001-04-17 | 1 | -1/+10 |
* | Fix detection of tm_gmtoff in struct tm, and remove some warnings. | rbb | 2001-04-14 | 1 | -2/+2 |
* | Daniel Padwa <daniel.padwa@gs.com> pointed out the last patch broke | dreid | 2001-04-12 | 2 | -2/+10 |
* | Some adjustments to the time code that gets us working better with timezones. | dreid | 2001-04-12 | 2 | -69/+54 |
* | Fix the hosed #ifdef APR_HAVE_FOO_H tests, the #if HAVE_ tests, and | wrowe | 2001-02-25 | 2 | -6/+6 |