summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagAPACHE_2_0_19(no author)2001-06-285-1903/+0
* Fix up some recent additionswrowe2001-06-281-0/+2
* Just my 2cwrowe2001-06-281-8/+6
* Cleaned up the code a bit and refactored common functionality.brane2001-06-281-35/+31
* We don't have apr_lock_create_np() on OS/2, override the test that thinksbjh2001-06-281-0/+8
* Added explode/implode test for local time, and use APR'sbrane2001-06-281-8/+30
* apr_explode_localtime was not setting result's tm_usec field.brane2001-06-281-0/+1
* Not here, nope.wrowe2001-06-281-0/+1
* Refresh .mak files for tagging 2.0.19wrowe2001-06-282-2/+398
* Ugh... cd .. is not nice. Now this still needs a touch of work, but atwrowe2001-06-281-1/+0
* More crufty stuff, yes, it was my bug, and no, this is really horked sincewrowe2001-06-271-3/+6
* Add the flags argument to apr_filepath_root, to allow finer control ofwrowe2001-06-273-48/+76
* *) Add apr_file_flags_get() which returns the flags that were originallyjwoolley2001-06-2711-2/+33
* what libapr? tests link to the static libwrowe2001-06-271-3/+0
* clean up the generation of APR_HAS_foo_SERIALIZE just a bit by usingtrawick2001-06-271-8/+4
* get flock() mechanism child init working for APR_LOCK_ALL+APR_HAS_THREADS;trawick2001-06-261-6/+2
* tighten up the checking for when we have pthread process serialization;trawick2001-06-261-2/+3
* get rid of an unused local variabletrawick2001-06-261-1/+0
* Export APR_HAS_foo_SERIALIZE symbols from APR so apps can tell which locktrawick2001-06-264-20/+30
* Add apr_lock_create_np() (Unix only, for now) which allows the caller totrawick2001-06-265-8/+116
* Fix the check for flock() so we don't get confused on AIX.trawick2001-06-262-2/+2
* Fix a few errors in the previous commit which affect locks on Unix:trawick2001-06-252-4/+12
* Teach the Unix implementation of locks to:trawick2001-06-254-230/+350
* Solaris doesn't have (struct tm *)->tm_gmtoff, so the server logstrawick2001-06-222-13/+8
* use 64-bit int for conversion of gmt offset to microseconds...trawick2001-06-221-3/+4
* Fix some invalid lvalue casts. These weren't acceptable totrawick2001-06-211-2/+2
* Remove some brackets that aren't needed...dreid2001-06-211-1/+1
* Big change to the memory test. We now do a number of allocations ofdreid2001-06-211-81/+390
* Update the blocks sms to deal with unlimited allocations.dreid2001-06-201-46/+119
* make termination of apr_pstrcat-ed string a bit faster (from jeff trawick)dougm2001-06-201-1/+2
* Add a macro to allow us to time how long a function takes.dreid2001-06-201-2/+16
* It's not an error if we don't have a free function.dreid2001-06-201-1/+7
* A fine catch, Mr. Woolleywrowe2001-06-201-1/+1
* apr_pstrcat() optimizations:dougm2001-06-192-3/+5
* Change some of the logic for list management to make it faster.dreid2001-06-181-7/+5
* Change some of the logic so we don't segfault if no parent.dreid2001-06-181-13/+12
* Normalize (forward slash) path gets on win32, and nip a bug that I needwrowe2001-06-181-4/+19
* Sander pointed out it might be worthwhile namespace protecting thesedreid2001-06-181-2/+2
* Make the locking conditional on having a lock to use.dreid2001-06-171-17/+32
* First pass at some alignment macro's for the sms code.dreid2001-06-171-0/+7
* Add a read/write locking implementation for BeOS.dreid2001-06-172-31/+205
* That is the _ugliest_ bug I've ever committed :-)wrowe2001-06-171-1/+1
* OS/2: Add implementations of apr_file_trunc(), apr_os_thread_current() &bjh2001-06-162-0/+34
* OS/2: correct APR_SIZE_T_FMTbjh2001-06-161-1/+5
* OS/2: Add another possibility for ENOENT & fix a missing macro line joinerbjh2001-06-161-1/+2
* Bugfix for the unix version of apr_dir_read(). I caught it on mysussman2001-06-153-0/+139
* (apr_cpystrn): Doc fix.kfogel2001-06-151-2/+5
* Justin dons a big, brown paper bag over his head.jerenkrantz2001-06-141-4/+3
* on some Unix platforms pthread_t is a structure and the compiler won't allowtrawick2001-06-144-3/+14
* change type of ptr and endp fields in apr_sms_blocks_t for easy ptrtrawick2001-06-141-4/+4