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 toJeff Trawick2001-04-042-2/+2
* get rid of a parameter check in apr_proc_wait(); better to segfaultJeff Trawick2001-04-031-2/+1
* Oh bother. OPTIM isn't treated the same in apr andJim Jagielski2001-04-031-2/+2
* Add an extra check to the time test.David Reid2001-04-031-4/+25
* Minor sync-up of how httpd-2.0 and apr handlesJim Jagielski2001-04-031-2/+2
* Something helpful, probably non-portable, catch David :-)William A. Rowe Jr2001-04-031-1/+5
* Allow APR to be installed using `make install`Ryan Bloom2001-04-032-2/+16
* Add a simple configuration macro to determine how APR itself was built.Ryan Bloom2001-04-031-0/+11
* Hmmm... this ought to be a defvar, but ITMT, here is a fix to get aWilliam A. Rowe Jr2001-04-031-1/+0
* Here's food for thought ... how big is a mmap, the size of the mappedWilliam A. Rowe Jr2001-04-031-4/+4
* If somebody requests sendfile, then we should compile for it.Ryan Bloom2001-04-031-20/+19
* ignore config.niceRoy T. Fielding2001-04-031-0/+1
* Generate config.nice for easy re-run of configure, because Ryan wanted it.Roy T. Fielding2001-04-033-0/+25
* Fix the compile on platforms without accept filters.Ryan Bloom2001-04-033-0/+14
* The actual code for accept_filters on FreeBSD for APR. This is NOTDavid Reid2001-04-031-0/+16
* Configure elements of FreeBSD's accept_filter for APR.David Reid2001-04-032-0/+9
* Find glibtoolWilfredo Sanchez2001-04-031-1/+2
* Define preprocessor options in CPPFLAGS instead of CFLAGSRoy T. Fielding2001-04-036-110/+117
* fix apr_recvfrom() on Win32 so that it returns APR_EOF only for aJeff Trawick2001-04-023-14/+10
* Per the suggestions of Greg Stein [thanks Greg] although I took some moreWilliam A. Rowe Jr2001-04-021-45/+52
* A last pesky emitWilliam A. Rowe Jr2001-04-021-1/+1
* REVIEW Req'd ... solve the implode/explode discrepancy, but I hacked thisWilliam A. Rowe Jr2001-04-022-33/+49
* Little portability hack.. cp -f ain't portableJim Jagielski2001-04-021-1/+6
* This patch sets the dso/aix subdirectory to be used for older versionsJeff Trawick2001-04-025-6/+32
* Libtool 1.3b, the current alpha release, is needed for creating DSOsJeff Trawick2001-04-022-1/+3
* Anyone up for writing a bit of proper autoconf magic :-?William A. Rowe Jr2001-04-023-13/+28
* Catch Jeff :-)William A. Rowe Jr2001-04-022-3/+5
* OS/2: Use unix implementation of filepath stuff for now.Brian Havard2001-04-022-1/+3
* Add ability to generate .def files on the fly for dlls that export all symbolsBrian Havard2001-04-021-7/+91
* make sure that a program argument list is terminated withJeff Trawick2001-04-011-1/+2
* flush unwritten buffered data in the file cleanup routine, not inJeff Trawick2001-03-311-13/+12
* minor improvements in error reporting so as to help somebodyJeff Trawick2001-03-311-3/+16
* fix bad return code checking and a bad error message afterJeff Trawick2001-03-311-2/+2
* use apr_strerror() instead of strerror() so that we displayJeff Trawick2001-03-311-2/+7
* Flush any data still unwritten when the file is closed.Jeff Trawick2001-03-312-1/+11
* When allocating local and remote sockaddrs with a new socket,Jeff Trawick2001-03-311-0/+2
* We didn't have logic to retry an EAGAIN error from apr_recv(),Jeff Trawick2001-03-311-19/+7
* apr_recvfrom() should only return APR_EOF if recvfrom() returnedJeff Trawick2001-03-313-13/+10
* fix a warning/run-time error regarding the unnecessaryJeff Trawick2001-03-311-5/+0
* Fix a compile warning and maybe a run-time error (see OtherBill'sJeff Trawick2001-03-311-1/+1
* Provide a fall-back definition of TRUSTEE_IS_WELL_KNOWN_GROUP soJeff Trawick2001-03-312-0/+6
* get filepath.c to compile on Linux/FreeBSD/etc. by dropping theJeff Trawick2001-03-311-11/+6
* Um... more specific, I guessWilliam A. Rowe Jr2001-03-311-1/+1
* Don't look here eitherWilliam A. Rowe Jr2001-03-311-0/+2
* Ignorable [some say most win32 files are]William A. Rowe Jr2001-03-311-4/+6
* Hmmm... on this (rare) point the castless caste looses :-/William A. Rowe Jr2001-03-311-1/+4
* Hmmm... can't stand unimplemented features - needs review by theWilliam A. Rowe Jr2001-03-311-0/+61
* This gets us nmake'ing on win32William A. Rowe Jr2001-03-311-4/+4
* This hurts on win32 at the moment, work around apr_terminateWilliam A. Rowe Jr2001-03-311-1/+6