about summary refs log tree commit homepage
path: root/ext/kgio/write.c
DateCommit message (Expand)
2016-12-15reinstate the original (and dangerous) autopush in C
2015-08-13remove autopush support and make it a no-op
2015-01-10cleanup: avoid shadowing rb_str_subseq
2014-02-08prepare for rb_thread_blocking_region removal
2014-02-05various 1.8.7 fixes
2014-02-05only define and test kgio_syssend on 1.9+
2014-02-04write: correct check for various blocking regions
2014-02-04add kgio_syssend method to wrap send(2)
2014-02-04split read_write.c into {read,write,writev}.c