]> git.kaiwu.me - nginx.git/log
nginx.git
15 years agodo not pass if-... headers for cacheable fastcgi responses
Igor Sysoev [Fri, 4 Jun 2010 09:17:09 +0000 (09:17 +0000)]
do not pass if-... headers for cacheable fastcgi responses

15 years agorename variable to conform to the next commit
Igor Sysoev [Thu, 3 Jun 2010 16:42:07 +0000 (16:42 +0000)]
rename variable to conform to the next commit

15 years agouse local headers_names array instead of stored in configuration
Igor Sysoev [Thu, 3 Jun 2010 14:50:59 +0000 (14:50 +0000)]
use local headers_names array instead of stored in configuration
and allocate its elements from temporary pool

15 years agoallow fastcgi_param to override client headers using HTTP_ parameters
Igor Sysoev [Thu, 3 Jun 2010 14:41:30 +0000 (14:41 +0000)]
allow fastcgi_param to override client headers using HTTP_ parameters

15 years agoadd client request headers debug logging in fastcgi
Igor Sysoev [Thu, 3 Jun 2010 13:49:59 +0000 (13:49 +0000)]
add client request headers debug logging in fastcgi

15 years agoremove the special static fastcgi_param values processing,
Igor Sysoev [Wed, 2 Jun 2010 15:08:29 +0000 (15:08 +0000)]
remove the special static fastcgi_param values processing,
because it is anyway very seldom case

15 years agoprint default module temporary directory path in summary
Igor Sysoev [Tue, 1 Jun 2010 20:32:32 +0000 (20:32 +0000)]
print default module temporary directory path in summary
only if the module is enabled

15 years agostyle fix
Igor Sysoev [Tue, 1 Jun 2010 20:27:03 +0000 (20:27 +0000)]
style fix

15 years agoimprove uwsgi_string processing
Igor Sysoev [Tue, 1 Jun 2010 20:24:30 +0000 (20:24 +0000)]
improve uwsgi_string processing

15 years agodelete unneeded declaration
Igor Sysoev [Tue, 1 Jun 2010 20:23:14 +0000 (20:23 +0000)]
delete unneeded declaration

15 years agodelete unused ngx_http_uwsgi_add_variables()
Igor Sysoev [Tue, 1 Jun 2010 20:21:56 +0000 (20:21 +0000)]
delete unused ngx_http_uwsgi_add_variables()

15 years agoimprove uwsgi_modifierX processing:
Igor Sysoev [Tue, 1 Jun 2010 20:19:57 +0000 (20:19 +0000)]
improve uwsgi_modifierX processing:
*) use ngx_conf_set_num_slot()
*) check bounds
*) check duplicates

15 years agoremove LICENSE text
Igor Sysoev [Tue, 1 Jun 2010 19:57:52 +0000 (19:57 +0000)]
remove LICENSE text

15 years agostyle fix
Igor Sysoev [Tue, 1 Jun 2010 17:46:01 +0000 (17:46 +0000)]
style fix

15 years ago./configure --http-uwsgi-temp-path=PATH
Igor Sysoev [Tue, 1 Jun 2010 17:44:51 +0000 (17:44 +0000)]
./configure --http-uwsgi-temp-path=PATH

15 years agofix the previous commit when value is static string: remove the special
Igor Sysoev [Tue, 1 Jun 2010 17:30:23 +0000 (17:30 +0000)]
fix the previous commit when value is static string: remove the special
static values processing, because it is anyway very seldom case

15 years agoremove useless copy: key name should be just copied before value length
Igor Sysoev [Tue, 1 Jun 2010 17:25:36 +0000 (17:25 +0000)]
remove useless copy: key name should be just copied before value length

15 years agosimplify binary little endian length processing
Igor Sysoev [Tue, 1 Jun 2010 17:04:56 +0000 (17:04 +0000)]
simplify binary little endian length processing

15 years agouse ngx_str_set() and ngx_str_null()
Igor Sysoev [Tue, 1 Jun 2010 16:12:00 +0000 (16:12 +0000)]
use ngx_str_set() and ngx_str_null()

15 years agofix copyrights
Igor Sysoev [Tue, 1 Jun 2010 16:10:05 +0000 (16:10 +0000)]
fix copyrights

15 years agofix style, some names, and building by MSVC8
Igor Sysoev [Tue, 1 Jun 2010 16:00:42 +0000 (16:00 +0000)]
fix style, some names, and building by MSVC8

