about summary refs log tree commit homepage
DateCommit message (Expand)
2020-02-22Ruby io_splice 4.4.2 - URL + doc updates HEAD v4.4.2 master
2020-02-22doc: update URLs to point to YHBT.net
2019-01-02Ruby io_splice 4.4.1 - minor updates v4.4.1
2019-01-02README: add a note on sleepy_penguin providing splice + tee
2019-01-02doc: update URLs to HTTPS and remove refs to mail software
2019-01-02pkg.mk: build system updates
2018-05-18io/splice: fix mismatched indentation warnings
2015-01-11Ruby io_splice 4.4.0 - minor updates v4.4.0
2015-01-11gemspec: remove dead wrongdoc stuff
2015-01-11doc updates
2015-01-10favor comparisons against zero instead of -1
2015-01-10pack internal structs for 64-bit systems
2015-01-10switch documentation to olddoc
2015-01-10move mailing list to ruby-io-splice@bogomips.org
2014-02-15io_splice 4.3.0 - cleanups and compatibility fixes v4.3.0
2014-02-15avoid deprecated rb_thread_blocking_region on 2.0+
2014-02-09deprecate and remove docs for IO::Splice::WAITALL
2014-02-09remove copy_stream tests and references
2014-02-09prepare for rb_thread_blocking_region removal
2013-09-30Rakefile: kill raa_update task
2013-09-26avoid RARRAY_PTR usage for vmsplice
2013-05-12.gitignore: add .rbx
2013-05-12io/splice: deprecated potentially unsafe methods
2013-04-21set close-on-exec in pipe size modification check
2013-01-19io_splice 4.2.0 - several bugfixes and workarounds v4.2.0
2013-01-19vmsplice: more consistent fileno retry handling
2013-01-19vmsplice: avoid referencing invalid stack address for strings
2012-03-08doc: s/librelist.com/librelist.org/
2012-03-07avoid uname() for pipe size modification checks
2011-05-18limit maximum splice length to 1 << 30
2011-05-18copy_stream: small cleanup for pipe splicing
2011-05-17io_splice 4.1.1 - workaround socket -> pipe issues v4.1.1
2011-05-17expand doc for non-blocking splice into a pipe
2011-05-17copy_stream: always use SPLICE_F_NONBLOCK for partial copy
2011-05-16io_splice 4.1.0 - copy_stream enhancement for 1.9 v4.1.0
2011-05-13copy_stream coerces based on #to_path
2011-05-12io_splice 4.0.0 - easier to use! v4.0.0
2011-05-12fix up documentation for fd vs IO objects
2011-05-12copy_stream: enough to get this working under MRI 1.8
2011-05-12test_copy_stream: fix userspace buffering assumption
2011-05-12add copy_stream test from MRI
2011-05-12copy_stream: update src_offset on retries
2011-05-10copy_stream attempts to use IO::Splice::WAITALL
2011-05-10test_io_splice: disable timeout-related tests in non-MRI
2011-05-09add IO::Splice::WAITALL flag support
2011-05-09test_io_splice_eintr: beef up test
2011-05-09use ssize_t/size_t instead of long/unsigned long
2011-05-09EINTR test only works under 1.9
2011-05-09detect closed descriptors on EINTR
2011-05-09my_fileno: use FIX2INT instead of NUM2INT