summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagAPACHE_2_0_ALPHA_2(no author)2000-03-3126-4352/+0
* Remove dso support from APR. This will be re-enabled the debate isrbb2000-03-311-1/+1
* removed trailing slash from "OBJS=dso.o" to keep some maketrawick2000-03-313-3/+3
* Update to Apache Software License version 1.1fielding2000-03-31194-6112/+6100
* Fix pthread Cross Process locks.rbb2000-03-314-8/+18
* On Irix, checking for pthread_create is not good enough to find all of therbb2000-03-301-0/+2
* include <stddef.h> in the PTHREADS_CHECK_COMPILE testtrawick2000-03-301-0/+1
* Fix writing to a buffered file.rbb2000-03-301-1/+1
* Put OS/2 detection back in.bjh2000-03-302-0/+5
* Fix reading of buffered files on Unixrbb2000-03-301-1/+1
* remove compile warning when compiling without threadstrawick2000-03-292-0/+4
* Tweaked APR initialization and termination so that the lifetimetrawick2000-03-289-50/+74
* More tidy up for the dso functions. Somehow missed these in my previousdreid2000-03-285-7/+8
* Get rid of WinTimeToUnixTime. Replace all instances of its use withstoddard2000-03-289-289/+9
* Update the versions of config.sub and config.guess in APRrbb2000-03-282-19/+20
* Added a section on documenting APR functions.rbb2000-03-271-0/+23
* Fix the docs for DSO handling in APR.rbb2000-03-271-36/+21
* Add DSO's to the APR build process. This also cleans up the DSO stuff, torbb2000-03-276-25/+36
* Clean up OS/2 DSO code so it at least compiles.bjh2000-03-274-17/+20
* When adding the dso stuff I forgot this one.dreid2000-03-261-0/+77
* This is the first pass at DSO support for APR. It's basically the patchdreid2000-03-2612-0/+951
* When the lock cleanup routine is called the semphores weren'tdreid2000-03-232-0/+2
* Fix the problems when sigaction() isn't found and Sigfuncjim2000-03-232-2/+2
* Fix the problem of choosing the wrong locking mechanism on somerbb2000-03-221-2/+2
* More relics from the early days of APR that have no place in the moderndreid2000-03-221-4/+0
* add check for NT in ap_open() so that we don't enabletrawick2000-03-221-2/+8
* win32 ap_puts() shouldn't add '\n'trawick2000-03-221-4/+1
* Win32: Continue removing precompiled header support from the dsp andstoddard2000-03-213-11/+223
* Move these to the attic. They are not used anymore.stoddard2000-03-212-158/+0
* Clean up the locks required for pool allocation correctly. If the locksrbb2000-03-212-242/+322
* Fix a stupid mistake in my last commit.rbb2000-03-211-1/+1
* Fix the cleanup of SYSV semaphores. This way we don't leave sems lyingrbb2000-03-211-1/+1
* ap_connect was not returning correct error in one casestoddard2000-03-201-1/+1
* Fix warnings, update dependencies.ben2000-03-1811-137/+182
* Remove extra \ from Makefilerbb2000-03-161-1/+1
* Simplify filename copying in child_init_lock. :)manoj2000-03-161-2/+1
* Fix the problems with my last commit.rbb2000-03-161-1/+2
* Fix a bug in ap_init_child_lockrbb2000-03-161-0/+1
* fix typofanf2000-03-161-1/+1
* Ignore generated Makefilebjh2000-03-161-0/+1
* Update some dependencies.bjh2000-03-164-70/+98
* Clean up shared mem test a bit & add ap_open_shmem() call in child processbjh2000-03-161-5/+10
* Shared memory for OS/2bjh2000-03-164-2/+222
* OS/2: Update named pipe functions to match current prototypes.bjh2000-03-161-2/+7
* Last doc update.rbb2000-03-1511-177/+211
* Expand on Brian's commit to make it more generally useful anddreid2000-03-151-2/+3
* Fix memory corruption & return value for Win32ake2000-03-151-2/+2
* Get Win32 working again after ap_getopt order changes.ake2000-03-151-2/+1
* Update the test programs so they work with ap_getopt again.rbb2000-03-152-2/+2
* Add some missing functions into BeOS locksdreid2000-03-152-0/+38