summaryrefslogtreecommitdiffhomepage
path: root/src/os/win32/ngx_socket.h (follow)
AgeCommit message (Collapse)AuthorFilesLines
2015-08-17Win32: MSVC 2015 compatibility.Maxim Dounin1-2/+2
Resolved warnings about declarations that hide previous local declarations. Warnings about WSASocketA() being deprecated resolved by explicit use of WSASocketW() instead of WSASocket(). When compiling without IPv6 support, WinSock deprecated warnings are disabled to allow use of gethostbyname().
2012-01-18Copyright updated.Maxim Konovalov1-0/+1
2007-12-01style fix: remove trailing spacesIgor Sysoev1-9/+9
2007-11-11TransmitPackets(), ConnectEx(), and DisconnectEx()Igor Sysoev1-12/+113
2005-03-19nginx-0.1.25-RELEASE importrelease-0.1.25Igor Sysoev1-4/+1
*) Bugfix: nginx did run on Linux parisc. *) Feature: nginx now does not start under FreeBSD if the sysctl kern.ipc.somaxconn value is too big. *) Bugfix: if a request was internally redirected by the ngx_http_index_module module to the ngx_http_proxy_module or ngx_http_fastcgi_module modules, then the index file was not closed after request completion. *) Feature: the "proxy_pass" can be used in location with regular expression. *) Feature: the ngx_http_rewrite_filter_module module supports the condition like "if ($HTTP_USER_AGENT ~ MSIE)". *) Bugfix: nginx started too slow if the large number of addresses and text values were used in the "geo" directive. *) Change: a variable name must be declared as "$name" in the "geo" directive. The previous variant without "$" is still supported, but will be removed soon. *) Feature: the "%{VARIABLE}v" logging parameter. *) Feature: the "set $name value" directive. *) Bugfix: gcc 4.0 compatibility. *) Feature: the --with-openssl-opt=OPTIONS autoconfiguration directive.
2004-11-20nginx-0.1.8-RELEASE importrelease-0.1.8Igor Sysoev1-1/+1
*) Bugfix: in the ngx_http_autoindex_module if the long file names were in the listing. *) Feature: the "^~" modifier in the location directive. *) Feature: the proxy_max_temp_file_size directive.
2004-11-11nginx-0.1.5-RELEASE importrelease-0.1.5Igor Sysoev1-6/+2
*) Bugfix: on Solaris and Linux there may be too many "recvmsg() returned not enough data" alerts. *) Bugfix: there were the "writev() failed (22: Invalid argument)" errors on Solaris in proxy mode without sendfile. On other platforms that do not support sendfile at all the process got caught in an endless loop. *) Bugfix: segmentation fault on Solaris in proxy mode and using sendfile. *) Bugfix: segmentation fault on Solaris. *) Bugfix: on-line upgrade did not work on Linux. *) Bugfix: the ngx_http_autoindex_module module did not escape the spaces, the quotes, and the percent signs in the directory listing. *) Change: the decrease of the copy operations. *) Feature: the userid_p3p directive.
2004-09-29nginx-0.1.0-2004-09-29-20:00:49 import; remove years from copyrightIgor Sysoev1-1/+1
2004-09-28nginx-0.1.0-2004-09-28-12:34:51 import; set copyright and remove unused filesIgor Sysoev1-0/+6
2004-03-23nginx-0.0.3-2004-03-23-09:01:52 importIgor Sysoev1-1/+1
2004-03-09nginx-0.0.2-2004-03-09-22:47:07 importIgor Sysoev1-0/+56
2003-11-16nginx-0.0.1-2003-11-17-00:49:42 importIgor Sysoev1-1/+5
2003-06-12nginx-0.0.1-2003-06-12-09:54:39 importIgor Sysoev1-1/+0
2003-06-11nginx-0.0.1-2003-06-11-19:28:34 importIgor Sysoev1-0/+8
2003-06-03nginx-0.0.1-2003-06-03-19:42:58 importIgor Sysoev1-2/+2
2003-02-06nginx-0.0.1-2003-02-06-20:21:13 importIgor Sysoev1-1/+8
2002-09-16nginx-0.0.1-2002-09-16-19:01:44 importIgor Sysoev1-0/+5
2002-09-02nginx-0.0.1-2002-09-02-18:48:24 importIgor Sysoev1-1/+5
2002-08-26nginx-0.0.1-2002-08-26-19:18:19 importIgor Sysoev1-2/+6
2002-08-20nginx-0.0.1-2002-08-20-18:48:28 importIgor Sysoev1-2/+5
2002-08-16nginx-0.0.1-2002-08-16-19:27:03 importIgor Sysoev1-0/+16