aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAge
...
* fix alpha-channel transparency in PNGIgor Sysoev2009-09-15
|
* allow perl "sub{..."Igor Sysoev2009-09-15
|
* bump versionIgor Sysoev2009-09-15
|
* test space between "~" and regex in server_name and invalid_referersIgor Sysoev2009-09-14
|
* handle "/../" case more reliablyIgor Sysoev2009-09-14
|
* fix request counter for X-Accel-Redirect, the bug was introduced in r3050Igor Sysoev2009-09-13
|
* fix case when the output filter should add incoming buffersIgor Sysoev2009-09-13
| | | | while waiting on file AIO completion
* style fixIgor Sysoev2009-09-13
|
* fix transparency in GIFIgor Sysoev2009-09-12
|
* If .domain.com, .sub.domain.com, and .domain-some.com were defined,Igor Sysoev2009-09-12
| | | | | | | | | | then .sub.domain.com was matched by .domain.com: wildcard names hash was built incorrectly due to sorting order issue of "." vs "-". They were sorted as com.domain com.domain-some com.domain.sub while they should be sorted as com.domain com.domain.sub com.domain-some for correct hash building
* style fixIgor Sysoev2009-09-11
|
* fix request counter for rewrite or internal redirection cycle,Igor Sysoev2009-09-10
| | | | the bug was introduced in r3050
* increase request counter before an upstream cleanup because the cleanupIgor Sysoev2009-09-08
| | | | | decreases the counter via ngx_http_finalize_request(r, NGX_DONE), the bug was introduced in r3050
* fix request counter handling in perl module for $r->internal_redirect()Igor Sysoev2009-09-08
| | | | and $r->has_request_body(), the bug was introduced in r3050
* do not pass incoming buf chain twice if data are ready,Igor Sysoev2009-09-07
| | | | the bug was introduced in r3072
* bump versionIgor Sysoev2009-09-07
|
* fix the previous commitIgor Sysoev2009-09-04
|
* preload just a single byte to avoid testing file overrunIgor Sysoev2009-09-04
|
* clean cache updating state if a response has uncacheable code orIgor Sysoev2009-09-04
| | | | cache prohibitive headers
* fix request counter handling for perl handler, introduced in r3050Igor Sysoev2009-09-04
|
* log offset passed to sendfile()Igor Sysoev2009-09-04
|
* small optimizationIgor Sysoev2009-09-04
|
* discrease slightly ngx_http_parse_header_line() size:Igor Sysoev2009-09-02
| | | | this line is not required for LF, however, this case is very seldom
* discard request body before returning 413 error,Igor Sysoev2009-09-01
| | | | this fixes custom 413 page redirection bug introduced in r1456
* fix request counter handling while discarding body, introduced in r3050Igor Sysoev2009-09-01
|
* use %*s instead of %VIgor Sysoev2009-09-01
|
* fix segfault when a header starts with "\rX"Igor Sysoev2009-09-01
| | | | and logging is set to info or debug level
* bump versionIgor Sysoev2009-09-01
|
* retry aio sendfile if data are readyIgor Sysoev2009-08-31
|
* fix building on FreeBSD without --with-file-aioIgor Sysoev2009-08-31
|
* bump versionIgor Sysoev2009-08-31
|
* fix request counter handling for try_files, introduced in r3050Igor Sysoev2009-08-31
|
* aio sendfileIgor Sysoev2009-08-30
|
* *) ngx_http_ephemeralIgor Sysoev2009-08-30
| | | | *) use preallocated terminal_posted_request
* refactor EAGAIN/EINTR processingIgor Sysoev2009-08-30
|
* use local variable and fix debug log messageIgor Sysoev2009-08-29
|
* fix request counter for memcached, introduced in r3050Igor Sysoev2009-08-29
|
* bump versionIgor Sysoev2009-08-29
|
* fix build by msvc, introduced in r3054Igor Sysoev2009-08-28
|
* do not create cache key in AIO invocationIgor Sysoev2009-08-28
|
* fix sending a cached file using AIOIgor Sysoev2009-08-28
|
* do not disable gzip for MSIE 6.0 SV1 in "gzip_disable msie6"Igor Sysoev2009-08-28
|
* directio_alignmentIgor Sysoev2009-08-28
|
* FreeBSD and Linux AIO supportIgor Sysoev2009-08-28
|
* style fixIgor Sysoev2009-08-28
|
* axe r->connection->destroyed testingIgor Sysoev2009-08-26
|
* request reference counterIgor Sysoev2009-08-26
|
* twice termination delay only after SIGALRM, otherwise many separate SIGCHLDIgor Sysoev2009-08-26
| | | | and SIGIO signals quickly increase delay to the level when SIGKILL is sent
* style fixIgor Sysoev2009-08-26
|
* fix typoIgor Sysoev2009-08-26
|