summaryrefslogtreecommitdiff
path: root/src/rabbit_reader.erl
Commit message (Expand)AuthorAgeFilesLines
* explainbug25120Matthias Radestock2012-09-031-0/+1
* attempt to close ssl connections gracefully but forcefullyMatthias Radestock2012-09-031-2/+2
* tiny refactor: rename fun and clarify commentMatthias Radestock2012-08-241-9/+9
* Merged bug24971 into defaultEmile Joubert2012-07-251-110/+127
|\
| * Merge bug25056Simon MacMullen2012-07-181-54/+66
| |\
| | * simplifying refactorbug25056Matthias Radestock2012-07-161-9/+7
| | * more consistent error handling in readerMatthias Radestock2012-07-151-96/+119
| * | Merge bug24956 (again).Simon MacMullen2012-07-161-65/+70
| |\ \
| | * | refactor: remove gratuitous helper functionMatthias Radestock2012-07-161-6/+3
| | * | refactor: move things around in the readerMatthias Radestock2012-07-151-56/+65
| | |/
| | * cosmeticMatthias Radestock2012-07-141-2/+2
| | * tiny simplifying refactorMatthias Radestock2012-07-131-2/+1
| * | oops - handle heartbeat timeouts properly in closed statebug24956Tim Watson2012-07-161-1/+1
| |/
* | enable heartbeats with a 10 minutes interval by defaultbug24971Francesco Mazzoli2012-07-191-1/+5
|/
* revert the log level for error for heartbeat timeoutsTim Watson2012-06-181-1/+0
* make the error/reason for amqp heartbeat timeouts clearer in the logsTim Watson2012-06-181-4/+4
* merge defaultTim Watson2012-06-141-2/+0
|\
| * cosmetic: move comment to a better placeMatthias Radestock2012-06-121-2/+0
* | print a different error atom when heartbeat timeout's occurTim Watson2012-05-311-0/+1
|/
* refactor: move socket buffer size tuning into rabbit_netbug24872Matthias Radestock2012-05-281-8/+1
* Allow nodes to start up in alerted statebug24961Emile Joubert2012-05-241-3/+3
* Increase buffer size for the port driver to match that used by the underlying...bug24866Simon MacMullen2012-04-231-0/+8
* Alert remote and local alarm subscribers differentlyEmile Joubert2012-03-281-3/+3
* First draft of disk space monitoringEmile Joubert2012-03-221-17/+17
* Try to close the socket immediately on reader death.Simon MacMullen2012-03-071-5/+8
* Channel names.Simon MacMullen2012-02-231-2/+2
* name info item for connections.Simon MacMullen2012-02-221-6/+8
* handle framing errors promptlybug24086Matthias Radestock2012-02-091-10/+10
* refactor channel frame handlingMatthias Radestock2012-02-091-24/+21
* shrinkMatthias Radestock2012-02-051-4/+3
* Update copyright 2012bug24606Emile Joubert2012-02-021-1/+1
* Merge bug22470Simon MacMullen2012-01-311-22/+22
|\
| * produce only one log entry for abnormal connection closurebug22470Matthias Radestock2012-01-301-3/+3
| * consistencyMatthias Radestock2012-01-261-2/+2
| * introduce log categoriesMatthias Radestock2012-01-261-16/+17
| * prettier and more consistent connection log messagesMatthias Radestock2012-01-251-11/+10
* | Merged bug24664 into defaultEmile Joubert2012-01-271-1/+1
|\ \ | |/
| * Merge bug 24638Simon MacMullen2012-01-161-1/+1
| |\
| | * increase closing timeoutbug24638Matthias Radestock2012-01-101-1/+1
| * | Revert b03fe604af24. Not enough sleep.Simon MacMullen2012-01-131-2/+2
| * | Emit the timeout in the stats event.bug24673Simon MacMullen2012-01-131-2/+2
* | | make flow control explicit in the channel APIMatthias Radestock2012-01-161-3/+2
* | | it's really not worthwhile exporting process_channel_frameMatthias Radestock2012-01-161-21/+5
* | | do not hard-wire the channel interaction into process_channel_frameMatthias Radestock2012-01-131-12/+20
* | | sender_down / receiver_down -> peer_down.Simon MacMullen2012-01-131-1/+1
* | | rabbit_flow -> credit_flowSimon MacMullen2012-01-131-4/+4
* | | update 'last_blocked_by' while blockedMatthias Radestock2012-01-131-21/+23
* | | apply flow control to content bearing methods onlyMatthias Radestock2012-01-131-2/+1
* | | unblock, if possible, when channels disappearMatthias Radestock2012-01-131-4/+5
* | | simplified running<->blocking/blocked state transitionsMatthias Radestock2012-01-131-62/+41