summaryrefslogtreecommitdiffhomepage
path: root/src (unfollow)
AgeCommit message (Collapse)AuthorFilesLines
2009-09-22fail if file size was changedIgor Sysoev1-3/+1
2009-09-22fix typo in addition_types directive nameIgor Sysoev1-1/+1
2009-09-21fix request counter for post_action, the bug was introduced in r3050Igor Sysoev1-0/+2
2009-09-21allow to log invalid $request in access_log always,Igor Sysoev1-2/+39
before it was logged only if error_log was set to info or debug level
2009-09-19fix resolver cache rbtree comparisonIgor Sysoev1-9/+3
2009-09-18restore environ, this fixes segfault on reconfiguration failure whenIgor Sysoev1-0/+3
perl module creates new environment
2009-09-18fix commentIgor Sysoev1-2/+2
2009-09-18*) issue warning instead of failure: this is too common caseIgor Sysoev1-3/+4
*) use ngx_log_error(), since OpenSSL does not set an error on the failure
2009-09-16fix memory leak in resolverIgor Sysoev1-0/+4
2009-09-16win32 ngx_file_info() utf8 supportIgor Sysoev1-4/+16
2009-09-16preserve errno while ngx_free()Igor Sysoev1-3/+6
2009-09-15do not pass buf with empty cached response,Igor Sysoev1-1/+7
this fixes "zero size buf in output" alert
2009-09-15nginx always sent "Vary: Accept-Encoding",Igor Sysoev1-3/+8
if both gzip_static and gzip_vary were on
2009-09-15image_filter_transparencyIgor Sysoev1-11/+44
2009-09-15fix alpha-channel transparency in PNGIgor Sysoev1-0/+10
2009-09-15allow perl "sub{..."Igor Sysoev1-1/+4
2009-09-15bump versionIgor Sysoev2-3/+3
2009-09-14test space between "~" and regex in server_name and invalid_referersIgor Sysoev2-0/+11
2009-09-14handle "/../" case more reliablyIgor Sysoev1-5/+9
2009-09-13fix request counter for X-Accel-Redirect, the bug was introduced in r3050Igor Sysoev1-0/+1
2009-09-13fix case when the output filter should add incoming buffersIgor Sysoev3-11/+18
while waiting on file AIO completion
2009-09-13style fixIgor Sysoev1-2/+2
2009-09-12fix transparency in GIFIgor Sysoev1-2/+14
2009-09-12If .domain.com, .sub.domain.com, and .domain-some.com were defined,Igor Sysoev5-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-11style fixIgor Sysoev4-12/+12
2009-09-10fix request counter for rewrite or internal redirection cycle,Igor Sysoev1-0/+2
the bug was introduced in r3050
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-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-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