[nginx] Mp4: fixed setting wrong mdat atom size in very rare cases.

2016-12-05 Thread Maxim Dounin
details: http://hg.nginx.org/nginx/rev/2b2239a1e0d4 branches: changeset: 6818:2b2239a1e0d4 user: hucongcong date: Tue Nov 22 13:40:08 2016 +0800 description: Mp4: fixed setting wrong mdat atom size in very rare cases. Atom size is the sum of atom header size

Re: [PATCH] Mp4: fixed setting wrong mdat atom size in very rarecases.

2016-12-05 Thread Maxim Dounin
Hello! On Tue, Nov 22, 2016 at 02:13:11PM +0800, 胡聪 (hucc) wrote: > Hi, > > On Tue, Nov 22, 2016 at 4:37 AM +0300, Valentin V. Bartenev wrote: > > >On Monday 21 November 2016 23:10:25 胡聪 wrote: > > > >> -if ((uint64_t) atom_data_size > (uint64_t) 0x) { > >> +if ((uint64_t)

[nginx] SSL: $ssl_client_v_start, $ssl_client_v_end, $ssl_client_v_remain.

2016-12-05 Thread Maxim Dounin
details: http://hg.nginx.org/nginx/rev/2d15fff64e3c branches: changeset: 6815:2d15fff64e3c user: Maxim Dounin date: Mon Dec 05 22:23:23 2016 +0300 description: SSL: $ssl_client_v_start, $ssl_client_v_end, $ssl_client_v_remain. diffstat:

[nginx] OCSP stapling: improved error logging context.

2016-12-05 Thread Maxim Dounin
details: http://hg.nginx.org/nginx/rev/94586180fb41 branches: changeset: 6813:94586180fb41 user: Maxim Dounin date: Mon Dec 05 22:23:22 2016 +0300 description: OCSP stapling: improved error logging context. It now logs the IP address of the responder used (if

[nginx] OCSP stapling: added http response status logging.

2016-12-05 Thread Maxim Dounin
details: http://hg.nginx.org/nginx/rev/5eb3309d0b9e branches: changeset: 6811:5eb3309d0b9e user: Maxim Dounin date: Mon Dec 05 22:23:22 2016 +0300 description: OCSP stapling: added http response status logging. diffstat: src/event/ngx_event_openssl_stapling.c

[nginx] SSL: $ssl_curves (ticket #1088).

2016-12-05 Thread Maxim Dounin
details: http://hg.nginx.org/nginx/rev/e75e854657ba branches: changeset: 6817:e75e854657ba user: Maxim Dounin date: Mon Dec 05 22:23:23 2016 +0300 description: SSL: $ssl_curves (ticket #1088). The variable contains a list of curves as supported by the client.

[nginx] OCSP stapling: added certificate name to warnings.

2016-12-05 Thread Maxim Dounin
details: http://hg.nginx.org/nginx/rev/a7ec59df0c4d branches: changeset: 6812:a7ec59df0c4d user: Maxim Dounin date: Mon Dec 05 22:23:22 2016 +0300 description: OCSP stapling: added certificate name to warnings. diffstat: src/event/ngx_event_openssl.c

[nginx] SSL: $ssl_client_verify extended with a failure reason.

2016-12-05 Thread Maxim Dounin
details: http://hg.nginx.org/nginx/rev/379139020d36 branches: changeset: 6814:379139020d36 user: Maxim Dounin date: Mon Dec 05 22:23:22 2016 +0300 description: SSL: $ssl_client_verify extended with a failure reason. Now in case of a verification failure

[nginx] SSL: $ssl_ciphers (ticket #870).

2016-12-05 Thread Maxim Dounin
details: http://hg.nginx.org/nginx/rev/ea93c7d8752a branches: changeset: 6816:ea93c7d8752a user: Maxim Dounin date: Mon Dec 05 22:23:23 2016 +0300 description: SSL: $ssl_ciphers (ticket #870). The variable contains list of ciphers as supported by the client.

[nginx] OCSP stapling: style.

2016-12-05 Thread Maxim Dounin
details: http://hg.nginx.org/nginx/rev/64f5bfba5d96 branches: changeset: 6810:64f5bfba5d96 user: Maxim Dounin date: Mon Dec 05 22:23:22 2016 +0300 description: OCSP stapling: style. diffstat: src/event/ngx_event_openssl_stapling.c | 22 --

Re: [PATCH 1 of 6] SSL: define NGX_SSL_VERIFY constants

2016-12-05 Thread Maxim Dounin
Hello! On Tue, Nov 29, 2016 at 05:08:04PM -0800, Piotr Sikora via nginx-devel wrote: > Hey Maxim, > > > How is that related to the commit in question? > > > > Please note that I pinged you on 3 out of 6 commits, which I'm > > interested in getting in, regardless of ngx_ssl_verify_client() & > >

Re: nginScript documentation

2016-12-05 Thread Maxim Konovalov
On 12/5/16 6:32 PM, Steven Hartland wrote: > Cool thanks for this. > > Looks like on http://nginx.org/en/docs/njs_about.html you have a > typo on the second line "nignScript" I assume you meant nginScript ;-) > Fixed. Thanks! -- Maxim Konovalov ___

Re: nginScript documentation

2016-12-05 Thread Steven Hartland
Cool thanks for this. Looks like on http://nginx.org/en/docs/njs_about.html you have a typo on the second line "nignScript" I assume you meant nginScript ;-) On 05/12/2016 15:26, Igor Sysoev wrote: Hi! We have made recently documentation for nginScript:

nginScript documentation

2016-12-05 Thread Igor Sysoev
Hi! We have made recently documentation for nginScript: http://nginx.org/en/docs/http/ngx_http_js_module.html http://nginx.org/en/docs/stream/ngx_stream_js_module.html http://nginx.org/en/docs/njs_about.html -- Igor Sysoev http://nginx.com ___

[njs] RegExp.prototype.toString() should be applied only to RegExp.

2016-12-05 Thread Igor Sysoev
details: http://hg.nginx.org/njs/rev/709ac03a4bfd branches: changeset: 274:709ac03a4bfd user: Igor Sysoev date: Mon Dec 05 17:47:00 2016 +0300 description: RegExp.prototype.toString() should be applied only to RegExp. diffstat: njs/njs_regexp.c | 19

[njs] Native methods called by iterators should run via continuation

2016-12-05 Thread Igor Sysoev
details: http://hg.nginx.org/njs/rev/eba4f3a30bb4 branches: changeset: 272:eba4f3a30bb4 user: Igor Sysoev date: Mon Dec 05 17:35:33 2016 +0300 description: Native methods called by iterators should run via continuation to normilize arguments. diffstat:

[njs] Native methods called with Function.prototype.call() and

2016-12-05 Thread Igor Sysoev
details: http://hg.nginx.org/njs/rev/15ec6a09cece branches: changeset: 273:15ec6a09cece user: Igor Sysoev date: Mon Dec 05 17:45:02 2016 +0300 description: Native methods called with Function.prototype.call() and Functon.prototype.apply() should run via continuation