summaryrefslogtreecommitdiff
path: root/time/unix
Commit message (Expand)AuthorAgeFilesLines
* Renamed all MODULE_EXPORT symbols to AP_MODULE_DECLARE and all symbolswrowe2000-10-161-2/+2
* Remaining cleanup of ap_ -> apr_ and AP_ -> APR_ transformation...wrowe2000-08-062-33/+35
* prefix libapr functions and types with apr_dougm2000-08-022-19/+19
* Update dependancies in APRrbb2000-07-071-2/+4
* Continuing the cleanup of beos code.dreid2000-06-171-0/+3
* Update dependencies.ben2000-06-111-12/+14
* 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-072-0/+5
* 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-074-85/+25
* PR:wrowe2000-05-281-2/+2
* Fixup a couple of rename's missed APR_VAR_EXPORT->APR_EXPORT_VARrbb2000-05-271-2/+2
* PR:wrowe2000-05-271-2/+2
* Mass update of API_IMPORT/EXPORT symbols TO APR_ symbols.wrowe2000-05-261-2/+2
* Make `mm' an INCDIR in shmem/unix, so that the INCDIR rewriter cansascha2000-04-301-1/+0
* Update comment for depend target. The template makefiles are now calledsascha2000-04-301-1/+1
* Move apr_config.h and apr_config.hw to apr_private.h and apr_private.hw.rbb2000-04-222-3/+3
* Change ap_context_t to ap_pool_t. This compiles, runs, and serves pagesrbb2000-04-142-3/+3
* more documentation movementdgaudet2000-04-141-55/+0
* Update to Apache Software License version 1.1fielding2000-03-313-95/+92
* Last doc update.rbb2000-03-151-7/+7
* Fix all the License issues. Including:rbb2000-03-103-27/+27
* another unused warningdgaudet2000-03-021-1/+0
* Make interprocess mutexes actually choose, fix semaphore mutexes.ben2000-01-231-0/+3
* Make change suggested by Benstoddard2000-01-191-1/+1
* Initialize struct tmstoddard2000-01-171-1/+1
* 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-092-12/+83
* time overhaul:dgaudet2000-01-094-650/+203
* Add a new time function which creates a new time instance and initializesrbb2000-01-061-1/+22
* Next pass at the time functions. This defines an ap_ansi_time_t which hasrbb2000-01-061-4/+4
* 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-2/+4
* A couple of new functions for APR's time library.rbb1999-12-211-0/+37
* Change ap_gm_timestr_822 to ap_timestr. Now, one function can be used to getrbb1999-12-211-8/+8
* Prevent segfault on comparing an uninitialized ap_time_t object. Treat itbjh1999-12-211-2/+2
* Fix the build process for APR. There is no reason to build each libraryrbb1999-12-201-6/+6
* A bunch more time functions for use in Apache. This is really the first cutrbb1999-12-205-4/+203
* The compiler for PowerPC versions of BeOS is about as pedantic asdreid1999-12-191-3/+2
* Cleaning up the config stuff for APR even more. We had some smallrbb1999-12-061-0/+3
* Fix the logic in blocking vs non-blocking pipes to children. It onlyrbb1999-12-034-19/+15
* 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
* Fix a bug in the logic to set/get userdata from ALL apr types. I haverbb1999-10-151-1/+1
* 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
* Bring the misc code up to the APR parameter order spec. This also fixes a fewrbb1999-10-081-2/+2