summaryrefslogtreecommitdiff
path: root/misc
Commit message (Expand)AuthorAgeFilesLines
* Fix the signalling logic for Apache 2.0. The removed code used to blockrbb2000-02-071-9/+0
* Take a couple of values that were static for all locks out of the lockrbb2000-01-251-0/+3
* Move Windows project files to the attic.stoddard2000-01-122-135/+0
* Clean up APR's configure script a bit. This commit also allows Apache torbb1999-12-221-4/+3
* Fix the build process for APR. There is no reason to build each libraryrbb1999-12-201-8/+7
* The compiler for PowerPC versions of BeOS is about as pedantic asdreid1999-12-191-4/+3
* Fix some build issues with APR on Windows. I am still getting some warnings,rbb1999-12-151-8/+8
* This change gets APR compiling on BeOS again. Some filename changesdreid1999-12-124-21/+25
* Make APR compile on Windows again. The changes that I introduced forrbb1999-12-092-2/+2
* Clean out OS/2 version of APR misc library.bjh1999-12-084-278/+1
* Add apr_abort to BeOS.dreid1999-12-071-0/+1
* Fix the logic in blocking vs non-blocking pipes to children. It onlyrbb1999-12-034-25/+28
* Fix a couple of warnings that were caused by the APR leak problem. Theserbb1999-12-021-0/+1
* Fix some Windows compile breaksstoddard1999-11-292-3/+7
* Deal with pool function failures in a clean way. I need to look at how werbb1999-11-242-1/+13
* Update some dependancies. Move the final two files out of apr/inc and intorbb1999-11-231-3/+3
* Clean up the getopt stuff a bit. Basically, I am removing the #define's,rbb1999-11-224-120/+120
* Under Linux, I always got amartin1999-11-204-0/+4
* Plug some memory leaks, and eliminate a little redundant code.manoj1999-11-052-14/+4
* Fix memory leaks in the Unix portions of APR.manoj1999-11-041-7/+2
* This primarily updates some dependancies and fixes a small problemdreid1999-11-021-0/+7
* OS/2: Update dependenciesbjh1999-10-181-0/+4
* OS/2: Use the (slightly tweaked) unix start.c instead of our own.bjh1999-10-133-89/+8
* Make sure to use ap_null_cleanup instead of NULL when setting an emptymanoj1999-10-121-1/+1
* Bring the misc code up to the APR parameter order spec. This also fixes a fewrbb1999-10-083-9/+12
* Continuing to bring the beos APR into line.dreid1999-10-082-11/+48
* Warning: even with HAVE_PTHREAD_SIGMASK defined,martin1999-10-071-0/+3
* First patch to re-order function parameters. This one gets the low hangingrbb1999-10-044-11/+11
* Remove the vestigial hsregex.h from APR, and update dependencies.manoj1999-09-231-1/+1
* Delete the cancelability routinesstoddard1999-09-221-11/+9
* More syncing with the unix tree. There really should be a 'common' treestoddard1999-09-222-19/+56
* Update argument liststoddard1999-09-221-1/+1
* Some docs changes.rbb1999-09-201-6/+12
* A change to how APR uses user data. Now, user data is a linked list thatrbb1999-09-142-14/+53
* Make sure one can compile a server with MPM prefork if no pthread library isrse1999-09-121-1/+1
* Fix warnings.ben1999-09-121-0/+3
* A bunch of APR BEOS changes. Including: Better autoconf support, addingrbb1999-09-073-9/+176
* Revert Ryans wrongful replacement :)bjh1999-08-311-3/+3
* Changed pools to contexts. Tested with prefork and pthread mpm's. I'llrbb1999-08-314-10/+10
* APR OS/2 startup module:bjh1999-08-301-1/+40
* Add getopt module to APR OS/2. Same as unix for now.bjh1999-08-292-1/+144
* Ignore generated makefiles in APR OS/2 directories.bjh1999-08-291-0/+1
* Generate dependencies for APR OS/2 modules.bjh1999-08-281-5/+6
* Fix compilation bugs in APR. Move compiled libraries into a common libsrbb1999-08-2711-130/+3
* Run make depend after moving the four header files. Remove the test programsrbb1999-08-181-2/+2
* Update APR on Win32 to compile after moving it into the mpm treerbb1999-08-181-2/+2
* Basic cleanup for apr. This takes care of the make depend that used to berbb1999-08-181-2/+1
* Initial revisionrbb1999-08-1718-0/+1959