summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-06-16fix compiler warnings, oopsHEADmasterEric Wong1-2/+1
2011-06-14num2timespec: remove needless double-assignmentEric Wong1-1/+0
2011-06-14no need to rb_intern("*")Eric Wong1-3/+2
2011-03-01posix_mq 1.0.0 - kinder, gentler message queuesv1.0.0Eric Wong1-1/+1
2011-03-01make methods that should be private, privateEric Wong2-4/+4
2011-03-01remove unused tryinit functionEric Wong1-8/+0
2011-03-01POSIX_MQ#send returns +true+ on successEric Wong2-7/+12
2011-03-01finalize try* interfacesEric Wong1-9/+0
2011-02-27posix-mq-rb: always prefer write-in-full behaviorEric Wong1-3/+3
2011-02-27fix warnings and enable them for testsEric Wong2-5/+6
2011-02-27posix-mq-rb: use IO#binmode to get binary IOsEric Wong1-2/+4
2011-02-27doc: note that the try* interfaces are not finalEric Wong1-3/+13
2011-02-27bump version to 0.8.0prev0.8.0preEric Wong2-6/+1
2011-02-27doc: fix doc generation for manpageEric Wong1-1/+1
2011-02-27add trysend, tryreceive, and tryshift interfacesEric Wong2-9/+94
2011-02-27eliminate needless global (cPOSIX_MQ)Eric Wong1-2/+2
2011-02-27run GC on ENOSPC when calling mq_open()Eric Wong1-1/+5
2011-02-27Symbols are VALUEs, not IDsEric Wong1-1/+1
2011-02-27tests: do not require Fiddle for Ruby 1.9Eric Wong1-2/+7
2011-02-27Do not trust locally cached mq_flagsEric Wong2-19/+18
2011-02-24cleanup DL usage for alarm() testEric Wong1-17/+11
2011-02-24fix test alarm() case for Ruby 1.9Eric Wong1-2/+11
2011-02-24posix_mq 0.7.0 - cleanups + portability fixesv0.7.0Eric Wong2-3/+5
2011-02-24doc: full rdoc coverage!Eric Wong2-1/+6
2011-02-24doc: add copy of GPLv2Eric Wong3-1/+341
2011-02-24doc: note that timeout is not always supportedEric Wong1-0/+9
2011-02-24README: update mailing list notesEric Wong1-1/+5
2011-02-24added a note about em-posixmq for EventMachine usersEric Wong1-0/+3
2011-02-24doc: discourage the use of notifyEric Wong1-0/+5
2011-02-24unindent class methodsEric Wong1-13/+10
2011-02-23test for alarm() working properly to interruptEric Wong1-0/+28
2011-02-23update URLs for git and cgitEric Wong2-4/+4
2011-02-23fix MQ_IO_NIL_P and MQ_IO_CLOSE macrosEric Wong1-2/+2
2011-02-23test: fix GC test for systems without POSIX_MQ#to_ioEric Wong1-1/+4
2011-02-23LICENSE: dual license, adding GPLv2Eric Wong1-8/+13
2011-02-23attempt to support systems w/o mq_timedsend/mq_timedreceiveEric Wong3-5/+56
2011-02-22extconf: remove unnecessary dir_config statementEric Wong1-1/+0
2011-02-22use StringValueCStr for pathsEric Wong2-9/+10
2011-02-22fix broken rb_str_set_len() #define for Ruby 1.8.6Eric Wong1-0/+1
2011-02-22fix for systems that can't convert mqd_t to FDEric Wong1-1/+1
2011-02-22switch to pkg.mk for packaging needsEric Wong5-156/+192
2010-12-26publish_news target is less braindeadEric Wong2-2/+16
2010-12-25posix_mq 0.6.0 - Rubinius supportv0.6.0Eric Wong2-3/+3
2010-12-25switch to wrongdoc for documentationEric Wong7-239/+51
2010-12-25add Rubinius supportEric Wong4-41/+33
2010-12-25refactor type checks and remove unnecessary guardsEric Wong2-15/+27
2010-12-25remove rb_time_interval() and gettimeofday() dependencyEric Wong3-11/+85
2010-08-20tests: use Class#method_defined?Eric Wong1-11/+9
2010-08-20test: avoid leaving queues behindEric Wong1-1/+1
2010-08-20avoid double close() and EBADFEric Wong2-13/+26