Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2018-09-20 | Fixed building perl on Alpine Linux. | Sergey Kandaurov | 1 | -0/+1 | |
_GNU_SOURCE is required there to expose off64_t and other types. | |||||
2018-08-08 | Perl: use of portable macro instead of an explicit declaration. | Alexander Borisov | 1 | -2/+2 | |
2018-08-06 | Unit application library. | Max Romanov | 1 | -470/+324 | |
Library now used in all language modules. Old 'nxt_app_*' code removed. See src/test/nxt_unit_app_test.c for usage sample. | |||||
2018-06-25 | Introduced nxt_length() macro. | Valentin Bartenev | 1 | -10/+8 | |
2018-05-21 | Added SERVER_SOFTWARE request meta-variable. | Valentin Bartenev | 1 | -0/+3 | |
2018-04-04 | Changed version processing for modules. | Alexander Borisov | 1 | -1/+1 | |
2018-03-19 | Perl: improvements to support PSGI specification. | Alexander Borisov | 1 | -16/+15 | |
2018-03-05 | Reduced number of critical log levels. | Valentin Bartenev | 1 | -12/+7 | |
2018-02-08 | Perl: fixed IO-Object duplication bug. | Alexander Borisov | 1 | -26/+2 | |
2018-02-07 | Style fixes. | Andrey Zelenkov | 1 | -2/+2 | |
2018-02-06 | Perl: added more checks for 'body' variable | Alexander Borisov | 1 | -1/+6 | |
2018-01-31 | Added Perl support. | Alexander Borisov | 3 | -0/+1632 | |