summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAgeFilesLines
...
* These two patches for apr and apr-util fix compile warnings on Solaris forJeff Trawick2000-12-223-1/+3
* Cleanups so that the support programs build cleanly. The Win32 valuesRyan Bloom2000-12-222-0/+10
* Allow any support stuff we've authored to rely soley on apr (+aprutil)William A. Rowe Jr2000-12-212-1/+5
* Instead of a private AP_CHARSET_EBCDIC which is only defined onJeff Trawick2000-12-202-0/+8
* apr_getaddrinfo() can now return multiple addresses for a host viaJeff Trawick2000-12-181-0/+3
* Axe apr_get_hostname(). Use apr_getnameinfo() instead.Jeff Trawick2000-12-181-9/+0
* Rename the apr_opendir symbol to apr_dir_open. This makes more sense,Ryan Bloom2000-12-171-1/+1
* apr_snprintf()'s %pI format string now takes apr_sockaddr_t *Jeff Trawick2000-12-161-1/+2
* axe apr_get_inaddr(); apr_getaddrinfo() does the equivalent functionJeff Trawick2000-12-151-7/+0
* Describe APR_OS_START_CANONERR.Jeff Trawick2000-12-141-0/+2
* Add apr_getnameinfo(), which uses getnameinfo() when APR_HAVE_IPV6 isJeff Trawick2000-12-131-0/+10
* Dusting before A9William A. Rowe Jr2000-12-121-7/+5
* Only support IPv6 if getaddrinfo() exists, because that is theJeff Trawick2000-12-121-1/+1
* apr_private.h.in is generated by autoheader, so it should not be in sourceGreg Stein2000-12-122-390/+1
* account for apr_private.h* moving aroundJeff Trawick2000-12-112-2/+1
* Change the includes in the "correct" way to allow building onDavid Reid2000-12-101-1/+1
* Get this building on BeOS again.David Reid2000-12-091-1/+1
* Copied within cvs to arch/win32/apr_private.hWilliam A. Rowe Jr2000-12-081-181/+0
* Move apr_private.h.in from the include directory to the arch/unixRyan Bloom2000-12-081-0/+390
* Add apr_parse_addr_port() for parsing the hostname:port portion ofJeff Trawick2000-12-071-0/+33
* fix some docs in the file i/o file.Ryan Bloom2000-12-071-2/+2
* Implement Win32 MMAP support.William A. Rowe Jr2000-12-072-1/+11
* Doesn't belong here... public symbols in apr.h (apr.hw)William A. Rowe Jr2000-12-072-26/+0
* Allow APR programmers to determine if an MMAP is read-only or if it shouldRyan Bloom2000-12-071-2/+11
* *) remove include of sys/ipc.h and uslocks.h. the HAVE_ symbols were neverGreg Stein2000-12-061-20/+16
* toss datastruct. no longer used.Greg Stein2000-12-062-26/+20
* Eliminate apr_canonical_error as an apr symbol ... it still exists asWilliam A. Rowe Jr2000-12-052-9/+0
* More goodness for win32 to accomodate msvc badnessWilliam A. Rowe Jr2000-12-051-0/+6
* Is it my imagination, or was this badness?William A. Rowe Jr2000-12-041-1/+1
* Win32 apr.hw back in line with apr.h.in, and reordered for consistencyWilliam A. Rowe Jr2000-12-043-40/+61
* Add apr_make_os_sock() for constructing a fully-capable APRJeff Trawick2000-12-041-0/+28
* Add documentation to APR's tables interfaceRyan Bloom2000-12-041-10/+324
* Cleanup the rest of the docs.Ryan Bloom2000-12-043-5/+4
* Cleanup some minor docs, and remove apr_fdopen. apr_fdopen is left overRyan Bloom2000-12-041-8/+1
* Cleanup some docs in the lock and network headers.Ryan Bloom2000-12-042-58/+61
* Add file locking for OS/2Brian Havard2000-12-041-1/+2
* Cleanup apr_lib's docs.Ryan Bloom2000-12-041-6/+9
* Cleanup the hash table docs.Ryan Bloom2000-12-041-7/+9
* Cleanup getopt's docs.Ryan Bloom2000-12-041-4/+8
* Add a tip about using atexit.Ryan Bloom2000-12-041-1/+2
* Make the fnmatch docs look like the rest of APRs docs.Ryan Bloom2000-12-041-4/+4
* Cleanup some docs for APR. Also, add docs for all of the canonicalRyan Bloom2000-12-043-68/+150
* Make apachebench happier on Win32William A. Rowe Jr2000-12-041-0/+1
* Try to deal with isascii in a better manner. As we include ctype.h ifDavid Reid2000-12-031-4/+4
* isascii() is not available on PowerPC versions of BeOS. Supply a definition.Greg Stein2000-12-031-0/+4
* Protect a couple of functions with the appropriate #if's.Ryan Bloom2000-12-023-0/+10
* BeOS should now be using the unix networkio.h, so the existance of this wasDavid Reid2000-12-021-119/+0
* A couple of header files that are needed by BeOS to build.David Reid2000-12-022-0/+8
* Add APR_SIZE_T_FMT to help work around the fact that apr_size_t/Jeff Trawick2000-12-011-0/+3
* Get rid of apr_get_socket_inaddr(), apr_get_remote_name(), andJeff Trawick2000-12-011-23/+0