15 years agostyle fix: remove tabs and trailing spaces
Igor Sysoev [Tue, 1 Jun 2010 15:55:04 +0000 (15:55 +0000)]
style fix: remove tabs and trailing spaces

15 years agoimport original ngx_http_uwsgi_module version
Igor Sysoev [Tue, 1 Jun 2010 15:53:11 +0000 (15:53 +0000)]
import original ngx_http_uwsgi_module version

15 years agobump version
Igor Sysoev [Tue, 1 Jun 2010 15:20:14 +0000 (15:20 +0000)]
bump version

15 years agorelease-0.8.39 tag
Igor Sysoev [Mon, 31 May 2010 15:10:05 +0000 (15:10 +0000)]
release-0.8.39 tag

15 years agonginx-0.8.39-RELEASE release-0.8.39
Igor Sysoev [Mon, 31 May 2010 15:10:04 +0000 (15:10 +0000)]
nginx-0.8.39-RELEASE

15 years agofix IPv6 and Unix domain sockets inheritance while online upgrade
Igor Sysoev [Mon, 31 May 2010 14:49:11 +0000 (14:49 +0000)]
fix IPv6 and Unix domain sockets inheritance while online upgrade

15 years agofix building by ICC8, the bug had been introduced in r3476
Igor Sysoev [Mon, 31 May 2010 14:44:17 +0000 (14:44 +0000)]
fix building by ICC8, the bug had been introduced in r3476

15 years agofix handling an inherited alias in inclusive location
Igor Sysoev [Mon, 31 May 2010 14:41:54 +0000 (14:41 +0000)]
fix handling an inherited alias in inclusive location

15 years agofix a try_files/alias case when alias uses captures and
Igor Sysoev [Thu, 27 May 2010 13:44:22 +0000 (13:44 +0000)]
fix a try_files/alias case when alias uses captures and
     try_files  .html  ""  /  =404;

15 years agodo not add tested file to a location regex string,
Igor Sysoev [Thu, 27 May 2010 13:24:19 +0000 (13:24 +0000)]
do not add tested file to a location regex string,
instead, set URI to the tested file, or keep URI unchanged,
if the tested file is a directory,
the later allows to handle a directory autoredirect

15 years agofix the previous commit
Igor Sysoev [Thu, 27 May 2010 13:15:24 +0000 (13:15 +0000)]
fix the previous commit

15 years agoimprove debug logging: "try to use file/dir"
Igor Sysoev [Thu, 27 May 2010 13:09:09 +0000 (13:09 +0000)]
improve debug logging: "try to use file/dir"

15 years agobump version
Igor Sysoev [Thu, 27 May 2010 12:55:05 +0000 (12:55 +0000)]
bump version

15 years agorelease-0.8.38 tag
Igor Sysoev [Mon, 24 May 2010 12:47:50 +0000 (12:47 +0000)]
release-0.8.38 tag

15 years agonginx-0.8.38-RELEASE release-0.8.38
Igor Sysoev [Mon, 24 May 2010 12:47:49 +0000 (12:47 +0000)]
nginx-0.8.38-RELEASE

15 years agoremove r->zero_in_uri
Igor Sysoev [Mon, 24 May 2010 12:35:10 +0000 (12:35 +0000)]
remove r->zero_in_uri

15 years agoproxy_no_cache and fastcgi_no_cache
Igor Sysoev [Mon, 24 May 2010 11:01:05 +0000 (11:01 +0000)]
proxy_no_cache and fastcgi_no_cache

15 years agofix delay in limit_req
Igor Sysoev [Mon, 24 May 2010 07:43:39 +0000 (07:43 +0000)]
fix delay in limit_req

15 years agoautodetect redirect if URI is rewritten to a string starting with $scheme
Igor Sysoev [Sun, 23 May 2010 19:36:12 +0000 (19:36 +0000)]
autodetect redirect if URI is rewritten to a string starting with $scheme

15 years agodelete warnings of proxy_upstream_max_fails, proxy_upstream_fail_timeout,
Igor Sysoev [Thu, 20 May 2010 11:46:01 +0000 (11:46 +0000)]
delete warnings of proxy_upstream_max_fails, proxy_upstream_fail_timeout,
fastcgi_upstream_max_fails, fastcgi_upstream_fail_timeout,
memcached_upstream_max_fails, and memcached_upstream_fail_timeout
directives obsolete since 0.5.0 version

