Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
* | fix alpha-channel transparency in PNG | Igor Sysoev | 2009-09-15 | |
| | ||||
* | allow perl "sub{..." | Igor Sysoev | 2009-09-15 | |
| | ||||
* | bump version | Igor Sysoev | 2009-09-15 | |
| | ||||
* | test space between "~" and regex in server_name and invalid_referers | Igor Sysoev | 2009-09-14 | |
| | ||||
* | handle "/../" case more reliably | Igor Sysoev | 2009-09-14 | |
| | ||||
* | fix request counter for X-Accel-Redirect, the bug was introduced in r3050 | Igor Sysoev | 2009-09-13 | |
| | ||||
* | fix case when the output filter should add incoming buffers | Igor Sysoev | 2009-09-13 | |
| | | | | while waiting on file AIO completion | |||
* | style fix | Igor Sysoev | 2009-09-13 | |
| | ||||
* | fix transparency in GIF | Igor Sysoev | 2009-09-12 | |
| | ||||
* | If .domain.com, .sub.domain.com, and .domain-some.com were defined, | Igor Sysoev | 2009-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 fix | Igor Sysoev | 2009-09-11 | |
| | ||||
* | fix request counter for rewrite or internal redirection cycle, | Igor Sysoev | 2009-09-10 | |
| | | | | the bug was introduced in r3050 | |||
* | increase request counter before an upstream cleanup because the cleanup | Igor Sysoev | 2009-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 Sysoev | 2009-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 Sysoev | 2009-09-07 | |
| | | | | the bug was introduced in r3072 | |||
* | bump version | Igor Sysoev | 2009-09-07 | |
| | ||||
* | fix the previous commit | Igor Sysoev | 2009-09-04 | |
| | ||||
* | preload just a single byte to avoid testing file overrun | Igor Sysoev | 2009-09-04 | |
| | ||||
* | clean cache updating state if a response has uncacheable code or | Igor Sysoev | 2009-09-04 | |
| | | | | cache prohibitive headers | |||
* | fix request counter handling for perl handler, introduced in r3050 | Igor Sysoev | 2009-09-04 | |
| | ||||
* | log offset passed to sendfile() | Igor Sysoev | 2009-09-04 | |
| | ||||
* | small optimization | Igor Sysoev | 2009-09-04 | |
| | ||||
* | discrease slightly ngx_http_parse_header_line() size: | Igor Sysoev | 2009-09-02 | |
| | | | | this line is not required for LF, however, this case is very seldom | |||
* | discard request body before returning 413 error, | Igor Sysoev | 2009-09-01 | |
| | | | | this fixes custom 413 page redirection bug introduced in r1456 | |||
* | fix request counter handling while discarding body, introduced in r3050 | Igor Sysoev | 2009-09-01 | |
| | ||||
* | use %*s instead of %V | Igor Sysoev | 2009-09-01 | |
| | ||||
* | fix segfault when a header starts with "\rX" | Igor Sysoev | 2009-09-01 | |
| | | | | and logging is set to info or debug level | |||
* | bump version | Igor Sysoev | 2009-09-01 | |
| | ||||
* | retry aio sendfile if data are ready | Igor Sysoev | 2009-08-31 | |
| | ||||
* | fix building on FreeBSD without --with-file-aio | Igor Sysoev | 2009-08-31 | |
| | ||||
* | bump version | Igor Sysoev | 2009-08-31 | |
| | ||||
* | fix request counter handling for try_files, introduced in r3050 | Igor Sysoev | 2009-08-31 | |
| | ||||
* | aio sendfile | Igor Sysoev | 2009-08-30 | |
| | ||||
* | *) ngx_http_ephemeral | Igor Sysoev | 2009-08-30 | |
| | | | | *) use preallocated terminal_posted_request | |||
* | refactor EAGAIN/EINTR processing | Igor Sysoev | 2009-08-30 | |
| | ||||
* | use local variable and fix debug log message | Igor Sysoev | 2009-08-29 | |
| | ||||
* | fix request counter for memcached, introduced in r3050 | Igor Sysoev | 2009-08-29 | |
| | ||||
* | bump version | Igor Sysoev | 2009-08-29 | |
| | ||||
* | fix build by msvc, introduced in r3054 | Igor Sysoev | 2009-08-28 | |
| | ||||
* | do not create cache key in AIO invocation | Igor Sysoev | 2009-08-28 | |
| | ||||
* | fix sending a cached file using AIO | Igor Sysoev | 2009-08-28 | |
| | ||||
* | do not disable gzip for MSIE 6.0 SV1 in "gzip_disable msie6" | Igor Sysoev | 2009-08-28 | |
| | ||||
* | directio_alignment | Igor Sysoev | 2009-08-28 | |
| | ||||
* | FreeBSD and Linux AIO support | Igor Sysoev | 2009-08-28 | |
| | ||||
* | style fix | Igor Sysoev | 2009-08-28 | |
| | ||||
* | axe r->connection->destroyed testing | Igor Sysoev | 2009-08-26 | |
| | ||||
* | request reference counter | Igor Sysoev | 2009-08-26 | |
| | ||||
* | twice termination delay only after SIGALRM, otherwise many separate SIGCHLD | Igor Sysoev | 2009-08-26 | |
| | | | | and SIGIO signals quickly increase delay to the level when SIGKILL is sent | |||
* | style fix | Igor Sysoev | 2009-08-26 | |
| | ||||
* | fix typo | Igor Sysoev | 2009-08-26 | |
| |