summaryrefslogtreecommitdiff
path: root/network_io/unix
Commit message (Expand)AuthorAgeFilesLines
* Update copyright notices for 2005.jorton2005-06-145-5/+10
* 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
* * 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-181-4/+0
* * apr/network_io/unix/sendrecv.cjorton2004-11-171-1/+1
* * 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
* 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-031-1/+2
* 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-134-196/+40
* First whack at switching to a single top-level make. This adds a dependencygstein2004-02-051-20/+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-301-0/+6
* 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-203-45/+29
* With the removal of apr_poll(), the apr_wait_for_io_or_timeout() functiongstein2003-11-171-0/+5
* The use of "netmask" to hold options is a bit beyond bogus. That term hasgstein2003-11-023-79/+79
* Time to turn on the protocol member for APR 1.0.wrowe2003-10-151-4/+0
* Implement apr_socket_atmark, similar to socket_atmark except 1) it'swrowe2003-10-141-0/+14
* Make use of the AI_ADDRCONFIG flag conditional (some versions ofjorton2003-09-291-2/+2
* work around a problem in current AIX getaddrinfo()trawick2003-09-091-0/+10
* axe these deprecated functions:trawick2003-09-032-60/+2
* remove these deprecated interfaces:trawick2003-09-031-39/+2
* Attempt to put this Darwin getnameinfo() sillyness behind us forever. Ifjerenkrantz2003-08-311-0/+19
* Set the hostnames on all apr_sockaddr_t's returned.jerenkrantz2003-08-151-0/+2
* If we don't have IPv6 enabled within APR (even if the OS supports it), wejerenkrantz2003-08-141-1/+11
* Make the getaddrinfo (IPv6) and gethostbyname (IPv4) implementationsjerenkrantz2003-08-141-2/+7