summaryrefslogtreecommitdiff
path: root/src/rabbit_reader.erl
Commit message (Expand)AuthorAgeFilesLines
* Ensure that we resume socket reading in all edge casesbug25457Matthias Radestock2013-02-181-48/+54
* Update copyright 2013bug25343Emile Joubert2013-01-231-1/+1
* Merged bug23935 into defaultEmile Joubert2012-11-041-21/+24
|\
| * I know, why don't we get those the right way round? *headdesk*bug23935Simon MacMullen2012-11-011-1/+1
| * feeding of vertical alignment obsessionMatthias Radestock2012-11-011-3/+3
| * Unify address and host. Stick ports in the state, just because we're grabbing...Simon MacMullen2012-11-011-12/+12
| * Store name, host and peerhost as binary in the first place.Simon MacMullen2012-10-301-4/+4
| * merge default into bug23935Matthias Radestock2012-10-291-11/+14
| |\
| | * These should be binary.Simon MacMullen2012-10-291-2/+2
| | * Merge defaultSimon MacMullen2012-10-291-14/+34
| | |\
| | * | Move host and peer_host to creattion since they will not change now.Simon MacMullen2012-10-191-9/+8
| | * | OopsSimon MacMullen2012-10-191-3/+0
| | * | OK, I prefer this. Patch the dns lookups into connection_string, this makes n...Simon MacMullen2012-10-191-17/+4
| | * | Symmetry. Link to the spawned process. Remove i/2 grossness.Simon MacMullen2012-10-191-9/+21
| | * | First pass at reverse DNS lookups for clients.Simon MacMullen2012-10-011-3/+13
* | | | ensure connection stats emission for write-only connectionsMatthias Radestock2012-11-011-0/+2
|/ / /
* | | keep track of connection name in reader statebug25258Matthias Radestock2012-10-291-8/+9
* | | cosmeticMatthias Radestock2012-10-291-58/+45
| |/ |/|
* | cosmeticMatthias Radestock2012-10-291-12/+13
* | stop reading when losing frame syncbug25254Matthias Radestock2012-10-291-4/+13
* | Merge bug 24991Simon MacMullen2012-10-261-0/+10
|\ \ | |/ |/|
| * use new frame_error functionbug24991Matthias Radestock2012-07-181-3/+3
| * merge default into bug24991Matthias Radestock2012-07-181-0/+10
| |\
| | * allow clients to exceed frame size by a little bitMatthias Radestock2012-07-171-1/+6
| | * merge default into bug24991Matthias Radestock2012-07-171-64/+70
| | |\
| | * \ merge default into bug24991Matthias Radestock2012-07-131-0/+5
| | |\ \
| | | * \ merge default into bug24991Matthias Radestock2012-07-131-0/+5
| | | |\ \
| | | | * | enforce frame_maxMatthias Radestock2012-06-121-0/+5
* | | | | | 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