aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAge
* if a subrequest was finished and SSI was in middle of SSI command parsingIgor Sysoev2007-06-17
| | | | | | 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.
* if "<!--" was on edge of buf, then ssi_sharp_state was saved in ctx->savedIgor Sysoev2007-06-17
| | | | and if it was not reset, then any '#' was treated as SSI command start
* if subrequest response was buffered in file, then subrequest was finalizedIgor Sysoev2007-06-17
| | | | with 0 code, ngx_http_writer() was not set, and response part in file was lost
* fix building on threaded or multiplicity interpreter perl,Igor Sysoev2007-06-16
| | | | the bug was introduced by previous commit
* set worker's perl $$Igor Sysoev2007-06-15
|
* bump versionIgor Sysoev2007-06-14
|
* the "www.example.*" wildcard hash supportIgor Sysoev2007-06-11
|
* bump versionIgor Sysoev2007-06-11
|
* bump versionIgor Sysoev2007-06-08
|
* fix building --without-http_rewrite_module, the bug was introduced in r1236Igor Sysoev2007-06-08
|
* style fixIgor Sysoev2007-06-07
|
* style fixIgor Sysoev2007-06-07
|
* namespace may be set via $memcached_keyIgor Sysoev2007-06-07
|
* strstr() -> strchr()Igor Sysoev2007-06-06
|
* eliminate old unused typedefIgor Sysoev2007-06-06
|
* fix bug introduced in r1228Igor Sysoev2007-06-06
|
* change wordingIgor Sysoev2007-06-05
|
* use pointer to an array instead of array for inclusive locations inside locationIgor Sysoev2007-06-05
|
* optimize regex location searchIgor Sysoev2007-06-05
|
* forbid alias inside location given by regular expressionIgor Sysoev2007-06-04
|
* fix ssl_verify_client for HTTP/0.9Igor Sysoev2007-06-04
|
* style fixIgor Sysoev2007-06-04
|
* bump versionIgor Sysoev2007-06-04
|
* fastcgi_catch_stderrIgor Sysoev2007-06-04
|
* inherit flush flag, this fixes https proxyingIgor Sysoev2007-06-03
|
* add debug loggingIgor Sysoev2007-06-03
|
* add commentIgor Sysoev2007-05-30
|
* do listen() just after bind() to exit earlyIgor Sysoev2007-05-30
|
* style fixIgor Sysoev2007-05-30
|
* change wordingIgor Sysoev2007-05-29
|
* PERL_SYS_TERM() should be called once on exit only, this fixes the messageIgor Sysoev2007-05-29
| | | | | | | | | | | 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.
* fix segfaultIgor Sysoev2007-05-29
|
* SNI supportIgor Sysoev2007-05-29
|
* bump versionIgor Sysoev2007-05-29
|
* an request body might not be passed to backend,Igor Sysoev2007-05-29
| | | | the bug was introduced in r1212
* bump versionIgor Sysoev2007-05-28
|
* fix "proxy_pass https://"Igor Sysoev2007-05-28
|
* style fixIgor Sysoev2007-05-23
|
* use stable search where it is requiredIgor Sysoev2007-05-21
|
* ngx_sortIgor Sysoev2007-05-21
|
* use memory optimization for i386 and amd64 only:Igor Sysoev2007-05-21
| | | | this fixes SIGBUS in PCRE on sparc64
* fix worker endless loop on 64-bit platform if 33+ backend has fallIgor Sysoev2007-05-21
|
* style fixIgor Sysoev2007-05-19
|
* style fixIgor Sysoev2007-05-17
|
* bump versionIgor Sysoev2007-05-07
|
* limit minimal pool sizeIgor Sysoev2007-05-07
|
* style fixIgor Sysoev2007-05-07
|
* add debug logIgor Sysoev2007-05-07
|
* sendfile_max_chunkIgor Sysoev2007-05-07
|
* optimize HTTP method parsing for i386 and amd64Igor Sysoev2007-05-07
|