summaryrefslogtreecommitdiff
path: root/network_io
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add arguments for Single Source Multicast Support as suggested by Colm pquerna2005-01-031-5/+12
* Adding an initial Multicast API.pquerna2005-01-021-0/+295
* Add support for Linux's TCP_DEFER_ACCEPT. Sort of like FreeBSD's accept filt...pquerna2004-12-111-0/+15
* Create the correct type of socket when using BeOS R5dreid2004-12-101-2/+24
* On BeOS R5 we don't have the option available.dreid2004-12-101-1/+4
* s/AF_UNSPEC/APR_UNSPEC/dreid2004-12-101-4/+4
* Remove the Runtime test for the different sendfile revisions on FreeBSD.pquerna2004-11-281-53/+6
* Remove .cvsignore files.jorton2004-11-183-12/+0
* * apr/network_io/unix/sendrecv.cjorton2004-11-171-1/+1
* replaced define for DWORD_MAX with APR_DWORD_MAXclar2004-09-281-6/+6
* WIN64: first in a series to get Windows IA64 builds clean, this serves pagesake2004-09-221-24/+62
* Since this code only applies to sendfile, make sure that it is properly #ifde...bnicholes2004-07-261-0/+2
* Win32: Fix bug in apr_socket_sendfile that interferred with LSPs. PR 23982stoddard2004-07-222-30/+21
* * network_io/unix/sockaddr.c (apr_getnameinfo): Fix getnameinfo onjorton2004-07-131-0/+3
* [Comment change only]: Allright. The warning was based on FreeBSD'smartin2004-07-051-13/+0
* Reminder for bugginessmartin2004-06-251-0/+13
* * network_io/unix/sockaddr.c (call_resolver): Fix lookups with NULLjorton2004-06-011-1/+13
* * network_io/unix/sockaddr.c (apr_getnameinfo): Use apr_uint32_t tojorton2004-05-231-5/+4
* Fix stack overflow with IPv6 apr_socket_accept() on Win32.trawick2004-05-211-0/+4