| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2009-09-22 | fail if file size was changed | Igor Sysoev | 1 | -3/+1 | |
| 2009-09-22 | fix typo in addition_types directive name | Igor Sysoev | 1 | -1/+1 | |
| 2009-09-21 | fix request counter for post_action, the bug was introduced in r3050 | Igor Sysoev | 1 | -0/+2 | |
| 2009-09-21 | allow to log invalid $request in access_log always, | Igor Sysoev | 1 | -2/+39 | |
| before it was logged only if error_log was set to info or debug level | |||||
| 2009-09-19 | fix resolver cache rbtree comparison | Igor Sysoev | 1 | -9/+3 | |
| 2009-09-18 | restore environ, this fixes segfault on reconfiguration failure when | Igor Sysoev | 1 | -0/+3 | |
| perl module creates new environment | |||||
| 2009-09-18 | fix comment | Igor Sysoev | 1 | -2/+2 | |
| 2009-09-18 | *) issue warning instead of failure: this is too common case | Igor Sysoev | 1 | -3/+4 | |
| *) use ngx_log_error(), since OpenSSL does not set an error on the failure | |||||
| 2009-09-16 | fix memory leak in resolver | Igor Sysoev | 1 | -0/+4 | |
| 2009-09-16 | win32 ngx_file_info() utf8 support | Igor Sysoev | 1 | -4/+16 | |
| 2009-09-16 | preserve errno while ngx_free() | Igor Sysoev | 1 | -3/+6 | |
| 2009-09-15 | do not pass buf with empty cached response, | Igor Sysoev | 1 | -1/+7 | |
| this fixes "zero size buf in output" alert | |||||
| 2009-09-15 | nginx always sent "Vary: Accept-Encoding", | Igor Sysoev | 1 | -3/+8 | |
| if both gzip_static and gzip_vary were on | |||||
| 2009-09-15 | image_filter_transparency | Igor Sysoev | 1 | -11/+44 | |
| 2009-09-15 | fix alpha-channel transparency in PNG | Igor Sysoev | 1 | -0/+10 | |
| 2009-09-15 | allow perl "sub{..." | Igor Sysoev | 1 | -1/+4 | |
| 2009-09-15 | bump version | Igor Sysoev | 2 | -3/+3 | |
| 2009-09-14 | test space between "~" and regex in server_name and invalid_referers | Igor Sysoev | 2 | -0/+11 | |
| 2009-09-14 | handle "/../" case more reliably | Igor Sysoev | 1 | -5/+9 | |
| 2009-09-13 | fix request counter for X-Accel-Redirect, the bug was introduced in r3050 | Igor Sysoev | 1 | -0/+1 | |
| 2009-09-13 | fix case when the output filter should add incoming buffers | Igor Sysoev | 3 | -11/+18 | |
| while waiting on file AIO completion | |||||
| 2009-09-13 | style fix | Igor Sysoev | 1 | -2/+2 | |
| 2009-09-12 | fix transparency in GIF | Igor Sysoev | 1 | -2/+14 | |
| 2009-09-12 | If .domain.com, .sub.domain.com, and .domain-some.com were defined, | Igor Sysoev | 5 | -3/+35 | |
| 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 | |||||
| 2009-09-11 | style fix | Igor Sysoev | 4 | -12/+12 | |
| 2009-09-10 | fix request counter for rewrite or internal redirection cycle, | Igor Sysoev | 1 | -0/+2 | |
| the bug was introduced in r3050 | |||||
| 2009-09-08 | increase request counter before an upstream cleanup because the cleanup | Igor Sysoev | 1 | -0/+1 | |
| decreases the counter via ngx_http_finalize_request(r, NGX_DONE), the bug was introduced in r3050 | |||||
| 2009-09-08 | fix request counter handling in perl module for $r->internal_redirect() | Igor Sysoev | 1 | -0/+3 | |
| and $r->has_request_body(), the bug was introduced in r3050 | |||||
| 2009-09-07 | do not pass incoming buf chain twice if data are ready, | Igor Sysoev | 1 | -0/+1 | |
| the bug was introduced in r3072 | |||||
| 2009-09-07 | bump version | Igor Sysoev | 2 | -3/+3 | |
| 2009-09-04 | fix the previous commit | Igor Sysoev | 1 | -1/+1 | |
| 2009-09-04 | preload just a single byte to avoid testing file overrun | Igor Sysoev | 2 | -2/+2 | |
| 2009-09-04 | clean cache updating state if a response has uncacheable code or | Igor Sysoev | 1 | -0/+4 | |
| cache prohibitive headers | |||||
| 2009-09-04 | fix request counter handling for perl handler, introduced in r3050 | Igor Sysoev | 1 | -3/+5 | |
| 2009-09-04 | log offset passed to sendfile() | Igor Sysoev | 1 | -2/+2 | |
| 2009-09-04 | small optimization | Igor Sysoev | 1 | -2/+1 | |
| 2009-09-02 | discrease slightly ngx_http_parse_header_line() size: | Igor Sysoev | 1 | -2/+1 | |
| this line is not required for LF, however, this case is very seldom | |||||
| 2009-09-01 | discard request body before returning 413 error, | Igor Sysoev | 1 | -0/+1 | |
| this fixes custom 413 page redirection bug introduced in r1456 | |||||
| 2009-09-01 | fix request counter handling while discarding body, introduced in r3050 | Igor Sysoev | 1 | -0/+1 | |
| 2009-09-01 | use %*s instead of %V | Igor Sysoev | 1 | -20/+16 | |
| 2009-09-01 | fix segfault when a header starts with "\rX" | Igor Sysoev | 1 | -0/+1 | |
| and logging is set to info or debug level | |||||
| 2009-09-01 | bump version | Igor Sysoev | 2 | -3/+3 | |
| 2009-08-31 | retry aio sendfile if data are ready | Igor Sysoev | 1 | -32/+41 | |
| 2009-08-31 | fix building on FreeBSD without --with-file-aio | Igor Sysoev | 1 | -1/+1 | |
| 2009-08-31 | bump version | Igor Sysoev | 2 | -3/+3 | |
| 2009-08-31 | fix request counter handling for try_files, introduced in r3050 | Igor Sysoev | 1 | -0/+1 | |
| 2009-08-30 | aio sendfile | Igor Sysoev | 8 | -6/+120 | |
| 2009-08-30 | *) ngx_http_ephemeral | Igor Sysoev | 5 | -19/+39 | |
| *) use preallocated terminal_posted_request | |||||
| 2009-08-30 | refactor EAGAIN/EINTR processing | Igor Sysoev | 5 | -64/+82 | |
| 2009-08-29 | use local variable and fix debug log message | Igor Sysoev | 1 | -3/+3 | |
