summaryrefslogtreecommitdiffhomepage
path: root/src/http (follow)
AgeCommit message (Collapse)AuthorFilesLines
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
2009-07-23variables support in image_filterIgor Sysoev1-44/+132
2009-07-23delete OpenSSL pre-0.9.7 compatibility: the sources were not actuallyIgor Sysoev1-32/+0
compatible with OpenSSL 0.9.6 since ssl_session_cache introduction
2009-07-23ssl_crlIgor Sysoev2-0/+14
2009-07-22*) $ssl_client_verifyIgor Sysoev2-11/+16
*) "ssl_verify_client ask" was changed to "ssl_verify_client optional"
2009-07-22fix r2972, it caused "zero size buf" alert.Igor Sysoev1-0/+1
2009-07-22geo module supports trusted proxiesIgor Sysoev3-29/+132
2009-07-20do not test "..." case since it's Win9x family feature onlyIgor Sysoev1-72/+0
2009-07-20do auto redirect for proxy_pass/fastcgi_pass with variablesIgor Sysoev2-12/+11
2009-07-20bump versionIgor Sysoev1-1/+1
2009-07-20ngx_http_geoip_moduleIgor Sysoev1-0/+360
2009-07-17preserve XML wellFormed field before freeing memoryIgor Sysoev1-1/+4
2009-07-15style fixIgor Sysoev1-1/+1
2009-07-14use caseless regex locations on caseless filesystems: MacOSX, Win32, CygwinIgor Sysoev1-0/+4