summaryrefslogtreecommitdiffhomepage
path: root/src/http/modules (follow)
AgeCommit message (Collapse)AuthorFilesLines
2009-08-31bump versionIgor Sysoev1-1/+1
2009-08-29fix request counter for memcached, introduced in r3050Igor Sysoev1-0/+2
2009-08-29bump versionIgor Sysoev1-1/+1
2009-08-26axe r->connection->destroyed testingIgor Sysoev1-9/+0
2009-08-25bump versionIgor Sysoev1-1/+1
2009-08-23strict testing "access_log off"Igor Sysoev1-1/+7
2009-08-20fix copy destination name length, introduced in r3025Igor Sysoev1-0/+2
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 Sysoev1-99/+16
*) ngx_copy_file() *) delete ngx_ext_rename_file_t.log_rename_error and .rename_error fields
2009-08-10bump versionIgor 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 Sysoev3-36/+15
internal redirect
2009-07-27clear "Accept-Ranges" for SSI responsesIgor Sysoev1-0/+1
2009-07-27fix return valueIgor Sysoev1-1/+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 Sysoev1-1/+4
*) "ssl_verify_client ask" was changed to "ssl_verify_client optional"
2009-07-22geo module supports trusted proxiesIgor Sysoev1-27/+130
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-14bump versionIgor Sysoev1-1/+1
2009-07-09style fixIgor Sysoev1-2/+2
2009-07-09fix client write event handling in ngx_http_limit_req_moduleIgor Sysoev1-0/+15
2009-07-09bump versionIgor Sysoev1-1/+1
2009-06-22bump versionIgor Sysoev1-1/+1
2009-06-15fix building --without-http-cache, broken in r2930Igor Sysoev1-1/+4
2009-06-15bump versionIgor Sysoev1-1/+1
2009-06-10bump versionIgor Sysoev1-1/+1
2009-06-08inherit proxy_set_header, proxy_hide_header, and fastcgi_hide_headerIgor Sysoev1-1/+3
only if cache settings are similar
2009-06-06proxy_cache_use_stale/fastcgi_cache_use_stale updatingIgor Sysoev2-0/+2
2009-06-05test GIF87aIgor Sysoev1-4/+5
2009-06-03bump versionIgor Sysoev1-1/+1
2009-06-02return NULL instead of NGX_CONF_ERROR on a create conf failureIgor Sysoev30-42/+42
2009-05-28fix XSLT filter in SSI subrequestsIgor Sysoev1-4/+5
2009-05-28report about proxy/fastcgi_store and proxy/fastcgi_cache incompatibilityIgor Sysoev2-8/+36
2009-05-28style fixIgor Sysoev2-4/+6
2009-05-26do not set charset for subrequestsIgor Sysoev1-4/+5
2009-05-25fix the previous commitIgor Sysoev1-1/+3
2009-05-25refactor ngx_http_charset_header_filter()Igor Sysoev2-161/+236
2009-05-25bump versionIgor Sysoev1-1/+1
2009-05-25reset content_type hash value, this fixes a bug when XSLT responsesIgor Sysoev3-0/+7
could not be processed by SSI, charset, and gzip filters