about summary refs log tree commit homepage
DateCommit message (Expand)
2011-03-10sleepy_penguin 2.0.0 v2.0.0
2011-03-10signalfd.c: fix whitespace
2011-03-10inotify: release GVL during Inotify#close on 1.9
2011-03-10inotify: add Inotify#each method for yielding each event
2011-03-10inotify.c: fix local variable name for RDoc
2011-03-10README: misc updates
2011-03-10packaging updates, remove Isolate dependency
2011-03-10signalfd: attempt to support POSIX real-time signals
2011-03-10eventfd: remove "_nonblock" interfaces
2011-03-10TimerFD#expirations takes a nonblock flag
2011-03-10eventfd: test EventFD::MAX value
2011-03-10eventfd: test for :SEMAPHORE semantics
2011-03-10signalfd: flesh out SignalFD#take with non-blocking
2011-03-10Inotify#take releases GVL unconditionally
2011-03-10split out missing bits for older glibc and kernels
2011-03-10cleanup blocking region code for 1.8
2011-03-10test_epoll_gc: disable expensive test by default
2011-03-10cleanup unneeded #define shortcuts
2011-03-10move set_nonblock() into util.c
2011-03-10timerfd: hook up TimerFD#gettime
2011-03-10test_inotify: do not check 1.9 IO constants
2011-03-10doc: improve RDoc documentation
2011-03-10signalfd: test with sigqueue() with DL help
2011-03-10rework flags passing for ease-of-use
2011-03-10remove SLEEPY_PENGUIN_VERSION constant
2011-03-06add SignalFD#update! method
2011-03-06signalfd: gets => take
2011-03-06disable epoll optimizations test if Strace::me is missing
2011-03-06remove TimerFD.create, it's redundant
2011-03-06inotify: some rdoc and comments
2011-03-05inotify: use StringValueCStr for paths
2011-03-05add SignalFD interface
2011-03-05add top-level SP shortcut constant
2011-03-05eventfd.c: fixes for Ruby 1.9
2011-02-06pkg.mk: lib/ may not always exist
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