[nginx] Fixed format specifiers.

2020-05-25 Thread Sergey Kandaurov
details: https://hg.nginx.org/nginx/rev/bd4d1b9db0ee branches: changeset: 7655:bd4d1b9db0ee user: Sergey Kandaurov date: Sat May 23 15:53:08 2020 +0300 description: Fixed format specifiers. diffstat: src/event/ngx_event_openssl_stapling.c | 4 ++-- 1 files changed, 2 insertions(+

[njs] Fixed Array.prototype.sort() according to the specification.

2020-05-25 Thread Dmitry Volyntsev
details: https://hg.nginx.org/njs/rev/1d0825906438 branches: changeset: 1397:1d0825906438 user: Dmitry Volyntsev date: Mon May 25 14:21:22 2020 + description: Fixed Array.prototype.sort() according to the specification. diffstat: src/njs_arr.c|4 +- src/njs_arr

[njs] Introduced quick sort implementation.

2020-05-25 Thread Dmitry Volyntsev
details: https://hg.nginx.org/njs/rev/4fe4575ff3de branches: changeset: 1394:4fe4575ff3de user: Dmitry Volyntsev date: Mon May 25 14:21:20 2020 + description: Introduced quick sort implementation. diffstat: auto/sources|1 + src/njs_array.c |

[njs] Introduced njs_errno_string().

2020-05-25 Thread Dmitry Volyntsev
details: https://hg.nginx.org/njs/rev/6c46a9004ad8 branches: changeset: 1395:6c46a9004ad8 user: Artem S. Povalyukhin date: Mon May 11 09:58:28 2020 +0300 description: Introduced njs_errno_string(). diffstat: src/njs_utils.c | 337 ++

[njs] Version bump.

2020-05-25 Thread Dmitry Volyntsev
details: https://hg.nginx.org/njs/rev/ab19ee68d945 branches: changeset: 1393:ab19ee68d945 user: Dmitry Volyntsev date: Mon May 25 14:21:14 2020 + description: Version bump. diffstat: src/njs.h | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diffs (12 lines): diff -

[njs] Introduced fs.Error.code.

2020-05-25 Thread Dmitry Volyntsev
details: https://hg.nginx.org/njs/rev/0287ae53cbb1 branches: changeset: 1396:0287ae53cbb1 user: Artem S. Povalyukhin date: Mon May 11 09:58:28 2020 +0300 description: Introduced fs.Error.code. diffstat: src/njs_fs.c | 16 test/js/fs_promises_002.js

[nginx] HTTP/2: invalid connection preface logging (ticket #1981).

2020-05-25 Thread Maxim Dounin
details: https://hg.nginx.org/nginx/rev/7114d21bc2b1 branches: changeset: 7656:7114d21bc2b1 user: Maxim Dounin date: Mon May 25 18:33:42 2020 +0300 description: HTTP/2: invalid connection preface logging (ticket #1981). Previously, invalid connection preface errors were only logged

[nginx] Updated OpenSSL used for win32 builds.

2020-05-25 Thread Maxim Dounin
details: https://hg.nginx.org/nginx/rev/02f2f129abc0 branches: changeset: 7657:02f2f129abc0 user: Maxim Dounin date: Mon May 25 22:10:37 2020 +0300 description: Updated OpenSSL used for win32 builds. diffstat: misc/GNUmakefile | 2 +- 1 files changed, 1 insertions(+), 1 deletions