summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagAPACHE_2_0_16(no author)2001-04-045-1733/+0
* If the process no longer exists, we might as well remember not totrawick2001-04-042-2/+2
* get rid of a parameter check in apr_proc_wait(); better to segfaulttrawick2001-04-031-2/+1
* Oh bother. OPTIM isn't treated the same in apr andjim2001-04-031-2/+2
* Add an extra check to the time test.dreid2001-04-031-4/+25
* Minor sync-up of how httpd-2.0 and apr handlesjim2001-04-031-2/+2
* Something helpful, probably non-portable, catch David :-)wrowe2001-04-031-1/+5
* Allow APR to be installed using `make install`rbb2001-04-032-2/+16
* Add a simple configuration macro to determine how APR itself was built.rbb2001-04-031-0/+11
* Hmmm... this ought to be a defvar, but ITMT, here is a fix to get awrowe2001-04-031-1/+0
* Here's food for thought ... how big is a mmap, the size of the mappedwrowe2001-04-031-4/+4
* If somebody requests sendfile, then we should compile for it.rbb2001-04-031-20/+19
* ignore config.nicefielding2001-04-031-0/+1
* Generate config.nice for easy re-run of configure, because Ryan wanted it.fielding2001-04-033-0/+25
* Fix the compile on platforms without accept filters.rbb2001-04-033-0/+14
* The actual code for accept_filters on FreeBSD for APR. This is NOTdreid2001-04-031-0/+16
* Configure elements of FreeBSD's accept_filter for APR.dreid2001-04-032-0/+9
* Find glibtoolwsanchez2001-04-031-1/+2
* Define preprocessor options in CPPFLAGS instead of CFLAGSfielding2001-04-036-110/+117
* fix apr_recvfrom() on Win32 so that it returns APR_EOF only for atrawick2001-04-023-14/+10
* Per the suggestions of Greg Stein [thanks Greg] although I took some morewrowe2001-04-021-45/+52
* A last pesky emitwrowe2001-04-021-1/+1
* REVIEW Req'd ... solve the implode/explode discrepancy, but I hacked thiswrowe2001-04-022-33/+49
* Little portability hack.. cp -f ain't portablejim2001-04-021-1/+6
* This patch sets the dso/aix subdirectory to be used for older versionstrawick2001-04-025-6/+32
* Libtool 1.3b, the current alpha release, is needed for creating DSOstrawick2001-04-022-1/+3
* Anyone up for writing a bit of proper autoconf magic :-?wrowe2001-04-023-13/+28
* Catch Jeff :-)wrowe2001-04-022-3/+5
* OS/2: Use unix implementation of filepath stuff for now.bjh2001-04-022-1/+3
* Add ability to generate .def files on the fly for dlls that export all symbolsbjh2001-04-021-7/+91
* make sure that a program argument list is terminated withtrawick2001-04-011-1/+2
* flush unwritten buffered data in the file cleanup routine, not intrawick2001-03-311-13/+12
* minor improvements in error reporting so as to help somebodytrawick2001-03-311-3/+16
* fix bad return code checking and a bad error message aftertrawick2001-03-311-2/+2
* use apr_strerror() instead of strerror() so that we displaytrawick2001-03-311-2/+7
* Flush any data still unwritten when the file is closed.trawick2001-03-312-1/+11
* When allocating local and remote sockaddrs with a new socket,trawick2001-03-311-0/+2
* We didn't have logic to retry an EAGAIN error from apr_recv(),trawick2001-03-311-19/+7
* apr_recvfrom() should only return APR_EOF if recvfrom() returnedtrawick2001-03-313-13/+10
* fix a warning/run-time error regarding the unnecessarytrawick2001-03-311-5/+0
* Fix a compile warning and maybe a run-time error (see OtherBill'strawick2001-03-311-1/+1
* Provide a fall-back definition of TRUSTEE_IS_WELL_KNOWN_GROUP sotrawick2001-03-312-0/+6
* get filepath.c to compile on Linux/FreeBSD/etc. by dropping thetrawick2001-03-311-11/+6
* Um... more specific, I guesswrowe2001-03-311-1/+1
* Don't look here eitherwrowe2001-03-311-0/+2
* Ignorable [some say most win32 files are]wrowe2001-03-311-4/+6
* Hmmm... on this (rare) point the castless caste looses :-/wrowe2001-03-311-1/+4
* Hmmm... can't stand unimplemented features - needs review by thewrowe2001-03-311-0/+61
* This gets us nmake'ing on win32wrowe2001-03-311-4/+4
* This hurts on win32 at the moment, work around apr_terminatewrowe2001-03-311-1/+6