about summary refs log tree commit homepage
DateCommit message (Expand)
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
2010-09-25Epoll#del only takes one argument
2010-09-25epoll: factor out event data packing/unpacking
2010-09-25tests for EPOLLET and EINPROGRESS
2010-08-21extconf: enable detection of {timer,signal,event}fd.h
2010-08-21README: clarify that we're a Ruby library
2010-08-21initial - epoll support working