summaryrefslogtreecommitdiff
path: root/network_io
Commit message (Expand)AuthorAgeFilesLines
* 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
* Allow setting both the TCP_NODELAY and TCP_CORK socket options forjorton2005-08-251-4/+16
* Update remaining 2004 copyright notices.jorton2005-06-141-1/+2
* Support APR_SO_SNDBUF and APR_SO_RCVBUF on Windows.trawick2005-06-141-0/+12
* send and receive buffer sizes are not flags, and callertrawick2005-06-141-10/+4
* * network_io/unix/inet_ntop.c (inet_ntop6): Silence "variable may bejorton2005-06-141-0/+1
* Change INHERIT macros to use the new struct member rename.mturk2005-06-121-2/+2
* Bring back INHERIT macros with new struct member rename.mturk2005-06-121-0/+4
* Implement pool accessor for socketsmturk2005-06-125-40/+40
* network_io/unix/sendrecv.c: Deal with EAGAIN after poll().wsanchez2005-05-251-16/+16
* clean up a commentwsanchez2005-05-241-4/+5
* Safe cast to bring pointer arithmetic in line with a much smallerwrowe2005-05-161-1/+1
* Whitespace only - reindent to 4'swrowe2005-05-161-29/+29
* Handle BEOS_R5 weirdness with gethostname()jim2005-04-201-1/+5
* Fix HP-UX 11.00 build, where the IP multicast interfaces are notjorton2005-02-151-5/+7
* * network_io/unix/multicast.c (apr_mcast_leave): Rename 'leave'jorton2005-02-151-2/+2
* Update copyright year to 2005 and standardize on current copyright owner line.jerenkrantz2005-02-0413-13/+26
* Add Support for DragonFly BSD.pquerna2005-01-211-3/+4
* Implement APR_TCP_DEFER_ACCEPT for NetWare and Win32bnicholes2005-01-181-0/+15
* * network_io/unix/multicast.c: Use #ifdef not #if for HAVE_GETIFADDRS.jorton2005-01-101-2/+2
* Add Support for Single Source Multicast.pquerna2005-01-101-53/+81
* Fix up some type mismatchesbnicholes2005-01-031-3/+3