summaryrefslogtreecommitdiff
path: root/time
Commit message (Expand)AuthorAgeFilesLines
* Remove trailing whitespaces in *.c.Ivan Zhakov2022-11-204-13/+13
* Replace tabs to spaces.Ivan Zhakov2022-07-081-34/+34
* time: Don't apr_sleep() less than the requested time on OS2/Netware.Yann Ylavic2022-06-261-2/+2
* time: Don't apr_sleep() less than the requested time on WIN32.Yann Ylavic2022-06-221-1/+1
* Stage 1 in cleaning win95 code ... cleanup utilsMladen Turk2021-12-021-75/+34
* Stage 3 in dismantling _WIN32_WCE ... cleanup codeMladen Turk2021-12-022-24/+3
* apr_sleep: use nanosleep() when available.Yann Ylavic2021-11-261-0/+5
* Add missing bits from CVE-2021-35940 applied to 1.7.x branchMladen Turk2021-11-211-0/+3
* Avoid an overflow on 32 bit platforms.Graham Leggett2019-12-271-1/+1
* Correct cut-n-paste assignment error.William A. Rowe Jr2018-09-081-1/+1
* Resolve invalid rvalue from void() function, the test is only required in oneWilliam A. Rowe Jr2018-08-311-3/+7
* Revert 1839699, this contained unintended, additional noise. Re-correcting.William A. Rowe Jr2018-08-301-7/+3
* Revert 1839627, this macro does not result in a usable CC_FOR_BUILDWilliam A. Rowe Jr2018-08-301-3/+7
* Bounds-check human-readable date fields (credit: Stefan Sperling)Nick Kew2017-09-102-0/+9
* apr_time_exp_*() on Windows: Fix error in the tm_yday field ofJeff Trawick2012-08-111-1/+1
* remove ancient time field getters, replaced with exploded timeJeff Trawick2011-03-191-204/+0
* clean up some low hanging gcc warnings on WinJeff Trawick2011-03-191-2/+2
* explicit stdlib for mallocWilliam A. Rowe Jr2009-12-181-0/+4
* Cast pointers properly trough apr_ssize_t (int or __int64)Mladen Turk2008-04-171-1/+1
* SystemTimeToAprExpTime dayoffset summation is wrong, June is 30 days.Davi Arnaut2007-07-241-1/+1
* SystemTimeToTzSpecificLocalTime is not implemented on Windows CE and is used inWilliam A. Rowe Jr2007-06-011-2/+2
* The implementation of apr_time_clock_hires calls SetTimerResolution which is notWilliam A. Rowe Jr2007-06-011-1/+8
* Fix the typo.Joe Orton2006-08-035-5/+5
* Update license header.Joe Orton2006-08-035-30/+30
* Fix up Win32-private includes to bring it in line with all other platforms.Justin Erenkrantz2006-07-123-3/+3
* OS/2: Implement apr_file_mtime_set().Brian Havard2005-07-161-0/+17
* A noop on Win32, this Win64 hack for our internal fn deals with memoryWilliam A. Rowe Jr2005-05-161-3/+3
* Update copyright year to 2005 and standardize on current copyright owner line.Justin Erenkrantz2005-02-045-5/+10
* * configure.in: Require autoconf 2.50. Use AC_CHECK_MEMBERS to checkJoe Orton2005-01-132-15/+16
* Remove .cvsignore files.Joe Orton2004-11-181-4/+0
* * time/unix/time.c (apr_time_exp_get): Remove year check that failed forJoe Orton2004-03-252-15/+4
* Relicense APR under Apache License, Version 2.0Justin Erenkrantz2004-02-135-245/+50
* First whack at switching to a single top-level make. This adds a dependencyGreg Stein2004-02-051-13/+0
* remove these interfaces:Jeff Trawick2003-09-032-44/+0
* After further evaluation, we will have to create our own implementationWilliam A. Rowe Jr2003-01-231-4/+5
* Don't use the optimized form. If Apache is started in ST and runs untilWilliam A. Rowe Jr2003-01-221-1/+1
* Finally, use the same cached recovery for the timezone between 9x and NT.William A. Rowe Jr2003-01-221-28/+27
* Now that the old logic is restored, adjust it to the new variables.William A. Rowe Jr2003-01-221-7/+7
* What an ugly patch.William A. Rowe Jr2003-01-221-30/+77
* To divine the timezone and daylight savings time, effective as of theWilliam A. Rowe Jr2003-01-102-45/+69
* Namespace protection for include/arch/ header filesThom May2003-01-064-5/+5
* Update copyright notices to 2003.Thom May2003-01-015-5/+5
* Without strftime() on wince, apr_strftime is currently unimplemented.William A. Rowe Jr2002-12-111-1/+11
* *) Renames done (deprecated functions wrapped):Thom May2002-11-202-3/+19
* Docs are always good, especially when it's this obscure.William A. Rowe Jr2002-08-041-0/+3
* Time in exact ms intervals can be very useful in benchmarking... thisWilliam A. Rowe Jr2002-08-042-0/+26
* Fix calculation of tm_gmtoff on Windows, and add a test case.Branko Čibej2002-06-091-4/+6
* Revert bogusness by providing proper stubs for functions that existedWilliam A. Rowe Jr2002-06-082-0/+30
* Fix two serious holes in the time calculations. The first patch was aWilliam A. Rowe Jr2002-05-221-2/+2
* Add .deps to cvsignore since APR may now generate .deps files.Justin Erenkrantz2002-04-221-0/+1