Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2024-04-10 | njs (lowercase) is more preferred way to mention | Andrei Zeliankou | 1 | -3/+3 | |
2024-03-12 | NJS: loader should be registered using njs_vm_set_module_loader() | Andrei Zeliankou | 1 | -3/+3 | |
This change makes NJS module incompatible with NJS older than 0.8.3. Therefore, the configuration version check has been adjusted accordingly. This change was introduced in NJS 0.8.3 here: <https://hg.nginx.com/njs/rev/ad1a7ad3c715> | |||||
2023-07-11 | NJS: explicitely require 0.8.0 or later versions in configure. | Konstantin Pavlov | 1 | -1/+5 | |
2022-11-29 | Used pkg-config to detect njs where available. | Konstantin Pavlov | 1 | -4/+12 | |
2022-11-20 | Basic njs support. | Zhidao HONG | 1 | -0/+41 | |