summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Out of the sandbox and into prime time. Note... these should always andwrowe2000-12-212-0/+1647
* Correction, commited the vc5. Need vc6 in the tree. Humble appologies.wrowe2000-12-213-7/+10
* The Win32 overhaul, in summary;wrowe2000-12-218-958/+40
* (1.29) Remove argument mismatch warning on Win32.brane2000-12-210-0/+0
* 2000-12-19 Bill Tutt <rassilon@lima.mudlib.org>brane2000-12-214-143/+175
* Instead of a private AP_CHARSET_EBCDIC which is only defined ontrawick2000-12-206-9/+20
* When building exports list, allow for multi-part and negative conditionsbjh2000-12-201-2/+2
* Force all Apache functions to be linked into the executable, whether theyrbb2000-12-195-12/+12
* Add missing `fi'. I must have misapplied the patch. My apologies.brane2000-12-191-0/+1
* Configure DSO support on HP-UX.brane2000-12-191-2/+5
* apr_opendir to apr_dir_openake2000-12-182-2/+2
* apr_getaddrinfo() can now return multiple addresses for a host viatrawick2000-12-183-21/+75
* Axe apr_get_hostname(). Use apr_getnameinfo() instead.trawick2000-12-187-90/+1
* Add some discussion background for new build systemsascha2000-12-181-1/+13
* Drop the Perl dependency and use an awk script for creating apr.exports.sascha2000-12-183-2/+54
* Jingle bells! Jingle bells! Batman smells! Robin laid an egg!gstein2000-12-181-1/+6
* Tighten up the check for getaddrinfo(). If it can't figure outtrawick2000-12-172-1/+6
* Rename the apr_opendir symbol to apr_dir_open. This makes more sense,rbb2000-12-177-9/+7
* Update some STATUS files.rbb2000-12-171-1/+5
* apr_snprintf()'s %pI format string now takes apr_sockaddr_t *trawick2000-12-163-9/+31
* axe apr_get_inaddr(); apr_getaddrinfo() does the equivalent functiontrawick2000-12-154-30/+0
* Fix VPATH support. APR builds now cleanly in a separate build directory.sascha2000-12-157-9/+28
* Get exe CGI's working again on Windowsake2000-12-151-1/+1
* This allows BeOS shared memory to work across forks and thus thedreid2000-12-151-0/+37
* * sa_common.c (apr_get_ipaddr): FreeBSD fix from Jeff Trawicksussman2000-12-141-1/+1
* Fix a bug in apr_accept() for Win32 and Unix where the localtrawick2000-12-143-0/+23
* tweak some comments, restore some commented-out logic intrawick2000-12-141-4/+13
* add apr_getnameinfotrawick2000-12-142-0/+2
* one little kick from Gohan and the baby Cell was destroyed...gstein2000-12-141-2/+11
* Describe APR_OS_START_CANONERR.trawick2000-12-141-0/+2
* Add apr_getnameinfo(), which uses getnameinfo() when APR_HAVE_IPV6 istrawick2000-12-134-2/+75
* apr_get_ipaddr(): return IPv4-style strings for IPv4-mapped IPv6 addressestrawick2000-12-131-0/+10
* We need to define this correctly or it's never set and we don't setdreid2000-12-131-1/+1
* Fix buildwrowe2000-12-124-26/+20
* Dusting before A9wrowe2000-12-121-7/+5
* Get rid of "-maxdepth 0" on the find invocation. This breaks on Tru64trawick2000-12-121-1/+1
* Just a forward pointerwrowe2000-12-121-0/+5
* Include DSO support on OS/2 by default as DLL loading is supported by thebjh2000-12-121-1/+1
* Only support IPv6 if getaddrinfo() exists, because that is thetrawick2000-12-123-2/+17
* When using the AIX compiler, specify LANGLVL=extended so thattrawick2000-12-121-0/+1
* auto-rebuild the exports file when a header changesgstein2000-12-122-11/+24
* "... but for the carrots, it's Armageddon!" -- Toolgstein2000-12-121-2/+9
* apr_private.h.in is generated by autoheader, so it should not be in sourcegstein2000-12-122-390/+1
* provide a no-HAVE_POLL version of apr_mask_poll_socket()trawick2000-12-111-0/+16
* account for apr_private.h* moving aroundtrawick2000-12-112-2/+1
* update the name of the apr_sendfile() test drivertrawick2000-12-111-1/+1
* include <string.h> for the memset() declarationtrawick2000-12-101-0/+1
* fix a feature test macro so that unistd.h actually getstrawick2000-12-101-1/+1
* Change the includes in the "correct" way to allow building ondreid2000-12-102-2/+3
* OK, so apparently BeOS doesn't yet support files as socket (despitedreid2000-12-091-1/+1