about summary refs log tree commit homepage
path: root/ext/posix_mq/posix_mq.c
DateCommit message (Expand)
2010-02-20do not release GVL for non-blocking operations
2010-02-13use GC correctly and avoid memory leaks
2010-01-09MRI 1.8 does not have rb_str_flush
2010-01-08no point in non-blocking for fd notifications
2010-01-08mode_t is usually unsigned
2010-01-07add POSIX_MQ#shift helper method
2010-01-07POSIX_MQ#notify block execution on message received
2010-01-02fix warnings on platforms where mqd_t != int
2010-01-02support POSIX_MQ#to_io under FreeBSD
2010-01-02fix build under FreeBSD 7.2
2010-01-02Fix mq.notify = nil to unregister notifications
2010-01-02initial commit v0.1.0