[njs] Now setting property of primitive type returns TypeError e...

2016-10-10 Thread Igor Sysoev
details: http://hg.nginx.org/njs/rev/769173883f87 branches: changeset: 189:769173883f87 user: Igor Sysoev date: Mon Oct 10 13:08:40 2016 +0300 description: Now setting property of primitive type returns TypeError exception. diffstat: njs/njs_vm.c | 5 + njs/test/n

[nginx] Core: sockaddr lengths now respected by ngx_cmp_sockaddr().

2016-10-10 Thread Maxim Dounin
details: http://hg.nginx.org/nginx/rev/3f94a0fc05cf branches: changeset: 6731:3f94a0fc05cf user: Maxim Dounin date: Mon Oct 10 16:15:41 2016 +0300 description: Core: sockaddr lengths now respected by ngx_cmp_sockaddr(). Linux can return AF_UNIX sockaddrs with partially filled sun_pa

[nginx] Allowed '-' in method names.

2016-10-10 Thread Maxim Dounin
details: http://hg.nginx.org/nginx/rev/57148b755320 branches: changeset: 6732:57148b755320 user: Maxim Dounin date: Mon Oct 10 16:24:50 2016 +0300 description: Allowed '-' in method names. It is used at least by SOAP (M-POST method, defined by RFC 2774) and by WebDAV versioning (VER

[njs] Now njs_vm_compile() returns all global functions via the ...

2016-10-10 Thread Igor Sysoev
details: http://hg.nginx.org/njs/rev/03d12ab0961e branches: changeset: 190:03d12ab0961e user: Igor Sysoev date: Mon Oct 10 16:33:56 2016 +0300 description: Now njs_vm_compile() returns all global functions via the export array. diffstat: nginx/ngx_http_js_module.c | 4 +- ngin

[njs] Version 0.1.3.

2016-10-10 Thread Igor Sysoev
details: http://hg.nginx.org/njs/rev/360449773d51 branches: changeset: 191:360449773d51 user: Igor Sysoev date: Mon Oct 10 17:21:53 2016 +0300 description: Version 0.1.3. diffstat: Makefile | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diffs (10 lines): diff -r 03d12

[njs] Added tag 0.1.3 for changeset 360449773d51

2016-10-10 Thread Igor Sysoev
details: http://hg.nginx.org/njs/rev/aa8137bb7838 branches: changeset: 192:aa8137bb7838 user: Igor Sysoev date: Mon Oct 10 17:22:26 2016 +0300 description: Added tag 0.1.3 for changeset 360449773d51 diffstat: .hgtags | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diffs

[nginx] Modules compatibility: compatibility with NGX_THREADS.

2016-10-10 Thread Maxim Dounin
details: http://hg.nginx.org/nginx/rev/adc2414856b1 branches: changeset: 6733:adc2414856b1 user: Maxim Dounin date: Mon Oct 10 18:44:17 2016 +0300 description: Modules compatibility: compatibility with NGX_THREADS. With this change it is now possible to load modules compiled without

[nginx] Modules compatibility: removed dependencies on NGX_MAIL_SSL.

2016-10-10 Thread Maxim Dounin
details: http://hg.nginx.org/nginx/rev/a9a50bb65120 branches: changeset: 6737:a9a50bb65120 user: Maxim Dounin date: Mon Oct 10 18:44:17 2016 +0300 description: Modules compatibility: removed dependencies on NGX_MAIL_SSL. External structures are now identical regardless of mail SSL m

[nginx] Modules compatibility: compatibility with NGX_HTTP_SSL.

2016-10-10 Thread Maxim Dounin
details: http://hg.nginx.org/nginx/rev/e38e9c50a40e branches: changeset: 6735:e38e9c50a40e user: Maxim Dounin date: Mon Oct 10 18:44:17 2016 +0300 description: Modules compatibility: compatibility with NGX_HTTP_SSL. With this change it is now possible to load modules compiled withou

[nginx] Modules compatibility: compatibility with NGX_HAVE_FILE_AIO.

2016-10-10 Thread Maxim Dounin
details: http://hg.nginx.org/nginx/rev/0c572ed91b36 branches: changeset: 6734:0c572ed91b36 user: Maxim Dounin date: Mon Oct 10 18:44:17 2016 +0300 description: Modules compatibility: compatibility with NGX_HAVE_FILE_AIO. With this change it is now possible to load modules compiled w

[nginx] Modules compatibility: removed dependencies on NGX_STREAM_SSL.

2016-10-10 Thread Maxim Dounin
details: http://hg.nginx.org/nginx/rev/f41c2530dd17 branches: changeset: 6736:f41c2530dd17 user: Maxim Dounin date: Mon Oct 10 18:44:17 2016 +0300 description: Modules compatibility: removed dependencies on NGX_STREAM_SSL. External structures are now identical regardless of stream S