Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2024-10-22 | Add flag for newline control in access log entries | Zhidao HONG | 1 | -4/+14 |
2024-04-25 | Constify a bunch of static local variables | Andrew Clayton | 1 | -7/+8 |
2024-03-12 | NJS: loader should be registered using njs_vm_set_module_loader() | Andrei Zeliankou | 1 | -10/+8 |
2024-02-20 | NJS: variable access support | Zhidao HONG | 1 | -2/+3 |
2024-02-20 | NJS: Simplified nxt_js_call() | Zhidao HONG | 1 | -40/+17 |
2023-07-12 | NJS: workaround for the warning in nxt_js_call() on Freebsd12 gcc. | Zhidao HONG | 1 | -4/+3 |
2023-07-11 | NJS: supported 0.8.0. | Zhidao HONG | 1 | -15/+15 |
2023-05-08 | NJS: supported loadable modules. | Zhidao HONG | 1 | -26/+222 |
2023-01-30 | NJS: adding the missing vm destruction. | Zhidao HONG | 1 | -0/+17 |
2022-11-22 | NJS: added http request prototype. | Zhidao HONG | 1 | -3/+72 |
2022-11-20 | Basic njs support. | Zhidao HONG | 1 | -0/+230 |