summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagAPACHE_2_0_26(no author)2001-10-151-180/+0
* Adds apr_thread_cond_timedwait() interface to new lock API.aaron2001-10-121-2/+22
* OS/2: Suppress use of mkstemp(), our own gettemp() is better.bjh2001-10-101-0/+6
* Get rid of warnings about redefinition of 'strcasecmp', as it's alreadybrane2001-10-081-2/+1
* Updated for the latest source codebnicholes2001-10-051-1/+6
* Updated the thread info structure to handle multiple argument thread functionsbnicholes2001-10-051-0/+5
* Implementation of the new locking routinesbnicholes2001-10-043-0/+3
* Updated the function prototypes to match the way it is being called.bnicholes2001-10-041-2/+2
* This structure needs a pool, or the pool accessors will failrbb2001-09-291-0/+1
* Implement pool accessors for thread_condition variables.rbb2001-09-291-0/+6
* Implement pool accessor for rwlocks.rbb2001-09-291-0/+6
* Implement pool accessor functions for proc mutex'srbb2001-09-291-0/+6
* Introduce apr_pool_lock for debugging, in combination withwrowe2001-09-281-0/+10
* Remove SMS and all references.striker2001-09-2812-1015/+1
* added a remark to apr_file_mktemp,ianh2001-09-271-0/+7
* Add pool accessors to the apr_thread_mutex_t datatype.rbb2001-09-261-0/+6
* Add suitable #if protection to non-portable functionbjh2001-09-251-0/+3
* AIX emulated dlopen() cleanups...orlikowski2001-09-251-1/+1
* Thanks Mr. GStein for pointing out the error of my ways.wrowe2001-09-241-1/+1
* Let win32 get away with all sorts of abuse at /W4 or /Wall, by ignoringwrowe2001-09-241-1/+13
* Add the apr_file_mktemp function. This creates and opens arbb2001-09-244-4/+14
* Sync apr.hw's list of defined feature macros back up with apr.h.injwoolley2001-09-241-0/+5
* Tweak two of these so the list is in alpha order againjwoolley2001-09-241-2/+2
* Use the apr_proc_t, rather than some goofy pid/tid/handle value,wrowe2001-09-202-2/+2
* Return the exit code from apr_proc_wait(). This is a combination of a patchgstein2001-09-201-0/+6
* New process locking API for APR.rbb2001-09-197-9/+599
* An initial thread_condition variable implementation for Windows.rbb2001-09-181-0/+5
* Doxygen fixesianh2001-09-162-2/+2
* OS/2: Implement read/write locks. As there's no native equivalent in OS/2bjh2001-09-151-0/+3
* Implement read/write locks on Windows. This passes the testsrbb2001-09-151-0/+5
* Just because we have pthreads, that doesn't mean we have pthread_rwlock.rbb2001-09-141-0/+9
* thread condition stuff isn't available if !APR_HAS_THREADS... this getstrawick2001-09-131-0/+3
* Add condition variables to the APR set of locking functions.rbb2001-09-136-0/+484
* OS/2: Implement apr_thread_mutex functions.bjh2001-09-121-0/+1
* Tidy up to get us working again...dreid2001-09-111-0/+5
* Add the new thread_mutex API to the Windows build. This works onrbb2001-09-101-0/+1
* Added thread_name to the apr_threadattr_t for NetWarebnicholes2001-09-101-0/+1
* Fix typo in comment.brane2001-09-101-1/+1
* My bad - this was correct (APR_FILE_MAX, I read it as APR_PATH_MAX.)wrowe2001-09-091-5/+2
* Fix the apr_proc_create for win32. In order to do so, this patchwrowe2001-09-095-5/+32
* Add the new thread read/write API to APR. This doesn't change anyrbb2001-09-086-0/+494
* Cleanup some of the thread lock work. Remove some unnecessaryrbb2001-09-051-3/+0
* Fix the APR compile when --disable-threads is specified.rbb2001-09-051-0/+4
* Add the new thread_lock API to APR. This is the first step to breakingrbb2001-09-046-0/+468
* OS/2: Define apr_thread_once_tbjh2001-09-021-0/+5
* Implement apr_thread_once for Windows.rbb2001-09-011-0/+4
* OS/2: Get apr_filepath_merge() & friends working, making use of the codebjh2001-09-011-0/+9
* OS/2: Fix thread return value passing.bjh2001-08-311-1/+1
* On platforms where neither HAVE_GMTOFF nor HAVE___OFFSET is defined,jerenkrantz2001-08-311-0/+62
* NetWare specific version of fileio.hbnicholes2001-08-291-0/+175