summaryrefslogtreecommitdiff
path: root/network_io
Commit message (Expand)AuthorAgeFilesLines
* Make functions static (backport r991753).Guenter Knauf2011-03-101-2/+2
* Backport r660405 from the trunk.Bojan Smojver2008-05-271-1/+1
* Quiet a warning on OS X about cur.len being used without initialization.Roy T. Fielding2007-09-071-3/+1
* Revert r442526, r443265:Ruediger Pluem2007-08-131-20/+12
* SetHandleInformation is not supported on WinCE, but the Win 9x code path William A. Rowe Jr2007-05-311-2/+2
* Sync OS2 unknown local_port flags to unix src.William A. Rowe Jr2006-11-281-0/+4
* Update license header.Joe Orton2006-09-2013-78/+78
* Backport r443262 from trunk.Mladen Turk2006-09-141-0/+1
* Backport r442135 from trunk.Mladen Turk2006-09-121-12/+19
* Zero the len out value on error, to follow the unix behavior ofWilliam A. Rowe Jr2006-02-041-0/+1
* The OS/2 send() function returns EINVAL if the data size is > 64k so limit theBrian Havard2006-01-051-0/+4
* Fix a warning when building on FreeBSD due to an error in the argumentsGarrett Rooney2005-11-231-1/+1
* merge from trunk:Jeff Trawick2005-10-131-0/+1
* Support APR_SO_SNDBUF and APR_SO_RCVBUF on Windows.Jeff Trawick2005-06-141-0/+12
* send and receive buffer sizes are not flags, and callerJeff Trawick2005-06-141-10/+4
* Backport r178340 from trunk:Wilfredo Sanchez2005-05-281-8/+8
* Update copyright year to 2005 and standardize on current copyright owner line.Justin Erenkrantz2005-02-0413-13/+26
* Remove .cvsignore files.APR_0_9_BRANCHJoe Orton2004-11-203-12/+0
* Since this code only applies to sendfile, make sure that it is properly #ifde...Bradley Nicholes2004-07-261-0/+2
* Win32: Fix bug in apr_socket_sendfile that interferred with LSPs. PR: 23982Bill Stoddard2004-07-212-31/+22
* Backport from HEAD:Joe Orton2004-07-131-0/+3
* backport this from 1.0-dev:Jeff Trawick2004-05-241-5/+4
* backport this from 1.0-devJeff Trawick2004-05-211-4/+3
* Backport from HEAD:Joe Orton2004-04-151-0/+7
* Adjust for different prototype for apr_set_option between 0.9 and HEAD.Justin Erenkrantz2004-04-041-1/+1
* APR 1.0 Backport: network/unix/sockopt.c r1.79, network/win32/sockopt.c r1.59Justin Erenkrantz2004-04-032-2/+4
* Backport from HEAD:Joe Orton2004-03-061-1/+11
* fix typo in previous commitJeff Trawick2004-02-271-1/+1
* fix typo in previous commitJeff Trawick2004-02-271-1/+1
* fix some compile and/or run-time bogosity on Unix-ish platformsJeff Trawick2004-02-271-6/+4
* Relicense APR under Apache License, Version 2.0.Justin Erenkrantz2004-02-1313-637/+130
* apr_socket_connect(): allow app to make subsequent call onJeff Trawick2003-12-161-1/+1
* Introduce apr_socket_atmark() with a more friendly failure case when theWilliam A. Rowe Jr2003-10-163-0/+49
* Revert rev1.38 on 0.9 branch pending further testing on HEAD;Joe Orton2003-09-291-15/+0
* work around a problem in current AIX getaddrinfo()Jeff Trawick2003-09-091-0/+10
* Attempt to put this Darwin getnameinfo() sillyness behind us forever. IfJustin Erenkrantz2003-08-311-0/+19
* Set the hostnames on all apr_sockaddr_t's returned.Justin Erenkrantz2003-08-151-0/+2
* If we don't have IPv6 enabled within APR (even if the OS supports it), weJustin Erenkrantz2003-08-141-1/+11
* Make the getaddrinfo (IPv6) and gethostbyname (IPv4) implementationsJustin Erenkrantz2003-08-141-2/+7
* Modify apr_sockaddr_info_get to call the resolver when we do not have aJustin Erenkrantz2003-08-131-17/+20
* leave a comment about an interesting and possibly unexpectedJeff Trawick2003-08-011-0/+8
* Use AI_ADDRCONFIG flag by default, where available.Joe Orton2003-07-171-0/+15
* apr_socket_data_set(): allow the same key to be used forJeff Trawick2003-07-083-11/+83
* Fix some problems with non-blocking socket handling on unixJeff Trawick2003-05-303-21/+24
* fix some minor style problems (indention, curly braces)Jeff Trawick2003-05-301-40/+40
* Fix a bug in socket timeout handling on unix that left theJeff Trawick2003-05-301-0/+2
* Implement APR_SO_RCVBUF socket option on Unix.Jeff Trawick2003-04-041-0/+12
* Make consistent with other platforms by not exporting apr_sendfileRoy T. Fielding2003-04-011-24/+7
* Keep screaming about these bogus assumptions until they disappear.William A. Rowe Jr2003-03-191-0/+1
* Namespace protection, thanks to Craig Rodrigues <rodrigc@attbi.com>William A. Rowe Jr2003-02-243-3/+3