Age | Commit message (Expand) | Author | Files | Lines |
2023-12-13 | Ruby: Prevent a possible integer underflow | Andrew Clayton | 1 | -2/+8 |
2023-12-08 | Ruby: Handle response field arrays | Andrew Clayton | 1 | -3/+68 |
2022-10-04 | Ruby: used nxt_ruby_exception_log() in nxt_ruby_rack_init(). | Andrew Clayton | 1 | -1/+1 |
2022-10-04 | Ruby: added support for rack V3. | Zhidao HONG | 1 | -1/+6 |
2022-10-03 | Renamed a couple of members of nxt_unit_request_t. | Andrew Clayton | 1 | -2/+2 |
2022-08-31 | Ruby: prevented a segfault on receiving SIGINT (^C). | Andrew Clayton | 1 | -0/+2 |
2022-07-28 | Ruby: fixed segfault on SIGTERM signal. | Zhidao HONG | 1 | -2/+2 |
2022-07-27 | Ruby: fixed contents of SCRIPT_NAME. | Alejandro Colomar | 2 | -42/+5 |
2022-05-13 | Ruby: added stream IO "close" required by Rack specification. | Zhidao HONG | 1 | -0/+10 |
2022-03-09 | Ruby: added the Rack environment parameter "SCRIPT_NAME". | Zhidao HONG | 2 | -4/+42 |
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-05-18 | Ruby: changing deprecated rb_cData to rb_cObject. | Oisin Canty | 1 | -2/+6 |
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 | 3 | -206/+500 |
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-03-12 | Introducing readline function in libunit. | Max Romanov | 1 | -20/+8 |
2020-01-28 | Ruby: changing callback functions prototype for v2.7. | Max Romanov | 2 | -11/+13 |
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-10-10 | Style fixes. | Igor Sysoev | 1 | -2/+4 |
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 | 3 | -419/+360 |
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 | 3 | -0/+1235 |