summaryrefslogtreecommitdiff
path: root/include/apr_time.h
Commit message (Expand)AuthorAgeFilesLines
* Remaining cleanup of ap_ -> apr_ and AP_ -> APR_ transformation...wrowe2000-08-061-14/+14
* Document all of the public APR structures with DocBook.rbb2000-08-051-17/+30
* prefix libapr functions and types with apr_dougm2000-08-021-26/+26
* Update apr_time.h to use ScanDoc.rbb2000-07-231-66/+51
* Change ap_time_t to ap_interval_time_t for ap_sleep.rbb2000-06-081-2/+2
* Add a new ap_sleep function for apr. This basically sleeps for a specifiedrbb2000-06-071-0/+14
* PR:wrowe2000-05-281-2/+2
* Mass update of API_IMPORT/EXPORT symbols TO APR_ symbols.wrowe2000-05-261-2/+2
* Change the format for APR function documentation. This uses the perldocrbb2000-04-161-24/+47
* ap_set_pipe_timeout() now takes microseconds instead of seconds;trawick2000-04-151-0/+3
* more documentation movementdgaudet2000-04-141-2/+31
* note about int64 constants...dgaudet2000-04-111-0/+6
* Update to Apache Software License version 1.1fielding2000-03-311-32/+31
* Fix all the License issues. Including:rbb2000-03-101-9/+9
* Update Windows port to new file_io and time specsstoddard2000-01-171-0/+4
* time overhaul:dgaudet2000-01-091-40/+43
* Add a new time function which creates a new time instance and initializesrbb2000-01-061-0/+1
* Next pass at the time functions. This defines an ap_ansi_time_t which hasrbb2000-01-061-2/+6
* retsize should be ap_size_t, not hardwired to 32 bitsdgaudet1999-12-311-1/+1
* Some changes to the ap_strftime function. We now inform the user of therbb1999-12-301-1/+1
* A couple of new functions for APR's time library.rbb1999-12-211-0/+2
* Change ap_gm_timestr_822 to ap_timestr. Now, one function can be used to getrbb1999-12-211-1/+1
* A bunch more time functions for use in Apache. This is really the first cutrbb1999-12-201-0/+8
* First patch to re-order function parameters. This one gets the low hangingrbb1999-10-041-1/+1
* A change to how APR uses user data. Now, user data is a linked list thatrbb1999-09-141-2/+3
* Initial revisionrbb1999-08-171-0/+103