aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAge
* ngx_http_upstream_create() to cleanup the previous upstream afterIgor Sysoev2009-07-27
| | | | internal redirect
* clear "Accept-Ranges" for SSI responsesIgor Sysoev2009-07-27
|
* fix handling "Last-Modified" and "Accept-Ranges" for upstream responsesIgor Sysoev2009-07-27
|
* allow to proxy_pass_header/fastcgi_pass_header "X-Accel-Redirect",Igor Sysoev2009-07-27
| | | | "X-Accel-Limit-Rate", "X-Accel-Buffering", and "X-Accel-Charset"
* fix memory corruption in $ssl_client_certIgor Sysoev2009-07-27
|
* fix return valueIgor Sysoev2009-07-27
|
* fix segfault if 400 or 414 errors are handled intricatelyIgor Sysoev2009-07-24
|
* fix libxml2 error messageIgor Sysoev2009-07-24
|
* variables support in image_filterIgor Sysoev2009-07-23
|
* delete ancient defineIgor Sysoev2009-07-23
|
* delete OpenSSL pre-0.9.7 compatibility: the sources were not actuallyIgor Sysoev2009-07-23
| | | | compatible with OpenSSL 0.9.6 since ssl_session_cache introduction
* ssl_crlIgor Sysoev2009-07-23
|
* *) $ssl_client_verifyIgor Sysoev2009-07-22
| | | | *) "ssl_verify_client ask" was changed to "ssl_verify_client optional"
* fix r2972, it caused "zero size buf" alert.Igor Sysoev2009-07-22
|
* geo module supports trusted proxiesIgor Sysoev2009-07-22
|
* do not test "..." case since it's Win9x family feature onlyIgor Sysoev2009-07-20
|
* do auto redirect for proxy_pass/fastcgi_pass with variablesIgor Sysoev2009-07-20
|
* bump versionIgor Sysoev2009-07-20
|
* ngx_http_geoip_moduleIgor Sysoev2009-07-20
|
* preserve XML wellFormed field before freeing memoryIgor Sysoev2009-07-17
|
* style fixIgor Sysoev2009-07-15
|
* use caseless regex locations on caseless filesystems: MacOSX, Win32, CygwinIgor Sysoev2009-07-14
|
* skip URI trailing dots under Win32Igor Sysoev2009-07-14
|
* ngx_http_set_exten() is always successful since 0.3.46Igor Sysoev2009-07-14
|
* bump versionIgor Sysoev2009-07-14
|
* allow underscore in request methodIgor Sysoev2009-07-13
|
* handle Win32 ReadFile() EOF state in Unix wayIgor Sysoev2009-07-13
|
* style fixIgor Sysoev2009-07-09
|
* fix client write event handling in ngx_http_limit_req_moduleIgor Sysoev2009-07-09
|
* fix ngx_http_send_special() for subrequests handled by perlIgor Sysoev2009-07-09
|
* bump versionIgor Sysoev2009-07-09
|
* fix building --without-http-cache, broken in r2953Igor Sysoev2009-06-22
|
* bump versionIgor Sysoev2009-06-22
|
* fix segfault if there is error_page 401, proxy_intercept_errors is onIgor Sysoev2009-06-18
| | | | and backend does not return "WWW-Authenticate" header
* $upstream_cache_statusIgor Sysoev2009-06-18
|
* ignore ngx_atomic_fetch_add() resultIgor Sysoev2009-06-18
| | | | this fixes building at least by gcc 4.2.1 on Mac OS X 10.6
* fix building --without-http-cache, broken in r2930Igor Sysoev2009-06-15
|
* bump versionIgor Sysoev2009-06-15
|
* add response file uniq while loading cold cache on demandIgor Sysoev2009-06-12
|
* initialize use_event field in open file cacheIgor Sysoev2009-06-12
| | | | the bug had been introduced in r2071
* style fixIgor Sysoev2009-06-11
|
* bump versionIgor Sysoev2009-06-10
|
* inherit proxy_set_header, proxy_hide_header, and fastcgi_hide_headerIgor Sysoev2009-06-08
| | | | only if cache settings are similar
* update r2925Igor Sysoev2009-06-07
|
* proxy_cache_use_stale/fastcgi_cache_use_stale updatingIgor Sysoev2009-06-06
|
* delete useless r->cache->usesIgor Sysoev2009-06-06
|
* remove remnantsIgor Sysoev2009-06-06
|
* win32 master process had aready closed listening socketsIgor Sysoev2009-06-06
|
* a signaller process should stop configuration processing just afterIgor Sysoev2009-06-06
| | | | it is able to get pid file, this allows to not open log files, etc.
* *) exit if no workers could not be startedIgor Sysoev2009-06-06
| | | | *) do not quit old workers if no new workers could not be started