| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove trailing whitespaces in *.c. | Ivan Zhakov | 2022-11-20 | 1 | -15/+15 |
* | follow up to r1523384: if we disable non-blocking when a timeout is set, forg... | Jeff Trawick | 2013-09-16 | 1 | -0/+1 |
* | On Windows, a socket timeout isn't implemented with | Jeff Trawick | 2013-09-15 | 1 | -1/+1 |
* | Add support for APR_SO_BROADCAST | Stefan Fritsch | 2011-10-15 | 1 | -0/+9 |
* | IPV6_V6ONLY on Windows: | Jeff Trawick | 2011-04-13 | 1 | -1/+20 |
* | return apr_get_netos_error() when setsockopt() fails | Jeff Trawick | 2011-03-14 | 1 | -1/+1 |
* | Make functions static. | Guenter Knauf | 2010-09-01 | 1 | -2/+2 |
* | Fix the typo. | Joe Orton | 2006-08-03 | 1 | -1/+1 |
* | Update license header. | Joe Orton | 2006-08-03 | 1 | -6/+6 |
* | Support APR_SO_SNDBUF and APR_SO_RCVBUF on Windows. | Jeff Trawick | 2005-06-14 | 1 | -0/+12 |
* | Update copyright year to 2005 and standardize on current copyright owner line. | Justin Erenkrantz | 2005-02-04 | 1 | -1/+2 |
* | Implement APR_TCP_DEFER_ACCEPT for NetWare and Win32 | Bradley Nicholes | 2005-01-18 | 1 | -0/+15 |
* | Even if we do not check the value of APR_IPV6_V6ONLY before setting, we still | Justin Erenkrantz | 2004-04-03 | 1 | -1/+2 |
* | Relicense APR under Apache License, Version 2.0 | Justin Erenkrantz | 2004-02-13 | 1 | -49/+10 |
* | Getting closer to 1.0 - eliminate APR_SO_TIMEOUT and replace | William A. Rowe Jr | 2003-11-20 | 1 | -9/+0 |
* | The use of "netmask" to hold options is a bit beyond bogus. That term has | Greg Stein | 2003-11-02 | 1 | -14/+15 |
* | Implement apr_socket_atmark, similar to socket_atmark except 1) it's | William A. Rowe Jr | 2003-10-14 | 1 | -0/+13 |
* | axe these deprecated functions: | Jeff Trawick | 2003-09-03 | 1 | -14/+0 |
* | Namespace protection, thanks to Craig Rodrigues <rodrigc@attbi.com> | William A. Rowe Jr | 2003-02-24 | 1 | -1/+1 |
* | Namespace protection for include/arch/ header files | Thom May | 2003-01-06 | 1 | -1/+1 |
* | Update copyright notices to 2003. | Thom May | 2003-01-01 | 1 | -1/+1 |
* | *) Renames done (deprecated functions wrapped): | Thom May | 2002-11-20 | 1 | -1/+0 |
* | add APR_IPV6_V6ONLY socket option | Jeff Trawick | 2002-11-13 | 1 | -0/+14 |
* | map the TCP_NODELAY socket option to SCTP_NODELAY as appropriate | Jeff Trawick | 2002-10-22 | 1 | -1/+10 |
* | minor style tweaks | Jeff Trawick | 2002-10-22 | 1 | -4/+4 |
* | As rbb pointed out, two constructors are prone to bugs. Remap our old | William A. Rowe Jr | 2002-07-15 | 1 | -39/+2 |
* | This emit will bug me for a year. Quell it, it's deprecated later anyways. | William A. Rowe Jr | 2002-07-15 | 1 | -1/+1 |
* | Missed a semicol | William A. Rowe Jr | 2002-07-15 | 1 | -1/+1 |
* | Deprecate apr_get/setsockopt for apr_socket_opt_get/set | William A. Rowe Jr | 2002-07-15 | 1 | -4/+18 |
* | The right solution. Follow the herd, use socketdes as our name. | William A. Rowe Jr | 2002-07-15 | 1 | -21/+28 |
* | Use the correct macros | William A. Rowe Jr | 2002-07-15 | 1 | -3/+3 |
* | Implement the win32 apr_socket_timeout_set/get, and accomodate both the | William A. Rowe Jr | 2002-07-15 | 1 | -10/+67 |
* | win32 now passes testsockopt. Merge the Netware codepath | Bill Stoddard | 2002-06-06 | 1 | -58/+39 |
* | Update our copyright for this year. | Roy T. Fielding | 2002-03-13 | 1 | -1/+1 |
* | Tweak apr_gethostname() so that it detects truncation of the | Jeff Trawick | 2001-11-20 | 1 | -3/+8 |
* | Implemented apr_getsocketopt() for NetWare | Bradley Nicholes | 2001-08-09 | 1 | -0/+36 |
* | Fixed the data types of the local variables used in the calls to ioctlsocket(... | Bradley Nicholes | 2001-08-06 | 1 | -2/+2 |
* | Catch Jeff :-) | William A. Rowe Jr | 2001-04-02 | 1 | -1/+1 |
* | Update copyright to 2001 | Roy T. Fielding | 2001-02-16 | 1 | -1/+1 |
* | Add remaining APR_DECLARE()s to all headers. Conditionally added | William A. Rowe Jr | 2001-01-18 | 1 | -3/+6 |
* | Axe apr_get_hostname(). Use apr_getnameinfo() instead. | Jeff Trawick | 2000-12-18 | 1 | -25/+0 |
* | This is a small step toward's David Reid's IPv6 patch. I started | Jeff Trawick | 2000-11-16 | 1 | -2/+2 |
* | Fix a windows compile break. | Ryan Bloom | 2000-11-10 | 1 | -1/+1 |
* | More local/remote changes and tidy up http_vhost a bit. | David Reid | 2000-11-10 | 1 | -3/+10 |
* | Here it is, the Win32 part of the big canonical errors patch. | William A. Rowe Jr | 2000-10-06 | 1 | -9/+9 |
* | APRize disabling nagle (setting TCP_NODELAY). | Brian Havard | 2000-08-22 | 1 | -0/+5 |
* | Win32: Simplify the code a bit by eliminating a variable. | Bill Stoddard | 2000-08-17 | 1 | -15/+11 |
* | Win32: Fix problem with timeout units on TransmitFile. | Bill Stoddard | 2000-08-04 | 1 | -5/+7 |
* | prefix libapr functions and types with apr_ | Doug MacEachern | 2000-08-02 | 1 | -8/+8 |
* | Changes to get Win32 compiling again, including substituting | William A. Rowe Jr | 2000-07-25 | 1 | -1/+1 |