summaryrefslogtreecommitdiffhomepage
path: root/src/ruby/nxt_ruby_stream_io.c (follow)
AgeCommit message (Collapse)AuthorFilesLines
2020-03-12Introducing readline function in libunit.Max Romanov1-20/+8
Ruby and Java modules now use this function instead of own implementations.
2020-01-28Ruby: changing callback functions prototype for v2.7.Max Romanov1-9/+9
This closes #371 issue on GitHub.
2019-10-10Style fixes.Igor Sysoev1-2/+4
2018-08-06Unit application library.Max Romanov1-49/+29
Library now used in all language modules. Old 'nxt_app_*' code removed. See src/test/nxt_unit_app_test.c for usage sample.
2018-03-21Added Ruby support.Alexander Borisov1-0/+290