summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagAPACHE_2_0_47(no author)2003-07-023-259/+0
* Pass NULL to apr_proc_mutex_create rather than the invented filenamejorton2003-07-021-2/+1
* Fix typo.jorton2003-07-021-1/+1
* CuTest-ify and clean up the testprocmutex test:jorton2003-07-024-91/+56
* Donestoddard2003-06-261-3/+3
* move serf's pool-design.txt here as part of the actual APR docs.gstein2003-06-251-0/+100
* Change a declaration that wouldn't compile under Borland C++brianp2003-06-251-1/+4
* fix a bug in the table overlap testbrianp2003-06-241-1/+1
* fixed the removal of duplicate key values in apr_table_compress() where one k...brianp2003-06-241-3/+4
* fix some compiler warningsbrianp2003-06-241-2/+1
* document the addition of apr_table_compress()brianp2003-06-221-0/+4
* Add an apr_table_compress() function to reconcile duplicatebrianp2003-06-222-292/+218
* Fix unquoted argument to test -n.thommay2003-06-201-1/+1
* In the case of invalid %p formats, skip the bogus argument too when skipping ...martin2003-06-201-0/+1
* Some SVR4 dialects need mutexes declared before including shm.hmartin2003-06-201-0/+3
* tweak a comment to better describe what APR_SHELLCMD can handletrawick2003-06-191-1/+1
* Clean up a style issue; apr_get_os_error() is much cleaner.wrowe2003-06-182-14/+14
* Win32: Adopt Brian Havard's OS/2 rwlock implementation.stoddard2003-06-183-46/+112
* Win32: WAIT_ABANDONED should be treated as a success. WAIT_FAILED (the onlystoddard2003-06-181-5/+5
* Use the location of libtool.m4 given in the LIBTOOL_M4 environmentjorton2003-06-171-1/+3
* Take only the first line from libtool --version as 1.5 emits multi-line versionjerenkrantz2003-06-161-1/+1
* fix documentation for apr_file_getc()jwoolley2003-06-151-2/+2
* Fix a doc typo and clarify.aaron2003-06-131-1/+1
* the setting of _THREAD_SAFE here is redundanttrawick2003-06-111-6/+0
* Error handling fix (unrelated to previous changes): don't calljorton2003-06-081-1/+0
* Code style cleanups: remove unnecessary casts to and from void *;jorton2003-06-081-8/+3
* POSIX says that passing a mutexattr object with default attributes tojorton2003-06-081-18/+1
* Add proc_mutex_lockfile() for retrieving the name of the filetrawick2003-06-077-0/+42
* Don't require the lock file name to be passed intotrawick2003-06-072-0/+9
* When using a temporary file for flock- and fcntl-based mutexes,trawick2003-06-072-7/+14
* When writing to pipes with a timeout set, handle the situationtrawick2003-06-052-2/+20
* add a testcase to catch the problem seen with PR 20295, wheretrawick2003-06-054-2/+158
* Define _THREAD_SAFE for all compilations on AIX. Previouslytrawick2003-06-022-1/+7
* Add a check to see if the sourcedir actually exists. If it doesn't,striker2003-06-021-1/+3
* For apr_proc_detach(APR_PROC_DETACH_FOREGROUND), don't treattrawick2003-06-022-1/+10
* Fixing up the NetWare headers to be compatible with the GNU compilerbnicholes2003-05-301-5/+7
* Fix some problems with non-blocking socket handling on unixtrawick2003-05-304-21/+29
* fix some minor style problems (indention, curly braces)trawick2003-05-301-40/+40
* Fix a bug in socket timeout handling on unix that left thetrawick2003-05-302-0/+6
* describe the timeout parameter to apr_socket_timeout_set()trawick2003-05-301-0/+6
* fix some CuAssert calls that had the expected and actual values reversedtrawick2003-05-281-4/+4
* get testdso to work with the vendor's compiler on HP-UX, whichtrawick2003-05-281-1/+1
* [PORTING] Bug workaround for OSD/POSIXmartin2003-05-281-1/+6
* BS2000 needs an extra #define _KMEMUSER for <sys/shm.h>martin2003-05-281-1/+1
* [PORTING] Improve detection of IPv6, Include <sys/mutex.h> for lock_t if avai...martin2003-05-281-4/+12
* Add back in an entry that was temporarily removed.jerenkrantz2003-05-281-0/+3
* Fixed a bug that could be triggered remotely through mod_dav and possibly otherjerenkrantz2003-05-283-3/+19
* Added flag APR_FILE_ATTR_HIDDEN for manipulating the "hidden" filebrane2003-05-246-1/+44
* Add the copyright notice in the NetWare make filesbnicholes2003-05-221-0/+5
* Unless we are actively looking for a symlink, don't inform the apr_finfo_twrowe2003-05-191-1/+2