Age | Commit message (Expand) | Author | Files | Lines |
2023-08-17 | Wasm: Add support for directory access. | Andrew Clayton | 1 | -0/+2 |
2023-08-16 | Wasm: Add core configuration data structure. | Andrew Clayton | 1 | -0/+16 |
2023-08-10 | Wasm: Register a new WebAssembly language module type. | Andrew Clayton | 1 | -0/+1 |
2023-04-11 | Add per-application logging. | Andrew Clayton | 1 | -0/+4 |
2022-12-14 | Removed dead code. | OutOfFocus4 | 1 | -1/+0 |
2022-11-17 | Removed dead code. | OutOfFocus4 | 1 | -1/+0 |
2021-11-24 | Sending shared port to application prototype. | Max Romanov | 1 | -0/+3 |
2021-10-28 | Moving request limit control to libunit. | Max Romanov | 1 | -1/+2 |
2021-07-02 | Ruby: process and thread lifecycle hooks. | Oisin Canty | 1 | -0/+1 |
2021-05-20 | Python: support for multiple targets. | Oisin Canty | 1 | -0/+1 |
2020-12-22 | Python: multiple values in the "path" option. | Valentin Bartenev | 1 | -7/+7 |
2020-11-10 | Python: supporting ASGI legacy protocol. | Max Romanov | 1 | -0/+1 |
2020-11-05 | Perl: request processing in multiple threads. | Max Romanov | 1 | -0/+2 |
2020-11-05 | Ruby: request processing in multiple threads. | Max Romanov | 1 | -0/+1 |
2020-11-05 | Java: request processing in multiple threads. | Max Romanov | 1 | -0/+2 |
2020-11-05 | Python: request processing in multiple threads. | Max Romanov | 1 | -0/+2 |
2020-09-18 | Python: app module callable name configuration. | Max Romanov | 1 | -0/+1 |
2020-05-28 | Added "rootfs" feature. | Tiago Natel de Moura | 1 | -0/+4 |
2020-03-09 | Refactor of process management. | Tiago Natel de Moura | 1 | -7/+4 |
2020-05-14 | PHP: implemented "targets" option. | Valentin Bartenev | 1 | -3/+3 |
2019-12-24 | Adding "limits/shm" configuration validation and parsing. | Max Romanov | 1 | -0/+3 |
2019-09-19 | Initial applications isolation support using Linux namespaces. | Tiago de Bem Natel de Moura | 1 | -0/+2 |
2019-03-06 | Removed unnecessary abstraction layer. | Alexander Borisov | 1 | -56/+0 |
2019-02-28 | Introducing Java Servlet Container beta. | Max Romanov | 1 | -0/+12 |
2019-02-27 | Fixed processing of SERVER_NAME after 77aad2c142a0. | Valentin Bartenev | 1 | -1/+1 |
2018-10-09 | Renamed "go" application type to "external". | Valentin Bartenev | 1 | -13/+13 |
2018-08-06 | Unit application library. | Max Romanov | 1 | -153/+9 |
2018-07-11 | Removed unused "nxt_app_header_field_t" structure. | Valentin Bartenev | 1 | -6/+0 |
2018-06-25 | Introduced nxt_length() macro. | Valentin Bartenev | 1 | -2/+2 |
2018-06-07 | PHP: added setting of php.ini configuration file path. | Valentin Bartenev | 1 | -3/+4 |
2018-06-06 | Go: specifying command line arguments to the executable. | Valentin Bartenev | 1 | -1/+2 |
2018-05-28 | Configuration of environment variables for application processes. | Valentin Bartenev | 1 | -5/+9 |
2018-05-21 | Added SERVER_SOFTWARE request meta-variable. | Valentin Bartenev | 1 | -0/+1 |
2018-04-05 | Stopping timed out application process. | Max Romanov | 1 | -0/+1 |
2018-04-05 | Style. | Valentin Bartenev | 1 | -4/+4 |
2018-04-04 | Changed version processing for modules. | Alexander Borisov | 1 | -1/+1 |
2018-04-04 | Style: capitalized letters in hexadecimal literals. | Valentin Bartenev | 1 | -1/+1 |
2018-03-21 | Added Ruby support. | Alexander Borisov | 1 | -1/+9 |
2018-01-31 | Added Perl support. | Alexander Borisov | 1 | -1/+8 |
2018-01-29 | Introducing extended app process management. | Max Romanov | 1 | -2/+0 |
2018-01-11 | Changing relative php scripts paths to real ones. | Max Romanov | 1 | -1/+1 |
2017-12-28 | Removed duplicate declaration. | Igor Sysoev | 1 | -2/+0 |
2017-12-28 | HTTP keep-alive connections support. | Igor Sysoev | 1 | -12/+6 |
2017-12-27 | Introducing application 'atexit' hook. | Max Romanov | 1 | -0/+1 |
2017-12-25 | HTTP parser: reworked header fields handling. | Valentin Bartenev | 1 | -1/+1 |
2017-11-29 | Introducing python virtualenv configuration. | Max Romanov | 1 | -0/+1 |
2017-10-10 | Optimized application type handling. | Valentin Bartenev | 1 | -2/+1 |
2017-10-05 | Improved applications versions handling. | Valentin Bartenev | 1 | -1/+1 |
2017-09-15 | Fixing memory leak of request parse context. | Max Romanov | 1 | -1/+1 |
2017-09-06 | Style fixes. | Igor Sysoev | 1 | -0/+2 |