Re: NGINX Dynamic Modules

2016-02-09 Thread Maxim Dounin
Hello! On Tue, Feb 09, 2016 at 01:45:46PM -0500, Jeff Kaufman wrote: > This is very exciting! Among other things, this should make it > practical for distributions to package individual nginx modules > separately. That's the main task which is expected to be solved at this point, yes. > We've

Re: NGINX Dynamic Modules

2016-02-09 Thread Andrew Hutchings
Hi Jeff, That is an interesting point about the signatures and something I can discuss internally. I have an alternative idea specifically for ngx_pagespeed. I'll contact you off-list about it in the next 24 hours. Kind Regards Andrew On 09/02/16 18:45, Jeff Kaufman wrote: This is very ex

Re: NGINX Dynamic Modules

2016-02-09 Thread Jeff Kaufman
This is very exciting! Among other things, this should make it practical for distributions to package individual nginx modules separately. We've been looking at whether this would let us offer a precompiled ngx_pagespeed module, though, and it looks to me like this might be pretty tricky? In ord

Re: [nginx] Dynamic modules.

2016-02-05 Thread Maxim Dounin
Hello! On Fri, Feb 05, 2016 at 01:16:51PM +, Daniel K. wrote: > On 02/05/2016 12:52 PM, Maxim Dounin wrote: > > The > > > > details: http://hg.nginx.org/nginx/rev/85dea406e18f > > > > line at the top of the message contains link to the full changeset > > if you want to read all the detai

Re: [nginx] Dynamic modules.

2016-02-05 Thread Daniel K.
On 02/05/2016 12:52 PM, Maxim Dounin wrote: > The > > details: http://hg.nginx.org/nginx/rev/85dea406e18f > > line at the top of the message contains link to the full changeset > if you want to read all the details. I know, but why send out anything other than the metadata if the diff may be

Re: [nginx] Dynamic modules.

2016-02-05 Thread Maxim Dounin
Hello! On Fri, Feb 05, 2016 at 11:30:17AM +, Daniel K. wrote: > On 02/04/2016 06:40 PM, Maxim Dounin wrote: > > Dynamic modules. > > > > diffstat: > > > > [...] > > 21 files changed, 1136 insertions(+), 34 deletions(-) > > Thanks for posting your work on dynamic modules, but the followin

RE: [nginx] Dynamic modules.

2016-02-05 Thread Lukas Tribus
>> diffs (truncated from 1720 to 300 lines): > > makes this and other mail in the series a bit useless. You are supposed to checkout the mercury repository, not apply committed patches from the dev list manually if they are committed anyway. Just clone it: hg clone http://hg.nginx.org/nginx and

Re: [nginx] Dynamic modules.

2016-02-05 Thread Daniel K.
On 02/04/2016 06:40 PM, Maxim Dounin wrote: > Dynamic modules. > > diffstat: > > [...] > 21 files changed, 1136 insertions(+), 34 deletions(-) Thanks for posting your work on dynamic modules, but the following > diffs (truncated from 1720 to 300 lines): makes this and other mail in the serie