summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagAPACHE_2_0_14(no author)2001-03-087-1733/+2
* Change the return type of apr_hash_count() to some counter typetrawick2001-03-073-12/+8
* Use a consistent style in declarations for inet_ntop4() and inet_ntop6().trawick2001-03-071-8/+2
* Use a consistent style in declarations for inet_pton4() and inet_pton6().trawick2001-03-071-6/+2
* We have to use +Z on HPUX in order to get position independant code. Irbb2001-03-061-1/+1
* Add a --with-sendfile option, so that people without a sendfilerbb2001-03-062-0/+11
* nobody uses inet_aton() anymore; it isn't even in a Makefile.intrawick2001-03-052-355/+0
* Change the check for netinet/tcp.h to work around an issue withtrawick2001-03-053-2/+21
* Ooops, that wasn't quite right. Stop counting bytes at nvec.bjh2001-03-051-1/+1
* OS/2: Limit data passed to writev() to 64k as that's all it can handle.bjh2001-03-051-3/+9
* Not quite sure how this went unnoticed for so long...dreid2001-03-051-1/+1
* mode_t works better than int for the mode, since on SGI mode_t is widertrawick2001-03-021-1/+1
* need apr_strings for apr_snprintf.rbb2001-03-021-0/+1
* use apr_snprintf() instead of sprintf()... glibc_r sprintf()trawick2001-03-021-4/+2
* apr_private.h is included from fileio.h so we don't need to specifydreid2001-03-011-2/+1
* Add APR_OS_PROC_T_FMT. Hopefully this will be used to get ridtrawick2001-03-014-1/+20
* The Tru64 kludge for APR_FLAG_HEADERS() is no longer needed (aftertrawick2001-03-011-10/+0
* Fix some warnings dealing with the fact that void * isn't compatibletrawick2001-02-281-2/+2
* Make a note not to use this macro yet, whilejim2001-02-271-12/+8
* Use an inline shell loop to do "_" and "." translation with sed,kfogel2001-02-271-9/+10
* Get the signal thread (and thus Apache threaded MPMs) working properlytrawick2001-02-271-0/+27
* Back to using APR_FLAG_HEADERS... note thatjim2001-02-271-59/+68
* revert back to old way until we figure outjim2001-02-271-68/+59
* Get APR to build on Tru64 again.trawick2001-02-272-31/+42
* * configure.in: just call APR_FLAG_HEADERS once. This allows autoconf togstein2001-02-272-63/+70
* Use some deep M4 magic to remove two "echo | sed" subshell operations pergstein2001-02-271-15/+33
* AC_CHECK_HEADERS() must be used with M4 arguments, not shell arguments. Passgstein2001-02-271-6/+6
* No need to specify the flags, we use the standardjim2001-02-261-27/+27
* Backwards compatible new version of APR_FLAG_*jim2001-02-261-19/+45
* Implement name change...jim2001-02-262-63/+63
* Use APR_CHECK_HEADERS insteadjim2001-02-261-59/+59
* Add complementary function. Note name changejim2001-02-261-1/+14
* Make FreeBSD (which does not have sendfile.h) compile again. This typomartin2001-02-261-1/+1
* Cleaner re-implementation of what we actually use AC_CHECK_HEADERSjim2001-02-261-0/+14
* Line things up to make them easier to readrbb2001-02-261-27/+27
* Fix the sendfile handling in APR. We have to subst the sys_sendfilehrbb2001-02-261-1/+2
* Get the various Unix flavors (other than Linux) building againtrawick2001-02-262-1/+1
* Begin to move functions from the http module to the core. The goal is torbb2001-02-262-0/+6
* Fix typo.jwoolley2001-02-261-1/+1
* Get some necessary APR_HAVE_xxx symbols actually defined.trawick2001-02-262-2/+6
* fix conio check so at least some of the build workstrawick2001-02-251-1/+2
* A patch to clean up much bogusity in Win32. Eliminates absolute cd "/..."wrowe2001-02-252-124/+0
* Fix hand-patched typos (sorry guys)wrowe2001-02-252-6/+6
* Fix the hosed #ifdef APR_HAVE_FOO_H tests, the #if HAVE_ tests, andwrowe2001-02-2539-105/+100
* Move the check for threads to a point earlier in the configuretrawick2001-02-251-112/+112
* Correctly set the formats to use and hence reduce the number of warningsdreid2001-02-251-0/+4
* APR_HAVE_SIGWAIT is now always defined, so the previous test failed on BeOS,dreid2001-02-251-1/+2
* Need to use the correct macro for APR_HAVE_SIGWAITrbb2001-02-251-1/+1
* We have to substitute the have_sigwait variable, or nothing will work.rbb2001-02-251-2/+3
* Don't define the signal thread logic is sigwait isn't defined. Hopefullyrbb2001-02-254-2/+5