summaryrefslogtreecommitdiff
path: root/network_io
Commit message (Expand)AuthorAgeFilesLines
* 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
* property cleanupnd2004-11-241-1/+1
* drop .cvsignore filesnd2004-11-243-12/+0
* Merge in changes from trunk to 1.0.x.jerenkrantz2004-11-171-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
* Implement apr_socket_atmark, similar to socket_atmark except 1) it'swrowe2003-10-143-0/+40
* 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-039-224/+5
* remove these deprecated interfaces:trawick2003-09-033-117/+7
* 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
* Modify apr_sockaddr_info_get to call the resolver when we do not have ajerenkrantz2003-08-131-17/+20
* leave a comment about an interesting and possibly unexpectedtrawick2003-08-011-0/+8
* Use AI_ADDRCONFIG flag by default, where available.jorton2003-07-171-0/+15
* apr_socket_data_set(): allow the same key to be used fortrawick2003-07-083-11/+83
* Fix some problems with non-blocking socket handling on unixtrawick2003-05-303-21/+24
* fix some minor style problems (indention, curly braces)trawick2003-05-301-40/+40