about summary refs log tree commit homepage
DateCommit message (Expand)
2014-02-15posix_mq 2.1.0 - ensure compatibility with future Rubies v2.1.0
2014-02-15avoid deprecated rb_thread_blocking_region in Ruby 2.0/2.1
2014-02-09prepare for rb_thread_blocking_region removal
2013-09-30Rakefile: kill raa_update task
2012-08-06pkg.mk: update
2012-08-06posix_mq 2.0.0 - a minor API change + FreeBSD fixes v2.0.0
2012-07-12test: relax test timings for timed* tests
2012-07-12extconf: fix __mq_oshandle() detection on FreeBSD
2012-07-12test: disable IO.select test if #to_io is missing
2012-07-12ext: fix type inconsistencies for int vs mqd_t retvals
2012-07-12notify: set lower bound for notify stack size
2012-07-05blocking functions do not raise Errno::EINTR
2012-07-03Add libc names for Debian GNU/kFreeBSD and FreeBSD in tests.
2012-07-03Fix call to DL::Function.new in tests
2011-06-16fix compiler warnings, oops
2011-06-14num2timespec: remove needless double-assignment
2011-06-14no need to rb_intern("*")
2011-03-01posix_mq 1.0.0 - kinder, gentler message queues v1.0.0
2011-03-01make methods that should be private, private
2011-03-01remove unused tryinit function
2011-03-01POSIX_MQ#send returns +true+ on success
2011-03-01finalize try* interfaces
2011-02-27posix-mq-rb: always prefer write-in-full behavior
2011-02-27fix warnings and enable them for tests
2011-02-27posix-mq-rb: use IO#binmode to get binary IOs
2011-02-27doc: note that the try* interfaces are not final
2011-02-27bump version to 0.8.0pre v0.8.0pre
2011-02-27doc: fix doc generation for manpage
2011-02-27add trysend, tryreceive, and tryshift interfaces
2011-02-27eliminate needless global (cPOSIX_MQ)
2011-02-27run GC on ENOSPC when calling mq_open()
2011-02-27Symbols are VALUEs, not IDs
2011-02-27tests: do not require Fiddle for Ruby 1.9
2011-02-27Do not trust locally cached mq_flags
2011-02-23cleanup DL usage for alarm() test
2011-02-23fix test alarm() case for Ruby 1.9
2011-02-23posix_mq 0.7.0 - cleanups + portability fixes v0.7.0
2011-02-23doc: full rdoc coverage!
2011-02-23doc: add copy of GPLv2
2011-02-23doc: note that timeout is not always supported
2011-02-23README: update mailing list notes
2011-02-23added a note about em-posixmq for EventMachine users
2011-02-23doc: discourage the use of notify
2011-02-23unindent class methods
2011-02-23test for alarm() working properly to interrupt
2011-02-23update URLs for git and cgit
2011-02-23fix MQ_IO_NIL_P and MQ_IO_CLOSE macros
2011-02-23test: fix GC test for systems without POSIX_MQ#to_io
2011-02-22LICENSE: dual license, adding GPLv2
2011-02-22attempt to support systems w/o mq_timedsend/mq_timedreceive