summaryrefslogtreecommitdiff
path: root/network_io
Commit message (Expand)AuthorAgeFilesLines
* Unroll APR_SET_FD_CLOEXEC macro.Bojan Smojver2009-02-271-2/+20
* Set CLOEXEC flags where appropriate. Either use new O_CLOEXEC flag andBojan Smojver2009-02-261-6/+22
* If APR_UNIX given explicitly do not check if the hostname starts with '/'Mladen Turk2009-02-201-2/+2
* Fix compilation error on systems that do not have IPV6.Bojan Smojver2009-02-201-0/+4
* Enable unix domain (AF_UNIX) sockets if supported by the OSMladen Turk2009-02-193-5/+117
* apr_socket_sendfile() on Solaris: Fix handling of files truncatedJeff Trawick2009-01-311-0/+8
* Fix PR44367.Bojan Smojver2008-05-291-0/+46
* Fix PR44971.Bojan Smojver2008-05-271-1/+1
* Darwin sendfile() cleanup.Jim Jagielski2008-05-151-8/+3
* Bypass the call to sendfile if *len is 0. ThisJim Jagielski2008-05-141-0/+3
* Restructure Darwin's sendfile impl again. Instead of writev(),Jim Jagielski2008-05-091-66/+70
* 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