[njs] Added tag 0.1.13 for changeset d548b78eb881

2017-08-31 Thread Igor Sysoev
details: http://hg.nginx.org/njs/rev/2a8aa9783fe9 branches: changeset: 405:2a8aa9783fe9 user: Igor Sysoev date: Thu Aug 31 20:50:25 2017 +0300 description: Added tag 0.1.13 for changeset d548b78eb881 diffstat: .hgtags | 1 + 1 files changed, 1 insertions(+), 0

[njs] Version 0.1.13.

2017-08-31 Thread Igor Sysoev
details: http://hg.nginx.org/njs/rev/d548b78eb881 branches: changeset: 404:d548b78eb881 user: Igor Sysoev date: Thu Aug 31 20:48:52 2017 +0300 description: Version 0.1.13. diffstat: CHANGES | 13 + Makefile | 2 +- 2 files changed, 14

[njs] Interactive shell: console object.

2017-08-31 Thread Dmitry Volyntsev
details: http://hg.nginx.org/njs/rev/27aa477208f5 branches: changeset: 403:27aa477208f5 user: Dmitry Volyntsev date: Thu Aug 31 20:27:31 2017 +0300 description: Interactive shell: console object. diffstat: nginx/ngx_http_js_module.c |2 +-

[njs] Backed out changeset 37adbd4c8036, reimplemented properly.

2017-08-31 Thread Sergey Kandaurov
details: http://hg.nginx.org/njs/rev/46ea39d059e1 branches: changeset: 402:46ea39d059e1 user: Sergey Kandaurov date: Thu Aug 31 20:03:13 2017 +0300 description: Backed out changeset 37adbd4c8036, reimplemented properly. Changeset 37adbd4c8036 breaks build with

[njs] Compiling CLI by default if libedit is available.

2017-08-31 Thread Dmitry Volyntsev
details: http://hg.nginx.org/njs/rev/37adbd4c8036 branches: changeset: 401:37adbd4c8036 user: Dmitry Volyntsev date: Thu Aug 31 18:38:34 2017 +0300 description: Compiling CLI by default if libedit is available. diffstat: Makefile | 6 ++ 1 files changed, 6

Re: [PATCH] [PATCH 4 of 4] SSL: add identity hint config directive

2017-08-31 Thread Maxim Dounin
Hello! On Wed, Aug 23, 2017 at 09:22:43PM -0500, Nate Karstens wrote: > # HG changeset patch > # User Nate Karstens > # Date 1503540237 18000 > # Wed Aug 23 21:03:57 2017 -0500 > # Node ID 62b4032371bd45217d40e2f0daf8ecd6956601d8 > # Parent

Re: [PATCH] [PATCH 3 of 4] SSL: add PSK identity variable

2017-08-31 Thread Maxim Dounin
Hello! On Wed, Aug 23, 2017 at 09:22:17PM -0500, Nate Karstens wrote: > # HG changeset patch > # User Nate Karstens > # Date 1503540211 18000 > # Wed Aug 23 21:03:31 2017 -0500 > # Node ID a11e114a2bcde4afb515dd0b70f3ef39693f475a > # Parent

Re: [PATCH] [PATCH 2 of 4] SSL: add support for PSK cipher suites

2017-08-31 Thread Maxim Dounin
Hello! On Wed, Aug 23, 2017 at 09:20:50PM -0500, Nate Karstens wrote: > # HG changeset patch > # User Nate Karstens > # Date 1503540059 18000 > # Wed Aug 23 21:00:59 2017 -0500 > # Node ID 97953fe374455a04973268c4b2fbadd7ced91ffe > # Parent

Re: [PATCH] [PATCH 1 of 4] Core: add function to decode hexadecimal strings

2017-08-31 Thread Maxim Dounin
Hello! On Wed, Aug 23, 2017 at 09:19:39PM -0500, Nate Karstens wrote: > # HG changeset patch > # User Nate Karstens > # Date 1503540018 18000 > # Wed Aug 23 21:00:18 2017 -0500 > # Node ID 17c038b56051f922ec440d40e23e8d1b23d835df > # Parent

NGINX is hiring

2017-08-31 Thread Oleg A. Mamontov
Hello, NGINX is seeking a Russian-speaking technical support engineer: https://www.nginx.com/jobs/enterprise-support-engineer-russian-speaking/ Please feel free to send your questions and CV directly to me: lon...@nginx.com. Thank you. -- Cheers, Oleg A. Mamontov

Вакансия в компании Nginx

2017-08-31 Thread Oleg A. Mamontov
Добрый день. У нас открыта вакансия инженера службы тех.поддержки в Сан-Франциско, США: https://www.nginx.com/jobs/enterprise-support-engineer-russian-speaking/ Вопросы, рекомендации и CV присылайте, пожалуйста, не в рассылку, а напрямую мне: lon...@nginx.com Спасибо. -- Cheers, Oleg A.

AW: DNS Load Balancing keeps getting upstream errors

2017-08-31 Thread Lukas Tribus
Hello, > Also, has anyone tried using nginx for DNS load balancing in production? I would not recommend using nginx to load-balance DNS traffic at all. nginx is just a dumb UDP proxy and I doubt it performs well enough in a DNS setup. dnsdist [1] is written with this purpose in mind and used