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 isRyan Bloom2000-03-311-1/+1
* removed trailing slash from "OBJS=dso.o" to keep some makeJeff Trawick2000-03-313-3/+3
* Update to Apache Software License version 1.1Roy T. Fielding2000-03-31194-6112/+6100
* Fix pthread Cross Process locks.Ryan Bloom2000-03-314-8/+18
* On Irix, checking for pthread_create is not good enough to find all of theRyan Bloom2000-03-301-0/+2
* include <stddef.h> in the PTHREADS_CHECK_COMPILE testJeff Trawick2000-03-301-0/+1
* Fix writing to a buffered file.Ryan Bloom2000-03-301-1/+1
* Put OS/2 detection back in.Brian Havard2000-03-302-0/+5
* Fix reading of buffered files on UnixRyan Bloom2000-03-301-1/+1
* remove compile warning when compiling without threadsJeff Trawick2000-03-292-0/+4
* Tweaked APR initialization and termination so that the lifetimeJeff Trawick2000-03-289-50/+74
* More tidy up for the dso functions. Somehow missed these in my previousDavid Reid2000-03-285-7/+8
* Get rid of WinTimeToUnixTime. Replace all instances of its use withBill Stoddard2000-03-289-289/+9
* Update the versions of config.sub and config.guess in APRRyan Bloom2000-03-282-19/+20
* Added a section on documenting APR functions.Ryan Bloom2000-03-271-0/+23
* Fix the docs for DSO handling in APR.Ryan Bloom2000-03-271-36/+21
* Add DSO's to the APR build process. This also cleans up the DSO stuff, toRyan Bloom2000-03-276-25/+36
* Clean up OS/2 DSO code so it at least compiles.Brian Havard2000-03-274-17/+20
* When adding the dso stuff I forgot this one.David Reid2000-03-261-0/+77
* This is the first pass at DSO support for APR. It's basically the patchDavid Reid2000-03-2612-0/+951
* When the lock cleanup routine is called the semphores weren'tDavid Reid2000-03-232-0/+2
* Fix the problems when sigaction() isn't found and SigfuncJim Jagielski2000-03-232-2/+2
* Fix the problem of choosing the wrong locking mechanism on someRyan Bloom2000-03-221-2/+2
* More relics from the early days of APR that have no place in the modernDavid Reid2000-03-221-4/+0
* add check for NT in ap_open() so that we don't enableJeff Trawick2000-03-221-2/+8
* win32 ap_puts() shouldn't add '\n'Jeff Trawick2000-03-221-4/+1
* Win32: Continue removing precompiled header support from the dsp andBill Stoddard2000-03-213-11/+223
* Move these to the attic. They are not used anymore.Bill Stoddard2000-03-212-158/+0
* Clean up the locks required for pool allocation correctly. If the locksRyan Bloom2000-03-212-242/+322
* Fix a stupid mistake in my last commit.Ryan Bloom2000-03-211-1/+1
* Fix the cleanup of SYSV semaphores. This way we don't leave sems lyingRyan Bloom2000-03-211-1/+1
* ap_connect was not returning correct error in one caseBill Stoddard2000-03-201-1/+1
* Fix warnings, update dependencies.Ben Laurie2000-03-1811-137/+182
* Remove extra \ from MakefileRyan Bloom2000-03-161-1/+1
* Simplify filename copying in child_init_lock. :)Manoj Kasichainula2000-03-161-2/+1
* Fix the problems with my last commit.Ryan Bloom2000-03-161-1/+2
* Fix a bug in ap_init_child_lockRyan Bloom2000-03-161-0/+1
* fix typoTony Finch2000-03-161-1/+1
* Ignore generated MakefileBrian Havard2000-03-161-0/+1
* Update some dependencies.Brian Havard2000-03-164-70/+98
* Clean up shared mem test a bit & add ap_open_shmem() call in child processBrian Havard2000-03-161-5/+10
* Shared memory for OS/2Brian Havard2000-03-164-2/+222
* OS/2: Update named pipe functions to match current prototypes.Brian Havard2000-03-161-2/+7
* Last doc update.Ryan Bloom2000-03-1511-177/+211
* Expand on Brian's commit to make it more generally useful andDavid Reid2000-03-151-2/+3
* Fix memory corruption & return value for Win32Allan K. Edwards2000-03-151-2/+2
* Get Win32 working again after ap_getopt order changes.Allan K. Edwards2000-03-151-2/+1
* Update the test programs so they work with ap_getopt again.Ryan Bloom2000-03-152-2/+2
* Add some missing functions into BeOS locksDavid Reid2000-03-152-0/+38