summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagAPACHE_2_0_15(no author)2001-03-255-1733/+0
* Tweak formatting of declarations so make_exports.awk picks them up.bjh2001-03-251-15/+10
* Fix a couple of typos in the comments.stoddard2001-03-241-2/+2
* Clear up some confusion about top_builddir.fielding2001-03-241-6/+4
* I forgot that people might pick up an old aclocal.m4 by mistake,fielding2001-03-241-0/+4
* Move the build tool check into APR and improve the comments.fielding2001-03-242-8/+84
* This shell script checks the builder's setup for the right versionsfielding2001-03-241-0/+43
* Remove the need for aclocal.m4 by copying libtool.m4 into build andfielding2001-03-244-20/+12
* Declarations required for the new apr_filepath_merge implementationwrowe2001-03-242-1/+58
* Don't alloc the buffer if the file is opened for non-buffered i/ostoddard2001-03-231-1/+1
* allow testmd5 to be easily builttrawick2001-03-231-0/+4
* Change the way select based poll works so it works as we'd expect it to, i.e.dreid2001-03-225-25/+276
* better hash function citationfanf2001-03-221-8/+13
* It's too dark to see the weather.trawick2001-03-221-1/+2
* Just freshening upwrowe2001-03-222-8/+54
* Conflicts are fun for noticing issueswrowe2001-03-222-10/+0
* When we install this file it shouldn't rely on the apache defineddreid2001-03-211-1/+1
* Ready for prime time actually. Tested underjim2001-03-211-2/+0
* Add the UDP support to BeOS R5.dreid2001-03-201-0/+76
* OS/2: Get rid of old setup_lock() cruft.bjh2001-03-192-8/+0
* OS/2: add an assortment of misc helper functions that were missing sobjh2001-03-198-0/+236
* More doxygenation.ben2001-03-172-1/+3
* build inet_pton.c on Win32trawick2001-03-163-0/+12
* Get rid of a warning about using maxbits uninitialized (the compilertrawick2001-03-151-5/+2
* fix some "issues" with IPv4-mapped IPv6 addresses in apr_ipsubnet_*()trawick2001-03-152-7/+13
* mention a getaddrinfo() usage problemtrawick2001-03-151-1/+5
* Add apr_ipsubnet_create() and apr_ipsubnet_test() for testingtrawick2001-03-158-4/+503
* Get testthread to build and run appropriately when APR has no threadtrawick2001-03-141-0/+11
* Use the APR_TCP_NOPUSH socket option support in the Linuxtrawick2001-03-141-80/+10
* Fix a typo which made apr_setsockopt(APR_TCP_NOPUSH) fail (on Linux,trawick2001-03-141-1/+1
* More doxygenation.ben2001-03-114-75/+58
* Fix a subtle bug in the hash tables. We can't expand the array afterrbb2001-03-101-4/+5
* don't hard-code -lpthread for HP-UX 11; we'll autodetect whethertrawick2001-03-091-1/+0
* Let apr_inet_ntop() (and thus apr_sockaddr_ip_get()) work again fortrawick2001-03-081-1/+1
* One day I'll remember to do this when I actually commit :)dreid2001-03-081-0/+3
* OK, so this commit adds basic UDP support for Unix. I've had this ondreid2001-03-082-0/+97
* Keep userinfo.c compiling on OS/390, where there is no pw_passwd fieldtrawick2001-03-081-0/+4
* Script to fix apr-util's path for apr in the win32 .mak files... alwayswrowe2001-03-081-0/+53
* Refreshing the .mak files, bringing expat.dsp up to 6.0 with all the restwrowe2001-03-082-0/+2
* Allow a way to get the password from the system password database.rbb2001-03-083-0/+27
* Make APR look for header files in the APR paths before looking in systemrbb2001-03-072-1/+5
* 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