15 years agoallow to use $uid_got in SSI and perl module
Igor Sysoev [Tue, 18 May 2010 16:24:56 +0000 (16:24 +0000)]
allow to use $uid_got in SSI and perl module

15 years agobump version
Igor Sysoev [Tue, 18 May 2010 16:20:02 +0000 (16:20 +0000)]
bump version

15 years agorelease-0.8.37 tag
Igor Sysoev [Mon, 17 May 2010 06:08:53 +0000 (06:08 +0000)]
release-0.8.37 tag

15 years agonginx-0.8.37-RELEASE release-0.8.37
Igor Sysoev [Mon, 17 May 2010 06:08:52 +0000 (06:08 +0000)]
nginx-0.8.37-RELEASE

16 years agofix SSI include stub for valid empty responses
Igor Sysoev [Fri, 14 May 2010 12:18:44 +0000 (12:18 +0000)]
fix SSI include stub for valid empty responses

16 years agodo not cache response if it has "no-store" or "private"
Igor Sysoev [Fri, 14 May 2010 12:04:58 +0000 (12:04 +0000)]
do not cache response if it has "no-store" or "private"
in "Cache-Control" header

16 years agongx_str_set() and ngx_str_null()
Igor Sysoev [Fri, 14 May 2010 09:56:37 +0000 (09:56 +0000)]
ngx_str_set() and ngx_str_null()

16 years agouse ngx_min() and ngx_max()
Igor Sysoev [Fri, 14 May 2010 09:55:33 +0000 (09:55 +0000)]
use ngx_min() and ngx_max()

16 years agofix segfault: ngx_http_upstream_cleanup() cleans r->cleanup,
Igor Sysoev [Fri, 14 May 2010 09:22:58 +0000 (09:22 +0000)]
fix segfault: ngx_http_upstream_cleanup() cleans r->cleanup,
the bug had been introduced in r3419

16 years agongx_http_split_clients_module
Igor Sysoev [Fri, 14 May 2010 09:02:10 +0000 (09:02 +0000)]
ngx_http_split_clients_module

16 years agongx_atofp()
Igor Sysoev [Fri, 14 May 2010 09:01:30 +0000 (09:01 +0000)]
ngx_atofp()

16 years agoremove unused ./configure define's
Igor Sysoev [Thu, 13 May 2010 13:58:18 +0000 (13:58 +0000)]
remove unused ./configure define's

16 years agoallow hash key values more than 255 bytes, it does not actually increase mean
Igor Sysoev [Thu, 13 May 2010 12:52:45 +0000 (12:52 +0000)]
allow hash key values more than 255 bytes, it does not actually increase mean
hash element size, because due to aligning a byte after key is not used
anyway in 3/4 cases on 32-bit platforms and in 7/8 cases on 64-bit platforms

16 years agostyle fix: remove blank line
Igor Sysoev [Thu, 13 May 2010 10:22:48 +0000 (10:22 +0000)]
style fix: remove blank line

16 years agostyle fix: remove blank line
Igor Sysoev [Wed, 12 May 2010 15:56:54 +0000 (15:56 +0000)]
style fix: remove blank line

16 years agofix rounding issues in %f format
Igor Sysoev [Wed, 12 May 2010 13:13:11 +0000 (13:13 +0000)]
fix rounding issues in %f format

16 years agouse double in %f format to allow %.15f precision
Igor Sysoev [Wed, 12 May 2010 13:12:31 +0000 (13:12 +0000)]
use double in %f format to allow %.15f precision

16 years agoZimbra IMAP server may return only 4 bytes: "+ \r\n"
Igor Sysoev [Fri, 23 Apr 2010 09:53:52 +0000 (09:53 +0000)]
Zimbra IMAP server may return only 4 bytes: "+ \r\n"

16 years agobump version
Igor Sysoev [Fri, 23 Apr 2010 08:14:57 +0000 (08:14 +0000)]
bump version

16 years agorelease-0.8.36 tag
Igor Sysoev [Thu, 22 Apr 2010 17:37:22 +0000 (17:37 +0000)]
release-0.8.36 tag

16 years agonginx-0.8.36-RELEASE release-0.8.36
Igor Sysoev [Thu, 22 Apr 2010 17:37:21 +0000 (17:37 +0000)]
nginx-0.8.36-RELEASE

