summaryrefslogtreecommitdiffhomepage
path: root/src (follow)
AgeCommit message (Collapse)AuthorFilesLines
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-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-31fix request counter handling for try_files, introduced in r3050Igor Sysoev1-0/+1
2009-08-30aio sendfileIgor Sysoev8-6/+120
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-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 Sysoev22-82/+912
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
2009-08-25style fixIgor Sysoev7-32/+6
2009-08-25bump versionIgor Sysoev2-3/+3
2009-08-23strict testing "access_log off"Igor Sysoev1-1/+7
2009-08-23process upstream ETag headerIgor Sysoev1-0/+6
2009-08-23the flags should be bit-wide onlyIgor Sysoev1-5/+5
2009-08-21*) share temporary number between workersIgor Sysoev5-36/+34
*) randomize collision offset
2009-08-20test EXDEV after path creationIgor Sysoev1-1/+0
2009-08-20fix copy failure logging and stale files removal, introduced in r3025Igor Sysoev1-8/+17
2009-08-20fix copy destination name length, introduced in r3025Igor Sysoev3-2/+6
2009-08-19fix memory leak if GeoIP City database was usedIgor Sysoev1-3/+19
2009-08-19bump versionIgor Sysoev2-3/+3
2009-08-13fix building on 64-bit platforms, introduced in r3025Igor Sysoev1-2/+2
2009-08-13fix debug point for left open socketsIgor Sysoev1-3/+4
2009-08-12refactor fastcgi stderr handlingIgor Sysoev1-26/+23
2009-08-12allow cross device temporary files atomic copying:Igor Sysoev5-107/+198
*) ngx_copy_file() *) delete ngx_ext_rename_file_t.log_rename_error and .rename_error fields