about summary refs log tree commit homepage
DateCommit message (Expand)
2011-02-04sleepy_penguin 1.4.0 - Linux I/O events for Ruby v1.4.0
2011-02-04TODO: update with fanotify item
2011-02-04bump wrongdoc dependency
2011-02-04safety fix for Inotify#dup
2011-02-04Epoll.new does not default to close-on-exec
2011-02-04require rb_memerror and rb_io_close
2011-02-04epoll.c: safer replacement function naming
2011-02-04preliminary inotify support
2011-02-04quiet build warnings for older systems
2011-02-04epoll.c: fix uninitialized fd variable
2011-02-04Epoll#wait: do not automatically retry on EINTR
2011-02-02pkg.mk: use RbConfig instead of Config
2011-01-27pkg.mk: allow WRONGDOC variable to be overriden
2011-01-27pkg.mk: update in case we get rid of C ext
2011-01-21sleepy_penguin 1.3.1 - safety checks for delete v1.3.1
2011-01-21safer closed checks for proxied objects
2011-01-21sleepy_penguin 1.3.0 - incremental improvements v1.3.0
2011-01-21git.bogomips.org => bogomips.org
2011-01-21epoll: rdoc updates
2011-01-19move common packaging tasks into pkg.mk
2011-01-19use wrongdoc for URLs in Rakefile and gemspec
2011-01-19GNUmakefile: fix manifest target
2011-01-18epoll: add a note about CLOCK_MONOTONIC for 1.8
2011-01-17epoll: add cache/mark array debugging methods
2011-01-17use FIX2INT when we know we have a FIXNUM
2011-01-17use flag cache and marks array to optimize away syscalls
2011-01-16lazily initialize the mark array
2011-01-16epoll: deal with missing EPOLLRDHUP on older systems
2011-01-15sleepy_penguin 1.2.0 - epoll GC help v1.2.0
2011-01-15epoll: prevent IO objects from getting GC-ed
2011-01-13sleepy_penguin 1.1.1 - soft feathers, soft delete v1.1.1
2011-01-13packaging fixups, oops
2011-01-13sleepy_penguin 1.1.0 - soft feathers, soft delete
2011-01-13epoll: add "delete" for soft failures
2011-01-13minor doc updates, use wrongdoc
2011-01-13test_epoll: redundant, redefined method, oops!
2011-01-13extconf.rb: remove unnecessary dir_config
2010-09-27README: update summary
2010-09-26update documentation and build v1.0.0
2010-09-26test_epoll: workaround less aggressive GC in rbx
2010-09-26provide rb_io_close() for Rubinius
2010-09-26epoll: fix typo for rb_memerror()
2010-09-26misc documentation updates
2010-09-26wire up EventFD class
2010-09-26add TimerFD class
2010-09-26epoll: add cross-thread test/example
2010-09-26epoll: fix MRI 1.8 build
2010-09-26Epoll#dup and Epoll#clone inherit close-on-exec
2010-09-26simplify epoll_create1 wrapper
2010-09-26epoll: add fork protection