about summary refs log tree commit homepage
DateCommit message (Expand)
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
2011-05-09retry on EINTR
2011-05-01io_splice 3.1.0 - IO::Splice.copy_stream improvement v3.1.0
2011-05-01minor documentation updates
2011-05-01IO::Splice.copy_stream doesn't change offset of source file
2011-04-27extconf: remove unnecessary dir_config statement
2011-03-01io_splice 3.0.0 - kinder, gentler Linux zero-copy v3.0.0
2011-02-28doc: more notes for IO.vmsplice
2011-02-28remove VERSION constant
2011-02-28doc: RDoc for new interfaces and changes
2011-02-28IO.vmsplice flags argument defaults to zero
2011-02-28add IO.trytee interface
2011-02-26trysplice implies SPLICE_F_NONBLOCK for flags
2011-02-26flags are optional for splice and trysplice
2011-02-26shorten calls to rb_thread_blocking_region
2011-02-26avoid signed vs unsigned comparison
2011-02-26copy_stream: File.open encoding doesn't matter
2011-02-26test: fix broken assertions on Ruby 1.9.3dev
2011-02-26copy_stream uses IO.trysplice instead of IO.splice
2011-02-26test: remove unused_port function
2011-02-26add IO.trysplice interface
2011-02-05io/splice: unindent
2011-02-05test: cleanup unused_port function
2011-02-05clean up packaging and use pkg.mk
2010-12-27doc: switch to wrongdoc
2010-12-27GNUmakefile: sync examples for documentation publishing
2010-08-02GNUmakefile: update RAA on new releases
2010-08-02Ruby io_splice 2.2.0 - updates for Linux 2.6.35 v2.2.0
2010-08-02add IO#pipe_size and IO#pipe_size= accessors
2010-06-24test_io_splice: fix broken test
2010-06-06Ruby io_splice 2.1.0 - IO::Splice.copy_stream fixes v2.1.0
2010-06-06doc: help RDoc read IO::Splice singleton methods