summaryrefslogtreecommitdiff
path: root/time
Commit message (Expand)AuthorAgeFilesLines
* another unused warningdgaudet2000-03-021-1/+0
* Make some of the APR to Windows time conversion routines available to otherstoddard2000-02-011-5/+3
* Make interprocess mutexes actually choose, fix semaphore mutexes.ben2000-01-231-0/+3
* Make change suggested by Benstoddard2000-01-192-2/+2
* Initialize struct tmstoddard2000-01-171-1/+1
* Humm, ULONGLONG does not appear to be recognised by VC++ 5.0stoddard2000-01-171-1/+1
* Add timestr to Windows port. We really need a better way to use common files.stoddard2000-01-171-0/+174
* Reimplement Win32 time functions to the new spec.stoddard2000-01-171-64/+121
* Move per directory Windows project files to the atticstoddard2000-01-122-135/+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-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
* Remove OS/2 version of time library, the default unix code works just fine.bjh1999-12-213-117/+0
* 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
* Make APR compile on Windows again. The changes that I introduced forrbb1999-12-092-1/+1
* 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
* OS/2: Update dependenciesbjh1999-10-181-8/+5
* Simplify time/os2 directory by using a default.c module that #includesbjh1999-10-184-128/+2
* 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-152-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
* Ditch the OS/2 specific time code as it's identical to the unix code (exceptbjh1999-10-133-277/+10
* This finishes the argument swaps. The docs haven't been updated, andrbb1999-10-111-1/+1
* The beos directories under file_io and time aren't needed anydreid1999-10-101-55/+0
* Bring the misc code up to the APR parameter order spec. This also fixes a fewrbb1999-10-082-4/+4
* Make time functions threadsafe in APR. This is the current way to makerbb1999-10-061-2/+10
* Ryan's last patch to change argument order missed a few Win32 APR funcs.stoddard1999-10-042-4/+4
* First patch to re-order function parameters. This one gets the low hangingrbb1999-10-044-10/+10
* Ok, today it bored me too much that APR shouts many pages with warnings underrse1999-10-011-66/+66
* Make beos use the common unix code. Currently, we need the Makefile here, butrbb1999-09-284-493/+5
* Remove the vestigial hsregex.h from APR, and update dependencies.manoj1999-09-231-5/+4
* Get time functions compiling on Win32stoddard1999-09-221-4/+5
* A change to how APR uses user data. Now, user data is a linked list thatrbb1999-09-141-6/+8
* Fix warnings.ben1999-09-121-1/+0
* More changes to bring BeOS up to the UNIX APR level. Also a few changes torbb1999-09-101-1/+1
* A bunch of APR BEOS changes. Including: Better autoconf support, addingrbb1999-09-073-23/+59
* More BeOS fixes.rbb1999-08-301-1/+1