summaryrefslogtreecommitdiff
path: root/locks/unix/intraproc.c
Commit message (Expand)AuthorAgeFilesLines
* fix a couple more whacked pathsgstein2001-01-021-1/+1
* Use pthread_mutex_destroy() in the lock cleanuptrawick2000-11-091-1/+2
* Move all of the lock private header files to an arch directory underrbb2000-11-091-1/+1
* prefix libapr functions and types with apr_dougm2000-08-021-15/+15
* Fix some problems with which error code to use after a pthread_ failure.trawick2000-07-311-2/+32
* Big commit. Basically, if APR defines a public feature macro, then APRrbb2000-06-221-1/+1
* namespace cleanup in locks/unixdgaudet2000-04-141-5/+5
* Finish the APR naming cleanup. This removes the struct's fromrbb2000-04-031-5/+5
* fix the rest of the struct foo_t to struct ap_foo_t. Next is removing therbb2000-04-031-5/+5
* Update to Apache Software License version 1.1fielding2000-03-311-32/+32
* Fix all the License issues. Including:rbb2000-03-101-9/+9
* Clean up APR's configure script a bit. This commit also allows Apache torbb1999-12-221-1/+1
* Fix the logic in blocking vs non-blocking pipes to children. It onlyrbb1999-12-031-4/+0
* Modify APR so that if we build without threads, we do not create no-oprbb1999-10-211-1/+4
* Fix some locking problems in the original pthreads locking code. Some ofrbb1999-10-121-7/+2
* Fix some bugs in my last commit, and a few of the bugs I didn't noticerbb1999-10-121-5/+4
* Fix some bugs introduced yesterday. Most pthreads functions (at least therbb1999-10-121-11/+2
* Make sure to use ap_null_cleanup instead of NULL when setting an emptymanoj1999-10-121-1/+2
* Fix compilation warnings, and probably some bugs in the process.manoj1999-10-121-7/+9
* Initial revisionrbb1999-08-171-0/+134