| Commit message (Expand) | Author | Age | Files | Lines |
* | Add remaining APR_DECLARE()s to all headers. Conditionally added | wrowe | 2001-01-18 | 5 | -56/+86 |
* | Add a missing function to the beos poll... Thought I'd done this a | dreid | 2001-01-12 | 1 | -0/+16 |
* | Win32: Fix loop in APR when attempting to send a 0 byte file. Yea, this is a ... | stoddard | 2001-01-10 | 1 | -27/+24 |
* | Eliminate trap in apr_palloc due to NULL pool pointer (Windows only) | ake | 2001-01-10 | 1 | -0/+2 |
* | Libtool-ize APR. | gstein | 2001-01-09 | 6 | -100/+39 |
* | We don't actually use os_cork or os_uncork on FreeBSD, so we shouldn't | rbb | 2001-01-07 | 1 | -1/+1 |
* | This patch adds support for TCP_NOPUSH to APR. Basically we look for | dreid | 2001-01-04 | 1 | -19/+25 |
* | OS/2: Copy pool pointer into a socket's apr_sockaddr_t's | bjh | 2001-01-03 | 1 | -1/+4 |
* | OS/2: Fix field name for local address. | bjh | 2001-01-03 | 1 | -1/+1 |
* | Remove some old files that we no longer use. Should have been done a while | dreid | 2001-01-02 | 3 | -490/+0 |
* | It is possible that we will not write everything from the headers in the | rbb | 2001-01-02 | 1 | -10/+8 |
* | Whenever we allocate a structure from a pool, we should set it's pool | rbb | 2001-01-01 | 1 | -0/+2 |
* | Fix a couple of places where copied code wasn't modified correctly. This | rbb | 2000-12-30 | 1 | -3/+3 |
* | We do not want to return EAGAIN if there is a timeout set on the socket. | rbb | 2000-12-28 | 1 | -3/+3 |
* | On FreeBSD, it is possible for the first call to sendfile to | rbb | 2000-12-22 | 1 | -22/+15 |
* | apr_getaddrinfo() can now return multiple addresses for a host via | trawick | 2000-12-18 | 1 | -21/+69 |
* | Axe apr_get_hostname(). Use apr_getnameinfo() instead. | trawick | 2000-12-18 | 3 | -78/+0 |
* | axe apr_get_inaddr(); apr_getaddrinfo() does the equivalent function | trawick | 2000-12-15 | 1 | -21/+0 |
* | * 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 | 2 | -0/+18 |
* | tweak some comments, restore some commented-out logic in | trawick | 2000-12-14 | 1 | -4/+13 |
* | Add apr_getnameinfo(), which uses getnameinfo() when APR_HAVE_IPV6 is | trawick | 2000-12-13 | 1 | -0/+51 |
* | apr_get_ipaddr(): return IPv4-style strings for IPv4-mapped IPv6 addresses | trawick | 2000-12-13 | 1 | -0/+10 |
* | provide a no-HAVE_POLL version of apr_mask_poll_socket() | trawick | 2000-12-11 | 1 | -0/+16 |
* | Make sure apr_isdigit() macro is defined by including the appropriate | bjh | 2000-12-08 | 1 | -0/+1 |
* | Add unix inet_pton.c to OS/2 build. | bjh | 2000-12-08 | 1 | -0/+1 |
* | Fix a few nits, export symbols, etc. | wrowe | 2000-12-07 | 1 | -0/+1 |
* | Add apr_parse_addr_port() for parsing the hostname:port portion of | trawick | 2000-12-07 | 2 | -0/+103 |
* | Add apr_make_os_sock() for constructing a fully-capable APR | trawick | 2000-12-04 | 3 | -0/+86 |
* | This file is no longer needed. I thought I'd already removed this but | dreid | 2000-12-03 | 1 | -119/+0 |
* | Fix how sa_common.c gets included. Leave a note explaining the magic. | gstein | 2000-12-03 | 1 | -2/+9 |
* | Get rid of apr_get_socket_inaddr(), apr_get_remote_name(), and | trawick | 2000-12-01 | 4 | -88/+0 |
* | apr_sendfile should include header bytes in total bytes sent | ake | 2000-12-01 | 1 | -2/+5 |
* | OS/2: Add unix inet_ntop() to OS/2 build. | bjh | 2000-11-25 | 2 | -0/+2 |
* | This adds a simple apr_getservbyname to APR. | dreid | 2000-11-24 | 1 | -0/+17 |
* | Rename sa_len to salen in apr_sockaddr_t. Some platforms have a macro | rbb | 2000-11-21 | 6 | -31/+31 |
* | Remove a duplicate line in apr_set_port() and fix some | trawick | 2000-11-21 | 1 | -1/+0 |
* | Some of the forewarned APR network_io interface changes: | trawick | 2000-11-21 | 4 | -130/+44 |
* | apr_create_tcp_socket() has been removed. Use apr_create_socket() | trawick | 2000-11-21 | 3 | -15/+0 |
* | Change apr_bind() to take apr_sockaddr_t. | trawick | 2000-11-19 | 3 | -9/+14 |
* | Restore some AF_INET logic which shouldn't be dependent on IPv6 support. | trawick | 2000-11-19 | 1 | -2/+3 |
* | simplify BeOS preprocessor logic in socket_cleanup() | trawick | 2000-11-19 | 1 | -5/+2 |
* | apr_getaddrinfo() changes: | trawick | 2000-11-19 | 1 | -7/+58 |
* | Add apr_get_sockaddr() for getting the address of one of the | trawick | 2000-11-18 | 1 | -0/+16 |
* | This changes BeOS to use the majority of the Unix socket code. | dreid | 2000-11-18 | 4 | -38/+44 |
* | Some more small cahnges that allow BeOS to use the Unix code for | dreid | 2000-11-18 | 2 | -2/+26 |
* | This changes AF_ to APR_. The reason is that if we're on a platform | dreid | 2000-11-18 | 3 | -15/+15 |
* | Hide an instance of AF_INET6 if we don't have IPv6 and start adding | dreid | 2000-11-18 | 1 | -0/+6 |
* | Fix a small cast that is ment to surpress warnings. | wrowe | 2000-11-18 | 1 | -1/+1 |
* | Add a prototype for the dummy version of APR_SENDFILE, since the real | trawick | 2000-11-17 | 1 | -0/+4 |