Re: [PATCH 2 of 2] Updated __ORDER_LITTLE_ENDIAN__ to match NGX standards and changed to uint32_t data type

2018-02-12 Thread Matthew Marangoni
Are there any existing macro's that determine if the platform has alignment resolution issues? On Sat, Feb 3, 2018 at 8:21 PM, Valentin V. Bartenev wrote: > On Saturday, 3 February 2018 19:39:55 MSK Matthew Marangoni wrote: > > # HG changeset patch > > # User Matthew Marangoni

Re: [PATCH] HTTP/2: added support for setting custom push request headers

2018-02-12 Thread Alessandro Ghedini
On Mon, Feb 12, 2018 at 05:11:55PM +0300, Ruslan Ermilov wrote: > On Mon, Feb 12, 2018 at 12:35:13PM +, Alessandro Ghedini wrote: > > # HG changeset patch > > # User Alessandro Ghedini > > # Date 1518438578 0 > > # Mon Feb 12 12:29:38 2018 + > > # Branch

[njs] Fixed njs_string_create() prototype to reflect underlying types.

2018-02-12 Thread Dmitry Volyntsev
details: http://hg.nginx.org/njs/rev/feb725292e21 branches: changeset: 444:feb725292e21 user: Dmitry Volyntsev date: Mon Feb 12 15:15:52 2018 +0300 description: Fixed njs_string_create() prototype to reflect underlying types. diffstat: njs/njs_string.c | 4 ++--

[njs] Fixed PATH shell variable for expect tests.

2018-02-12 Thread Dmitry Volyntsev
details: http://hg.nginx.org/njs/rev/e12ed0068e57 branches: changeset: 446:e12ed0068e57 user: Dmitry Volyntsev date: Mon Feb 12 15:15:53 2018 +0300 description: Fixed PATH shell variable for expect tests. To avoid interference with the already installed njs

[njs] Fixed console.help() method return value.

2018-02-12 Thread Dmitry Volyntsev
details: http://hg.nginx.org/njs/rev/727f8e98cce4 branches: changeset: 445:727f8e98cce4 user: Dmitry Volyntsev date: Mon Feb 12 15:15:53 2018 +0300 description: Fixed console.help() method return value. diffstat: njs/njs.c | 2 ++ 1 files changed, 2

Re: [PATCH] HTTP/2: copy additional headers in the pushed requests

2018-02-12 Thread Alessandro Ghedini
On Fri, Feb 09, 2018 at 10:23:46AM +0300, Ruslan Ermilov wrote: > On Thu, Feb 08, 2018 at 08:04:57PM +, Alessandro Ghedini wrote: > > On Thu, Feb 08, 2018 at 10:18:54PM +0300, Maxim Dounin wrote: > > > Hello! > > > > > > On Thu, Feb 08, 2018 at 05:07:49PM +, Alessandro Ghedini wrote: > >

[PATCH] HTTP/2: added support for setting custom push request headers

2018-02-12 Thread Alessandro Ghedini
# HG changeset patch # User Alessandro Ghedini # Date 1518438578 0 # Mon Feb 12 12:29:38 2018 + # Branch http2-push-header # Node ID 4eb0c9e8da0bc52065578e4ee78df1833617ac35 # Parent a49af443656f2b65ca5de9d8cad5594f44e18ff7 HTTP/2: added support for setting custom

[njs] Fixed using of internal NJS headers in nginx modules.

2018-02-12 Thread Dmitry Volyntsev
details: http://hg.nginx.org/njs/rev/703cc218b93c branches: changeset: 443:703cc218b93c user: Dmitry Volyntsev date: Mon Feb 12 14:57:24 2018 +0300 description: Fixed using of internal NJS headers in nginx modules. Public API is rectified to make it easier to work

[njs] Fixed building by SunC.

2018-02-12 Thread Dmitry Volyntsev
details: http://hg.nginx.org/njs/rev/700daa193d35 branches: changeset: 441:700daa193d35 user: Dmitry Volyntsev date: Mon Feb 12 14:54:23 2018 +0300 description: Fixed building by SunC. diffstat: njs/njs_object.c | 9 +++-- 1 files changed, 7 insertions(+),

[njs] Adding textual description for type converting exceptions.

2018-02-12 Thread Dmitry Volyntsev
details: http://hg.nginx.org/njs/rev/0daf5a5cd37a branches: changeset: 442:0daf5a5cd37a user: Dmitry Volyntsev date: Mon Feb 12 14:54:24 2018 +0300 description: Adding textual description for type converting exceptions. diffstat: njs/njs_array.c

[nginx] HTTP/2: fixed null pointer dereference with server push.

2018-02-12 Thread Ruslan Ermilov
details: http://hg.nginx.org/nginx/rev/8b0553239592 branches: changeset: 7203:8b0553239592 user: Ruslan Ermilov date: Fri Feb 09 23:20:08 2018 +0300 description: HTTP/2: fixed null pointer dereference with server push. r->headers_in.host can be NULL in