3
I Use This!
Activity Not Available

Commits : Listings

Analyzed about 1 year ago. based on code collected about 1 year ago.
Jan 16, 2023 — Jan 16, 2024
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. More... about 15 years ago
Make port number specifiable on a per-host basis rather than with the -p opt. More... about 15 years ago
Oddly, some socket errors don't contain an errno? More... about 15 years ago
Add missing callbacks to reconnection strategies. More... about 15 years ago
Use heartbeats in demo_relay. More... about 15 years ago
Implement heartbeating. More... about 15 years ago
Make close-reasons configurable. More... about 15 years ago
Rearrange call to _codec_repr. More... about 15 years ago
shutdown_event_loop becomes disconnect_transport, and we ensure that on_disconnected is called after an explicit disconnection. More... about 15 years ago
reconnect_after becomes delayed_call More... about 15 years ago
Don't expect a body frame if the body size is known to be zero! 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. More... over 15 years ago
Fix up version mismatch handling for 0-8 client connecting to 0-9-1 server More... over 15 years ago
The great renaming More... over 15 years ago
Change .hgignore to .gitignore More... over 15 years ago
Added tag converted_mercurial_to_git for changeset 8d3c78623abf More... over 15 years ago
Done, with BlockingConnection. More... over 15 years ago
Support attaching content to Basic.GetOk More... over 15 years ago
Add and test blocking connection. More... over 15 years ago
Remove unnecessary constructor override. More... over 15 years ago
Minimal tweaks to tests More... over 15 years ago
Avoid firing the state change handler on registration if no transitions have happened yet. More... over 15 years ago
Correct missing import. 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. More... over 15 years ago
Automatic reconnection. More... over 15 years ago
Update example constructor calls. 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. More... over 15 years ago
Reset pending lists before potentially needing to use them! More... over 15 years ago
Simple relay More... over 15 years ago
Add state change handlers; prepare for auto-reconnection More... over 15 years ago