summaryrefslogtreecommitdiffhomepage
path: root/src/http (unfollow)
AgeCommit message (Collapse)AuthorFilesLines
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-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 Sysoev1-1/+1
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 Sysoev1-1/+1
2009-08-31fix request counter handling for try_files, introduced in r3050Igor Sysoev1-0/+1
2009-08-30aio sendfileIgor Sysoev4-3/+87
2009-08-30*) ngx_http_ephemeralIgor Sysoev5-19/+39
*) use preallocated terminal_posted_request
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 Sysoev1-1/+1
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 Sysoev4-3/+17
2009-08-28FreeBSD and Linux AIO supportIgor Sysoev8-56/+238
2009-08-28style fixIgor Sysoev1-3/+3
2009-08-26axe r->connection->destroyed testingIgor Sysoev5-52/+7
2009-08-26request reference counterIgor Sysoev4-27/+109
2009-08-25bump versionIgor Sysoev1-1/+1
2009-08-23strict testing "access_log off"Igor Sysoev1-1/+7
2009-08-23process upstream ETag headerIgor Sysoev1-0/+6
2009-08-20fix copy destination name length, introduced in r3025Igor Sysoev2-0/+4
2009-08-19fix memory leak if GeoIP City database was usedIgor Sysoev1-3/+19
2009-08-19bump versionIgor Sysoev1-1/+1
2009-08-12refactor fastcgi stderr handlingIgor Sysoev1-26/+23
2009-08-12allow cross device temporary files atomic copying:Igor Sysoev3-101/+16
*) ngx_copy_file() *) delete ngx_ext_rename_file_t.log_rename_error and .rename_error fields
2009-08-10unlock incompletely loaded cacheIgor Sysoev1-0/+1
2009-08-10cache loader processIgor Sysoev2-33/+54
2009-08-10test cache path levels while reconfigurationIgor Sysoev1-0/+10
2009-08-10bump versionIgor Sysoev1-1/+1
2009-08-07fix segfault introduced in r3007Igor Sysoev1-1/+1
2009-08-04fix a garbage in a split fastcgi headerIgor Sysoev1-2/+3
2009-08-04continue to parse available fastcgi record after a split header,Igor Sysoev1-0/+4
this fixes the erroneous message "upstream prematurely closed connection while reading response header from upstream"
2009-07-31bump versionIgor Sysoev1-1/+1
2009-07-27ngx_http_upstream_create() to cleanup the previous upstream afterIgor Sysoev5-36/+45
internal redirect
2009-07-27clear "Accept-Ranges" for SSI responsesIgor Sysoev1-0/+1
2009-07-27fix handling "Last-Modified" and "Accept-Ranges" for upstream responsesIgor Sysoev1-1/+4
2009-07-27allow to proxy_pass_header/fastcgi_pass_header "X-Accel-Redirect",Igor Sysoev1-4/+4
"X-Accel-Limit-Rate", "X-Accel-Buffering", and "X-Accel-Charset"
2009-07-27fix return valueIgor Sysoev1-1/+1
2009-07-24fix segfault if 400 or 414 errors are handled intricatelyIgor Sysoev1-0/+1
2009-07-24fix libxml2 error messageIgor Sysoev1-1/+1