summaryrefslogtreecommitdiff
path: root/src/rabbit_reader.erl
Commit message (Expand)AuthorAgeFilesLines
* Cosmetic: unwrap several lines. Remove some more binary_to_list/1.bug26148Simon MacMullen2014-06-241-11/+5
* Eliminate a compiler warningMichael Klishin2014-06-221-5/+5
* FormattingMichael Klishin2014-06-221-13/+14
* No need to convert to lists hereMichael Klishin2014-06-221-3/+2
* More consistent connection formatting per suggestion from MatthiasMichael Klishin2014-06-201-12/+22
* Re-format to 80 characters wideMichael Klishin2014-06-191-7/+7
* Move user and vhost closer to connection infoMichael Klishin2014-06-191-3/+3
* Mention connection name, user, and vhost in connection error log messagesMichael Klishin2014-06-181-4/+14
* Init the stats timer again on force_event_refresh, so that if stats have beco...Simon MacMullen2014-06-101-1/+1
* pretty-print non-inet errorsbug26200Matthias Radestock2014-05-221-2/+4
* Add a capability for it.bug26113Simon MacMullen2014-04-151-1/+2
* suppress no_return warningsMatthias Radestock2014-03-271-0/+3
* Merge bug25722Simon MacMullen2014-03-181-2/+2
|\
| * Since we always show the raw error and the expanded error let's get format_in...Simon MacMullen2014-03-121-2/+2
* | Update copyright for 2014bug25940Simon MacMullen2014-03-171-1/+1
|/
* Merge in defaultbug25603Simon MacMullen2014-02-241-19/+28
|\
| * Allow checking an IP address as well as a socket.Simon MacMullen2014-02-181-1/+1
| * Refuse access for guest via non-localhost by default.Simon MacMullen2014-02-141-19/+28
* | merge stable into defaultMatthias Radestock2014-02-241-32/+44
|\ \
| * | improve clarity and correctnessbug26013Matthias Radestock2014-02-201-30/+38
| * | Eliminate a compiler warningMichael Klishin2014-02-191-1/+1
| * | Send connection.unblocked when connection is no longer blocked or all alarms ...Michael Klishin2014-02-191-1/+4
| * | Make connection.[un]blocked independent from flow controlMichael Klishin2014-02-191-16/+17
* | | Bug 25939 broke AMQP 1.0; fix it.Simon MacMullen2014-02-191-1/+1
* | | cosmeticMatthias Radestock2014-02-181-3/+3
* | | clearerbug25868Matthias Radestock2014-02-181-5/+7
* | | Only ever return 'flow' if there are no alarms. I think in theory it's not po...Simon MacMullen2014-02-181-5/+4
* | | ...but only do that if we are not also alarmed.Simon MacMullen2014-02-171-2/+4
* | | Show state as 'flow' if we are currently flow blocked and have been so for mo...Simon MacMullen2014-02-171-6/+7
| |/ |/|
* | Merge in defaultSimon MacMullen2014-02-101-6/+13
|\ \
| * \ Merge bug25979Simon MacMullen2014-02-051-6/+10
| |\ \
| | * | First pass at cluster name.Simon MacMullen2014-01-291-6/+10
| * | | shut up dialyzerMatthias Radestock2014-02-021-0/+3
| |/ /
* | | Include a reference in forced event refreshes.Simon MacMullen2014-02-101-7/+8
|/ /
* | merge stable into defaultMatthias Radestock2014-01-201-183/+220
|\ \ | |/ |/|
| * Revert changes to add proc_name via gen_server2, instead do it explicitly wit...bug25910Simon MacMullen2014-01-101-1/+1
| * CosmeticSimon MacMullen2014-01-101-7/+5
| * Merge in defaultSimon MacMullen2014-01-071-156/+168
| |\
| | * Merge bug 25943Simon MacMullen2014-01-071-40/+34
| | |\
| | | * cosmeticbug25943Matthias Radestock2014-01-031-6/+5
| | | * lift buffer vars from stateMatthias Radestock2014-01-031-36/+32
| | * | Merge bug25939Simon MacMullen2014-01-061-23/+41
| | |\ \
| | | * | Simplify binlist_split from /4 to /3.bug25939Simon MacMullen2014-01-061-6/+6
| | | |/
| | | * become 1.0 with the correct stateMatthias Radestock2014-01-021-2/+7
| | | * eliminate unnecessary state modificationMatthias Radestock2014-01-021-3/+1
| | | * further optimise frame readingMatthias Radestock2014-01-021-21/+25
| | | * merge stable into bug25939Matthias Radestock2014-01-011-6/+17
| | | |\
| | | | * refactor: better var namesMatthias Radestock2013-12-271-4/+4
| | | | * restore short message performanceMatthias Radestock2013-12-271-2/+7
| | | | * more efficient data splitting in readerMatthias Radestock2013-12-251-6/+12