summaryrefslogtreecommitdiff
path: root/network_io
Commit message (Expand)AuthorAgeFilesLines
* apr_sendfile() for HP-UX: handle the unexpected case where the callerJeff Trawick2001-02-191-4/+4
* Get apr_sendfile() working on HP-UX. This gets APR to build onJeff Trawick2001-02-161-59/+93
* Update copyright to 2001Roy T. Fielding2001-02-1618-18/+18
* Moved the prototypes for apr_snprintf and apr_vsnprintf to theRyan Bloom2001-02-111-0/+1
* renaming various functions for consistency sakeDoug MacEachern2001-02-088-100/+100
* for portability: use apr_uint32_t rather than u_long. the latter is a BSDismGreg Stein2001-02-051-2/+2
* OS2 was chasing os2errno.h which we hid in a private platform directory,William A. Rowe Jr2001-01-284-148/+0
* Add code to allow APR to track the socket options it has set. ThisDavid Reid2001-01-252-34/+122
* Add remaining APR_DECLARE()s to all headers. Conditionally addedWilliam A. Rowe Jr2001-01-185-56/+86
* Add a missing function to the beos poll... Thought I'd done this aDavid Reid2001-01-121-0/+16
* Win32: Fix loop in APR when attempting to send a 0 byte file. Yea, this is a ...Bill Stoddard2001-01-101-27/+24
* Eliminate trap in apr_palloc due to NULL pool pointer (Windows only)Allan K. Edwards2001-01-101-0/+2
* Libtool-ize APR.Greg Stein2001-01-096-100/+39
* We don't actually use os_cork or os_uncork on FreeBSD, so we shouldn'tRyan Bloom2001-01-071-1/+1
* This patch adds support for TCP_NOPUSH to APR. Basically we look forDavid Reid2001-01-041-19/+25
* OS/2: Copy pool pointer into a socket's apr_sockaddr_t'sBrian Havard2001-01-031-1/+4
* OS/2: Fix field name for local address.Brian Havard2001-01-031-1/+1
* Remove some old files that we no longer use. Should have been done a whileDavid Reid2001-01-023-490/+0
* It is possible that we will not write everything from the headers in theRyan Bloom2001-01-021-10/+8
* Whenever we allocate a structure from a pool, we should set it's poolRyan Bloom2001-01-011-0/+2
* Fix a couple of places where copied code wasn't modified correctly. ThisRyan Bloom2000-12-301-3/+3
* We do not want to return EAGAIN if there is a timeout set on the socket.Ryan Bloom2000-12-281-3/+3
* On FreeBSD, it is possible for the first call to sendfile toRyan Bloom2000-12-221-22/+15
* apr_getaddrinfo() can now return multiple addresses for a host viaJeff Trawick2000-12-181-21/+69
* Axe apr_get_hostname(). Use apr_getnameinfo() instead.Jeff Trawick2000-12-183-78/+0
* axe apr_get_inaddr(); apr_getaddrinfo() does the equivalent functionJeff Trawick2000-12-151-21/+0
* * sa_common.c (apr_get_ipaddr): FreeBSD fix from Jeff TrawickBen Collins-Sussman2000-12-141-1/+1
* Fix a bug in apr_accept() for Win32 and Unix where the localJeff Trawick2000-12-142-0/+18
* tweak some comments, restore some commented-out logic inJeff Trawick2000-12-141-4/+13
* Add apr_getnameinfo(), which uses getnameinfo() when APR_HAVE_IPV6 isJeff Trawick2000-12-131-0/+51
* apr_get_ipaddr(): return IPv4-style strings for IPv4-mapped IPv6 addressesJeff Trawick2000-12-131-0/+10
* provide a no-HAVE_POLL version of apr_mask_poll_socket()Jeff Trawick2000-12-111-0/+16
* Make sure apr_isdigit() macro is defined by including the appropriateBrian Havard2000-12-081-0/+1
* Add unix inet_pton.c to OS/2 build.Brian Havard2000-12-081-0/+1
* Fix a few nits, export symbols, etc.William A. Rowe Jr2000-12-071-0/+1
* Add apr_parse_addr_port() for parsing the hostname:port portion ofJeff Trawick2000-12-072-0/+103
* Add apr_make_os_sock() for constructing a fully-capable APRJeff Trawick2000-12-043-0/+86
* This file is no longer needed. I thought I'd already removed this butDavid Reid2000-12-031-119/+0
* Fix how sa_common.c gets included. Leave a note explaining the magic.Greg Stein2000-12-031-2/+9
* Get rid of apr_get_socket_inaddr(), apr_get_remote_name(), andJeff Trawick2000-12-014-88/+0
* apr_sendfile should include header bytes in total bytes sentAllan K. Edwards2000-12-011-2/+5
* OS/2: Add unix inet_ntop() to OS/2 build.Brian Havard2000-11-252-0/+2
* This adds a simple apr_getservbyname to APR.David Reid2000-11-241-0/+17
* Rename sa_len to salen in apr_sockaddr_t. Some platforms have a macroRyan Bloom2000-11-216-31/+31
* Remove a duplicate line in apr_set_port() and fix someJeff Trawick2000-11-211-1/+0
* Some of the forewarned APR network_io interface changes:Jeff Trawick2000-11-214-130/+44
* apr_create_tcp_socket() has been removed. Use apr_create_socket()Jeff Trawick2000-11-213-15/+0
* Change apr_bind() to take apr_sockaddr_t.Jeff Trawick2000-11-193-9/+14
* Restore some AF_INET logic which shouldn't be dependent on IPv6 support.Jeff Trawick2000-11-191-2/+3
* simplify BeOS preprocessor logic in socket_cleanup()Jeff Trawick2000-11-191-5/+2