Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2019-02-22 | Improvement and unification of version processing in build scripts. | Alexander Borisov | 1 | -1/+1 | |
This also eliminates expressions that incompatible with BSD make, thus fixing installation of Node.js module on FreeBSD (broken by dace60fc4926). | |||||
2018-12-19 | libunit: added generation of version header file. | Alexander Borisov | 1 | -0/+2 | |
2018-10-31 | Node.js: added async request execution. | Alexander Borisov | 1 | -0/+2 | |
2018-08-06 | Unit application library. | Max Romanov | 1 | -0/+355 | |
Library now used in all language modules. Old 'nxt_app_*' code removed. See src/test/nxt_unit_app_test.c for usage sample. |