summaryrefslogtreecommitdiff
path: root/network_io
Commit message (Expand)AuthorAgeFilesLines
* SetHandleInformation is not supported on WinCE, but the Win 9x code path wrowe2007-05-311-2/+2
* Merge r472076 from trunk:jorton2007-04-231-2/+4
* alloc_socket() now defaults to remote_host_unknown == 1wrowe2007-01-091-3/+1
* Sync Win32/OS2 unknown remote_addr and local_port flags to unix src.wrowe2006-11-282-0/+8
* Revert r442492, r443263:jorton2006-11-111-18/+12
* Backport r443262 from trunk.mturk2006-09-141-0/+1
* Backport r442135 from trunk.mturk2006-09-121-12/+17
* Update the license, sans typo this time.jorton2006-08-0314-84/+84
* Merge r399750 from trunk:jorton2006-06-141-0/+8
* Merge r391579 from trunk:jorton2006-06-141-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
* Merge r354955 into 1.2.x.rooneg2006-01-261-3/+8
* The OS/2 send() function returns EINVAL if the data size is > 64k so limit thebjh2006-01-051-0/+4
* Merge r348405, r349408, r355141 from trunk:jorton2005-12-081-1/+1
* merge from trunk:trawick2005-10-131-0/+1
* Merge r240174, r240047, r240181 from trunk:jorton2005-09-091-4/+16
* Merge r279727 from trunk:jorton2005-09-091-1/+13
* 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