about summary refs log tree commit homepage
DateCommit message (Expand)
2015-01-11sleepy_penguin 3.4.1 - minor updates v3.4.1
2015-01-11gemspec: remove dead rdoc_options config
2015-01-11sleepy_penguin 3.4.0 - minor updates v3.4.0
2015-01-11gemspec: use minitest, not test-unit
2015-01-11README: stop mentioning Rubinius
2015-01-11GNUmakefile: drop more RubyForge references
2015-01-11README: label the link to the mailing list archives
2015-01-11gemspec: add dev dependency on test-unit 3.x
2015-01-11cleanup documentation links and ignores
2015-01-11relax license to LGPLv2.1+ (from v2.1 && v3 only)
2015-01-11change mailing list to sleepy-penguin@bogomips.org
2015-01-11switch documentation to olddoc
2014-12-28inotify: cleanup Inotify::Event creation
2014-12-28extconf: detect inotify_init1 in libc
2014-12-27test_inotify: add test for rm_watch
2014-02-07test_kqueue_io: add test for deleting items
2013-12-30sleepy_penguin 3.3.0 - fixes and compatibility improvements v3.3.0
2013-12-27extconf: avoid unnecessary linkage against libkqueue
2013-12-27refactor and fix leak from thread-local storage use
2013-11-21value2timespec: use StringValueCStr for correctness
2013-11-21work around lack of rb_io_get_io in Rubinius
2013-10-19tests: remove version-dependent FD_CLOEXEC checks
2013-10-19remove all signalfd-related files
2013-10-19test_epoll: switch test_dup_and_fork to exit!
2013-10-19tests: switch to minitest
2013-10-19util: minor cleanup to favor rb_io_get_io
2013-09-30Rakefile: kill raa_update task
2013-09-26init: avoid redefinition warning for _GNU_SOURCE
2013-09-26avoid RARRAY_PTR usage for Linux-only bits
2013-09-26test_epoll: minor compatibility fix for Ruby 2.1.0
2013-09-24Support for broken system without clock_gettime.
2013-07-16sleepy_penguin 3.2.0 - minor bug fixes, preliminary kqueue support v3.2.0
2013-07-03pkg: include generated version header in distribution
2013-05-15test_epoll_io: ensure subclassing Epoll::IO works
2013-05-03auto-generate SLEEPY_PENGUIN_VERSION constant
2013-05-03README: update with latest features
2013-05-03test_kqueue_io: additional test for IO-likeness
2013-05-03kqueue: remove timeout handling for nevents==0
2013-05-03doc: flesh out kqueue-related documentation
2013-05-02do not propagate Errno::EINTR into Ruby
2013-04-30test_epoll: workaround race condition in test_close
2013-04-30epoll: clear FD marks snapshot before returning
2013-04-30test_epoll: increase delay between signal spamming
2013-04-30test_epoll: join thread before return from test
2013-04-29kqueue: workaround lack of RSTRUCT* macros on Rubinius
2013-04-29kqueue/io: fix MRI 1.8 support code for event retrieval
2013-04-29test_kqueue: only test if IO#autoclose= exists
2013-04-29test_kqueue_io: join thread in test when done using
2013-04-29test_epoll: workaround MRI 1.8 threading bug
2013-04-29kqueue: set zero timeout if not retrieving events