Commit graph

739 commits

Author SHA1 Message Date
Igor Sysoev
3fb0cd4a5e bump version 2007-06-17 19:27:34 +00:00
Igor Sysoev
5bccc49372 if a subrequest was finished and SSI was in middle of SSI command parsing
and the command was a fast subrequest then the second subrequest output
was just after first subrequest output and response part of main request
between the subrequests went after the second subrequest.
2007-06-17 18:10:43 +00:00
Igor Sysoev
61e4e2c457 if "<!--" was on edge of buf, then ssi_sharp_state was saved in ctx->saved
and if it was not reset, then any '#' was treated as SSI command start
2007-06-17 17:54:48 +00:00
Igor Sysoev
20a1bd00af if subrequest response was buffered in file, then subrequest was finalized
with 0 code, ngx_http_writer() was not set, and response part in file was lost
2007-06-17 09:29:15 +00:00
Igor Sysoev
36477e0c0e fix building on threaded or multiplicity interpreter perl,
the bug was introduced by previous commit
2007-06-16 09:22:37 +00:00
Igor Sysoev
65327a2637 set worker's perl $$ 2007-06-15 12:20:23 +00:00
Igor Sysoev
ceaab041e0 bump version 2007-06-14 05:48:47 +00:00
Igor Sysoev
5fb6ed90af the "www.example.*" wildcard hash support 2007-06-11 19:49:22 +00:00
Igor Sysoev
86364a7ca5 bump version 2007-06-11 19:32:29 +00:00
Igor Sysoev
5b2574b83d bump version 2007-06-08 05:43:05 +00:00
Igor Sysoev
2fe63dee3c fix building --without-http_rewrite_module, the bug was introduced in r1236 2007-06-08 05:40:59 +00:00
Igor Sysoev
6882372c9b style fix 2007-06-07 14:33:02 +00:00
Igor Sysoev
02c95ba8a4 style fix 2007-06-07 12:20:34 +00:00
Igor Sysoev
f977e1103e namespace may be set via $memcached_key 2007-06-07 12:15:27 +00:00
Igor Sysoev
ac45ac66c9 strstr() -> strchr() 2007-06-06 12:24:10 +00:00
Igor Sysoev
8eeb341edc use pointer to an array instead of array for inclusive locations inside location 2007-06-05 11:42:59 +00:00
Igor Sysoev
aa0bbf84c3 optimize regex location search 2007-06-05 06:44:08 +00:00
Igor Sysoev
17ba2a36bd forbid alias inside location given by regular expression 2007-06-04 20:45:45 +00:00
Igor Sysoev
6166591548 fix ssl_verify_client for HTTP/0.9 2007-06-04 20:40:03 +00:00
Igor Sysoev
717afa010e style fix 2007-06-04 20:00:06 +00:00
Igor Sysoev
ececb5c67e bump version 2007-06-04 16:14:33 +00:00
Igor Sysoev
56c647f239 fastcgi_catch_stderr 2007-06-04 13:52:47 +00:00
Igor Sysoev
5e4fa400d6 PERL_SYS_TERM() should be called once on exit only, this fixes the message
panic: MUTEX_LOCK (22) [op.c:352].
BEGIN failed--compilation aborted.
... [alert] ... perl_parse() failed: 9
Scalars leaked: 2

on threaded perl during second reconfiguration.

PERL_SYS_INIT() should be called once too.
2007-05-29 18:48:42 +00:00
Igor Sysoev
193c456a45 SNI support 2007-05-29 15:21:09 +00:00
Igor Sysoev
abeea7a54e bump version 2007-05-29 12:15:04 +00:00
Igor Sysoev
156d855be9 bump version 2007-05-28 19:03:06 +00:00
Igor Sysoev
b8ab862e2c use stable search where it is required 2007-05-21 14:09:12 +00:00
Igor Sysoev
41ecc76aa9 fix worker endless loop on 64-bit platform if 33+ backend has fall 2007-05-21 13:48:14 +00:00
Igor Sysoev
c89fb69905 style fix 2007-05-17 18:07:28 +00:00
Igor Sysoev
3bc7f6ab9a bump version 2007-05-07 14:39:11 +00:00
Igor Sysoev
0dcbd9f7db limit minimal pool size 2007-05-07 09:20:42 +00:00
Igor Sysoev
a45a5c06cd style fix 2007-05-07 08:49:15 +00:00
Igor Sysoev
9b5f3f6f82 sendfile_max_chunk 2007-05-07 06:33:39 +00:00
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
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
dd5f133823 bump version 2007-04-24 06:26:56 +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
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
2145354253 style fix: rename functions 2007-04-19 06:27:10 +00:00