| Commit message (Expand) | Author | Age | Files | Lines |
* | Out of the sandbox and into prime time. Note... these should always and | wrowe | 2000-12-21 | 2 | -0/+1647 |
* | Correction, commited the vc5. Need vc6 in the tree. Humble appologies. | wrowe | 2000-12-21 | 3 | -7/+10 |
* | The Win32 overhaul, in summary; | wrowe | 2000-12-21 | 8 | -958/+40 |
* | (1.29) Remove argument mismatch warning on Win32. | brane | 2000-12-21 | 0 | -0/+0 |
* | 2000-12-19 Bill Tutt <rassilon@lima.mudlib.org> | brane | 2000-12-21 | 4 | -143/+175 |
* | Instead of a private AP_CHARSET_EBCDIC which is only defined on | trawick | 2000-12-20 | 6 | -9/+20 |
* | When building exports list, allow for multi-part and negative conditions | bjh | 2000-12-20 | 1 | -2/+2 |
* | Force all Apache functions to be linked into the executable, whether they | rbb | 2000-12-19 | 5 | -12/+12 |
* | Add missing `fi'. I must have misapplied the patch. My apologies. | brane | 2000-12-19 | 1 | -0/+1 |
* | Configure DSO support on HP-UX. | brane | 2000-12-19 | 1 | -2/+5 |
* | apr_opendir to apr_dir_open | ake | 2000-12-18 | 2 | -2/+2 |
* | apr_getaddrinfo() can now return multiple addresses for a host via | trawick | 2000-12-18 | 3 | -21/+75 |
* | Axe apr_get_hostname(). Use apr_getnameinfo() instead. | trawick | 2000-12-18 | 7 | -90/+1 |
* | Add some discussion background for new build system | sascha | 2000-12-18 | 1 | -1/+13 |
* | Drop the Perl dependency and use an awk script for creating apr.exports. | sascha | 2000-12-18 | 3 | -2/+54 |
* | Jingle bells! Jingle bells! Batman smells! Robin laid an egg! | gstein | 2000-12-18 | 1 | -1/+6 |
* | Tighten up the check for getaddrinfo(). If it can't figure out | trawick | 2000-12-17 | 2 | -1/+6 |
* | Rename the apr_opendir symbol to apr_dir_open. This makes more sense, | rbb | 2000-12-17 | 7 | -9/+7 |
* | Update some STATUS files. | rbb | 2000-12-17 | 1 | -1/+5 |
* | apr_snprintf()'s %pI format string now takes apr_sockaddr_t * | trawick | 2000-12-16 | 3 | -9/+31 |
* | axe apr_get_inaddr(); apr_getaddrinfo() does the equivalent function | trawick | 2000-12-15 | 4 | -30/+0 |
* | Fix VPATH support. APR builds now cleanly in a separate build directory. | sascha | 2000-12-15 | 7 | -9/+28 |
* | Get exe CGI's working again on Windows | ake | 2000-12-15 | 1 | -1/+1 |
* | This allows BeOS shared memory to work across forks and thus the | dreid | 2000-12-15 | 1 | -0/+37 |
* | * sa_common.c (apr_get_ipaddr): FreeBSD fix from Jeff Trawick | sussman | 2000-12-14 | 1 | -1/+1 |
* | Fix a bug in apr_accept() for Win32 and Unix where the local | trawick | 2000-12-14 | 3 | -0/+23 |
* | tweak some comments, restore some commented-out logic in | trawick | 2000-12-14 | 1 | -4/+13 |
* | add apr_getnameinfo | trawick | 2000-12-14 | 2 | -0/+2 |
* | one little kick from Gohan and the baby Cell was destroyed... | gstein | 2000-12-14 | 1 | -2/+11 |
* | Describe APR_OS_START_CANONERR. | trawick | 2000-12-14 | 1 | -0/+2 |
* | Add apr_getnameinfo(), which uses getnameinfo() when APR_HAVE_IPV6 is | trawick | 2000-12-13 | 4 | -2/+75 |
* | apr_get_ipaddr(): return IPv4-style strings for IPv4-mapped IPv6 addresses | trawick | 2000-12-13 | 1 | -0/+10 |
* | We need to define this correctly or it's never set and we don't set | dreid | 2000-12-13 | 1 | -1/+1 |
* | Fix build | wrowe | 2000-12-12 | 4 | -26/+20 |
* | Dusting before A9 | wrowe | 2000-12-12 | 1 | -7/+5 |
* | Get rid of "-maxdepth 0" on the find invocation. This breaks on Tru64 | trawick | 2000-12-12 | 1 | -1/+1 |
* | Just a forward pointer | wrowe | 2000-12-12 | 1 | -0/+5 |
* | Include DSO support on OS/2 by default as DLL loading is supported by the | bjh | 2000-12-12 | 1 | -1/+1 |
* | Only support IPv6 if getaddrinfo() exists, because that is the | trawick | 2000-12-12 | 3 | -2/+17 |
* | When using the AIX compiler, specify LANGLVL=extended so that | trawick | 2000-12-12 | 1 | -0/+1 |
* | auto-rebuild the exports file when a header changes | gstein | 2000-12-12 | 2 | -11/+24 |
* | "... but for the carrots, it's Armageddon!" -- Tool | gstein | 2000-12-12 | 1 | -2/+9 |
* | apr_private.h.in is generated by autoheader, so it should not be in source | gstein | 2000-12-12 | 2 | -390/+1 |
* | provide a no-HAVE_POLL version of apr_mask_poll_socket() | trawick | 2000-12-11 | 1 | -0/+16 |
* | account for apr_private.h* moving around | trawick | 2000-12-11 | 2 | -2/+1 |
* | update the name of the apr_sendfile() test driver | trawick | 2000-12-11 | 1 | -1/+1 |
* | include <string.h> for the memset() declaration | trawick | 2000-12-10 | 1 | -0/+1 |
* | fix a feature test macro so that unistd.h actually gets | trawick | 2000-12-10 | 1 | -1/+1 |
* | Change the includes in the "correct" way to allow building on | dreid | 2000-12-10 | 2 | -2/+3 |
* | OK, so apparently BeOS doesn't yet support files as socket (despite | dreid | 2000-12-09 | 1 | -1/+1 |