]> git.kaiwu.me - nginx.git/log
nginx.git
15 years agofix building by owc12: GetLongPathName() is available since Win2K only
Igor Sysoev [Mon, 5 Jul 2010 12:47:35 +0000 (12:47 +0000)]
fix building by owc12: GetLongPathName() is available since Win2K only

15 years agoHP/UX uses EWOULDBLOCK instead of EAGAIN
Igor Sysoev [Sat, 3 Jul 2010 20:16:55 +0000 (20:16 +0000)]
HP/UX uses EWOULDBLOCK instead of EAGAIN

15 years agodo not use a cache headers set to hide
Igor Sysoev [Fri, 2 Jul 2010 10:05:40 +0000 (10:05 +0000)]
do not use a cache headers set to hide

15 years agotreat Set-Cookie as a header that forbids caching
Igor Sysoev [Fri, 2 Jul 2010 09:49:27 +0000 (09:49 +0000)]
treat Set-Cookie as a header that forbids caching

15 years agoupdate the previous commit
Igor Sysoev [Fri, 2 Jul 2010 09:28:50 +0000 (09:28 +0000)]
update the previous commit

15 years agouse shared ngx_http_upstream_ignore_headers_masks[]
Igor Sysoev [Fri, 2 Jul 2010 09:25:38 +0000 (09:25 +0000)]
use shared ngx_http_upstream_ignore_headers_masks[]

15 years agobump version
Igor Sysoev [Thu, 1 Jul 2010 12:56:32 +0000 (12:56 +0000)]
bump version

15 years agorelease-0.8.43 tag
Igor Sysoev [Wed, 30 Jun 2010 15:11:44 +0000 (15:11 +0000)]
release-0.8.43 tag

15 years agonginx-0.8.43-RELEASE release-0.8.43
Igor Sysoev [Wed, 30 Jun 2010 15:11:43 +0000 (15:11 +0000)]
nginx-0.8.43-RELEASE

15 years agoremove r->zero_body unused since the previous commit
Igor Sysoev [Wed, 30 Jun 2010 14:42:15 +0000 (14:42 +0000)]
remove r->zero_body unused since the previous commit

15 years agoFix processing
Igor Sysoev [Wed, 30 Jun 2010 14:39:28 +0000 (14:39 +0000)]
Fix processing
    error_page 502 504 /zero;
    location = /zero { return 204; }

The bug has been introduced in r3634.
The fix also allow to use:
    error_page 502 504 = /zero;
    location = /zero { return 200; }

This case still does not work:
    error_page 502 504 /zero;
    location = /zero { return 200; }

15 years agochange logic introduced in r3649:
Igor Sysoev [Wed, 30 Jun 2010 14:30:55 +0000 (14:30 +0000)]
change logic introduced in r3649:
*) now $uid_set is cacheable again
*) allow to see at any processing stage that uid cookie is remarked

15 years agostyle fix: remove tabs
Igor Sysoev [Wed, 30 Jun 2010 14:28:54 +0000 (14:28 +0000)]
style fix: remove tabs

15 years agoset uid values for main request only
Igor Sysoev [Wed, 30 Jun 2010 13:15:20 +0000 (13:15 +0000)]
set uid values for main request only

15 years agofix IPv6 listen socket handling while reconfiguring
Igor Sysoev [Wed, 30 Jun 2010 12:01:56 +0000 (12:01 +0000)]
fix IPv6 listen socket handling while reconfiguring

15 years agofix ngx_write_file() buf
Igor Sysoev [Wed, 30 Jun 2010 10:33:02 +0000 (10:33 +0000)]
fix ngx_write_file() buf

15 years agotest binary geo range base size
Igor Sysoev [Wed, 30 Jun 2010 10:13:51 +0000 (10:13 +0000)]
test binary geo range base size

15 years agotest the second binary geo range base existence
Igor Sysoev [Wed, 30 Jun 2010 10:12:46 +0000 (10:12 +0000)]
test the second binary geo range base existence

15 years agotest binary geo ranges base only for ranges
Igor Sysoev [Wed, 30 Jun 2010 10:05:56 +0000 (10:05 +0000)]
test binary geo ranges base only for ranges

15 years agotest binary gep range base mtime
Igor Sysoev [Wed, 30 Jun 2010 10:02:05 +0000 (10:02 +0000)]
test binary gep range base mtime

15 years agobinary geo ranges base cache
Igor Sysoev [Tue, 29 Jun 2010 16:06:20 +0000 (16:06 +0000)]
binary geo ranges base cache

15 years agongx_create_file_mapping()
Igor Sysoev [Tue, 29 Jun 2010 15:18:50 +0000 (15:18 +0000)]
ngx_create_file_mapping()

15 years agochange duplicate default geo range processing
Igor Sysoev [Tue, 29 Jun 2010 13:36:16 +0000 (13:36 +0000)]
change duplicate default geo range processing

15 years agofix building without IPv6 after the previous commit
Igor Sysoev [Fri, 25 Jun 2010 13:17:33 +0000 (13:17 +0000)]
fix building without IPv6 after the previous commit

