Re: [PATCH] Upstream: add use_temp_path=tmp to proxy_cache_path and friends

2015-02-02 Thread Roman Arutyunyan
Hello Piotr, We finally came back to the idea you suggested in this thread. Now use_temp_path option creates a separte temp hierarchy in the cache directory. This solution looks simpler than prefix-based temporary files. Thanks for cooperation! On Mon, Jan 12, 2015 at 03:47:27PM -0800, Piotr Si

[nginx] Core: reverted prefix-based temp files (a9138c35120d).

2015-02-02 Thread Roman Arutyunyan
details: http://hg.nginx.org/nginx/rev/3281de8142f5 branches: changeset: 5969:3281de8142f5 user: Roman Arutyunyan date: Mon Feb 02 21:28:09 2015 +0300 description: Core: reverted prefix-based temp files (a9138c35120d). The use_temp_path http cache feature is now implemented using a

RE: CVE-2011-4968 Fix Included in Which Release?

2015-02-02 Thread Lukas Tribus
> Hello. > > I am well aware that CVE-2011-4968 had a fix included for it (based on > http://trac.nginx.org/nginx/ticket/13 and > http://trac.nginx.org/nginx/changeset/060c2e692b96a150b584b8e30d596be1f2defa9c/nginx) > however I do not see an entry for it in the changelog. > > With what release/vers

CVE-2011-4968 Fix Included in Which Release?

2015-02-02 Thread Thomas Ward
Hello. I am well aware that CVE-2011-4968 had a fix included for it (based on http://trac.nginx.org/nginx/ticket/13 and http://trac.nginx.org/nginx/changeset/060c2e692b96a150b584b8e30d596be1f2defa9c/nginx) however I do not see an entry for it in the changelog. With what release/version did this g

[nginx] Cache: added temp_path to file cache.

2015-02-02 Thread Roman Arutyunyan
details: http://hg.nginx.org/nginx/rev/99639bfdfa2a branches: changeset: 5968:99639bfdfa2a user: Roman Arutyunyan date: Mon Feb 02 19:38:35 2015 +0300 description: Cache: added temp_path to file cache. If use_temp_path is set to off, a subdirectory "temp" is created in the cache dir

[nginx] Core: supported directory skipping in ngx_walk_tree().

2015-02-02 Thread Roman Arutyunyan
details: http://hg.nginx.org/nginx/rev/863d9de1e62b branches: changeset: 5967:863d9de1e62b user: Roman Arutyunyan date: Mon Feb 02 19:38:32 2015 +0300 description: Core: supported directory skipping in ngx_walk_tree(). If pre_tree_handler() returns NGX_DECLINED, the directory is ign

[nginx] Fixed AIO handling in the output chain.

2015-02-02 Thread Valentin Bartenev
details: http://hg.nginx.org/nginx/rev/bcdfc39bf44d branches: changeset: 5966:bcdfc39bf44d user: Valentin Bartenev date: Wed Jan 28 21:33:06 2015 +0300 description: Fixed AIO handling in the output chain. The ctx->aio flag must be taken into account in the short path too. diffstat: