about summary refs log tree commit homepage
DateCommit message (Expand)
2023-09-10drop remaining 1.8 and fragile autopush code paths HEAD master
2023-09-10sock_for_fd: drop 1.8/1.9/2.x/3.0-specific hacks
2023-09-10my_fileno: drop Ruby 1.8 support, really require 1.9.3
2023-09-10doc: various updates ahead of release
2023-09-05Use rb_io_descriptor if available for Ruby 3.3 compatibility
2021-05-25kgio 2.11.4 v2.11.4
2021-05-25pkg.mk: remove index.html and created.rid from homepage
2021-05-25fix compatibility with GC.compact
2021-05-25doc: update to v3 Onion URLs
2021-05-25HACKING: update docs with "git request-pull" info
2021-03-25doc: add .onion URLs for Tor users
2020-01-08kgio 2.11.3 v2.11.3
2019-12-25doc: move from bogomips.org/kgio to yhbt.net/kgio
2019-12-25doc: remove private email and outdated gmane archives
2019-12-25build: remove olddoc from the gemspec
2019-12-14test_syssend: avoid warning on cleanup
2019-12-14test_connect_fd_leak: do not close socket if non-existent
2019-10-30tests: fix unused variable warnings from newer Rubies
2019-10-28test: fix warnings with RUBYOPT=-w
2019-10-28pkg.mk: use dark216 theme for Earth Day 2019
2019-01-02pkg.mk: use --local to "gem install"
2018-01-30kgio 2.11.2 - fix Ruby 2.5 compatibility for accept_class v2.11.2
2018-01-19accept: avoid passing unnecessary arg to rb_funcall
2017-12-15kgio 2.11.1 - fix Ruby 2.5.0dev compatibility v2.11.1
2017-12-15wait: avoid passing unnecessary args to rb_funcall
2016-12-16HACKING: fix linkifcation for Message-IDs
2016-12-16README: formatting fix
2016-12-16various documentation updates
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