about summary refs log tree commit homepage
path: root/ext/sleepy_penguin/util.c
DateCommit message (Expand)
2017-01-02unify rb_gc() handling for out-of-FD conditions
2016-03-15support the splice(2) and tee(2) syscalls
2013-11-21work around lack of rb_io_get_io in Rubinius
2013-10-19util: minor cleanup to favor rb_io_get_io
2013-09-26avoid RARRAY_PTR usage for Linux-only bits
2013-04-21favor comparison against 0 for error checking
2013-04-13set close-on-exec by default under Ruby 2.0
2013-04-12epoll: cleanup GVL-release code for Ruby 2.0.0
2013-04-03util: comment explaining non-use of FIONBIO
2013-03-01reload FD after rb_io_wait_*able functions
2011-05-19disable operations on Fixnum file descriptors
2011-03-10cleanup blocking region code for 1.8
2011-03-10move set_nonblock() into util.c
2011-03-10rework flags passing for ease-of-use