about summary refs log tree commit homepage
path: root/test/test_wbuf.rb
DateCommit message (Expand)
2016-07-12wbuf_lite: use StringIO instead of TmpIO
2016-06-06wbuf: remove tmpdir parameter
2016-06-05wbuf: remove needless "busy" parameter
2016-01-02copyright updates for 2016
2016-01-02enable frozen_string_literal for Ruby 2.3+
2015-12-01test_wbuf: deal with proper zero-copy for Unix sockets
2015-10-13copyright updates
2015-04-03wbuf: store busy signal inside this object
2014-05-12test_wbuf: workaround Linux-specific behavior
2014-02-08wbuf_common: avoid trysendfile on empty sf_count
2013-11-02account for truncated/expanded static files
2013-11-01input and output buffers support tmpdir: arguments
2013-11-01wbuf: bypass buffering if buffers are caught up
2013-10-25enforce FD_CLOEXEC on all pipes, including tests
2013-10-21test_wbuf: avoid floating point arg to read_nonblock
2013-10-21tests: support disabling parallelization env
2013-10-18initial commit