summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Correctly call rabbitmq-env.batLuke Bakken2018-07-161-4/+6
* This test requires code_server_cache to be startedMichael Klishin2018-07-141-0/+2
* Merge pull request #1640 from rabbitmq/lrb-vesc-888Michael Klishin2018-07-123-15/+99
|\
| * Add code_server cache to prevent code:get_object_code abuseLuke Bakken2018-07-113-15/+99
|/
* Log which module in the chain successfully authenticated the userMichael Klishin2018-07-081-1/+3
* Merge pull request #1634 from rabbitmq/rabbitmq-server-1633Arnaud Cogoluègnes2018-07-042-5/+5
|\
| * Pass authentication context to Mod:user_login_authorization/2Michael Klishin2018-07-032-5/+5
|/
* Merge pull request #1626 from Duske/patch-1Michael Klishin2018-06-201-1/+1
|\
| * (doc) fix typo in mqtt vhost sectionDustin2018-06-201-1/+1
|/
* Merge pull request #1615 from rabbitmq/erlang-otp-21-compatibilityJean-Sébastien Pédron2018-06-076-1/+21
|\
| * Be more defensive about what output rabbitmqctl eval produces hereMichael Klishin2018-06-071-1/+1
| * Compile Erlang/OTP 21Michael Klishin2018-06-075-0/+20
|/
* Update rabbitmq-components.mkJean-Sébastien Pédron2018-06-071-1/+1
* Use rabbit_data_coercion:to_list/1 to coerce discovered node name to a stringMichael Klishin2018-06-061-1/+4
* Don't await for error_logger handlers to initialiseMichael Klishin2018-06-061-9/+0
* Minor README updatesMichael Klishin2018-06-051-4/+5
* Merge pull request #1617 from notque/patch-1Michael Klishin2018-06-021-1/+1
|\
| * fix default heartbeat in example conf file to 60Nathan Oyler2018-06-011-1/+1
|/
* Merge pull request #1604 from essen/better-default-allocsMichael Klishin2018-05-313-0/+64
|\
| * Use better default memory allocatorsLoïc Hoguin2018-05-293-0/+64
* | Erlang/OTP 19.3 compatibilityMichael Klishin2018-05-301-1/+1
* | Merge pull request #1611 from rabbitmq/rabbitmq-cli-235Michael Klishin2018-05-302-3/+68
|\ \
| * | An integration test for rabbit_nodes:await_running_count/2Michael Klishin2018-05-301-2/+44
| * | rabbit_nodes:await_running_count_with_retries/2: correct type spec and base c...Michael Klishin2018-05-291-3/+3
| * | Introduce rabbit_nodes:await_running_count/2Michael Klishin2018-05-281-1/+24
* | | Merge pull request #1601 from rabbitmq/rabbitmq-server-1596-connection-name-t...Michael Klishin2018-05-281-12/+55
|\ \ \ | |/ / |/| |
| * | Add connection name to connection created/closed events if necessaryArnaud Cogoluègnes2018-05-281-21/+32
| * | Add connection_user_provided_name to connection created/closed eventsArnaud Cogoluègnes2018-05-211-8/+30
| * | Add client properties to connection.closed eventsArnaud Cogoluègnes2018-05-181-2/+12
* | | Restore Erlang/OTP 19.3 compatibilityMichael Klishin2018-05-261-1/+1
* | | Merge pull request #1608 from rabbitmq/rabbitmq-management-575Michael Klishin2018-05-251-15/+42
|\ \ \
| * | | Introduce rabbit_vhost:await_running_on_all_nodes/2Michael Klishin2018-05-241-15/+42
* | | | Clarify what MPL version is used, references #1609Michael Klishin2018-05-252-4/+4
|/ / /
* | | Merge pull request #1600 from rabbitmq/syslogMichael Klishin2018-05-225-22/+252
|\ \ \ | |_|/ |/| |
| * | Syslog formatter is different from e.g. the file one now, update the testsMichael Klishin2018-05-221-1/+4
| * | Make syslog a proper dependency of rabbit application, just like lager.Daniil Fedotov2018-05-211-2/+2
| * | Remove date and time from lager formatter when logging to syslog.Daniil Fedotov2018-05-211-1/+6
| * | Pin syslog library version to 3.4.2Daniil Fedotov2018-05-211-1/+1
| * | Fix syslog config translation tests.Daniil Fedotov2018-05-181-10/+7
| * | Do not parse syslog IP in schema transformer. String IPs are supported anyway.Daniil Fedotov2018-05-172-8/+1
| * | Cuttlefish schema to configure syslog application.Daniil Fedotov2018-05-173-14/+215
| * | Integrate syslog library into rabbitmq loggingDaniil Fedotov2018-05-162-8/+39
* | | Bring back transactional match_object for bindings cleanup.Daniil Fedotov2018-05-181-10/+10
| |/ |/|
* | Typo/weird wordingMichael Klishin2018-05-161-1/+1
* | Remove two files that were not meant to be committed in ee9a02429Michael Klishin2018-05-162-149/+0
|/
* Merge pull request #1589 from rabbitmq/exclusive-queues-cleanup-optimisationMichael Klishin2018-05-153-41/+45
|\
| * Ignore lock kind argument when dirty-deleting a routeDaniil Fedotov2018-05-151-1/+1
| * Do dirty deletes when cleaning up bindings.Daniil Fedotov2018-05-141-5/+5
| * Do not lock entire routing table when cleaning up bindings.Daniil Fedotov2018-05-143-36/+40
* | Merge pull request #1597 from rabbitmq/rabbitmq-server-1590Arnaud Cogoluègnes2018-05-156-9/+192
|\ \