Age | Commit message (Expand) | Author | Files | Lines |
2022-03-09 | Ruby: added the Rack environment parameter "SCRIPT_NAME". | Zhidao HONG | 1 | -4/+41 |
2021-10-28 | Moving request limit control to libunit. | Max Romanov | 1 | -7/+1 |
2021-07-02 | Ruby: process and thread lifecycle hooks. | Oisin Canty | 1 | -1/+142 |
2021-07-01 | Ruby: improved logging of exceptions without backtraces. | Oisin Canty | 1 | -4/+8 |
2021-03-15 | Ruby: fixed encodings initialization. | Valentin Bartenev | 1 | -0/+4 |
2020-12-07 | Ruby: fixed crash on thread start. | Max Romanov | 1 | -1/+13 |
2020-11-05 | Ruby: error checking during thread creation. | Max Romanov | 1 | -2/+6 |
2020-11-05 | Ruby: request processing in multiple threads. | Max Romanov | 1 | -176/+471 |
2020-11-05 | Ruby: reusing static constant references to string objects. | Max Romanov | 1 | -43/+115 |
2020-07-31 | Isolation: fixed the generation of mounts table. | Tiago Natel de Moura | 1 | -1/+2 |
2020-06-23 | Isolation: fixed build when features aren't detected. | Tiago Natel de Moura | 1 | -2/+0 |
2020-05-28 | Added "rootfs" feature. | Tiago Natel de Moura | 1 | -0/+5 |
2020-03-09 | Refactor of process management. | Tiago Natel de Moura | 1 | -8/+12 |
2020-01-28 | Ruby: changing callback functions prototype for v2.7. | Max Romanov | 1 | -2/+4 |
2019-12-24 | Adding "limits/shm" configuration validation and parsing. | Max Romanov | 1 | -0/+1 |
2019-11-13 | Ruby: fixing initialization sequence. | Max Romanov | 1 | -4/+7 |
2019-03-21 | Adjusting request schema value according to connection tls state. | Max Romanov | 1 | -1/+3 |
2019-02-28 | Made QUERY_STRING mandatory. | Valentin Bartenev | 1 | -4/+2 |
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 |
2018-08-06 | Unit application library. | Max Romanov | 1 | -365/+328 |
2018-07-10 | Ruby: added "require('bundler/setup')". | Alexander Borisov | 1 | -1/+23 |
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 |
2018-03-21 | Added Ruby support. | Alexander Borisov | 1 | -0/+911 |