16 years agouse lstat() for WebDAV DELETE, COPY, and MOVE to handle symlinks
Igor Sysoev [Thu, 22 Apr 2010 17:15:42 +0000 (17:15 +0000)]
use lstat() for WebDAV DELETE, COPY, and MOVE to handle symlinks

16 years agochange processing variables accessed by SSI and perl module:
Igor Sysoev [Thu, 22 Apr 2010 14:02:45 +0000 (14:02 +0000)]
change processing variables accessed by SSI and perl module:
*) the indexed variables are always flushed
*) never show warning for not found variables

16 years agomake $arg_ variables non-cacheable
Igor Sysoev [Thu, 22 Apr 2010 13:35:30 +0000 (13:35 +0000)]
make $arg_ variables non-cacheable

16 years agodo not log misleading errno in "not a regular file" error
Igor Sysoev [Wed, 21 Apr 2010 16:01:52 +0000 (16:01 +0000)]
do not log misleading errno in "not a regular file" error

16 years agouse non-blocking open() not to hang on FIFO files, etc.
Igor Sysoev [Wed, 21 Apr 2010 15:59:36 +0000 (15:59 +0000)]
use non-blocking open() not to hang on FIFO files, etc.

16 years agobuild nginx/Windows against OpenSSL-0.9.8n, since nginx-0.8.35
Igor Sysoev [Wed, 21 Apr 2010 15:09:17 +0000 (15:09 +0000)]
build nginx/Windows against OpenSSL-0.9.8n, since nginx-0.8.35
built against OpenSSL-1.0.0 crashed on Windows XP somewhere
in the NTDLL.DLL on the master process exit

16 years agodo not store an encoded variable value as a new cached variable value
Igor Sysoev [Wed, 21 Apr 2010 14:58:21 +0000 (14:58 +0000)]
do not store an encoded variable value as a new cached variable value

16 years agofix building without HTTP cache, the bug had been introduced in r3461
Igor Sysoev [Tue, 6 Apr 2010 11:49:36 +0000 (11:49 +0000)]
fix building without HTTP cache, the bug had been introduced in r3461

16 years agocopy OpenSSL-1.0.0 LICENSE for nginx/Windows zip
Igor Sysoev [Fri, 2 Apr 2010 14:20:48 +0000 (14:20 +0000)]
copy OpenSSL-1.0.0 LICENSE for nginx/Windows zip

16 years agofix building OpenSSL-1.0.0 on 64-bit Linux:
Igor Sysoev [Fri, 2 Apr 2010 14:19:45 +0000 (14:19 +0000)]
fix building OpenSSL-1.0.0 on 64-bit Linux:
make installs the libraries in lib64 directory

16 years agobump version
Igor Sysoev [Fri, 2 Apr 2010 14:18:23 +0000 (14:18 +0000)]
bump version

16 years agorelease-0.8.35 tag
Igor Sysoev [Thu, 1 Apr 2010 15:44:12 +0000 (15:44 +0000)]
release-0.8.35 tag

16 years agonginx-0.8.35-RELEASE release-0.8.35
Igor Sysoev [Thu, 1 Apr 2010 15:44:11 +0000 (15:44 +0000)]
nginx-0.8.35-RELEASE

16 years agoMSVC8 compatibility with OpenSSL 1.0.0
Igor Sysoev [Thu, 1 Apr 2010 15:18:29 +0000 (15:18 +0000)]
MSVC8 compatibility with OpenSSL 1.0.0

16 years agorevert partially r1555 and fix the error "memcached sent invalid trailer"
Igor Sysoev [Thu, 1 Apr 2010 15:16:22 +0000 (15:16 +0000)]
revert partially r1555 and fix the error "memcached sent invalid trailer"

16 years agoescape ampersand in argument while rewrite
Igor Sysoev [Thu, 1 Apr 2010 12:45:59 +0000 (12:45 +0000)]
escape ampersand in argument while rewrite

16 years agochange ngx_http_ssi_filter and ngx_http_charset_filter order
Igor Sysoev [Thu, 1 Apr 2010 10:19:02 +0000 (10:19 +0000)]
change ngx_http_ssi_filter and ngx_http_charset_filter order

16 years agochunked_transfer_encoding
Igor Sysoev [Thu, 1 Apr 2010 10:18:00 +0000 (10:18 +0000)]
chunked_transfer_encoding

16 years agodo not add a port in redirect if we listen on unix domain socket
Igor Sysoev [Wed, 31 Mar 2010 13:30:50 +0000 (13:30 +0000)]
do not add a port in redirect if we listen on unix domain socket

