summaryrefslogtreecommitdiff
path: root/network_io/win32/sockopt.c
Commit message (Expand)AuthorAgeFilesLines
* Remove trailing whitespaces in *.c.Ivan Zhakov2022-11-201-15/+15
* follow up to r1523384: if we disable non-blocking when a timeout is set, forg...Jeff Trawick2013-09-161-0/+1
* On Windows, a socket timeout isn't implemented withJeff Trawick2013-09-151-1/+1
* Add support for APR_SO_BROADCASTStefan Fritsch2011-10-151-0/+9
* IPV6_V6ONLY on Windows:Jeff Trawick2011-04-131-1/+20
* return apr_get_netos_error() when setsockopt() failsJeff Trawick2011-03-141-1/+1
* Make functions static.Guenter Knauf2010-09-011-2/+2
* Fix the typo.Joe Orton2006-08-031-1/+1
* Update license header.Joe Orton2006-08-031-6/+6
* Support APR_SO_SNDBUF and APR_SO_RCVBUF on Windows.Jeff Trawick2005-06-141-0/+12
* Update copyright year to 2005 and standardize on current copyright owner line.Justin Erenkrantz2005-02-041-1/+2
* Implement APR_TCP_DEFER_ACCEPT for NetWare and Win32Bradley Nicholes2005-01-181-0/+15
* Even if we do not check the value of APR_IPV6_V6ONLY before setting, we stillJustin Erenkrantz2004-04-031-1/+2
* Relicense APR under Apache License, Version 2.0Justin Erenkrantz2004-02-131-49/+10
* Getting closer to 1.0 - eliminate APR_SO_TIMEOUT and replaceWilliam A. Rowe Jr2003-11-201-9/+0
* The use of "netmask" to hold options is a bit beyond bogus. That term hasGreg Stein2003-11-021-14/+15
* Implement apr_socket_atmark, similar to socket_atmark except 1) it'sWilliam A. Rowe Jr2003-10-141-0/+13
* axe these deprecated functions:Jeff Trawick2003-09-031-14/+0
* Namespace protection, thanks to Craig Rodrigues <rodrigc@attbi.com>William A. Rowe Jr2003-02-241-1/+1
* Namespace protection for include/arch/ header filesThom May2003-01-061-1/+1
* Update copyright notices to 2003.Thom May2003-01-011-1/+1
* *) Renames done (deprecated functions wrapped):Thom May2002-11-201-1/+0
* add APR_IPV6_V6ONLY socket optionJeff Trawick2002-11-131-0/+14
* map the TCP_NODELAY socket option to SCTP_NODELAY as appropriateJeff Trawick2002-10-221-1/+10
* minor style tweaksJeff Trawick2002-10-221-4/+4
* As rbb pointed out, two constructors are prone to bugs. Remap our oldWilliam A. Rowe Jr2002-07-151-39/+2
* This emit will bug me for a year. Quell it, it's deprecated later anyways.William A. Rowe Jr2002-07-151-1/+1
* Missed a semicolWilliam A. Rowe Jr2002-07-151-1/+1
* Deprecate apr_get/setsockopt for apr_socket_opt_get/setWilliam A. Rowe Jr2002-07-151-4/+18
* The right solution. Follow the herd, use socketdes as our name.William A. Rowe Jr2002-07-151-21/+28
* Use the correct macrosWilliam A. Rowe Jr2002-07-151-3/+3
* Implement the win32 apr_socket_timeout_set/get, and accomodate both theWilliam A. Rowe Jr2002-07-151-10/+67
* win32 now passes testsockopt. Merge the Netware codepathBill Stoddard2002-06-061-58/+39
* Update our copyright for this year.Roy T. Fielding2002-03-131-1/+1
* Tweak apr_gethostname() so that it detects truncation of theJeff Trawick2001-11-201-3/+8
* Implemented apr_getsocketopt() for NetWareBradley Nicholes2001-08-091-0/+36
* Fixed the data types of the local variables used in the calls to ioctlsocket(...Bradley Nicholes2001-08-061-2/+2
* Catch Jeff :-)William A. Rowe Jr2001-04-021-1/+1
* Update copyright to 2001Roy T. Fielding2001-02-161-1/+1
* Add remaining APR_DECLARE()s to all headers. Conditionally addedWilliam A. Rowe Jr2001-01-181-3/+6
* Axe apr_get_hostname(). Use apr_getnameinfo() instead.Jeff Trawick2000-12-181-25/+0
* This is a small step toward's David Reid's IPv6 patch. I startedJeff Trawick2000-11-161-2/+2
* Fix a windows compile break.Ryan Bloom2000-11-101-1/+1
* More local/remote changes and tidy up http_vhost a bit.David Reid2000-11-101-3/+10
* Here it is, the Win32 part of the big canonical errors patch.William A. Rowe Jr2000-10-061-9/+9
* APRize disabling nagle (setting TCP_NODELAY).Brian Havard2000-08-221-0/+5
* Win32: Simplify the code a bit by eliminating a variable.Bill Stoddard2000-08-171-15/+11
* Win32: Fix problem with timeout units on TransmitFile.Bill Stoddard2000-08-041-5/+7
* prefix libapr functions and types with apr_Doug MacEachern2000-08-021-8/+8
* Changes to get Win32 compiling again, including substitutingWilliam A. Rowe Jr2000-07-251-1/+1