about summary refs log tree commit homepage
DateCommit message (Expand)
2016-12-16kgio 2.11.0 - reverting 2.10.0 breakage v2.11.0
2016-12-16test: increase test data sizes to fill socket buffers
2016-12-16TODO: update with Ruby 2.3 status
2016-12-15reinstate the original (and dangerous) autopush in C
2015-10-09resurrect Kgio.autopush support in pure Ruby
2015-09-06kgio 2.10.0 - slimming down... v2.10.0
2015-09-02HACKING: update URL for Message-ID lookup
2015-08-13remove autopush support and make it a no-op
2015-08-12minor doc updates
2015-08-12poll: avoid rb_funcall for rb_hash_clear
2015-04-19writev: update comment on preserving errno
2015-01-12README: remove reference to Rainbows!
2015-01-12kgio 2.9.3 - minor cleanups and fixes v2.9.3
2015-01-12gemspec: use SPDX license abbreviation
2015-01-12gemspec: remove invalid rdoc_options
2015-01-12pkg.mk: synchronize with my other projects
2015-01-10cleanup: avoid shadowing rb_ary_subseq
2015-01-10cleanup: avoid shadowing rb_str_subseq
2015-01-10fixup -Wshorten-64-to-32 warnings
2015-01-10cleanup packaging harder
2015-01-09LICENSE: prefer URL to FSF address
2015-01-09tryopen: add RB_GC_GUARD for Ruby 1.8
2015-01-09TODO: updates for the future of kgio
2015-01-09remove references to rubyforge and ancient Rubies
2015-01-09doc: switch to olddoc
2014-11-17gemspec: modernize for more recent rubygems
2014-11-17relax license to allow LGPLv2.1 or later
2014-11-17new mailing list info: kgio-public@bogomips.org
2014-04-09test/lib_read_write: fix trywritev blocking test
2014-02-15kgio 2.9.2 - avoid deprecated/removed function v2.9.2
2014-02-15avoid deprecated rb_thread_blocking_region on MRI 2.x
2014-02-08prepare for rb_thread_blocking_region removal
2014-02-05kgio 2.9.1 - various Ruby 1.8.7 fixes v2.9.1
2014-02-05various 1.8.7 fixes
2014-02-05only define and test kgio_syssend on 1.9+
2014-02-04kgio 2.9.0 - cleanups, bug fixes, minor improvements v2.9.0
2014-02-04tryopen: additional debug information for bad Errno values
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
2014-02-04set RSTRING_MODIFIED where appropriate for Rubinius
2014-02-04connect: constify RSTRING-related things
2014-01-20avoid downsizing casts
2014-01-20Don't use deprecated api
2013-09-30Rakefile: kill raa_update task
2013-09-25my_writev: stylistic fixes
2013-09-25read_write: remove the rest of RARRAY_PTR usage
2013-09-25tryopen: remove RARRAY_PTR usage in init
2013-09-25test_poll: remove race prone test_poll_EINTR_changed test
2013-09-11kgio 2.8.1 - minor improvements and test fixes v2.8.1