Commit graph

1256 commits

Author SHA1 Message Date
Igor Sysoev
61092efcfa r1262 merge:
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-07-05 11:36:16 +00:00
Igor Sysoev
f14fcc5d23 bump version 2007-06-17 19:27:11 +00:00
Igor Sysoev
5f819d85df release-0.5.26 tag 2007-06-17 19:07:56 +00:00
Igor Sysoev
f989298c90 nginx-0.5.26-RELEASE 2007-06-17 19:07:55 +00:00
Igor Sysoev
3702756e0d r1261 merge:
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 18:52:06 +00:00
Igor Sysoev
7474f1ea93 bump version 2007-06-11 19:31:55 +00:00
Igor Sysoev
93e8ad64c7 stable 0.5 branch 2007-06-11 19:25:52 +00:00
Igor Sysoev
648b861ef0 nginx-0.5.25-RELEASE 2007-06-11 18:42:55 +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
16df8021ab eliminate old unused typedef 2007-06-06 08:11:33 +00:00
Igor Sysoev
65a57483fb release-0.5.24 tag 2007-06-06 06:05:06 +00:00
Igor Sysoev
b201852715 nginx-0.5.24-RELEASE 2007-06-06 06:05:05 +00:00
Igor Sysoev
a8dc68ba1b fix bug introduced in r1228 2007-06-06 05:56:51 +00:00
Igor Sysoev
8e485d04d9 change wording 2007-06-05 11:55:39 +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
8f4c382f77 release-0.5.23 tag 2007-06-04 13:57:57 +00:00
Igor Sysoev
0437d57591 nginx-0.5.23-RELEASE 2007-06-04 13:57:56 +00:00
Igor Sysoev
56c647f239 fastcgi_catch_stderr 2007-06-04 13:52:47 +00:00
Igor Sysoev
ac669b88f7 inherit flush flag, this fixes https proxying 2007-06-03 19:58:30 +00:00
Igor Sysoev
16116a1e57 add debug logging 2007-06-03 19:56:27 +00:00
Igor Sysoev
68e482d875 add comment 2007-05-30 13:24:50 +00:00
Igor Sysoev
a9f6f42376 do listen() just after bind() to exit early 2007-05-30 13:23:48 +00:00
Igor Sysoev
d3484d108c style fix 2007-05-30 12:28:37 +00:00
Igor Sysoev
c600b9009e change wording 2007-05-29 19:43:18 +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
8a024b7e8e fix segfault 2007-05-29 16:33:34 +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
47a5edff8a release-0.5.22 tag 2007-05-29 12:07:49 +00:00
Igor Sysoev
30ad4ac71f nginx-0.5.22-RELEASE 2007-05-29 12:07:48 +00:00
Igor Sysoev
c23a155b3d an request body might not be passed to backend,
the bug was introduced in r1212
2007-05-29 12:06:42 +00:00
Igor Sysoev
156d855be9 bump version 2007-05-28 19:03:06 +00:00
Igor Sysoev
73e6a5aa9d release-0.5.21 tag 2007-05-28 14:32:03 +00:00
Igor Sysoev
859a40457c nginx-0.5.21-RELEASE 2007-05-28 14:32:02 +00:00
Igor Sysoev
d8903d3073 fix "proxy_pass https://" 2007-05-28 11:09:18 +00:00
Igor Sysoev
27c0ba7b1d style fix 2007-05-23 18:28:54 +00:00
Igor Sysoev
b8ab862e2c use stable search where it is required 2007-05-21 14:09:12 +00:00
Igor Sysoev
c118274426 ngx_sort 2007-05-21 14:05:23 +00:00
Igor Sysoev
ccd05f129f use memory optimization for i386 and amd64 only:
this fixes SIGBUS in PCRE on sparc64
2007-05-21 13:49:35 +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