summaryrefslogtreecommitdiff
path: root/src/rabbit_reader.erl
Commit message (Expand)AuthorAgeFilesLines
* No need to concatenate hard-coded lists...bug26393Jean-Sebastien Pedron2014-12-101-2/+2
* Now that empty keys are dropped, we can always add ssl_* keysJean-Sebastien Pedron2014-12-101-11/+1
* Filter out auth notification properties with no valueJean-Sebastien Pedron2014-12-031-1/+1
* Style fix: Use ++ to construct EventProps, not multiple temporary variablesJean-Sebastien Pedron2014-12-031-19/+14
* Pass "extra properties" to notify_auth_result/{3,4} instead of a messageJean-Sebastien Pedron2014-12-021-8/+7
* Only include ssl/certificate informations when the connection is over SSLJean-Sebastien Pedron2014-12-021-6/+17
* Use list comprehension instead of lists:foldl/3Jean-Sebastien Pedron2014-12-021-8/+8
* Use rabbit_misc:format/2 instead of lists:flatten/1 + io_lib:format/2Jean-Sebastien Pedron2014-12-021-1/+1
* Move the info keys list added to user_authentication_* to a -define()Jean-Sebastien Pedron2014-12-021-15/+6
* Drop {refuse, _, _} from rabbit_auth_mechanism:handle_response/2 return valuesJean-Sebastien Pedron2014-11-261-4/+0
* Rephrase a comment to use the present tenseJean-Sebastien Pedron2014-11-261-1/+1
* Update rabbit_auth_mechanism:handle_response() spec to match the changeJean-Sebastien Pedron2014-11-261-2/+2
* Add more properties to the user_authentication_* notificationsJean-Sebastien Pedron2014-11-251-6/+49
* Import changes from https://github.com/gotthardp/rabbitmq-server/tree/multi_a...Simon MacMullen2014-11-131-1/+1
* 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