Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2019-02-28 | Introducing Java Servlet Container beta. | Max Romanov | 1 | -0/+1 | |
2019-02-27 | Fixed processing of SERVER_NAME after 77aad2c142a0. | Valentin Bartenev | 1 | -21/+7 | |
Previously, the nxt_router_prepare_msg() function expected server host among other headers unmodified. It's not true anymore since normalization of the Host header has been introduced in 77aad2c142a0. The nxt_unit_split_host() function was removed. It didn't work correctly with IPv6 literals. Anyway, after 77aad2c142a0 the port splitting is done in router while Host header processing. | |||||
2018-08-06 | Unit application library. | Max Romanov | 3 | -419/+360 | |
Library now used in all language modules. Old 'nxt_app_*' code removed. See src/test/nxt_unit_app_test.c for usage sample. | |||||
2018-07-10 | Ruby: added "require('bundler/setup')". | Alexander Borisov | 1 | -1/+23 | |
This closes #93 PR on GitHub. | |||||
2018-06-25 | Introduced nxt_length() macro. | Valentin Bartenev | 1 | -5/+5 | |
2018-05-21 | Added SERVER_SOFTWARE request meta-variable. | Valentin Bartenev | 1 | -0/+5 | |
2018-04-04 | Changed version processing for modules. | Alexander Borisov | 1 | -1/+1 | |
2018-04-03 | Ruby: added 'enc/trans/transdb' module for converting encodings. | Alexander Borisov | 1 | -0/+3 | |
This closes #92 issue on GitHub. | |||||
2018-03-21 | Added Ruby support. | Alexander Borisov | 3 | -0/+1235 | |