summaryrefslogtreecommitdiff
path: root/network_io
Commit message (Expand)AuthorAgeFilesLines
* Update copyright notices for 2005.jorton2005-06-1414-14/+28
* 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
* Backport r178340 from trunk:wsanchez2005-05-281-16/+16
* Backport r153917 and r153932 from trunk. Build fixes for multicast on Tru64 a...pquerna2005-03-151-7/+9
* 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
* Don't assume getnameinfo() can handle IPv4-mapped IPv6 addressestrawick2004-05-201-4/+3
* Even if we do not check the value of APR_IPV6_V6ONLY before setting, we stilljerenkrantz2004-04-032-2/+4
* Add LFS support:jorton2004-03-271-5/+47
* * network_io/unix/sockets.c (apr_socket_accept): Move TPF check forjorton2004-03-101-0/+7
* Workaround odd behaviour of AF_UNSPEC lookups with AI_PASSIVE set onjorton2004-03-041-1/+11
* fix typo in previous committrawick2004-02-271-1/+1
* fix some compile and/or run-time bogosity on Unix-ish platformstrawick2004-02-271-6/+4
* Relicense APR under Apache License, Version 2.0jerenkrantz2004-02-1313-637/+130
* First whack at switching to a single top-level make. This adds a dependencygstein2004-02-053-56/+0
* apr_socket_connect(): allow app to make subsequent call ontrawick2003-12-161-1/+1
* axe apr_sockaddr_port_set() and apr_sockaddr_port_get() from APRtrawick2003-12-051-16/+0
* remove apr_sockaddr_ip_set() APItrawick2003-12-031-27/+0
* Add apr_socket_type_get() for retrieving the type (e.g., stream)trawick2003-11-303-0/+17
* on Unix-ish platforms, apr_wait_for_io_or_timeout() can just use poll(2)trawick2003-11-241-1/+2
* restore a rather important line which was removed when APR_SO_TIMEOUTtrawick2003-11-221-0/+1
* Getting closer to 1.0 - eliminate APR_SO_TIMEOUT and replacewrowe2003-11-205-62/+29
* There were no 'cont'-named pool objects, simple copy-n-paste bug.wrowe2003-11-171-1/+1
* With the removal of apr_poll(), the apr_wait_for_io_or_timeout() functiongstein2003-11-174-5/+20
* The use of "netmask" to hold options is a bit beyond bogus. That term hasgstein2003-11-025-97/+98
* OS/2: get apr_socket_atmark() to build, adding a required size parameter tobjh2003-10-161-2/+3
* Time to turn on the protocol member for APR 1.0.wrowe2003-10-153-12/+0