| Commit message (Expand) | Author | Age | Files | Lines |
* | Make functions static (backport r991753). | Guenter Knauf | 2011-03-10 | 1 | -2/+2 |
* | Backport r660405 from the trunk. | Bojan Smojver | 2008-05-27 | 1 | -1/+1 |
* | Quiet a warning on OS X about cur.len being used without initialization. | Roy T. Fielding | 2007-09-07 | 1 | -3/+1 |
* | Revert r442526, r443265: | Ruediger Pluem | 2007-08-13 | 1 | -20/+12 |
* | SetHandleInformation is not supported on WinCE, but the Win 9x code path | William A. Rowe Jr | 2007-05-31 | 1 | -2/+2 |
* | Sync OS2 unknown local_port flags to unix src. | William A. Rowe Jr | 2006-11-28 | 1 | -0/+4 |
* | Update license header. | Joe Orton | 2006-09-20 | 13 | -78/+78 |
* | Backport r443262 from trunk. | Mladen Turk | 2006-09-14 | 1 | -0/+1 |
* | Backport r442135 from trunk. | Mladen Turk | 2006-09-12 | 1 | -12/+19 |
* | Zero the len out value on error, to follow the unix behavior of | William A. Rowe Jr | 2006-02-04 | 1 | -0/+1 |
* | The OS/2 send() function returns EINVAL if the data size is > 64k so limit the | Brian Havard | 2006-01-05 | 1 | -0/+4 |
* | Fix a warning when building on FreeBSD due to an error in the arguments | Garrett Rooney | 2005-11-23 | 1 | -1/+1 |
* | merge from trunk: | Jeff Trawick | 2005-10-13 | 1 | -0/+1 |
* | Support APR_SO_SNDBUF and APR_SO_RCVBUF on Windows. | Jeff Trawick | 2005-06-14 | 1 | -0/+12 |
* | send and receive buffer sizes are not flags, and caller | Jeff Trawick | 2005-06-14 | 1 | -10/+4 |
* | Backport r178340 from trunk: | Wilfredo Sanchez | 2005-05-28 | 1 | -8/+8 |
* | Update copyright year to 2005 and standardize on current copyright owner line. | Justin Erenkrantz | 2005-02-04 | 13 | -13/+26 |
* | Remove .cvsignore files.APR_0_9_BRANCH | Joe Orton | 2004-11-20 | 3 | -12/+0 |
* | Since this code only applies to sendfile, make sure that it is properly #ifde... | Bradley Nicholes | 2004-07-26 | 1 | -0/+2 |
* | Win32: Fix bug in apr_socket_sendfile that interferred with LSPs. PR: 23982 | Bill Stoddard | 2004-07-21 | 2 | -31/+22 |
* | Backport from HEAD: | Joe Orton | 2004-07-13 | 1 | -0/+3 |
* | backport this from 1.0-dev: | Jeff Trawick | 2004-05-24 | 1 | -5/+4 |
* | backport this from 1.0-dev | Jeff Trawick | 2004-05-21 | 1 | -4/+3 |
* | Backport from HEAD: | Joe Orton | 2004-04-15 | 1 | -0/+7 |
* | Adjust for different prototype for apr_set_option between 0.9 and HEAD. | Justin Erenkrantz | 2004-04-04 | 1 | -1/+1 |
* | APR 1.0 Backport: network/unix/sockopt.c r1.79, network/win32/sockopt.c r1.59 | Justin Erenkrantz | 2004-04-03 | 2 | -2/+4 |
* | Backport from HEAD: | Joe Orton | 2004-03-06 | 1 | -1/+11 |
* | fix typo in previous commit | Jeff Trawick | 2004-02-27 | 1 | -1/+1 |
* | fix typo in previous commit | Jeff Trawick | 2004-02-27 | 1 | -1/+1 |
* | fix some compile and/or run-time bogosity on Unix-ish platforms | Jeff Trawick | 2004-02-27 | 1 | -6/+4 |
* | Relicense APR under Apache License, Version 2.0. | Justin Erenkrantz | 2004-02-13 | 13 | -637/+130 |
* | apr_socket_connect(): allow app to make subsequent call on | Jeff Trawick | 2003-12-16 | 1 | -1/+1 |
* | Introduce apr_socket_atmark() with a more friendly failure case when the | William A. Rowe Jr | 2003-10-16 | 3 | -0/+49 |
* | Revert rev1.38 on 0.9 branch pending further testing on HEAD; | Joe Orton | 2003-09-29 | 1 | -15/+0 |
* | work around a problem in current AIX getaddrinfo() | Jeff Trawick | 2003-09-09 | 1 | -0/+10 |
* | Attempt to put this Darwin getnameinfo() sillyness behind us forever. If | Justin Erenkrantz | 2003-08-31 | 1 | -0/+19 |
* | Set the hostnames on all apr_sockaddr_t's returned. | Justin Erenkrantz | 2003-08-15 | 1 | -0/+2 |
* | If we don't have IPv6 enabled within APR (even if the OS supports it), we | Justin Erenkrantz | 2003-08-14 | 1 | -1/+11 |
* | Make the getaddrinfo (IPv6) and gethostbyname (IPv4) implementations | Justin Erenkrantz | 2003-08-14 | 1 | -2/+7 |
* | Modify apr_sockaddr_info_get to call the resolver when we do not have a | Justin Erenkrantz | 2003-08-13 | 1 | -17/+20 |
* | leave a comment about an interesting and possibly unexpected | Jeff Trawick | 2003-08-01 | 1 | -0/+8 |
* | Use AI_ADDRCONFIG flag by default, where available. | Joe Orton | 2003-07-17 | 1 | -0/+15 |
* | apr_socket_data_set(): allow the same key to be used for | Jeff Trawick | 2003-07-08 | 3 | -11/+83 |
* | Fix some problems with non-blocking socket handling on unix | Jeff Trawick | 2003-05-30 | 3 | -21/+24 |
* | fix some minor style problems (indention, curly braces) | Jeff Trawick | 2003-05-30 | 1 | -40/+40 |
* | Fix a bug in socket timeout handling on unix that left the | Jeff Trawick | 2003-05-30 | 1 | -0/+2 |
* | Implement APR_SO_RCVBUF socket option on Unix. | Jeff Trawick | 2003-04-04 | 1 | -0/+12 |
* | Make consistent with other platforms by not exporting apr_sendfile | Roy T. Fielding | 2003-04-01 | 1 | -24/+7 |
* | Keep screaming about these bogus assumptions until they disappear. | William A. Rowe Jr | 2003-03-19 | 1 | -0/+1 |
* | Namespace protection, thanks to Craig Rodrigues <rodrigc@attbi.com> | William A. Rowe Jr | 2003-02-24 | 3 | -3/+3 |