summaryrefslogtreecommitdiffhomepage
AgeCommit message (Collapse)AuthorFilesLines
2009-09-10fix request counter for rewrite or internal redirection cycle,Igor Sysoev1-0/+2
the bug was introduced in r3050
2009-09-10fail if no file aio was foundIgor Sysoev1-19/+28
2009-09-08increase request counter before an upstream cleanup because the cleanupIgor Sysoev1-0/+1
decreases the counter via ngx_http_finalize_request(r, NGX_DONE), the bug was introduced in r3050
2009-09-08fix request counter handling in perl module for $r->internal_redirect()Igor Sysoev1-0/+3
and $r->has_request_body(), the bug was introduced in r3050
2009-09-07do not pass incoming buf chain twice if data are ready,Igor Sysoev1-0/+1
the bug was introduced in r3072
2009-09-07bump versionIgor Sysoev2-3/+3
2009-09-07release-0.8.14 tagIgor Sysoev1-0/+1
2009-09-07nginx-0.8.14-RELEASErelease-0.8.14Igor Sysoev1-1/+50
2009-09-04fix the previous commitIgor Sysoev1-1/+1
2009-09-04preload just a single byte to avoid testing file overrunIgor Sysoev2-2/+2
2009-09-04clean cache updating state if a response has uncacheable code orIgor Sysoev1-0/+4
cache prohibitive headers
2009-09-04fix request counter handling for perl handler, introduced in r3050Igor Sysoev1-3/+5
2009-09-04log offset passed to sendfile()Igor Sysoev1-2/+2
2009-09-04small optimizationIgor Sysoev1-2/+1
2009-09-02discrease slightly ngx_http_parse_header_line() size:Igor Sysoev1-2/+1
this line is not required for LF, however, this case is very seldom
2009-09-01discard request body before returning 413 error,Igor Sysoev1-0/+1
this fixes custom 413 page redirection bug introduced in r1456
2009-09-01fix request counter handling while discarding body, introduced in r3050Igor Sysoev1-0/+1
2009-09-01use %*s instead of %VIgor Sysoev1-20/+16
2009-09-01fix segfault when a header starts with "\rX"Igor Sysoev1-0/+1
and logging is set to info or debug level
2009-09-01bump versionIgor Sysoev2-3/+3
2009-08-31release-0.8.13 tagIgor Sysoev1-0/+1
2009-08-31nginx-0.8.13-RELEASErelease-0.8.13Igor Sysoev1-0/+27
2009-08-31retry aio sendfile if data are readyIgor Sysoev1-32/+41
2009-08-31fix building on FreeBSD without --with-file-aioIgor Sysoev1-1/+1
2009-08-31bump versionIgor Sysoev2-3/+3
2009-08-31release-0.8.12 tagIgor Sysoev1-0/+1
2009-08-31nginx-0.8.12-RELEASErelease-0.8.12Igor Sysoev1-2/+39
2009-08-31fix request counter handling for try_files, introduced in r3050Igor Sysoev1-0/+1
2009-08-30aio sendfileIgor Sysoev9-6/+126
2009-08-30*) ngx_http_ephemeralIgor Sysoev5-19/+39
*) use preallocated terminal_posted_request
2009-08-30refactor EAGAIN/EINTR processingIgor Sysoev5-64/+82
2009-08-29use local variable and fix debug log messageIgor Sysoev1-3/+3
2009-08-29fix request counter for memcached, introduced in r3050Igor Sysoev1-0/+2
2009-08-29bump versionIgor Sysoev2-3/+3
2009-08-28release-0.8.11 tagIgor Sysoev1-0/+1
2009-08-28nginx-0.8.11-RELEASErelease-0.8.11Igor Sysoev1-0/+32
2009-08-28fix build by msvc, introduced in r3054Igor Sysoev1-2/+2
2009-08-28do not create cache key in AIO invocationIgor Sysoev1-25/+34
2009-08-28fix sending a cached file using AIOIgor Sysoev1-2/+4
2009-08-28do not disable gzip for MSIE 6.0 SV1 in "gzip_disable msie6"Igor Sysoev1-1/+6
2009-08-28directio_alignmentIgor Sysoev6-9/+23
2009-08-28FreeBSD and Linux AIO supportIgor Sysoev26-82/+958
2009-08-28style fixIgor Sysoev1-3/+3
2009-08-26axe r->connection->destroyed testingIgor Sysoev6-64/+7
2009-08-26request reference counterIgor Sysoev4-27/+109
2009-08-26twice termination delay only after SIGALRM, otherwise many separate SIGCHLDIgor Sysoev3-1/+7
and SIGIO signals quickly increase delay to the level when SIGKILL is sent
2009-08-26style fixIgor Sysoev1-2/+1
2009-08-26fix typoIgor Sysoev2-2/+2
2009-08-26ignore SIGSYSIgor Sysoev1-0/+2
2009-08-25*) move small declarations in appropriate places and delete the surplusIgor Sysoev10-70/+12
header files *) delete insignificant comments