summaryrefslogtreecommitdiff
path: root/time/unix/time.c
Commit message (Expand)AuthorAgeFilesLines
* Remove trailing whitespaces in *.c.Ivan Zhakov2022-11-201-3/+3
* time: Don't apr_sleep() less than the requested time on OS2/Netware.Yann Ylavic2022-06-261-2/+2
* apr_sleep: use nanosleep() when available.Yann Ylavic2021-11-261-0/+5
* Avoid an overflow on 32 bit platforms.Graham Leggett2019-12-271-1/+1
* Bounds-check human-readable date fields (credit: Stefan Sperling)Nick Kew2017-09-101-0/+3
* Fix the typo.Joe Orton2006-08-031-1/+1
* Update license header.Joe Orton2006-08-031-6/+6
* OS/2: Implement apr_file_mtime_set().Brian Havard2005-07-161-0/+17
* Update copyright year to 2005 and standardize on current copyright owner line.Justin Erenkrantz2005-02-041-1/+2
* * configure.in: Require autoconf 2.50. Use AC_CHECK_MEMBERS to checkJoe Orton2005-01-131-12/+13
* * time/unix/time.c (apr_time_exp_get): Remove year check that failed forJoe Orton2004-03-251-7/+2
* Relicense APR under Apache License, Version 2.0Justin Erenkrantz2004-02-131-49/+10
* remove these interfaces:Jeff Trawick2003-09-031-20/+0
* Namespace protection for include/arch/ header filesThom May2003-01-061-1/+1
* Update copyright notices to 2003.Thom May2003-01-011-1/+1
* *) Renames done (deprecated functions wrapped):Thom May2002-11-201-1/+9
* Time in exact ms intervals can be very useful in benchmarking... thisWilliam A. Rowe Jr2002-08-041-0/+6
* Revert bogusness by providing proper stubs for functions that existedWilliam A. Rowe Jr2002-06-081-0/+15
* Per rename_pendings, rename apr_explode_time to apr_time_exp_tz.Justin Erenkrantz2002-04-151-4/+4
* Rename apr_explode_localtime to apr_time_exp_lt.Sander Striker2002-04-131-1/+1
* Fix some daylight savings time breakage on (at least) AIX,Jeff Trawick2002-04-081-1/+1
* Style Polices moved through quickly. Surely not all offenders wereSander Striker2002-03-211-12/+20
* Rename apr_explode_gmt to apr_time_exp_gmt.Sander Striker2002-03-211-3/+4
* Rename apr_implode_time to apr_time_exp_get.Sander Striker2002-03-171-2/+2
* Update our copyright for this year.Roy T. Fielding2002-03-131-1/+1
* patches for apr to rename apr_ansi_time_to_apr_time andIan Holsman2002-03-061-9/+9
* Removed the special implementation of the apr_time_now() API since weBradley Nicholes2002-03-051-8/+1
* Fix GMT offset calculations for platforms that do not have native GMTJustin Erenkrantz2002-01-101-3/+4
* Fixing up a linker issue since NetWare does not have a gettimeofday() functionBradley Nicholes2002-01-021-6/+7
* Added an initialization routine for NetWare and daylight savings handlingBradley Nicholes2001-11-051-1/+18
* Adjusted to deal with microsecondsBradley Nicholes2001-11-021-1/+1
* Added the NetWare delay() call to apr_sleep()Bradley Nicholes2001-10-291-0/+2
* Allowed NetWare to take advantage of the system timezone variableBradley Nicholes2001-10-091-1/+1
* include the prototype for apr_unix_setup_time() in the fileJeff Trawick2001-08-311-0/+3
* On platforms where neither HAVE_GMTOFF nor HAVE___OFFSET is defined,Justin Erenkrantz2001-08-311-23/+52
* Wrap all APR functions in APR_DECLARE macro.Ryan Bloom2001-08-101-17/+19
* Ported the apr_time_now() function to support the NetWare OSBradley Nicholes2001-08-021-0/+7
* Adjust the calculated GMT offset on get_offset() for daylight savings time.Branko Čibej2001-07-011-2/+12
* Added new function apr_implode_gmt, which works like apr_implode_time, exceptBranko Čibej2001-06-301-0/+8
* fix some compile breakage (on HP-UX, at least)... testtime is happy onJeff Trawick2001-06-291-8/+8
* Update the time code to make it clearer what's going on and toDavid Reid2001-06-291-29/+35
* Cleaned up the code a bit and refactored common functionality.Branko Čibej2001-06-281-35/+31
* apr_explode_localtime was not setting result's tm_usec field.Branko Čibej2001-06-281-0/+1
* Solaris doesn't have (struct tm *)->tm_gmtoff, so the server logsJeff Trawick2001-06-221-13/+4
* help OS/390 recover from its post-Hackathon hangoverGreg Ames2001-04-191-0/+2
* Fix OS/2 build where we have no gmtime_r (or an *_r's for that matter) orBrian Havard2001-04-171-1/+10
* Fix detection of tm_gmtoff in struct tm, and remove some warnings.Ryan Bloom2001-04-141-2/+2
* Daniel Padwa <daniel.padwa@gs.com> pointed out the last patch brokeDavid Reid2001-04-121-2/+6
* Some adjustments to the time code that gets us working better with timezones.David Reid2001-04-121-68/+53
* Fix the hosed #ifdef APR_HAVE_FOO_H tests, the #if HAVE_ tests, andWilliam A. Rowe Jr2001-02-251-3/+3