16 years agofix typo
Igor Sysoev [Tue, 30 Mar 2010 15:04:41 +0000 (15:04 +0000)]
fix typo

16 years agodo not set file time in ngx_copy_file() if the time is -1,
Igor Sysoev [Tue, 30 Mar 2010 14:15:25 +0000 (14:15 +0000)]
do not set file time in ngx_copy_file() if the time is -1,
this fixes an issue when file is moved across devices

16 years agofix comments
Igor Sysoev [Fri, 26 Mar 2010 21:17:26 +0000 (21:17 +0000)]
fix comments

16 years agouse "rep; nop" instead of "pause" on Solaris/amd64
Igor Sysoev [Fri, 26 Mar 2010 13:38:41 +0000 (13:38 +0000)]
use "rep; nop" instead of "pause" on Solaris/amd64

16 years agofix a comment and a style fix
Igor Sysoev [Fri, 26 Mar 2010 11:27:32 +0000 (11:27 +0000)]
fix a comment and a style fix

16 years agoreset a parsing state to parse correctly an upstream response,
Igor Sysoev [Thu, 25 Mar 2010 13:27:52 +0000 (13:27 +0000)]
reset a parsing state to parse correctly an upstream response,
if 400 or 414 response has been redirected to upstream

16 years agozlib 1.2.4 compatibility
Igor Sysoev [Thu, 25 Mar 2010 10:07:38 +0000 (10:07 +0000)]
zlib 1.2.4 compatibility

16 years ago*) introduce ngx_time_sigsafe_update() to update the error log time only
Igor Sysoev [Thu, 25 Mar 2010 09:10:10 +0000 (09:10 +0000)]
*) introduce ngx_time_sigsafe_update() to update the error log time only
*) change ngx_time_update() interface

16 years ago*) use previously cached GMT offset value to update time from a signal handler
Igor Sysoev [Sat, 13 Mar 2010 18:08:07 +0000 (18:08 +0000)]
*) use previously cached GMT offset value to update time from a signal handler
*) change ngx_time_update() interface since there are no notification methods
   those return time

16 years agodo not update time in the timer signal handler,
Igor Sysoev [Fri, 12 Mar 2010 14:31:47 +0000 (14:31 +0000)]
do not update time in the timer signal handler,
since localtime_r() is not Async-Signal-Safe function

16 years agouse sys_errlist[] in signal handler instead
Igor Sysoev [Fri, 12 Mar 2010 11:15:26 +0000 (11:15 +0000)]
use sys_errlist[] in signal handler instead
of non Async-Signal-Safe strerror_r()

16 years ago"proxy_redirect default" may not be used if a proxy_pass uses variables
Igor Sysoev [Wed, 10 Mar 2010 14:41:49 +0000 (14:41 +0000)]
"proxy_redirect default" may not be used if a proxy_pass uses variables

16 years agofix proxy_redirect name in error message
Igor Sysoev [Wed, 10 Mar 2010 14:37:18 +0000 (14:37 +0000)]
fix proxy_redirect name in error message

16 years agofix segfault if there was non cached large FastCGI stderr output before header,
Igor Sysoev [Wed, 10 Mar 2010 13:51:47 +0000 (13:51 +0000)]
fix segfault if there was non cached large FastCGI stderr output before header,
the bug had been introduced in r3461

16 years agobump version
Igor Sysoev [Wed, 10 Mar 2010 13:49:17 +0000 (13:49 +0000)]
bump version

16 years agorelease-0.8.34 tag
Igor Sysoev [Wed, 3 Mar 2010 17:00:10 +0000 (17:00 +0000)]
release-0.8.34 tag

16 years agonginx-0.8.34-RELEASE release-0.8.34
Igor Sysoev [Wed, 3 Mar 2010 17:00:09 +0000 (17:00 +0000)]
nginx-0.8.34-RELEASE

16 years agoadd 7z MIME type
Igor Sysoev [Wed, 3 Mar 2010 16:37:57 +0000 (16:37 +0000)]
add 7z MIME type

16 years agoadd OpenSSL_add_all_algorithms(), this fixes the error
Igor Sysoev [Wed, 3 Mar 2010 16:23:14 +0000 (16:23 +0000)]
add OpenSSL_add_all_algorithms(), this fixes the error
"ASN1_item_verify:unknown message digest algorithm" occurred if
client certificate is signed using sha256WithRSAEncryption