Commit graph

3217 commits

Author SHA1 Message Date
Igor Sysoev
6f632aaadf 202 Accepted status code 2010-06-07 13:38:39 +00:00
Igor Sysoev
9f09773a48 bump version 2010-06-07 13:34:56 +00:00
Igor Sysoev
c44d079d38 release-0.8.40 tag 2010-06-07 12:38:33 +00:00
Igor Sysoev
5793afad4f nginx-0.8.40-RELEASE 2010-06-07 12:38:32 +00:00
Igor Sysoev
0ff90bffc8 fix "/dir/%3F../" and "/dir/%23../" cases 2010-06-04 16:05:55 +00:00
Igor Sysoev
7d26dffc7d test default NTFS stream "::$DATA" 2010-06-04 15:37:49 +00:00
Igor Sysoev
df4aaffdbe *) delete no longer used unix domain sockets
*) fix unix domain socket comparison
2010-06-04 13:34:23 +00:00
Igor Sysoev
0d06bbd47b uwsgi cache 2010-06-04 12:55:01 +00:00
Igor Sysoev
a87c600c92 uwsgi_bind 2010-06-04 12:32:08 +00:00
Igor Sysoev
206160c263 allow uwsgi_param to override client headers using HTTP_ parameters 2010-06-04 12:26:27 +00:00
Igor Sysoev
e6ae3f1444 uwsgi_store 2010-06-04 11:31:01 +00:00
Igor Sysoev
9adbc7b876 add uwsgi_param and client request headers debug logging 2010-06-04 10:03:57 +00:00
Igor Sysoev
26053d5645 do not pass if-... headers for cacheable fastcgi responses 2010-06-04 09:17:09 +00:00
Igor Sysoev
b063eefdff rename variable to conform to the next commit 2010-06-03 16:42:07 +00:00
Igor Sysoev
26c10e0d6f use local headers_names array instead of stored in configuration
and allocate its elements from temporary pool
2010-06-03 14:50:59 +00:00
Igor Sysoev
c7ede0111e allow fastcgi_param to override client headers using HTTP_ parameters 2010-06-03 14:41:30 +00:00
Igor Sysoev
6da92b13e4 add client request headers debug logging in fastcgi 2010-06-03 13:49:59 +00:00
Igor Sysoev
039f9c5fe3 remove the special static fastcgi_param values processing,
because it is anyway very seldom case
2010-06-02 15:08:29 +00:00
Igor Sysoev
7359de27c7 print default module temporary directory path in summary
only if the module is enabled
2010-06-01 20:32:32 +00:00
Igor Sysoev
9f71b6998d style fix 2010-06-01 20:27:03 +00:00
Igor Sysoev
dfa107e626 improve uwsgi_string processing 2010-06-01 20:24:30 +00:00
Igor Sysoev
8a8cd22128 delete unneeded declaration 2010-06-01 20:23:14 +00:00
Igor Sysoev
4c6994067b delete unused ngx_http_uwsgi_add_variables() 2010-06-01 20:21:56 +00:00
Igor Sysoev
d47f1055fc improve uwsgi_modifierX processing:
*) use ngx_conf_set_num_slot()
*) check bounds
*) check duplicates
2010-06-01 20:19:57 +00:00
Igor Sysoev
fed79c9d28 remove LICENSE text 2010-06-01 19:57:52 +00:00
Igor Sysoev
da28ba8702 style fix 2010-06-01 17:46:01 +00:00
Igor Sysoev
a53fb650d4 ./configure --http-uwsgi-temp-path=PATH 2010-06-01 17:44:51 +00:00
Igor Sysoev
7bb84c2b00 fix the previous commit when value is static string: remove the special
static values processing, because it is anyway very seldom case
2010-06-01 17:30:23 +00:00
Igor Sysoev
3b34cf727f remove useless copy: key name should be just copied before value length 2010-06-01 17:25:36 +00:00
Igor Sysoev
04d69c444a simplify binary little endian length processing 2010-06-01 17:04:56 +00:00
Igor Sysoev
b2e22ec7d0 use ngx_str_set() and ngx_str_null() 2010-06-01 16:12:00 +00:00
Igor Sysoev
d95fe917dd fix copyrights 2010-06-01 16:10:05 +00:00
Igor Sysoev
63603bd691 fix style, some names, and building by MSVC8 2010-06-01 16:00:42 +00:00
Igor Sysoev
91f8c9e53d style fix: remove tabs and trailing spaces 2010-06-01 15:55:04 +00:00
Igor Sysoev
171cb44cd0 import original ngx_http_uwsgi_module version 2010-06-01 15:53:11 +00:00
Igor Sysoev
07ba9d63e8 bump version 2010-06-01 15:20:14 +00:00
Igor Sysoev
19eafa3ff8 release-0.8.39 tag 2010-05-31 15:10:05 +00:00
Igor Sysoev
224c98a31c nginx-0.8.39-RELEASE 2010-05-31 15:10:04 +00:00
Igor Sysoev
17d0809b81 fix IPv6 and Unix domain sockets inheritance while online upgrade 2010-05-31 14:49:11 +00:00
Igor Sysoev
3927155f8f fix building by ICC8, the bug had been introduced in r3476 2010-05-31 14:44:17 +00:00
Igor Sysoev
b4153c3846 fix handling an inherited alias in inclusive location 2010-05-31 14:41:54 +00:00
Igor Sysoev
fd2bece65b fix a try_files/alias case when alias uses captures and
try_files  .html  ""  /  =404;
2010-05-27 13:44:22 +00:00
Igor Sysoev
829cad2a35 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
2010-05-27 13:24:19 +00:00
Igor Sysoev
0be95c195f fix the previous commit 2010-05-27 13:15:24 +00:00
Igor Sysoev
d9ea5f598c improve debug logging: "try to use file/dir" 2010-05-27 13:09:09 +00:00
Igor Sysoev
10a651e7f3 bump version 2010-05-27 12:55:05 +00:00
Igor Sysoev
b3a742622a release-0.8.38 tag 2010-05-24 12:47:50 +00:00
Igor Sysoev
3b41f7b0f6 nginx-0.8.38-RELEASE 2010-05-24 12:47:49 +00:00
Igor Sysoev
1fdb674a82 remove r->zero_in_uri 2010-05-24 12:35:10 +00:00
Igor Sysoev
8bf98c72ca proxy_no_cache and fastcgi_no_cache 2010-05-24 11:01:05 +00:00