summaryrefslogtreecommitdiff
path: root/network_io
Commit message (Expand)AuthorAgeFilesLines
...
* this should not have been committed with the CHANGES patchJim Jagielski2008-05-071-1/+0
* Oops... forgot to combine the CHANGES :)Jim Jagielski2008-05-071-3/+4
* Make Darwin's sendfile() really work :)Jim Jagielski2008-05-071-1/+0
* apr_getservbyname(): Use proper method for converting portJeff Trawick2008-05-021-1/+1
* Optimize away a second poll by simply looping on the existing pollWilliam A. Rowe Jr2008-05-011-7/+3
* Reflow the OS/X sendfile implementation to proceed from writev(hd..iovec)William A. Rowe Jr2008-05-011-16/+23
* Correct legacy crumbs from the new OS/X sendfile changes.William A. Rowe Jr2008-04-251-5/+2
* Support OS/X sendfile by using writev rather than the miscounted sendfile'sWilliam A. Rowe Jr2008-04-241-12/+26
* Solve mis-handling of struct group_source_req on Win32 by usingWilliam A. Rowe Jr2008-01-031-2/+2
* Revert sockaddr.c all the way back to r428317, and discardWilliam A. Rowe Jr2007-12-151-11/+0
* Round out the implementation of APR_IPV6_V4MAPPED_OK.William A. Rowe Jr2007-12-121-1/+1
* irrespective of if we back this out, prevent doubled resolver calls.William A. Rowe Jr2007-12-111-3/+4
* One byte typo; this should build now.William A. Rowe Jr2007-12-101-1/+1
* Propose a patch to satisfy Joe's concerns about returning IPv4 mapped addressesWilliam A. Rowe Jr2007-12-101-1/+6
* Where hostname is provided in ipv4 numeric form, as we've William A. Rowe Jr2007-12-071-0/+5
* First draft guesswork for the final implementation of sendfile, thisWilliam A. Rowe Jr2007-10-251-0/+103
* Apply the Unix fix to Win32 (gee thanks Joe ;-)William A. Rowe Jr2007-10-151-1/+4
* Silence an emit for P64 and LP64 platforms, where int can'tWilliam A. Rowe Jr2007-10-141-2/+2
* Clean up spurious noise on platforms where the setsockopt'sWilliam A. Rowe Jr2007-10-131-3/+3
* Code style only. Forward port struct initialization from rev 573481Roy T. Fielding2007-09-071-4/+1
* I was experimenting with options on ELSE_WIN_OS_IS_ANSI,William A. Rowe Jr2007-08-241-1/+5
* SetHandleInformation is not supported on WinCE, but the Win 9x code path William A. Rowe Jr2007-05-311-2/+2
* alloc_socket() now defaults to remote_host_unknown == 1William A. Rowe Jr2007-01-091-3/+1
* * network_io/unix/multicast.c (find_if_index): Fix build ifJoe Orton2007-01-071-2/+5
* Sync Win32/OS2 unknown remote_addr and local_port flags to unix src.William A. Rowe Jr2006-11-282-0/+8
* * network_io/unix/sendrecv.c (apr_socket_sendfile) [HAVE_SENDFILEV]:Joe Orton2006-11-071-2/+4
* Fixes for the implementation, documentation and test case forJoe Orton2006-10-251-1/+3
* * network_io/unix/sockets.c (apr_socket_accept): Fix remote_addrJoe Orton2006-09-191-4/+6
* Make sure the temporary remote addr is initializedMladen Turk2006-09-141-0/+1
* Do not allocate new socket if accept fails.Mladen Turk2006-09-111-12/+17
* Fix the typo.Joe Orton2006-08-0314-14/+14
* Update license header.Joe Orton2006-08-0314-84/+84
* Fix warning about unused variables on new versions of FreeBSD.Garrett Rooney2006-06-051-1/+4
* * network_io/unix/sendrecv.c [__linux__] (apr_socket_sendfile): LimitJoe Orton2006-05-041-0/+8
* Make apr_socket_recvfrom set the port in the from sockaddr.Garrett Rooney2006-04-273-1/+8
* * network_io/unix/sendrecv.c (apr_socket_sendv): Implement forJoe Orton2006-04-051-2/+5
* fix compile break on systems like AIX 4.3.3 whichJeff Trawick2006-03-111-1/+1
* Zero the len out value on error, to follow the unix behavior ofWilliam A. Rowe Jr2006-02-041-0/+1
* The OS/2 send() function returns EINVAL if the data size is > 64k so limit theBrian Havard2006-01-051-0/+4
* * network_io/unix/sockets.c: Remove stray semi-colon afterJoe Orton2005-12-081-1/+1
* Fix multicast w/ source specific groups when compiled with --disable-ipv6.Paul Querna2005-12-081-3/+8
* getnameinfo() may copy the port field around, so initializeJeff Trawick2005-10-121-0/+1
* Remove the mcast_check_type() check from the multicast code. This check Colm MacCarthaigh2005-10-121-31/+0
* When converting V4MAPPED IPv6 addresses to IPv4 (by dropping theMartin Kraemer2005-09-201-1/+1
* Fix apr_socket_addr_get(APR_REMOTE) after a non-blocking connect():Joe Orton2005-09-091-1/+13
* Fix handling of %pI with psprintf; the psprintf implementation assumesJoe Orton2005-09-081-10/+20
* * network_io/unix/sockopt.c (apr_socket_opt_set): Thou whilst notJoe Orton2005-08-261-1/+0
* Added a missing break statement that was causing TCP_NODELAY toBrian Pane2005-08-261-0/+1
* Allow setting both the TCP_NODELAY and TCP_CORK socket options forJoe Orton2005-08-251-4/+16
* Update remaining 2004 copyright notices.Joe Orton2005-06-141-1/+2