summaryrefslogtreecommitdiff
path: root/src/rabbit_reader.erl
Commit message (Expand)AuthorAgeFilesLines
* simplifying refactorbug25056Matthias Radestock2012-07-161-9/+7
* more consistent error handling in readerMatthias Radestock2012-07-151-96/+119
* cosmeticMatthias Radestock2012-07-141-2/+2
* tiny simplifying refactorMatthias Radestock2012-07-131-2/+1
* 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
* | | merge default into bug24664Matthias Radestock2012-01-131-35/+23
|\ \ \ | |/ /
| * | a little bit of refactoring on the readerMatthias Radestock2012-01-121-35/+23
| |/
* | Attempt to show information about blocking due to memory alarm and flow contr...Simon MacMullen2012-01-121-4/+21
* | Rename bump/1 to handle_bump_msg/1, add a comment and specs.Simon MacMullen2012-01-121-1/+1
* | Improve book-keeping - now we treat a receiver having gone away as granting u...Simon MacMullen2012-01-121-1/+2
* | Oops.Simon MacMullen2012-01-121-1/+1
* | Get the channel to "block" by not issuing any more credit, rather than callin...Simon MacMullen2012-01-111-8/+8
* | Inlines.Simon MacMullen2012-01-101-13/+7
* | Cosmetic / refactor.Simon MacMullen2012-01-101-35/+28
* | Flow control channel -> queue.Simon MacMullen2012-01-101-20/+46