about summary refs log tree commit homepage
DateCommit message (Expand)
2010-05-04posix_mq 0.5.0 v0.5.0
2010-05-04doc: updates for RDoc 2.5.x
2010-05-04rename `posix-mq.rb' executable to `posix-mq-rb'
2010-04-22GC safety fixes
2010-04-21cleaner lookup "Signal" of constant
2010-03-13posix_mq 0.4.0 v0.4.0
2010-03-13ensure POSIX_MQ#name is clobber-proof
2010-03-13remove non-portable #warning CPP directive
2010-03-02add TODO item for using netlink under Linux
2010-03-02fix potential race with notify(&block)
2010-02-20POSIX_MQ#to_io works under FreeBSD, too
2010-02-20README: add mailing list archives info
2010-02-20avoid shadow warnings
2010-02-20POSIX_MQ#<< does not release GVL when non-blocking
2010-02-20do not release GVL when unlinking/opening
2010-02-20do not release GVL for non-blocking operations
2010-02-20make POSIX_MQ#dup and POSIX_MQ#clone no-op
2010-02-13posix_mq 0.3.1 v0.3.1
2010-02-13use GC correctly and avoid memory leaks
2010-01-21add #shift test with destination buffer
2010-01-09Rakefile: fix raa_update task
2010-01-09posix_mq 0.3.0 v0.3.0
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 only works on GNU/Linux for now
2010-01-07POSIX_MQ#notify block execution on message received
2010-01-02fix warnings on platforms where mqd_t != int
2010-01-02bump GIT-VERSION-GEN
2010-01-03posix_mq 0.2.0 v0.2.0
2010-01-02support POSIX_MQ#to_io under FreeBSD
2010-01-02fix build under FreeBSD 7.2
2010-01-02doc: FreeBSD-specific notes + example code
2010-01-02Fix mq.notify = nil to unregister notifications
2010-01-02initial commit v0.1.0