Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2023-01-30 | NJS: adding the missing vm destruction. | Zhidao HONG | 1 | -0/+2 | |
This commit fixed the njs memory leak happened in the config validation, updating and http requests. | |||||
2022-11-20 | Basic njs support. | Zhidao HONG | 1 | -2/+36 | |
2022-11-20 | Var: separating nxt_tstr_t from nxt_var_t. | Zhidao HONG | 1 | -0/+45 | |
It's for the introduction of njs support. For each option that supports native variable and JS template literals introduced next, it's unified as template string. No functional changes. |