Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
* | Fixed typo in js_include handler. | Dmitry Volyntsev | 2017-06-22 | |
| | ||||
* | Log error message if VM creation failed. | Dmitry Volyntsev | 2017-06-22 | |
| | ||||
* | Initialize global variables in njs virtual machines. | Roman Arutyunyan | 2017-01-27 | |
| | | | | | | | Previously, global variables in njs code remained uninitialized even if an initializer existed in njs code. To fix this, njs_vm_run() function is called right after a virtual machine is cloned. This call initializes global variables. | |||
* | Removed obsolete function call interface. | Igor Sysoev | 2017-01-27 | |
| | ||||
* | Disabled js_include at server{} and location{} levels. | Roman Arutyunyan | 2016-12-13 | |
| | ||||
* | Disabled js_set at server{} and location{} levels. | Roman Arutyunyan | 2016-12-13 | |
| | ||||
* | Added missing <nxt_auto_config.h> includes. | Piotr Sikora | 2016-10-28 | |
| | | | | | | | Previously, most objects were compiled without any features detected by the ./configure script. Signed-off-by: Piotr Sikora <piotrsikora@google.com> | |||
* | Now njs_vm_compile() returns all global functions via the export | Igor Sysoev | 2016-10-10 | |
| | | | | array. | |||
* | nxt_str_t changes. | Igor Sysoev | 2016-08-04 | |
| | ||||
* | Fixed closing file descriptor on error. | Roman Arutyunyan | 2016-07-21 | |
| | | | | Found by Coverity (CID 1364196, 1364197, 1364198, 1364199). | |||
* | New http js module syntax. | Roman Arutyunyan | 2016-07-20 | |
| | | | | | - the js_include directive is introduced - all js code is now located in a separate file | |||
* | njs_vm_function() and njs_vm_external() functions name and | Igor Sysoev | 2016-07-15 | |
| | | | | | behavior unification. The function can be used with both original compiled VM and its clones. | |||
* | Fixed building by GCC 4.1. | Igor Sysoev | 2016-03-04 | |
| | ||||
* | njs_vm_call() interface to call a function outside. | Igor Sysoev | 2016-03-02 | |
| | | | | | | | | nginx content and variable handlers interface is function name(request, response) { ... } Variable handler use a value returned by function as value of the variable. | |||
* | njs_param_t removal. | Igor Sysoev | 2016-02-14 | |
| | ||||
* | The "this" has been removed from njs_param_t. | Igor Sysoev | 2016-02-12 | |
| | ||||
* | Segfaults are fixed when non-existent external object property was | Igor Sysoev | 2016-01-13 | |
| | | | | accessed or when existent property does not support operation. | |||
* | Property enumeration changes. | Igor Sysoev | 2015-12-13 | |
| | ||||
* | param->object was changed to param->this. | Igor Sysoev | 2015-12-11 | |
| | ||||
* | Style and small miscellaneous fixes. | Igor Sysoev | 2015-11-25 | |
| | ||||
* | Fixed ngx_http_js_loc_conf_t initialization. | Sergey Kandaurov | 2015-09-23 | |
| | | | | It is expected to be prezeroed. | |||
* | Initial import of nJScript. | Igor Sysoev | 2015-09-23 | |