summaryrefslogtreecommitdiff
path: root/src/rabbit_reader.erl
Commit message (Expand)AuthorAgeFilesLines
* stable to defaultSimon MacMullen2014-08-201-24/+40
|\
| * stable to defaultSimon MacMullen2014-08-121-24/+40
| |\
| | * stable to defaultSimon MacMullen2014-08-111-24/+40
| | |\
| | | * merge stable into defaultMichael Klishin2014-08-011-4/+1
| | | |\
| | | * \ merge stable into defaultMichael Klishin2014-08-011-2/+6
| | | |\ \
| | | * \ \ Merge bug26255Simon MacMullen2014-06-271-3/+5
| | | |\ \ \
| | | | * | | More descriptive name.bug26255Simon MacMullen2014-06-271-1/+1
| | | | * | | Move timestamp formatting fn to rabbit_miscMichael Klishin2014-06-251-5/+1
| | | | * | | Convert connected_at to timestamp when bound since it is immutableMichael Klishin2014-06-251-2/+2
| | | | * | | Timestamp cannot be unknownMichael Klishin2014-06-251-2/+0
| | | | * | | print/2 is no longer usedMichael Klishin2014-06-251-5/+0
| | | | * | | Make rabbitmqctl list connected_at as a machine-readable timestampMichael Klishin2014-06-231-3/+2
| | | | * | | Format connected_at to a human-readable date and timeMichael Klishin2014-06-231-6/+13
| | | | * | | Add connected_at to the list of statistics keysMichael Klishin2014-06-201-1/+1
| | | | * | | Format connected_at info itemMichael Klishin2014-06-201-1/+6
| | | | * | | Track connection timestampsMichael Klishin2014-06-201-2/+4
| | | * | | | Merge bug26148Simon MacMullen2014-06-241-3/+3
| | | |\ \ \ \
| | | | * | | | Make [AMQP] connection timeout configurableMichael Klishin2014-06-181-3/+3
| | | | |/ / /
| | | * | | | 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
* | | | | | Get the message format right for this case too.bug26354Simon MacMullen2014-08-201-1/+1
|/ / / / /
* | | | | Catch enotconn here.bug26338Simon MacMullen2014-08-121-1/+1
|/ / / /
* | | | ...and inline that again.bug26313Simon MacMullen2014-08-111-3/+0
* | | | Use a catch-all fn head insteadMichael Klishin2014-08-111-3/+1
* | | | Handle exceptions when connection_state = 'starting' the same way we do for '...Michael Klishin2014-08-111-0/+5
| |_|/ |/| |
* | | Let exception handler do all the handshake failure loggingMichael Klishin2014-08-011-4/+1
| |/ |/|
* | Explicitly log handshake errorsMichael Klishin2014-08-011-1/+4
* | Enforce server-side value when client provided one is 0Michael Klishin2014-08-011-1/+2
|/
* 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