15 years agoNow $uid_set may be used at any time, r2013 states the same is wrong.
Igor Sysoev [Fri, 25 Jun 2010 12:16:31 +0000 (12:16 +0000)]
Now $uid_set may be used at any time, r2013 states the same is wrong.
Besides, now $uid_set is not cacheable and may have two values:
before and after header filter processing.
This allows to log case, when uid cookie is remarked.

15 years agomake logic more clear
Igor Sysoev [Fri, 25 Jun 2010 12:06:37 +0000 (12:06 +0000)]
make logic more clear

15 years agodelete stale comments
Igor Sysoev [Fri, 25 Jun 2010 12:05:12 +0000 (12:05 +0000)]
delete stale comments

15 years agoeliminate a number of ranges: about 18,000 /16 networks are empty,
Igor Sysoev [Thu, 24 Jun 2010 15:26:05 +0000 (15:26 +0000)]
eliminate a number of ranges: about 18,000 /16 networks are empty,
this change saves about 70K/140K on 32/64-bit platforms

15 years agofix a bug when ngx_cpymem() returns a cast type:
Igor Sysoev [Thu, 24 Jun 2010 15:17:06 +0000 (15:17 +0000)]
fix a bug when ngx_cpymem() returns a cast type:
    p = (type *) ngx_cpymem(...)

15 years agobreak cycle early
Igor Sysoev [Thu, 24 Jun 2010 13:16:19 +0000 (13:16 +0000)]
break cycle early

15 years agostyle fix
Igor Sysoev [Wed, 23 Jun 2010 16:34:54 +0000 (16:34 +0000)]
style fix

15 years agochange ngx_http_variable_value_node_t to more generic ngx_str_node_t
Igor Sysoev [Wed, 23 Jun 2010 15:31:33 +0000 (15:31 +0000)]
change ngx_http_variable_value_node_t to more generic ngx_str_node_t

15 years agobump version
Igor Sysoev [Wed, 23 Jun 2010 14:49:57 +0000 (14:49 +0000)]
bump version

15 years agorelease-0.8.42 tag
Igor Sysoev [Mon, 21 Jun 2010 10:16:25 +0000 (10:16 +0000)]
release-0.8.42 tag

15 years agonginx-0.8.42-RELEASE release-0.8.42
Igor Sysoev [Mon, 21 Jun 2010 10:16:24 +0000 (10:16 +0000)]
nginx-0.8.42-RELEASE

15 years agongx_http_scgi_module
Igor Sysoev [Fri, 18 Jun 2010 15:51:14 +0000 (15:51 +0000)]
ngx_http_scgi_module

15 years agoTest regex location if URI matches exactly to non-exact location.
Igor Sysoev [Fri, 18 Jun 2010 15:38:31 +0000 (15:38 +0000)]
Test regex location if URI matches exactly to non-exact location.

Revert a feature introduced in r2028. The feature confuses mostly,
the only gain was not to test regex for a frequent request such as
"/" in "locaiton /".

15 years agouse ngx_http_send_response() in empty_gif
Igor Sysoev [Fri, 18 Jun 2010 15:17:07 +0000 (15:17 +0000)]
use ngx_http_send_response() in empty_gif

15 years agoadd files missed in the previuos commit
Igor Sysoev [Fri, 18 Jun 2010 15:16:18 +0000 (15:16 +0000)]
add files missed in the previuos commit

15 years agoreturn code text
Igor Sysoev [Fri, 18 Jun 2010 15:15:20 +0000 (15:15 +0000)]
return code text

15 years agongx_http_send_response()
Igor Sysoev [Fri, 18 Jun 2010 15:08:44 +0000 (15:08 +0000)]
ngx_http_send_response()

15 years ago303 See Other
Igor Sysoev [Fri, 18 Jun 2010 14:58:52 +0000 (14:58 +0000)]
303 See Other

15 years agostyle fix
Igor Sysoev [Tue, 15 Jun 2010 15:30:00 +0000 (15:30 +0000)]
style fix

15 years agofix r3628
Igor Sysoev [Tue, 15 Jun 2010 15:27:06 +0000 (15:27 +0000)]
fix r3628

15 years agomake code more obviuos
Igor Sysoev [Tue, 15 Jun 2010 15:21:37 +0000 (15:21 +0000)]
make code more obviuos

15 years agouse ngx_http_parse_status_line()
Igor Sysoev [Tue, 15 Jun 2010 15:15:06 +0000 (15:15 +0000)]
use ngx_http_parse_status_line()

15 years agongx_http_parse_status_line()
Igor Sysoev [Tue, 15 Jun 2010 15:13:34 +0000 (15:13 +0000)]
ngx_http_parse_status_line()

15 years agoupdate the previous commit
Igor Sysoev [Tue, 15 Jun 2010 15:09:18 +0000 (15:09 +0000)]
update the previous commit

15 years agosupport CGI-style response
Igor Sysoev [Tue, 15 Jun 2010 14:30:13 +0000 (14:30 +0000)]
support CGI-style response

