about summary refs log tree commit homepage
DateCommit message (Expand)
2011-02-03kgio 2.2.0 - kinder, gentler I/O for the Internets v2.2.0
2011-02-03add SocketMethods#kgio_addr!
2011-02-02fix typos in ipv6 test case
2011-02-02add proper IPv6 support
2011-02-01avoid re-interning if GCC is not used (or under 1.8)
2011-02-01kgio_*read: empty backtrace for ECONNRESET
2011-01-31add singleton methods for non-Kgio objects
2011-01-31autopush: enable accessors for client sockets
2011-01-31autopush: enable this by default
2011-01-31autopush: optimize away ivar usage under MRI
2011-01-31autopush: enable for TCP_NOPUSH under FreeBSD
2011-01-31autopush: simplify implementation and just use ivars
2011-01-31rename nopush_smart to autopush
2011-01-27preliminary implementation of "smart_nopush"
2011-01-27revamp packaging makefile, update URLs
2011-01-18add tests for empty writes, too
2011-01-13Makefile: remove non-existent target reference
2010-12-25kgio 2.1.1 - one small Rubinius fix v2.1.1
2010-12-25avoid errno side-effects in kgio_wait_*able
2010-12-26gemspec: point folks to the public mailing list
2010-12-26kgio 2.1.0 - accept improvements and fixes v2.1.0
2010-12-26quiet down some harmless compiler warnings
2010-12-25accept4: fall back to regular accept() on ENOSYS
2010-12-25accept methods may take an optional argument
2010-12-25Rakefile: fix RAA license
2010-12-25doc: use wrongdoc for documentation
2010-12-22fix errors in RDoc
2010-11-18kgio 2.0.0 - major internal API changes v2.0.0
2010-11-18Rakefile: list prerelease tags as well
2010-11-18move website to bogomips.org
2010-11-18kgio 2.0.0pre1 - major internal API changes v2.0.0pre1
2010-11-18switch entirely to kgio_wait_*able methods
2010-11-18add default kgio_wait_*able methods
2010-11-15update documentation with mailing list info
2010-11-15README: Gemcutter => RubyGems.org
2010-11-12EOFError message matches Ruby's
2010-11-05prefer symbolic names for waiting read/writability
2010-10-28expand Kgio::*#kgio_read! documentation
2010-10-08kgio 1.3.1 - fix zero-length reads v1.3.1
2010-10-08return empty string on length=0
2010-10-07kgio 1.3.0 - bug and usability fixes v1.3.0
2010-10-07tests: don't trust what I think I know about Ruby
2010-10-07trywrite: fix stupid off-by-one error causing corrupt writes
2010-10-07make WaitWritable and WaitReadable symbols
2010-10-07kgio 1.2.1 - doc and *BSD workarounds v1.2.1
2010-10-07doc: fix RDoc generation
2010-10-06accept4: workaround (P)OS X bug w/O_NONBLOCK
2010-10-06build: pick on on modified extension files
2010-10-06doc: fix typo in Kgio.accept_cloexec= doc
2010-10-05kgio 1.2.0 - cleanups and minor improvements v1.2.0