summaryrefslogtreecommitdiff
path: root/network_io
Commit message (Expand)AuthorAgeFilesLines
* Make functions static (backport r991753).fuankg2011-03-101-2/+2
* Backport r660405 from the trunk.bojan2008-05-271-1/+1
* Quiet a warning on OS X about cur.len being used without initialization.fielding2007-09-071-3/+1
* Revert r442526, r443265:rpluem2007-08-131-20/+12
* SetHandleInformation is not supported on WinCE, but the Win 9x code path wrowe2007-05-311-2/+2
* Sync OS2 unknown local_port flags to unix src.wrowe2006-11-281-0/+4
* Update license header.jorton2006-09-2013-78/+78
* Backport r443262 from trunk.mturk2006-09-141-0/+1
* Backport r442135 from trunk.mturk2006-09-121-12/+19
* Zero the len out value on error, to follow the unix behavior ofwrowe2006-02-041-0/+1
* The OS/2 send() function returns EINVAL if the data size is > 64k so limit thebjh2006-01-051-0/+4
* Fix a warning when building on FreeBSD due to an error in the argumentsrooneg2005-11-231-1/+1
* merge from trunk:trawick2005-10-131-0/+1
* 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-8/+8
* Update copyright year to 2005 and standardize on current copyright owner line.jerenkrantz2005-02-0413-13/+26
* Remove .cvsignore files.APR_0_9_BRANCHjorton2004-11-203-12/+0
* 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-212-31/+22
* Backport from HEAD:jorton2004-07-131-0/+3
* backport this from 1.0-dev:trawick2004-05-241-5/+4
* backport this from 1.0-devtrawick2004-05-211-4/+3
* Backport from HEAD:jorton2004-04-151-0/+7
* Adjust for different prototype for apr_set_option between 0.9 and HEAD.jerenkrantz2004-04-041-1/+1
* APR 1.0 Backport: network/unix/sockopt.c r1.79, network/win32/sockopt.c r1.59jerenkrantz2004-04-032-2/+4
* Backport from HEAD:jorton2004-03-061-1/+11
* fix typo in previous committrawick2004-02-271-1/+1
* 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.0.jerenkrantz2004-02-1313-637/+130
* apr_socket_connect(): allow app to make subsequent call ontrawick2003-12-161-1/+1
* Introduce apr_socket_atmark() with a more friendly failure case when thewrowe2003-10-163-0/+49
* Revert rev1.38 on 0.9 branch pending further testing on HEAD;jorton2003-09-291-15/+0
* work around a problem in current AIX getaddrinfo()trawick2003-09-091-0/+10
* 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
* Fix a bug in socket timeout handling on unix that left thetrawick2003-05-301-0/+2
* Implement APR_SO_RCVBUF socket option on Unix.trawick2003-04-041-0/+12
* Make consistent with other platforms by not exporting apr_sendfilefielding2003-04-011-24/+7
* Keep screaming about these bogus assumptions until they disappear.wrowe2003-03-191-0/+1
* Namespace protection, thanks to Craig Rodrigues <rodrigc@attbi.com>wrowe2003-02-243-3/+3