about summary refs log tree commit homepage
path: root/ext/posix_mq/posix_mq.c
DateCommit message (Expand)
2017-03-18TypedData C-API conversion pu
2017-03-18set correct condition for setting id_autoclose
2016-02-02support idempotent POSIX_MQ#close
2015-01-16POSIX_MQ#autoclose= propagates to IO
2015-01-11favor comparisons against zero instead of -1
2015-01-09pack rw_args struct
2015-01-09support autoclose= and autoclose?
2015-01-09for_fd: delay assigning to mq->des until after mq_getattr
2015-01-04Ability to adopt file descriptors
2014-02-15avoid deprecated rb_thread_blocking_region in Ruby 2.0/2.1
2014-02-09prepare for rb_thread_blocking_region removal
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
2011-06-16fix compiler warnings, oops
2011-06-14num2timespec: remove needless double-assignment
2011-06-14no need to rb_intern("*")
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-27doc: note that the try* interfaces are not final
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-27Do not trust locally cached mq_flags
2011-02-23doc: note that timeout is not always supported
2011-02-23fix MQ_IO_NIL_P and MQ_IO_CLOSE macros
2011-02-22attempt to support systems w/o mq_timedsend/mq_timedreceive
2011-02-22use StringValueCStr for paths
2011-02-22fix broken rb_str_set_len() #define for Ruby 1.8.6
2011-02-22fix for systems that can't convert mqd_t to FD
2010-12-24add Rubinius support
2010-12-24refactor type checks and remove unnecessary guards
2010-12-24remove rb_time_interval() and gettimeofday() dependency
2010-08-19avoid double close() and EBADF
2010-08-02open/notify: invoke GC if needed
2010-05-09fix POSIX_MQ#notify(&block) aka SIGEV_THREAD
2010-04-22GC safety fixes
2010-04-21cleaner lookup "Signal" of constant
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-02-20POSIX_MQ#to_io works under FreeBSD, too
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-13use GC correctly and avoid memory leaks