summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tag 'APR_1_0_RC1'.APR_1_0_RC1(no author)2004-06-183-259/+0
* Following the last 2 weeks discussions, there are now no showstoppersdreid2004-06-181-64/+65
* Reuse cleanup structures to prevent memory consumption from repeatedjorton2004-06-172-1/+62
* 3centstrawick2004-06-161-4/+4
* indicate that default on address space differs among platformstrawick2004-06-151-1/+2
* Continue campaign to kill showstoppers.jerenkrantz2004-06-151-2/+8
* LFS support is complete.jorton2004-06-151-7/+1
* Update STATUSdreid2004-06-151-6/+8
* * locks/unix/proc_mutex.c (apr_proc_mutex_lockfile): Fix build onjorton2004-06-151-2/+8
* * threadproc/unix/thread.c (apr_threadattr_detach_set): Fix for Mac OSjorton2004-06-143-6/+13
* * configure.in: Don't use POSIX semaphores or cross-process pthreadjorton2004-06-143-10/+13
* Fixed typo in API descriptionclar2004-06-141-1/+1
* Added new APR API to load child process in current or new address space (NetW...clar2004-06-147-6/+47
* * threadproc/unix/thread.c (threadattr_cleanup): New function.jorton2004-06-141-2/+18
* * locks/unix/proc_mutex.c (apr_proc_mutex_create): Remove redundantjorton2004-06-141-7/+2
* * locks/unix/proc_mutex.c (proc_mutex_fcntl_cleanup): Always close thejorton2004-06-141-5/+2
* * locks/unix/proc_mutex.c (proc_mutex_posix_release): Revert previousjorton2004-06-141-1/+3
* * locks/unix/proc_mutex.c (apr_proc_mutex_lockfile): Avoid unnecessaryjorton2004-06-141-5/+4
* * locks/unix/proc_mutex.c (proc_mutex_proc_pthread_cleanup): Fixjorton2004-06-141-1/+18
* * locks/unix/proc_mutex.c (proc_mutex_proc_pthread_cleanup): Fixjorton2004-06-141-4/+4
* * locks/unix/proc_mutex.c (proc_mutex_pthread_create): Don't leak anjorton2004-06-141-0/+1
* * locks/unix/proc_mutex.c (proc_mutex_posix_cleanup): Ignorejorton2004-06-141-19/+9
* * test/testprocmutex.c (test_exclusive): Take lock type parameter.jorton2004-06-141-5/+28
* Support POSIX semaphores on LP64 platforms:jorton2004-06-143-6/+7
* Replaced APR_PROGRAM_ENV with new enum APR_PROGRAM_ADDRSPACE when starting a ...clar2004-06-111-4/+3
* Added NetWare specific option in apr_cmdtype_e to start program in a separate...clar2004-06-111-4/+7
* Don't try to enable run-time linking on AIX < 4.2, as thistrawick2004-06-111-1/+7
* Revert accidental commit.jorton2004-06-101-1/+6
* Add apr_threadattr_guardsize_set function, which allows changingjorton2004-06-107-7/+59
* * test/Makefile.in (libmod_test.la): Link against dependencies forjorton2004-06-101-1/+1
* * test/testglobalmutex.c (testglobalmutex): Fix declaration.jorton2004-06-101-4/+2
* Use abts_log_message to log data about which test is being run.rbb2004-06-091-0/+2
* Use the void *data parameter to test functions to pass in the lockrbb2004-06-091-47/+16
* * test/Makefile.in: Revert broken r1.161.jorton2004-06-081-4/+0
* Merge from ABTS svn repo. Don't pring success message when -l is used.rbb2004-06-081-0/+4
* * test/abts_tests.h: Disable tests for API combination which doesn'tjorton2004-06-071-0/+2
* Presently if we fail in apr_assert_success we get the line number fordreid2004-06-0722-140/+148
* Add libtool* as installed by FreeBSD ports. No 'libtool' is installed, alljerenkrantz2004-06-062-2/+2
* jet lag bad - this might actually be right nowthommay2004-06-061-1/+1
* oops, I was a little too enthusiastic with removing stuff...thommay2004-06-061-0/+1
* Add back the -l option to the apr test suite. This allows the test suiterbb2004-06-051-4/+16
* * include/arch/unix/apr_arch_proc_mutex.h, locks/unix/proc_mutex.c:jorton2004-06-052-31/+15
* * configure.in, include/arch/unix/apr_arch_proc_mutex.h,jorton2004-06-053-7/+0
* * locks/unix/proc_mutex.c (proc_mutex_no_child_init): Use single noopjorton2004-06-051-51/+15
* * locks/unix/proc_mutex.c (proc_mutex_flock_child_init): If open()jorton2004-06-051-1/+0
* Update the comment.jorton2004-06-041-2/+1
* Move APR_INT64_STRFN to apr_private.h and remove redundantjorton2004-06-047-24/+19
* * test/test_apr.h: Remove now-unused file.jorton2004-06-041-88/+0
* * build/apr_threads.m4 (APR_CHECK_PTHREAD_RECURSIVE_MUTEX): Run ratherjorton2004-06-041-4/+6
* Drop racy/broken Unix nested mutex implementation; use SUSv3-stylejorton2004-06-044-112/+58