Commit graph

1397 commits

Author SHA1 Message Date
Igor Sysoev
b85f823e94 optimize HTTP method parsing for i386 and amd64 2007-05-07 06:27:14 +00:00
Igor Sysoev
c95f9970c5 fix multipart ranges trailing 2007-05-06 18:15:32 +00:00
Igor Sysoev
b1804e2fbe style fix: change variable name 2007-05-05 06:07:11 +00:00
Igor Sysoev
d4d5c5f1cd fix building by owc12 2007-05-05 05:50:41 +00:00
Igor Sysoev
44dc37f3d6 fix building by msvc 2007-05-05 05:40:29 +00:00
Igor Sysoev
e19db67cec fix segfault introduced in r1190 2007-05-02 09:02:23 +00:00
Igor Sysoev
5f687b0919 fix segfault or parsing error in '<!--# if expr="$var = /" -->' 2007-05-02 08:07:37 +00:00
Igor Sysoev
5b0d9889ea allow to "set" $http_, $sent_http_, and $upstream_http_ variables 2007-05-01 19:58:45 +00:00
Igor Sysoev
7c97e719f5 add options help 2007-05-01 19:55:25 +00:00
Igor Sysoev
d70e20e6c2 fix building ngx_http_perl_module by Solaris make 2007-04-28 07:59:53 +00:00
Igor Sysoev
c7ae03e5c7 fix atomic operations on sparc64 built by SunPro C 2007-04-27 14:36:28 +00:00
Igor Sysoev
dd5f133823 bump version 2007-04-24 06:26:56 +00:00
Igor Sysoev
7e601a4784 release-0.5.19 tag 2007-04-24 06:21:00 +00:00
Igor Sysoev
09362c9991 nginx-0.5.19-RELEASE 2007-04-24 06:20:59 +00:00
Igor Sysoev
92d32ca112 fix sendfile on 64-bit Linux and limit_rate on all 64-bit platforms
for 2G+ files
2007-04-23 21:32:13 +00:00
Igor Sysoev
ca73cff8ec $upstream_addr 2007-04-23 16:56:17 +00:00
Igor Sysoev
4a28150e30 proxy_headers_hash_max_size and proxy_headers_hash_bucket_size 2007-04-22 20:21:59 +00:00
Igor Sysoev
f8c3b631c8 $request_time has millisecond precision 2007-04-21 07:50:19 +00:00
Igor Sysoev
934f2ee754 rename $r->rflush to $r->flush 2007-04-21 07:43:23 +00:00
Igor Sysoev
eadee2e9c9 bump version 2007-04-19 18:23:54 +00:00
Igor Sysoev
95b7074c1a release-0.5.18 tag 2007-04-19 18:16:54 +00:00
Igor Sysoev
6932a8adee nginx-0.5.18-RELEASE 2007-04-19 18:16:53 +00:00
Igor Sysoev
096322eb6d style fix: remove trailing spaces 2007-04-19 18:07:39 +00:00
Igor Sysoev
f445565814 $upstream_http_... should be uncacheable 2007-04-19 17:55:19 +00:00
Igor Sysoev
881e9dd98f ngx_http_sub_filter_module 2007-04-19 17:54:23 +00:00
Igor Sysoev
9fdf0cf09b 8.1.38 under FreeBSD can not link -ipo 2007-04-19 17:49:24 +00:00
Igor Sysoev
c9a06da858 remove trailing space in icc version 2007-04-19 17:48:49 +00:00
Igor Sysoev
2145354253 style fix: rename functions 2007-04-19 06:27:10 +00:00
Igor Sysoev
910319a35c store the upstream states before X-Accel-Redirect to a next upstream 2007-04-18 20:23:19 +00:00
Igor Sysoev
c4d5388883 style fix 2007-04-18 19:43:22 +00:00
Igor Sysoev
ed040674b8 style fix: remove tabs 2007-04-18 15:21:28 +00:00
Igor Sysoev
ed3c703f4a fix segfault when
*) perl was built without multiplicity
*) when configuration was invalid
2007-04-18 11:28:11 +00:00
Igor Sysoev
342df6886d fix make dependecies: pcre-6.5+ already has pcre.h 2007-04-18 11:09:38 +00:00
Igor Sysoev
c6679106ba set nginx_stash after reconfiguration in single interpreter perl 2007-04-18 09:23:35 +00:00
Igor Sysoev
fbddb1ea4f $upstream_http_... variables 2007-04-10 07:08:06 +00:00
Igor Sysoev
d47cfd8e9c use 60 seconds interval but not 61 seconds 2007-04-03 21:54:13 +00:00
Igor Sysoev
d1bc9462ed bump version 2007-04-02 10:50:18 +00:00
Igor Sysoev
1bb25bc0bf release-0.5.17 tag 2007-04-02 10:44:45 +00:00
Igor Sysoev
53e6d7f22d nginx-0.5.17-RELEASE 2007-04-02 10:44:44 +00:00
Igor Sysoev
2576ebc920 *) introduce ngx_strchr()
*) test server_name for '/': it's common configuration error when
   trailing ';' is omitted and a next directive is treated as server_name
2007-04-02 06:27:30 +00:00
Igor Sysoev
bb4487efe7 style fix 2007-04-02 05:43:21 +00:00
Igor Sysoev
15ce70a750 disable $document_root variable in the "root/alias" directive 2007-04-01 09:03:14 +00:00
Igor Sysoev
57f768d843 ngx_ssl_recv_chain() must not update buf->last,
it fixes proxy_pass https://...
2007-03-31 19:48:48 +00:00
Igor Sysoev
a4f399dfc6 separate ngx_http_upstream_test_connect() and
use it in ngx_http_upstream_process_header() path too
2007-03-31 15:37:09 +00:00
Igor Sysoev
e3c652fb1d flush nocachable variables before ngx_http_script_run() 2007-03-30 19:00:34 +00:00
Igor Sysoev
8812a3c7ea disable TRACE method 2007-03-30 18:59:26 +00:00
Igor Sysoev
235e85ea77 style fix 2007-03-29 18:53:34 +00:00
Igor Sysoev
776257022a the "include" support inside the "types" directive 2007-03-29 10:27:24 +00:00
Igor Sysoev
4418a47c63 style fix 2007-03-28 14:38:33 +00:00
Igor Sysoev
4a51c9b930 bump version 2007-03-26 14:52:52 +00:00