| Commit message (Expand) | Author | Age | Files | Lines |
* | With the removal of apr_poll(), the apr_wait_for_io_or_timeout() function | gstein | 2003-11-17 | 4 | -5/+20 |
* | The use of "netmask" to hold options is a bit beyond bogus. That term has | gstein | 2003-11-02 | 5 | -97/+98 |
* | OS/2: get apr_socket_atmark() to build, adding a required size parameter to | bjh | 2003-10-16 | 1 | -2/+3 |
* | Time to turn on the protocol member for APR 1.0. | wrowe | 2003-10-15 | 3 | -12/+0 |
* | Implement apr_socket_atmark, similar to socket_atmark except 1) it's | wrowe | 2003-10-14 | 3 | -0/+40 |
* | Make use of the AI_ADDRCONFIG flag conditional (some versions of | jorton | 2003-09-29 | 1 | -2/+2 |
* | work around a problem in current AIX getaddrinfo() | trawick | 2003-09-09 | 1 | -0/+10 |
* | axe these deprecated functions: | trawick | 2003-09-03 | 9 | -224/+5 |
* | remove these deprecated interfaces: | trawick | 2003-09-03 | 3 | -117/+7 |
* | Attempt to put this Darwin getnameinfo() sillyness behind us forever. If | jerenkrantz | 2003-08-31 | 1 | -0/+19 |
* | Set the hostnames on all apr_sockaddr_t's returned. | jerenkrantz | 2003-08-15 | 1 | -0/+2 |
* | If we don't have IPv6 enabled within APR (even if the OS supports it), we | jerenkrantz | 2003-08-14 | 1 | -1/+11 |
* | Make the getaddrinfo (IPv6) and gethostbyname (IPv4) implementations | jerenkrantz | 2003-08-14 | 1 | -2/+7 |
* | Modify apr_sockaddr_info_get to call the resolver when we do not have a | jerenkrantz | 2003-08-13 | 1 | -17/+20 |
* | leave a comment about an interesting and possibly unexpected | trawick | 2003-08-01 | 1 | -0/+8 |
* | Use AI_ADDRCONFIG flag by default, where available. | jorton | 2003-07-17 | 1 | -0/+15 |
* | apr_socket_data_set(): allow the same key to be used for | trawick | 2003-07-08 | 3 | -11/+83 |
* | Fix some problems with non-blocking socket handling on unix | trawick | 2003-05-30 | 3 | -21/+24 |
* | fix some minor style problems (indention, curly braces) | trawick | 2003-05-30 | 1 | -40/+40 |
* | Fix a bug in socket timeout handling on unix that left the | trawick | 2003-05-30 | 1 | -0/+2 |
* | Implement APR_SO_RCVBUF socket option on Unix. | trawick | 2003-04-04 | 1 | -0/+12 |
* | Make consistent with other platforms by not exporting apr_sendfile | fielding | 2003-04-01 | 1 | -24/+7 |
* | Keep screaming about these bogus assumptions until they disappear. | wrowe | 2003-03-19 | 1 | -0/+1 |
* | Namespace protection, thanks to Craig Rodrigues <rodrigc@attbi.com> | wrowe | 2003-02-24 | 3 | -3/+3 |
* | Just an interesting observation to Win32 IPV6 hackers. | wrowe | 2003-02-16 | 1 | -0/+3 |
* | update apr_socket_opt_set() on Unix to get rid of the | trawick | 2003-02-07 | 1 | -21/+25 |
* | Any header required by one platform is likely required by them all... | wrowe | 2003-01-10 | 1 | -2/+0 |
* | rename apr_arch_fileio.h to apr_arch_file_io.h for consistency | thommay | 2003-01-07 | 2 | -2/+2 |
* | Namespace protection for include/arch/ header files | thommay | 2003-01-06 | 15 | -22/+22 |
* | Update copyright notices to 2003. | thommay | 2003-01-01 | 13 | -13/+13 |
* | NetWare needs some defines that are in apr_private.h | bnicholes | 2002-12-18 | 1 | -0/+3 |
* | Rename apr_recvfrom -> apr_socket_recvfrom | bjh | 2002-11-20 | 1 | -3/+14 |
* | Win32: Fix Win32 compile break due to last commit (renames) | stoddard | 2002-11-20 | 2 | -2/+2 |
* | *) Renames done (deprecated functions wrapped): | thommay | 2002-11-20 | 11 | -117/+406 |
* | add APR_IPV6_V6ONLY socket option | trawick | 2002-11-13 | 2 | -0/+28 |
* | Fix build on BSD/OS 4.0, where sys/sysctl.h needs other headers to be | jorton | 2002-11-12 | 1 | -1/+2 |
* | Based on Brad's feedback, we don't want really huge things on the | wrowe | 2002-10-30 | 1 | -19/+50 |
* | Fat fingers, missing an #endif | wrowe | 2002-10-27 | 1 | -0/+1 |
* | The last broken tree was a good example that sa_common has outlived | wrowe | 2002-10-27 | 3 | -1025/+870 |
* | Fix a problem retrieving the remote socket address for sockets | trawick | 2002-10-25 | 5 | -0/+34 |
* | fix a typo in a comment | trawick | 2002-10-24 | 1 | -1/+1 |
* | map the TCP_NODELAY socket option to SCTP_NODELAY as appropriate | trawick | 2002-10-22 | 2 | -4/+31 |
* | minor style tweaks | trawick | 2002-10-22 | 1 | -4/+4 |
* | style tweaks only | trawick | 2002-10-22 | 1 | -20/+20 |
* | Win32: Fix apr_shutdown() to honor the setting of apr_shutdown_how_e | stoddard | 2002-10-22 | 1 | -1/+1 |
* | fix compile break in OS/2 and Win32 apr_os_sock_make() | trawick | 2002-10-18 | 2 | -4/+4 |
* | apr_os_sock_put() shouldn't assume any particular protocol | trawick | 2002-10-18 | 3 | -3/+3 |
* | fix compile break | trawick | 2002-10-18 | 1 | -1/+1 |
* | Add apr_socket_create_ex() to allow protocol to be specified for the | trawick | 2002-10-18 | 3 | -27/+81 |
* | Didn't intend to commit this. Was attempting to commit comments on | wrowe | 2002-10-15 | 1 | -15/+1 |