aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAge
* bump versionIgor Sysoev2008-08-18
|
* remove text/css from default charset_typesIgor Sysoev2008-08-18
| | | | as it does not usually require recoding
* *) regex match must return NGX_OK to stop regex searching,Igor Sysoev2008-08-17
| | | | | this fixes inclusive regex location *) change NGX_HTTP_INTERNAL_SERVER_ERROR to NGX_ERROR
* fix noregex for inclusive locationsIgor Sysoev2008-08-17
|
* proxy_ssl_session_reuseIgor Sysoev2008-08-17
|
* disable original URI usage in proxy_pass after X-Accel-RedirectIgor Sysoev2008-08-17
|
* allow file existence test for POST requests in static moduleIgor Sysoev2008-08-17
|
* ignore NGX_EACCES error while directory testIgor Sysoev2008-08-17
|
* fix log messageIgor Sysoev2008-08-15
|
* bump versionIgor Sysoev2008-08-13
|
* restore connection address on request closure,Igor Sysoev2008-08-13
| | | | | this fixes the issue when a frontend before nginx sends various client connections via keepalive connection to nginx
* *) fix segfaults in types hashIgor Sysoev2008-08-13
| | | | *) fix inheritance: default hash instead of inherited one
* disable error_page loop in 500 error when recursive errors are enabledIgor Sysoev2008-08-13
|
* bump versionIgor Sysoev2008-08-12
|
* fix the case when unset domain.tld was matched by *.domain.tldIgor Sysoev2008-08-12
|
* *) charset_typesIgor Sysoev2008-08-12
| | | | | *) change of default charset types *) addition_types
* use hash in gzip_types, ssi_types, and sub_filter_typesIgor Sysoev2008-08-12
|
* backout both r2162 and r2128 and implement a new fixIgor Sysoev2008-08-12
|
* check daily time rangeIgor Sysoev2008-08-11
|
* expires daily timeIgor Sysoev2008-08-11
|
* ngx_next_time()Igor Sysoev2008-08-11
|
* SSL connection readiness is required for level-triggered events only,Igor Sysoev2008-08-11
| | | | broken in r2128
* consider log_not_found while testing index filesIgor Sysoev2008-08-11
|
* clear Last-Modified; set content-type and length for main request onlyIgor Sysoev2008-08-06
|
* disable ranges, because xslt filter runs after range body filterIgor Sysoev2008-08-06
|
* ngx_cpp_test_moduleIgor Sysoev2008-08-05
|
* reuse compiled DTD hash in different locations, add DTD cleanupIgor Sysoev2008-08-05
|
* update debug loggingIgor Sysoev2008-08-05
|
* reuse compiled XSLT tree in different locationsIgor Sysoev2008-08-05
|
* xsl:output's media-type and encoding supportIgor Sysoev2008-08-05
|
* we do not need dtd->nameIgor Sysoev2008-08-05
|
* xslt_stylesheet should be valid for location onlyIgor Sysoev2008-08-05
|
* fix xslt module context levelsIgor Sysoev2008-08-05
|
* update debug loggingIgor Sysoev2008-08-04
|
* style fixIgor Sysoev2008-08-04
|
* fix building by bcc broken in r2143Igor Sysoev2008-08-04
|
* bump versionIgor Sysoev2008-08-04
|
* Solaris directio()Igor Sysoev2008-08-04
|
* fix building by msvc8 introduced in r2127Igor Sysoev2008-08-04
|
* if upstream sent a location header without status use 302Igor Sysoev2008-08-04
|
* ngx_http_xslt_filter_moduleIgor Sysoev2008-08-04
|
* test Content-Type via hash:Igor Sysoev2008-08-04
| | | | | | *) ngx_http_test_content_type() *) ngx_http_types_slot() *) ngx_http_merge_types()
* $arg_... variableIgor Sysoev2008-08-04
|
* ngx_hash_strlow()Igor Sysoev2008-08-04
|
* ngx_strlow()Igor Sysoev2008-08-04
|
* fix building by bcc broken in r2130Igor Sysoev2008-08-04
|
* fix conflicting names "true" and "false"Igor Sysoev2008-07-31
|
* bump versionIgor Sysoev2008-07-30
|
* directioIgor Sysoev2008-07-30
|
* *) move Darwin support to separate filesIgor Sysoev2008-07-30
| | | | *) Darwin sendfile() support