Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2021-10-28 | Moving request limit control to libunit. | Max Romanov | 1 | -1/+1 | |
Introducting application graceful stop. For now only used when application process reach request limit value. This closes #585 issue on GitHub. | |||||
2020-11-18 | Libunit: improving logging consistency. | Max Romanov | 1 | -2/+0 | |
Debug logging depends on macros defined in nxt_auto_config.h. | |||||
2020-11-01 | Fixed building test app without debug. | Valentin Bartenev | 1 | -2/+8 | |
Compilers complained about unused variables after 37e2a3ea1bf1. | |||||
2020-10-28 | Added threading to the libunit test app. | Max Romanov | 1 | -22/+108 | |
2018-08-06 | Unit application library. | Max Romanov | 1 | -0/+191 | |
Library now used in all language modules. Old 'nxt_app_*' code removed. See src/test/nxt_unit_app_test.c for usage sample. |