issues
search
ruby-amqp
/
amq-protocol
AMQP 0.9.1 protocol serialization and deserialization implementation for Ruby (2.0+)
http://groups.google.com/group/ruby-amqp
MIT License
48
stars
31
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Allow frozen strings in message bodies
#78
djrodgerspryor
opened
1 year ago
0
Fixes #76 - Conversion error when message headers and properties contain long UTF-8 strings;
#77
bbascarevic
closed
4 years ago
1
String conversion error when encoding message properties and headers
#76
bbascarevic
closed
4 years ago
1
Rubyforge project deprecated warning
#75
StefanWallin
closed
4 years ago
1
README: Use SVG badge
#74
olleolleolle
closed
5 years ago
0
Removing effin utf-8 gem dependency
#73
lucianosousa
closed
5 years ago
1
Dup Default Settings
#72
Tensho
closed
6 years ago
2
AMQ::Protocol.configure can return a bogus `ssl` key value that's not a boolean
#71
michaelklishin
closed
6 years ago
0
Connection Parameters Handling
#70
Tensho
closed
6 years ago
6
Extend URI Parsing Specs
#69
Tensho
closed
6 years ago
1
Refactor URI Parsing Spec
#68
Tensho
closed
6 years ago
3
Parse URI Query Parameters
#67
Tensho
closed
6 years ago
0
URI Query Parameters
#66
Tensho
closed
6 years ago
12
unpack timestamps as 64-bit unsigned intergers
#65
carlhoerberg
closed
7 years ago
1
Timestamp is a 64-bit integer
#64
carlhoerberg
closed
7 years ago
1
Support multiple hosts through a connection string
#63
bradrobertson
closed
7 years ago
9
⚠️ Fixes for Ruby Warnings
#62
amatsuda
closed
7 years ago
7
Update documentation of IntAllocator#allocate
#61
camelpunch
closed
8 years ago
0
Build improvements
#60
thedrow
closed
8 years ago
1
Update copyright notice to 2016 [ci skip]
#59
Atul9
closed
8 years ago
0
Not a valid type: “x” with byte array element in Headers
#58
ghost
closed
8 years ago
19
Fix encoding for headers and properties if using nested headers
#57
TomFreudenberg
closed
8 years ago
9
Fix #30 (headers encoding other than ASCII-8BIT)
#56
TomFreudenberg
closed
8 years ago
3
Encode integer values in headers as 64 bit signed integers
#55
priviterag
closed
9 years ago
0
Removed ruby 1.8.7 and fixed two tests
#54
priviterag
closed
9 years ago
0
merge changes from forked repo
#53
priviterag
closed
9 years ago
1
Serialisation of negative integers in headers
#52
michaelklishin
closed
9 years ago
2
Revert "[De-]Serialise integers as signed"
#51
michaelklishin
closed
9 years ago
0
[De-]Serialise integers as signed
#50
michaelklishin
closed
9 years ago
0
Negative integers serialisation in tables seems to be off
#49
michaelklishin
closed
9 years ago
0
most of the way to rspec 3
#48
dbyron0
closed
9 years ago
9
Remove warnings about URI.unescape being deprecated
#47
jdrago999
closed
9 years ago
0
Move to RSpec 3.1
#46
michaelklishin
closed
9 years ago
7
Use the correct platform constraint for the ruby-prof dependency
#45
njonsson
closed
10 years ago
1
Use the correct version constraint for the RSpec dependency
#44
njonsson
closed
10 years ago
1
Frame-max = 0 brings you to infinite loop
#43
skrat
closed
10 years ago
11
[Issue #40 resubmission] 'b' frame decoding changed from int8 to char (uint8)
#42
ghost
closed
10 years ago
0
fixed single bite conversion from signed to unsigned for 'b' frames
#41
ghost
closed
10 years ago
5
'b' frames are being decoded using a PACK_INT8 (signing the bits)
#40
ghost
closed
10 years ago
1
Add a Bitdeli Badge to README
#39
bitdeli-chef
closed
10 years ago
0
fixed signed 16bit amqp framing conversion
#38
ghost
closed
10 years ago
1
fixed signed 16bit amqp framing conversion
#37
ghost
closed
10 years ago
3
frame type 's' (16 signed ints) isn't evaluated correctly.
#36
ghost
closed
10 years ago
3
Add proper implementation of next_clear_bit for Bitset and update int_al...
#35
pairing
closed
10 years ago
3
Fix framing issue in the encode_body() method
#34
nviennot
closed
11 years ago
3
connection.blocked support
#33
michaelklishin
closed
11 years ago
2
mqtt decode error
#32
jnqn
closed
11 years ago
2
Float values cause sporadic errors
#31
mmazour
closed
11 years ago
6
Strings with forced UTF-8 encoding trip headers table encoder
#30
michaelklishin
closed
11 years ago
7
Signed Integer Decoding
#29
cadwallion
closed
11 years ago
2
Next