Re: Help with shared memory usage

2014-05-28 Thread Maxim Dounin
Hello! On Wed, Jan 22, 2014 at 08:51:50PM +0400, Maxim Dounin wrote: > Hello! > > On Wed, Jan 22, 2014 at 01:39:54AM -0200, Wandenberg Peixoto wrote: > > > Hello Maxim, > > > > did you have opportunity to take a look on this last patch? > > It looks more or less correct, though I don't happy

Re: [PATCH] Core: merge adjacent free slab pages to ameliorate fragmentation from multi-page blocks (Was Re: Help with shared memory usage)

2014-05-28 Thread Maxim Dounin
Hello! On Sun, May 11, 2014 at 10:13:52PM -0700, Yichun Zhang (agentzh) wrote: > Hello! > > On Mon, Jul 29, 2013 at 10:11 AM, Maxim Dounin wrote: > > Additionally, doing a full merge of all free blocks on a free > > operation looks too much. It might be something we want to do on > > allocation

[nginx] Fixed config parsing of the last try_files parameter.

2014-05-28 Thread Sergey Kandaurov
details: http://hg.nginx.org/nginx/rev/790ba7484bb6 branches: changeset: 5715:790ba7484bb6 user: Sergey Kandaurov date: Wed May 28 20:18:05 2014 +0400 description: Fixed config parsing of the last try_files parameter. Do not taste the last parameter against directory, as otherwise i

[nginx] Configure: added -Wno-deprecated-declarations on OS X.

2014-05-28 Thread Maxim Dounin
details: http://hg.nginx.org/nginx/rev/80bd391c90d1 branches: changeset: 5714:80bd391c90d1 user: Maxim Dounin date: Wed May 28 17:41:44 2014 +0400 description: Configure: added -Wno-deprecated-declarations on OS X. Previous workaround to avoid warnings on OS X due to deprecated syst

[nginx] Version bump.

2014-05-28 Thread Maxim Dounin
details: http://hg.nginx.org/nginx/rev/9b0c92f22bbf branches: changeset: 5713:9b0c92f22bbf user: Maxim Dounin date: Wed May 28 17:41:33 2014 +0400 description: Version bump. diffstat: src/core/nginx.h | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diffs (14 lines):

Re: [PATCH] append "-gzip" to etags processed by gzip_filter_module + not modified support

2014-05-28 Thread Maxim Dounin
Hello! On Wed, May 28, 2014 at 04:26:04PM +0930, Andrew Williams wrote: > this patch modifies the etag header returned by responses processed by > the gzip filter, appending "-gzip" to the etag (instead of deleting > it). Also, If-None-Match and If-Match requests work against the > modified etag.