summaryrefslogtreecommitdiff
path: root/include/apr_time.h
Commit message (Expand)AuthorAgeFilesLines
* Remove trailing whitespaces.Ivan Zhakov2022-11-191-12/+12
* locks: introduce apr_{thread,proc,global}_mutex_timedlock().Yann Ylavic2015-03-191-1/+3
* minor Doxygen and editorial fixesJeff Trawick2014-02-261-18/+18
* A new macro for apr 1.4/2.0, for msec resolution.William A. Rowe Jr2008-10-201-1/+4
* Fix the typo.Joe Orton2006-08-031-1/+1
* Update license header.Joe Orton2006-08-031-6/+6
* Update copyright year to 2005 and standardize on current copyright owner line.Justin Erenkrantz2005-02-041-1/+2
* * include/apr_time.h: More null/NUL confusion.Joe Orton2004-04-211-2/+2
* Relicense APR under Apache License, Version 2.0Justin Erenkrantz2004-02-131-49/+10
* remove these interfaces:Jeff Trawick2003-09-031-13/+0
* Rebalance our exposed headers such that everything is nested properlyWilliam A. Rowe Jr2003-03-051-11/+16
* Update copyright notices to 2003.Thom May2003-01-011-1/+1
* *) Renames done (deprecated functions wrapped):Thom May2002-11-201-0/+4
* Go through doxygen output and remove as many errors and warnings as I could.Justin Erenkrantz2002-11-101-8/+11
* Time in exact ms intervals can be very useful in benchmarking... thisWilliam A. Rowe Jr2002-08-041-0/+8
* Remove the silly nsec manipulator, and add some msec manipulations thatWilliam A. Rowe Jr2002-07-151-3/+8
* Solve Jeff Trawicks nsec failure, we were truncating to 32 bits beforeWilliam A. Rowe Jr2002-07-021-2/+4
* Lowercase macros, per Roy Fielding's comments and general concensus.William A. Rowe Jr2002-06-121-4/+4
* Fix a typo pointed out by Greg Marr [thx!]William A. Rowe Jr2002-06-121-1/+2
* To simplify future, experimental work with binary usec values, theseWilliam A. Rowe Jr2002-06-121-0/+7
* Revert bogusness by providing proper stubs for functions that existedWilliam A. Rowe Jr2002-06-081-0/+9
* Per rename_pendings, rename apr_explode_time to apr_time_exp_tz.Justin Erenkrantz2002-04-151-3/+3
* Rename apr_explode_localtime to apr_time_exp_lt.Sander Striker2002-04-131-1/+1
* Rename apr_explode_gmt to apr_time_exp_gmt.Sander Striker2002-03-211-2/+2
* Rename apr_implode_time to apr_time_exp_get.Sander Striker2002-03-171-1/+1
* 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
* some more Doxygen goodnessIan Holsman2002-02-151-0/+2
* clarify a difference between the string built by ctime() andJeff Trawick2001-12-011-0/+2
* ALL APR Include files (except for Arch specific stuff) nowIan Holsman2001-08-241-20/+18
* Added new function apr_implode_gmt, which works like apr_implode_time, exceptBranko Čibej2001-06-301-0/+10
* Lack of sleep makes Victor the village idiot.Victor J. Orlikowski2001-06-091-2/+2
* Revert this change, as it breaks the build.Victor J. Orlikowski2001-06-091-2/+2
* Put some declarations in the right order, for detection's sake.Victor J. Orlikowski2001-06-091-2/+2
* Some adjustments to the time code that gets us working better with timezones.David Reid2001-04-121-0/+13
* Carefully select an appropriate native type for apr_int64_t andRoy T. Fielding2001-04-121-0/+2
* Anyone up for writing a bit of proper autoconf magic :-?William A. Rowe Jr2001-04-021-13/+10
* Update copyright to 2001Roy T. Fielding2001-02-161-1/+1
* Add an apr_short_interval_time. This allows us to use an apr_interval_timeRyan Bloom2001-02-161-1/+2
* renaming various functions for consistency sakeDoug MacEachern2001-02-081-2/+2
* Add remaining APR_DECLARE()s to all headers. Conditionally addedWilliam A. Rowe Jr2001-01-181-9/+24
* Make the APR headers sane.Greg Stein2000-11-261-1/+2
* Ugh... had different meaning between apr and ap. Not good, all fixed.William A. Rowe Jr2000-10-171-2/+2
* Pesky stragglerWilliam A. Rowe Jr2000-10-161-2/+2
* Remaining cleanup of ap_ -> apr_ and AP_ -> APR_ transformation...William A. Rowe Jr2000-08-061-14/+14
* Document all of the public APR structures with DocBook.Ryan Bloom2000-08-051-17/+30
* prefix libapr functions and types with apr_Doug MacEachern2000-08-021-26/+26
* Update apr_time.h to use ScanDoc.Ryan Bloom2000-07-231-66/+51
* Change ap_time_t to ap_interval_time_t for ap_sleep.Ryan Bloom2000-06-081-2/+2
* Add a new ap_sleep function for apr. This basically sleeps for a specifiedRyan Bloom2000-06-071-0/+14