summaryrefslogtreecommitdiffhomepage
path: root/src/os/win32/ngx_files.h (follow)
AgeCommit message (Collapse)AuthorFilesLines
2007-01-29use ngx_dir_access() to enable search bits for directoryIgor Sysoev1-0/+3
2007-01-18ngx_read_fd()Igor Sysoev1-0/+5
2007-01-18NGX_FILE_WRONLYIgor Sysoev1-0/+1
2007-01-18ngx_file_access() and ngx_de_access()Igor Sysoev1-0/+2
2007-01-18add commentIgor Sysoev1-0/+3
2007-01-18axe unused codeIgor Sysoev1-3/+0
2007-01-18ngx_open_file(name, access, create) > ngx_open_file(name, mode, create, access)Igor Sysoev1-2/+4
2007-01-18style fixIgor Sysoev1-18/+18
2007-01-18rename mode to accessIgor Sysoev1-1/+1
2006-10-02glob support in includeIgor Sysoev1-7/+21
2006-09-14backout O_NOATIME support, it requires CAP_FOWNER capabilityIgor Sysoev1-1/+0
2006-09-01Linux O_NOATIME supportIgor Sysoev1-0/+1
2006-08-30nginx-0.4.0-RELEASE importrelease-0.4.0Igor Sysoev1-1/+6
*) Change in internal API: the HTTP modules initialization was moved from the init module phase to the HTTP postconfiguration phase. *) Change: now the request body is not read beforehand for the ngx_http_perl_module: it's required to start the reading using the $r->has_request_body method. *) Feature: the ngx_http_perl_module supports the DECLINED return code. *) Feature: the ngx_http_dav_module supports the incoming "Date" header line for the PUT method. *) Feature: the "ssi" directive is available inside the "if" block. *) Bugfix: a segmentation fault occurred if there was an "index" directive with variables and the first index name was without variables; the bug had appeared in 0.1.29.
2006-08-04nginx-0.3.56-RELEASE importrelease-0.3.56Igor Sysoev1-1/+2
*) Feature: the "dav_access" directive. *) Feature: the "if" directive supports the "-d", "!-d", "-e", "!-e", "-x", and "!-x" operators. *) Bugfix: a segmentation fault occurred if a request returned a redirect and some sent to client header lines were logged in the access log.
2006-04-14nginx-0.3.38-RELEASE importrelease-0.3.38Igor Sysoev1-2/+2
*) Feature: the ngx_http_dav_module. *) Change: the ngx_http_perl_module optimizations. Thanks to Sergey Skvortsov. *) Feature: the ngx_http_perl_module supports the $r->request_body_file method. *) Feature: the "client_body_in_file_only" directive. *) Workaround: now on disk overflow nginx tries to write access logs once a second only. Thanks to Anton Yuzhaninov and Maxim Dounin. *) Bugfix: now the "limit_rate" directive more precisely limits rate if rate is more than 100 Kbyte/s. Thanks to ForJest. *) Bugfix: now the IMAP/POP3 proxy escapes the "\r" and "\n" symbols in login and password to pass authorization server. Thanks to Maxim Dounin.
2005-10-27nginx-0.3.7-RELEASE importrelease-0.3.7Igor Sysoev1-0/+5
*) Feature: the "access_log" supports the "buffer=" parameter. *) Bugfix: nginx could not be built on platforms different from i386, amd64, sparc, and ppc; the bug had appeared in 0.3.2.
2005-03-19nginx-0.1.25-RELEASE importrelease-0.1.25Igor Sysoev1-2/+5
*) 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.
2005-03-01nginx-0.1.23-RELEASE importrelease-0.1.23Igor Sysoev1-20/+23
*) Feature: the ngx_http_ssi_filter_module and the ssi, ssi_silent_errors, and ssi_min_file_chunk directives. The 'echo var="HTTP_..." default=""' and 'echo var="REMOTE_ADDR"' commands are supported. *) Feature: the %request_time log parameter. *) Feature: if the request has no the "Host" header line, then the "proxy_preserve_host" directive set this header line to the first server name of the "server_name" directive. *) Bugfix: nginx could not be built on platforms different from i386, amd64, sparc, and ppc; the bug had appeared in 0.1.22. *) Bugfix: the ngx_http_autoindex_module now shows the information not about the symlink, but about file or directory it points to. *) Bugfix: the %apache_length parameter logged the negative length of the response header if the no response was transferred to a client.
2004-11-20nginx-0.1.8-RELEASE importrelease-0.1.8Igor Sysoev1-5/+6
*) 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-10-25nginx-0.1.3-RELEASE importrelease-0.1.3Igor Sysoev1-1/+1
*) Feature: the ngx_http_autoindex_module and the autoindex directive. *) Feature: the proxy_set_x_url directive. *) Bugfix: proxy module may get caught in an endless loop when sendfile is not used.
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-05-18nginx-0.0.3-2004-05-18-19:29:08 importIgor Sysoev1-0/+5
2004-03-16nginx-0.0.3-2004-03-17-00:26:01 importIgor Sysoev1-5/+5
2004-03-16nginx-0.0.2-2004-03-16-10:10:12 importIgor Sysoev1-4/+5
2004-03-04nginx-0.0.2-2004-03-04-10:04:55 importIgor Sysoev1-2/+0
2003-11-16nginx-0.0.1-2003-11-17-00:49:42 importIgor Sysoev1-19/+69
2003-11-14nginx-0.0.1-2003-11-14-19:52:04 importIgor Sysoev1-1/+1
2003-11-14nginx-0.0.1-2003-11-14-10:20:34 importIgor Sysoev1-2/+1
2003-11-13nginx-0.0.1-2003-11-13-19:16:33 importIgor Sysoev1-2/+8
2003-11-13nginx-0.0.1-2003-11-13-09:14:05 importIgor Sysoev1-0/+6
2003-11-11nginx-0.0.1-2003-11-12-01:16:11 importIgor Sysoev1-0/+4
2003-11-11nginx-0.0.1-2003-11-11-21:13:43 importIgor Sysoev1-2/+2
2003-11-09nginx-0.0.1-2003-11-09-23:03:38 import; separate buildingIgor Sysoev1-1/+2
2003-06-03nginx-0.0.1-2003-06-03-19:42:58 importIgor Sysoev1-6/+8
2003-06-02nginx-0.0.1-2003-06-02-19:24:30 importIgor Sysoev1-6/+9
2003-05-30nginx-0.0.1-2003-05-30-18:27:59 importIgor Sysoev1-3/+6
2003-05-20nginx-0.0.1-2003-05-20-19:37:55 importIgor Sysoev1-0/+3
2003-04-11nginx-0.0.1-2003-04-11-20:01:14 importIgor Sysoev1-0/+14
2003-01-30nginx-0.0.1-2003-01-30-10:28:09 importIgor Sysoev1-4/+4
2002-12-15nginx-0.0.1-2002-12-16-00:08:04 importIgor Sysoev1-0/+3
2002-12-15nginx-0.0.1-2002-12-15-09:25:09 importIgor Sysoev1-16/+18
2002-09-02nginx-0.0.1-2002-09-02-18:48:24 importIgor Sysoev1-0/+57