summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagAPACHE_2_0_26(no author)2001-10-154-439/+0
* Various changes toward the goal of AIX shared library builds:aaron2001-10-154-28/+165
* yeah, I could just fix it, but everybody's hungry and I'll forgettrawick2001-10-121-1/+5
* Added the cond_timedwait function (and a new test for it as well).aaron2001-10-121-0/+3
* Let's just make these consistent. All have declared prototypes now, andaaron2001-10-121-7/+9
* clean up some gcc warningstrawick2001-10-122-3/+4
* New test for apr_thread_cond_timedwait().aaron2001-10-121-0/+77
* Adds apr_thread_cond_timedwait() interface to new lock API.aaron2001-10-126-2/+71
* Added $(top_srcdir) and prefixed some of the files we reference with thataaron2001-10-111-5/+6
* More path parsing corrections, Win32 path code should now be stable.wrowe2001-10-111-14/+12
* Fixed a compiler problem on NetWare. Metrowerks can't handle the inlinebnicholes2001-10-101-2/+5
* Fix minor typowrowe2001-10-101-1/+1
* Some extra slash correctness for Win32/OS2 (Netware likely needs a patch.)wrowe2001-10-101-19/+45
* Cleanup and speedup the UNC path through wchar->utf-8 filename translationwrowe2001-10-101-4/+2
* OS/2: Suppress use of mkstemp(), our own gettemp() is better.bjh2001-10-101-0/+6
* Fix macro test (it's a 0/1 macro).bjh2001-10-101-1/+1
* Allowed NetWare to take advantage of the system timezone variablebnicholes2001-10-091-1/+1
* Get rid of warnings about redefinition of 'strcasecmp', as it's alreadybrane2001-10-081-2/+1
* This patch sets us up to call the initialization routines for the unixtrawick2001-10-081-0/+2
* Remove a stray function stubjwoolley2001-10-081-5/+0
* Forgot to update chars to decode and used the wrong buffer remaining varwrowe2001-10-081-2/+2
* Many fixes to apr_file_mktemp when !HAVE_MKSTEMP to (a) make it workjwoolley2001-10-062-65/+32
* Add ASF licensejwoolley2001-10-061-0/+53
* Updated for the latest source codebnicholes2001-10-051-1/+6
* Updated with the new locking API'sbnicholes2001-10-051-0/+17
* Fixed NetWare thread handling so that it can deal with multiple argumentbnicholes2001-10-051-2/+11
* Updated the thread info structure to handle multiple argument thread functionsbnicholes2001-10-051-0/+5
* Implementation of the new locking routinesbnicholes2001-10-046-18/+127
* Quote library name in generated def file in case it turns out to be a reservedbjh2001-10-041-1/+1
* Updated the function prototypes to match the way it is being called.bnicholes2001-10-041-2/+2
* Fixed apr_thread_create() so that it doesn't require the caller to pass anbnicholes2001-10-041-11/+9
* Updated parameter lists due to prototype changes.bnicholes2001-10-041-2/+2
* NetWare versions of pipe.c and filepath.cbnicholes2001-10-042-0/+205
* Remove the generated libtool files. This assists with switching betweengstein2001-10-031-1/+4
* Fix a segfault in apr_poll_clear on Unix. Also fix the logicrbb2001-10-022-2/+6
* Simple is nice. :)jwoolley2001-10-022-4/+2
* Even though it's not unusual for temporary files to be unlinked as soon asjwoolley2001-10-013-4/+8
* Fix a potential segfault on Unix when apr_file_close() is called and thejwoolley2001-10-012-7/+7
* Add unix mktemp to OS/2 build.bjh2001-09-303-1/+6
* This structure needs a pool, or the pool accessors will failrbb2001-09-291-0/+1
* Make sure we declare the pool accessor for both kinds of rwlocksrbb2001-09-291-2/+1
* Implement pool accessors for thread_condition variables.rbb2001-09-296-0/+19
* Implement pool accessor for rwlocks.rbb2001-09-296-0/+17
* Implement pool accessor functions for proc mutex'srbb2001-09-296-0/+16
* Introduce apr_pool_lock for debugging, in combination withwrowe2001-09-283-1/+99
* Remove SMS and all references.striker2001-09-2828-4942/+15
* this time make it actually an optimizationianh2001-09-281-1/+0
* optimize apr_pstrcat by storing the lengths of the first 6 stringsianh2001-09-282-1/+21
* added a remark to apr_file_mktemp,ianh2001-09-271-0/+7
* Add pool accessors to the apr_thread_mutex_t datatype.rbb2001-09-267-0/+21