index
:
ruby_posix_mq.git
master
POSIX message queues for Ruby
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2011-06-16
fix compiler warnings, oops
HEAD
master
Eric Wong
1
-2/+1
2011-06-14
num2timespec: remove needless double-assignment
Eric Wong
1
-1/+0
2011-06-14
no need to rb_intern("*")
Eric Wong
1
-3/+2
2011-03-01
posix_mq 1.0.0 - kinder, gentler message queues
v1.0.0
Eric Wong
1
-1/+1
2011-03-01
make methods that should be private, private
Eric Wong
2
-4/+4
2011-03-01
remove unused tryinit function
Eric Wong
1
-8/+0
2011-03-01
POSIX_MQ#send returns +true+ on success
Eric Wong
2
-7/+12
2011-03-01
finalize try* interfaces
Eric Wong
1
-9/+0
2011-02-27
posix-mq-rb: always prefer write-in-full behavior
Eric Wong
1
-3/+3
2011-02-27
fix warnings and enable them for tests
Eric Wong
2
-5/+6
2011-02-27
posix-mq-rb: use IO#binmode to get binary IOs
Eric Wong
1
-2/+4
2011-02-27
doc: note that the try* interfaces are not final
Eric Wong
1
-3/+13
2011-02-27
bump version to 0.8.0pre
v0.8.0pre
Eric Wong
2
-6/+1
2011-02-27
doc: fix doc generation for manpage
Eric Wong
1
-1/+1
2011-02-27
add trysend, tryreceive, and tryshift interfaces
Eric Wong
2
-9/+94
2011-02-27
eliminate needless global (cPOSIX_MQ)
Eric Wong
1
-2/+2
2011-02-27
run GC on ENOSPC when calling mq_open()
Eric Wong
1
-1/+5
2011-02-27
Symbols are VALUEs, not IDs
Eric Wong
1
-1/+1
2011-02-27
tests: do not require Fiddle for Ruby 1.9
Eric Wong
1
-2/+7
2011-02-27
Do not trust locally cached mq_flags
Eric Wong
2
-19/+18
2011-02-24
cleanup DL usage for alarm() test
Eric Wong
1
-17/+11
2011-02-24
fix test alarm() case for Ruby 1.9
Eric Wong
1
-2/+11
2011-02-24
posix_mq 0.7.0 - cleanups + portability fixes
v0.7.0
Eric Wong
2
-3/+5
2011-02-24
doc: full rdoc coverage!
Eric Wong
2
-1/+6
2011-02-24
doc: add copy of GPLv2
Eric Wong
3
-1/+341
2011-02-24
doc: note that timeout is not always supported
Eric Wong
1
-0/+9
2011-02-24
README: update mailing list notes
Eric Wong
1
-1/+5
2011-02-24
added a note about em-posixmq for EventMachine users
Eric Wong
1
-0/+3
2011-02-24
doc: discourage the use of notify
Eric Wong
1
-0/+5
2011-02-24
unindent class methods
Eric Wong
1
-13/+10
2011-02-23
test for alarm() working properly to interrupt
Eric Wong
1
-0/+28
2011-02-23
update URLs for git and cgit
Eric Wong
2
-4/+4
2011-02-23
fix MQ_IO_NIL_P and MQ_IO_CLOSE macros
Eric Wong
1
-2/+2
2011-02-23
test: fix GC test for systems without POSIX_MQ#to_io
Eric Wong
1
-1/+4
2011-02-23
LICENSE: dual license, adding GPLv2
Eric Wong
1
-8/+13
2011-02-23
attempt to support systems w/o mq_timedsend/mq_timedreceive
Eric Wong
3
-5/+56
2011-02-22
extconf: remove unnecessary dir_config statement
Eric Wong
1
-1/+0
2011-02-22
use StringValueCStr for paths
Eric Wong
2
-9/+10
2011-02-22
fix broken rb_str_set_len() #define for Ruby 1.8.6
Eric Wong
1
-0/+1
2011-02-22
fix for systems that can't convert mqd_t to FD
Eric Wong
1
-1/+1
2011-02-22
switch to pkg.mk for packaging needs
Eric Wong
5
-156/+192
2010-12-26
publish_news target is less braindead
Eric Wong
2
-2/+16
2010-12-25
posix_mq 0.6.0 - Rubinius support
v0.6.0
Eric Wong
2
-3/+3
2010-12-25
switch to wrongdoc for documentation
Eric Wong
7
-239/+51
2010-12-25
add Rubinius support
Eric Wong
4
-41/+33
2010-12-25
refactor type checks and remove unnecessary guards
Eric Wong
2
-15/+27
2010-12-25
remove rb_time_interval() and gettimeofday() dependency
Eric Wong
3
-11/+85
2010-08-20
tests: use Class#method_defined?
Eric Wong
1
-11/+9
2010-08-20
test: avoid leaving queues behind
Eric Wong
1
-1/+1
2010-08-20
avoid double close() and EBADF
Eric Wong
2
-13/+26
[next]