summaryrefslogtreecommitdiffhomepage
AgeCommit message (Collapse)AuthorFilesLines
2008-08-18nginx-0.7.11-RELEASErelease-0.7.11Igor Sysoev1-1/+68
2008-08-18remove text/css from default charset_typesIgor Sysoev1-1/+0
as it does not usually require recoding
2008-08-17*) regex match must return NGX_OK to stop regex searching,Igor Sysoev1-3/+13
this fixes inclusive regex location *) change NGX_HTTP_INTERNAL_SERVER_ERROR to NGX_ERROR
2008-08-17fix noregex for inclusive locationsIgor Sysoev1-7/+16
2008-08-17proxy_ssl_session_reuseIgor Sysoev3-5/+29
2008-08-17disable original URI usage in proxy_pass after X-Accel-RedirectIgor Sysoev1-0/+2
2008-08-17allow file existence test for POST requests in static moduleIgor Sysoev1-7/+11
2008-08-17ignore NGX_EACCES error while directory testIgor Sysoev1-0/+13
2008-08-15fix log messageIgor Sysoev2-1/+5
2008-08-13bump versionIgor Sysoev2-2/+2
2008-08-13release-0.7.10 tagIgor Sysoev1-0/+1
2008-08-13nginx-0.7.10-RELEASErelease-0.7.10Igor Sysoev1-0/+38
2008-08-13restore connection address on request closure,Igor Sysoev2-24/+57
this fixes the issue when a frontend before nginx sends various client connections via keepalive connection to nginx
2008-08-13*) fix segfaults in types hashIgor Sysoev3-31/+48
*) fix inheritance: default hash instead of inherited one
2008-08-13disable error_page loop in 500 error when recursive errors are enabledIgor Sysoev1-1/+1
2008-08-13exit on libxslt test failureIgor Sysoev1-0/+12
2008-08-13fix ngx_cpp_test_module configureIgor Sysoev2-2/+2
2008-08-12bump versionIgor Sysoev2-2/+2
2008-08-12release-0.7.9 tagIgor Sysoev1-0/+1
2008-08-12nginx-0.7.9-RELEASErelease-0.7.9Igor Sysoev1-1/+103
2008-08-12fix the case when unset domain.tld was matched by *.domain.tldIgor Sysoev1-14/+35
2008-08-12*) charset_typesIgor Sysoev2-23/+65
*) change of default charset types *) addition_types
2008-08-12use hash in gzip_types, ssi_types, and sub_filter_typesIgor Sysoev5-289/+57
2008-08-12backout both r2162 and r2128 and implement a new fixIgor Sysoev2-6/+2
2008-08-11check daily time rangeIgor Sysoev1-0/+6
2008-08-11expires daily timeIgor Sysoev1-7/+26
2008-08-11ngx_next_time()Igor Sysoev2-0/+42
2008-08-11SSL connection readiness is required for level-triggered events only,Igor Sysoev1-1/+4
broken in r2128
2008-08-11consider log_not_found while testing index filesIgor Sysoev1-7/+10
2008-08-06clear Last-Modified; set content-type and length for main request onlyIgor Sysoev1-10/+24
2008-08-06disable ranges, because xslt filter runs after range body filterIgor Sysoev1-2/+0
2008-08-05ngx_cpp_test_moduleIgor Sysoev4-0/+36
2008-08-05reuse compiled DTD hash in different locations, add DTD cleanupIgor Sysoev1-11/+55
2008-08-05update debug loggingIgor Sysoev1-15/+7
2008-08-05reuse compiled XSLT tree in different locationsIgor Sysoev1-29/+83
2008-08-05xsl:output's media-type and encoding supportIgor Sysoev1-13/+79
2008-08-05we do not need dtd->nameIgor Sysoev1-2/+0
2008-08-05xslt_stylesheet should be valid for location onlyIgor Sysoev1-1/+1
2008-08-05fix xslt module context levelsIgor Sysoev1-3/+3
2008-08-04update debug loggingIgor Sysoev1-4/+4
2008-08-04style fixIgor Sysoev1-8/+11
2008-08-04fix building by bcc broken in r2143Igor Sysoev1-0/+1
2008-08-04bump versionIgor Sysoev2-2/+2
2008-08-04release-0.7.8 tagIgor Sysoev1-0/+1
2008-08-04nginx-0.7.8-RELEASErelease-0.7.8Igor Sysoev1-5/+53
2008-08-04Solaris directio()Igor Sysoev2-0/+16
2008-08-04fix building by msvc8 introduced in r2127Igor Sysoev1-1/+1
2008-08-04update commentIgor Sysoev1-1/+1
2008-08-04if upstream sent a location header without status use 302Igor Sysoev2-1/+9
2008-08-04ngx_http_xslt_filter_moduleIgor Sysoev7-1/+1214