openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
Forums
pika AMQP Module for RabbitMQ
Settings
|
Report Duplicate
3
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Activity Not Available
Commits
: Listings
Analyzed
about 1 year
ago. based on code collected
about 1 year
ago.
Jan 16, 2023 — Jan 16, 2024
Showing page 83 of 84
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
Fix issue 2, by retrieving a snapshot of rabbitmq-codegen if it can't be found nearby.
Tony Garnock-Jones
More...
about 15 years ago
Make port number specifiable on a per-host basis rather than with the -p opt.
Tony Garnock-Jones
More...
about 15 years ago
Oddly, some socket errors don't contain an errno?
Tony Garnock-Jones
More...
about 15 years ago
Add missing callbacks to reconnection strategies.
Tony Garnock-Jones
More...
about 15 years ago
Use heartbeats in demo_relay.
Tony Garnock-Jones
More...
about 15 years ago
Implement heartbeating.
Tony Garnock-Jones
More...
about 15 years ago
Make close-reasons configurable.
Tony Garnock-Jones
More...
about 15 years ago
Rearrange call to _codec_repr.
Tony Garnock-Jones
More...
about 15 years ago
shutdown_event_loop becomes disconnect_transport, and we ensure that on_disconnected is called after an explicit disconnection.
Tony Garnock-Jones
More...
about 15 years ago
reconnect_after becomes delayed_call
Tony Garnock-Jones
More...
about 15 years ago
Don't expect a body frame if the body size is known to be zero!
Tony Garnock-Jones
More...
over 15 years ago
According to the letter of the spec, the server is permitted to accept a client protocol version higher than it supports itself, and to respond with a Connection.Start method. For some reason, RabbitMQ's 0-8 branch implements this behaviour, so when we ask for 0-9-1, we get a 0-8 Connection.Start back from the 0-8 server. The fix is to pay attention to Connection.Start's contents, and is done here on the master branch so that it can be merged into the amqp_0_9_1 branch.
Tony Garnock-Jones
More...
over 15 years ago
Fix up version mismatch handling for 0-8 client connecting to 0-9-1 server
Tony Garnock-Jones
More...
over 15 years ago
The great renaming
Tony Garnock-Jones
More...
over 15 years ago
Change .hgignore to .gitignore
Tony Garnock-Jones
More...
over 15 years ago
Added tag converted_mercurial_to_git for changeset 8d3c78623abf
Tony Garnock-Jones
More...
over 15 years ago
Done, with BlockingConnection.
Tony Garnock-Jones
More...
over 15 years ago
Support attaching content to Basic.GetOk
Tony Garnock-Jones
More...
over 15 years ago
Add and test blocking connection.
Tony Garnock-Jones
More...
over 15 years ago
Remove unnecessary constructor override.
Tony Garnock-Jones
More...
over 15 years ago
Minimal tweaks to tests
Tony Garnock-Jones
More...
over 15 years ago
Avoid firing the state change handler on registration if no transitions have happened yet.
Tony Garnock-Jones
More...
over 15 years ago
Correct missing import.
Tony Garnock-Jones
More...
over 15 years ago
Occasionally, recv gives EAGAIN, and immediate retrying doesn't help; so this patch returns to the main loop, where we run through another select() before trying recv again.
Tony Garnock-Jones
More...
over 15 years ago
Automatic reconnection.
Tony Garnock-Jones
More...
over 15 years ago
Update example constructor calls.
Tony Garnock-Jones
More...
over 15 years ago
Add connection.ensure_closed(); avoid potential race in channel._rpc; report event handler errors by default; reset pending lists on disconnection too, as there's no point in attempting relaying of pending deliveries when the source isn't connected, since when the source reconnects it's just going to send them through again.
Tony Garnock-Jones
More...
over 15 years ago
Reset pending lists before potentially needing to use them!
Tony Garnock-Jones
More...
over 15 years ago
Simple relay
Tony Garnock-Jones
More...
over 15 years ago
Add state change handlers; prepare for auto-reconnection
Tony Garnock-Jones
More...
over 15 years ago
←
1
2
…
76
77
78
79
80
81
82
83
84
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree