about summary refs log tree commit homepage
DateCommit message (Expand)
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