summaryrefslogtreecommitdiff
path: root/network_io
Commit message (Expand)AuthorAgeFilesLines
...
* Bypass the call to sendfile if *len is 0. Thisjim2008-05-141-0/+3
* Restructure Darwin's sendfile impl again. Instead of writev(),jim2008-05-091-66/+70
* this should not have been committed with the CHANGES patchjim2008-05-071-1/+0
* Oops... forgot to combine the CHANGES :)jim2008-05-071-3/+4
* Make Darwin's sendfile() really work :)jim2008-05-071-1/+0
* apr_getservbyname(): Use proper method for converting porttrawick2008-05-021-1/+1
* Optimize away a second poll by simply looping on the existing pollwrowe2008-05-011-7/+3
* Reflow the OS/X sendfile implementation to proceed from writev(hd..iovec)wrowe2008-05-011-16/+23
* Correct legacy crumbs from the new OS/X sendfile changes.wrowe2008-04-251-5/+2
* Support OS/X sendfile by using writev rather than the miscounted sendfile'swrowe2008-04-241-12/+26
* Solve mis-handling of struct group_source_req on Win32 by usingwrowe2008-01-031-2/+2
* Revert sockaddr.c all the way back to r428317, and discardwrowe2007-12-151-11/+0
* Round out the implementation of APR_IPV6_V4MAPPED_OK.wrowe2007-12-121-1/+1
* irrespective of if we back this out, prevent doubled resolver calls.wrowe2007-12-111-3/+4
* One byte typo; this should build now.wrowe2007-12-101-1/+1
* Propose a patch to satisfy Joe's concerns about returning IPv4 mapped addresseswrowe2007-12-101-1/+6
* Where hostname is provided in ipv4 numeric form, as we've wrowe2007-12-071-0/+5
* First draft guesswork for the final implementation of sendfile, thiswrowe2007-10-251-0/+103
* Apply the Unix fix to Win32 (gee thanks Joe ;-)wrowe2007-10-151-1/+4
* Silence an emit for P64 and LP64 platforms, where int can'twrowe2007-10-141-2/+2
* Clean up spurious noise on platforms where the setsockopt'swrowe2007-10-131-3/+3
* Code style only. Forward port struct initialization from rev 573481fielding2007-09-071-4/+1
* I was experimenting with options on ELSE_WIN_OS_IS_ANSI,wrowe2007-08-241-1/+5
* SetHandleInformation is not supported on WinCE, but the Win 9x code path wrowe2007-05-311-2/+2
* alloc_socket() now defaults to remote_host_unknown == 1wrowe2007-01-091-3/+1
* * network_io/unix/multicast.c (find_if_index): Fix build ifjorton2007-01-071-2/+5
* Sync Win32/OS2 unknown remote_addr and local_port flags to unix src.wrowe2006-11-282-0/+8
* * network_io/unix/sendrecv.c (apr_socket_sendfile) [HAVE_SENDFILEV]:jorton2006-11-071-2/+4
* Fixes for the implementation, documentation and test case forjorton2006-10-251-1/+3
* * network_io/unix/sockets.c (apr_socket_accept): Fix remote_addrjorton2006-09-191-4/+6
* Make sure the temporary remote addr is initializedmturk2006-09-141-0/+1
* Do not allocate new socket if accept fails.mturk2006-09-111-12/+17
* Fix the typo.jorton2006-08-0314-14/+14
* Update license header.jorton2006-08-0314-84/+84
* Fix warning about unused variables on new versions of FreeBSD.rooneg2006-06-051-1/+4
* * network_io/unix/sendrecv.c [__linux__] (apr_socket_sendfile): Limitjorton2006-05-041-0/+8
* Make apr_socket_recvfrom set the port in the from sockaddr.rooneg2006-04-273-1/+8
* * network_io/unix/sendrecv.c (apr_socket_sendv): Implement forjorton2006-04-051-2/+5
* fix compile break on systems like AIX 4.3.3 whichtrawick2006-03-111-1/+1
* Zero the len out value on error, to follow the unix behavior ofwrowe2006-02-041-0/+1
* The OS/2 send() function returns EINVAL if the data size is > 64k so limit thebjh2006-01-051-0/+4
* * network_io/unix/sockets.c: Remove stray semi-colon afterjorton2005-12-081-1/+1
* Fix multicast w/ source specific groups when compiled with --disable-ipv6.pquerna2005-12-081-3/+8
* getnameinfo() may copy the port field around, so initializetrawick2005-10-121-0/+1
* Remove the mcast_check_type() check from the multicast code. This check colm2005-10-121-31/+0
* When converting V4MAPPED IPv6 addresses to IPv4 (by dropping themartin2005-09-201-1/+1
* Fix apr_socket_addr_get(APR_REMOTE) after a non-blocking connect():jorton2005-09-091-1/+13
* Fix handling of %pI with psprintf; the psprintf implementation assumesjorton2005-09-081-10/+20
* * network_io/unix/sockopt.c (apr_socket_opt_set): Thou whilst notjorton2005-08-261-1/+0
* Added a missing break statement that was causing TCP_NODELAY tobrianp2005-08-261-0/+1