summaryrefslogtreecommitdiff
path: root/network_io
Commit message (Expand)AuthorAgeFilesLines
* 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
* Support APR_SO_SNDBUF and APR_SO_RCVBUF on Windows.Jeff Trawick2005-06-141-0/+12
* send and receive buffer sizes are not flags, and callerJeff Trawick2005-06-141-10/+4
* * network_io/unix/inet_ntop.c (inet_ntop6): Silence "variable may beJoe Orton2005-06-141-0/+1
* Change INHERIT macros to use the new struct member rename.Mladen Turk2005-06-121-2/+2
* Bring back INHERIT macros with new struct member rename.Mladen Turk2005-06-121-0/+4
* Implement pool accessor for socketsMladen Turk2005-06-125-40/+40
* network_io/unix/sendrecv.c: Deal with EAGAIN after poll().Wilfredo Sanchez2005-05-251-16/+16
* clean up a commentWilfredo Sanchez2005-05-241-4/+5
* Safe cast to bring pointer arithmetic in line with a much smallerWilliam A. Rowe Jr2005-05-161-1/+1
* Whitespace only - reindent to 4'sWilliam A. Rowe Jr2005-05-161-29/+29
* Handle BEOS_R5 weirdness with gethostname()Jim Jagielski2005-04-201-1/+5
* Fix HP-UX 11.00 build, where the IP multicast interfaces are notJoe Orton2005-02-151-5/+7
* * network_io/unix/multicast.c (apr_mcast_leave): Rename 'leave'Joe Orton2005-02-151-2/+2
* Update copyright year to 2005 and standardize on current copyright owner line.Justin Erenkrantz2005-02-0413-13/+26
* Add Support for DragonFly BSD.Paul Querna2005-01-211-3/+4
* Implement APR_TCP_DEFER_ACCEPT for NetWare and Win32Bradley Nicholes2005-01-181-0/+15