15 years agostyle fix
Igor Sysoev [Tue, 15 Jun 2010 12:45:33 +0000 (12:45 +0000)]
style fix

15 years agobump version
Igor Sysoev [Tue, 15 Jun 2010 12:41:13 +0000 (12:41 +0000)]
bump version

15 years agorelease-0.8.41 tag
Igor Sysoev [Tue, 15 Jun 2010 09:45:07 +0000 (09:45 +0000)]
release-0.8.41 tag

15 years agonginx-0.8.41-RELEASE release-0.8.41
Igor Sysoev [Tue, 15 Jun 2010 09:45:06 +0000 (09:45 +0000)]
nginx-0.8.41-RELEASE

15 years agoallow spaces in URI
Igor Sysoev [Tue, 15 Jun 2010 09:31:19 +0000 (09:31 +0000)]
allow spaces in URI

15 years agodo not free() stack allocated buffer
Igor Sysoev [Mon, 14 Jun 2010 18:09:52 +0000 (18:09 +0000)]
do not free() stack allocated buffer

15 years agoPATCH method
Igor Sysoev [Thu, 10 Jun 2010 11:08:28 +0000 (11:08 +0000)]
PATCH method

15 years agoallow Destination URL without host
Igor Sysoev [Thu, 10 Jun 2010 08:17:16 +0000 (08:17 +0000)]
allow Destination URL without host

15 years agodelete empty Server and Date header used only in proxy mode
Igor Sysoev [Tue, 8 Jun 2010 19:33:53 +0000 (19:33 +0000)]
delete empty Server and Date header used only in proxy mode

15 years agochange variable names
Igor Sysoev [Tue, 8 Jun 2010 16:15:47 +0000 (16:15 +0000)]
change variable names

15 years agoinstall uwsgi_params
Igor Sysoev [Tue, 8 Jun 2010 15:25:48 +0000 (15:25 +0000)]
install uwsgi_params

15 years agodelete surplus flush
Igor Sysoev [Tue, 8 Jun 2010 13:43:20 +0000 (13:43 +0000)]
delete surplus flush

15 years agodo not try to calculate procent sum if there was an error
Igor Sysoev [Tue, 8 Jun 2010 09:06:57 +0000 (09:06 +0000)]
do not try to calculate procent sum if there was an error

15 years agodelete useless code
Igor Sysoev [Mon, 7 Jun 2010 14:37:56 +0000 (14:37 +0000)]
delete useless code

15 years agofix rewritten Refresh header length
Igor Sysoev [Mon, 7 Jun 2010 14:33:50 +0000 (14:33 +0000)]
fix rewritten Refresh header length

15 years ago202 Accepted status code
Igor Sysoev [Mon, 7 Jun 2010 13:38:39 +0000 (13:38 +0000)]
202 Accepted status code

15 years agobump version
Igor Sysoev [Mon, 7 Jun 2010 13:34:56 +0000 (13:34 +0000)]
bump version

15 years agorelease-0.8.40 tag
Igor Sysoev [Mon, 7 Jun 2010 12:38:33 +0000 (12:38 +0000)]
release-0.8.40 tag

15 years agonginx-0.8.40-RELEASE release-0.8.40
Igor Sysoev [Mon, 7 Jun 2010 12:38:32 +0000 (12:38 +0000)]
nginx-0.8.40-RELEASE

15 years agofix "/dir/%3F../" and "/dir/%23../" cases
Igor Sysoev [Fri, 4 Jun 2010 16:05:55 +0000 (16:05 +0000)]
fix "/dir/%3F../" and "/dir/%23../" cases

15 years agotest default NTFS stream "::$DATA"
Igor Sysoev [Fri, 4 Jun 2010 15:37:49 +0000 (15:37 +0000)]
test default NTFS stream "::$DATA"

15 years ago*) delete no longer used unix domain sockets
Igor Sysoev [Fri, 4 Jun 2010 13:34:23 +0000 (13:34 +0000)]
*) delete no longer used unix domain sockets
*) fix unix domain socket comparison

15 years agouwsgi cache
Igor Sysoev [Fri, 4 Jun 2010 12:55:01 +0000 (12:55 +0000)]
uwsgi cache

15 years agouwsgi_bind
Igor Sysoev [Fri, 4 Jun 2010 12:32:08 +0000 (12:32 +0000)]
uwsgi_bind

15 years agoallow uwsgi_param to override client headers using HTTP_ parameters
Igor Sysoev [Fri, 4 Jun 2010 12:26:27 +0000 (12:26 +0000)]
allow uwsgi_param to override client headers using HTTP_ parameters

15 years agouwsgi_store
Igor Sysoev [Fri, 4 Jun 2010 11:31:01 +0000 (11:31 +0000)]
uwsgi_store

15 years agoadd uwsgi_param and client request headers debug logging
Igor Sysoev [Fri, 4 Jun 2010 10:03:57 +0000 (10:03 +0000)]
add uwsgi_param and client request headers debug logging

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