summaryrefslogtreecommitdiffhomepage
path: root/src/ruby (follow)
AgeCommit message (Expand)AuthorFilesLines
2023-12-13Ruby: Prevent a possible integer underflowAndrew Clayton1-2/+8
2023-12-08Ruby: Handle response field arraysAndrew Clayton1-3/+68
2022-10-04Ruby: used nxt_ruby_exception_log() in nxt_ruby_rack_init().Andrew Clayton1-1/+1
2022-10-04Ruby: added support for rack V3.Zhidao HONG1-1/+6
2022-10-03Renamed a couple of members of nxt_unit_request_t.Andrew Clayton1-2/+2
2022-08-31Ruby: prevented a segfault on receiving SIGINT (^C).Andrew Clayton1-0/+2
2022-07-28Ruby: fixed segfault on SIGTERM signal.Zhidao HONG1-2/+2
2022-07-27Ruby: fixed contents of SCRIPT_NAME.Alejandro Colomar2-42/+5
2022-05-13Ruby: added stream IO "close" required by Rack specification.Zhidao HONG1-0/+10
2022-03-09Ruby: added the Rack environment parameter "SCRIPT_NAME".Zhidao HONG2-4/+42
2021-10-28Moving request limit control to libunit.Max Romanov1-7/+1
2021-07-02Ruby: process and thread lifecycle hooks.Oisin Canty1-1/+142
2021-07-01Ruby: improved logging of exceptions without backtraces.Oisin Canty1-4/+8
2021-05-18Ruby: changing deprecated rb_cData to rb_cObject.Oisin Canty1-2/+6
2021-03-15Ruby: fixed encodings initialization.Valentin Bartenev1-0/+4
2020-12-07Ruby: fixed crash on thread start.Max Romanov1-1/+13
2020-11-05Ruby: error checking during thread creation.Max Romanov1-2/+6
2020-11-05Ruby: request processing in multiple threads.Max Romanov3-206/+500
2020-11-05Ruby: reusing static constant references to string objects.Max Romanov1-43/+115
2020-07-31Isolation: fixed the generation of mounts table.Tiago Natel de Moura1-1/+2
2020-06-23Isolation: fixed build when features aren't detected.Tiago Natel de Moura1-2/+0
2020-05-28Added "rootfs" feature.Tiago Natel de Moura1-0/+5
2020-03-09Refactor of process management.Tiago Natel de Moura1-8/+12
2020-03-12Introducing readline function in libunit.Max Romanov1-20/+8
2020-01-28Ruby: changing callback functions prototype for v2.7.Max Romanov2-11/+13
2019-12-24Adding "limits/shm" configuration validation and parsing.Max Romanov1-0/+1
2019-11-13Ruby: fixing initialization sequence.Max Romanov1-4/+7
2019-10-10Style fixes.Igor Sysoev1-2/+4
2019-03-21Adjusting request schema value according to connection tls state.Max Romanov1-1/+3
2019-02-28Made QUERY_STRING mandatory.Valentin Bartenev1-4/+2
2019-02-28Introducing Java Servlet Container beta.Max Romanov1-0/+1
2019-02-27Fixed processing of SERVER_NAME after 77aad2c142a0.Valentin Bartenev1-21/+7
2018-08-06Unit application library.Max Romanov3-419/+360
2018-07-10Ruby: added "require('bundler/setup')".Alexander Borisov1-1/+23
2018-06-25Introduced nxt_length() macro.Valentin Bartenev1-5/+5
2018-05-21Added SERVER_SOFTWARE request meta-variable.Valentin Bartenev1-0/+5
2018-04-04Changed version processing for modules.Alexander Borisov1-1/+1
2018-04-03Ruby: added 'enc/trans/transdb' module for converting encodings.Alexander Borisov1-0/+3
2018-03-21Added Ruby support.Alexander Borisov3-0/+1235