Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nginx/nginx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2009-06-15fix building --without-http-cache, broken in r2930Igor Sysoev
2009-06-08inherit proxy_set_header, proxy_hide_header, and fastcgi_hide_headerIgor Sysoev
2009-06-06proxy_cache_use_stale/fastcgi_cache_use_stale updatingIgor Sysoev
2009-06-02return NULL instead of NGX_CONF_ERROR on a create conf failureIgor Sysoev
2009-05-28report about proxy/fastcgi_store and proxy/fastcgi_cache incompatibilityIgor Sysoev
2009-05-28style fixIgor Sysoev
2009-05-19proxy_cache_methods and fastcgi_cache_methodsIgor Sysoev
2009-04-30proxy_ignore_headers and fastcgi_ignore_headersIgor Sysoev
2009-04-30*) check a proxy_redirect single parameterIgor Sysoev
2009-04-24merge SSL context inside "if" blockIgor Sysoev
2009-04-16move zone name from ngx_shm_zone_t to ngx_shm_t to use Win32 shared memoryIgor Sysoev
2009-04-15hide cacheable Set-Cookie and P3P response headersIgor Sysoev
2009-04-15do not pass if-... headers for cacheable responsesIgor Sysoev
2009-04-06proxy_cache_keyIgor Sysoev
2009-03-24unlink proxy_cache and proxy_cache_validIgor Sysoev
2009-03-23fix the previous commitIgor Sysoev
2009-03-23axe old definition fieldsIgor Sysoev
2009-03-23a prelimiary proxy cache supportIgor Sysoev
2008-12-24fix segfault, introduced in r2423Igor Sysoev
2008-12-23variable support for unix sockets in fastcgi_pass and proxy_passIgor Sysoev
2008-12-10delete surplus upstream.schema fieldIgor Sysoev
2008-10-30fix r1913Igor Sysoev
2008-10-24fix case proxy_pass URL is evaluted to http://host?argsIgor Sysoev
2008-09-30*) ngx_http_upstream_test_next()Igor Sysoev
2008-09-24underscores_in_headersIgor Sysoev
2008-09-05remove unused #include'sIgor Sysoev
2008-08-26*) refactor ngx_parse_inet_url()Igor Sysoev
2008-08-17proxy_ssl_session_reuseIgor Sysoev
2008-08-04ngx_strlow()Igor Sysoev
2008-06-26the "Expect" header supportIgor Sysoev
2008-06-17*) back out r2040Igor Sysoev
2008-05-24remove directives deprecated in 0.3.xIgor Sysoev
2008-05-22style fixIgor Sysoev
2008-03-11non cacheable $proxy_host and $proxy_portIgor Sysoev
2008-03-03fix r1903Igor Sysoev
2008-02-11add X-Accel-Charset to ingored header, fix X-Accel-BufferingIgor Sysoev
2007-12-24use %*s formatIgor Sysoev
2007-12-09*) now ngx_conf_set_str_array_slot() tests NGX_CONF_UNSET_PTRIgor Sysoev
2007-12-09return NGX_ERROR instead of NGX_HTTP_INTERNAL_SERVER_ERROR in u->parse_header()Igor Sysoev
2007-12-03fix segfaultIgor Sysoev
2007-12-01style fix: remove trailing spacesIgor Sysoev
2007-11-28ngx_parse_url() saves port text, this allows to use it in proxy host headerIgor Sysoev
2007-11-28fix segfaultIgor Sysoev
2007-11-27proxy_pass variables supportIgor Sysoev
2007-11-06set status in correct placeIgor Sysoev
2007-10-14fix English grammarIgor Sysoev
2007-10-10style fix: remove double semicolonsIgor Sysoev
2007-09-15the "proxy_hide_header" and "fastcgi_hide_header" directives did notIgor Sysoev
2007-09-09escape internal request URI in proxy_passIgor Sysoev
2007-07-29named locationIgor Sysoev