summaryrefslogtreecommitdiff
path: root/time/unix/time.c
Commit message (Expand)AuthorAgeFilesLines
...
* prefix libapr functions and types with apr_dougm2000-08-021-14/+14
* Continuing the cleanup of beos code.dreid2000-06-171-0/+3
* Use OS/2 native call in ap_sleep().bjh2000-06-111-3/+8
* Change ap_time_t to ap_interval_time_t for ap_sleep.rbb2000-06-081-1/+1
* Both of these need apr_private.h in order to include the correct headers.rbb2000-06-071-0/+4
* Add a new ap_sleep function for apr. This basically sleeps for a specifiedrbb2000-06-071-1/+7
* We don't actually use anything in atime.h, so get rid of it, and includerbb2000-06-071-1/+11
* Change ap_context_t to ap_pool_t. This compiles, runs, and serves pagesrbb2000-04-141-2/+2
* more documentation movementdgaudet2000-04-141-55/+0
* Update to Apache Software License version 1.1fielding2000-03-311-32/+31
* Last doc update.rbb2000-03-151-7/+7
* Fix all the License issues. Including:rbb2000-03-101-9/+9
* another unused warningdgaudet2000-03-021-1/+0
* OS/2: Migrate directory API to new style ap_time_tbjh2000-01-101-0/+24
* add the ap_get_os_*_time funcs after Dean's time re-write.rbb2000-01-091-0/+71
* time overhaul:dgaudet2000-01-091-168/+109
* Add a new time function which creates a new time instance and initializesrbb2000-01-061-1/+22
* Prevent segfault on comparing an uninitialized ap_time_t object. Treat itbjh1999-12-211-2/+2
* A bunch more time functions for use in Apache. This is really the first cutrbb1999-12-201-0/+40
* Fix the logic in blocking vs non-blocking pipes to children. It onlyrbb1999-12-031-6/+0
* Be careful, _POSIX_THREAD_SAFE_FUNCTIONS is a feature test macro, yes, but itrse1999-10-311-2/+2
* Remove all of the ugly SAFETY_LOCK code. APR determines if it has threadingrbb1999-10-191-12/+10
* This corrects a small problem with the safety locks. Always helpsdreid1999-10-161-2/+2
* Rid ourselves of a warning, and make all the time functions use one lock.rbb1999-10-141-4/+5
* Isolate the APR thread-safety macros. This makes any macro available torbb1999-10-141-2/+3
* This finishes the argument swaps. The docs haven't been updated, andrbb1999-10-111-1/+1
* Make time functions threadsafe in APR. This is the current way to makerbb1999-10-061-2/+10
* First patch to re-order function parameters. This one gets the low hangingrbb1999-10-041-6/+6
* Fix warnings.ben1999-09-121-1/+0
* More BeOS fixes.rbb1999-08-301-1/+1
* Initial revisionrbb1999-08-171-0/+222