summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #1650 from rabbitmq/binding-global-recoverMichael Klishin2018-07-252-10/+18
|\
| * CosmeticsMichael Klishin2018-07-241-2/+2
| * Prepare bindings table in a separate recover function.Daniil Fedotov2018-07-242-10/+18
* | Merge pull request #1647 from rabbitmq/cancel-sync-slavesMichael Klishin2018-07-252-6/+18
|\ \ | |/ |/|
| * Compile from scratchMichael Klishin2018-07-241-1/+1
| * Cancel synchronisation when memory alarm is triggeredDiana Corbacho2018-07-232-7/+19
* | Ninja fix: correct a type spec typoMichael Klishin2018-07-231-1/+1
|/
* 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
* Pass authentication context to Mod:user_login_authorization/2Michael Klishin2018-07-032-5/+5
* Compile Erlang/OTP 21Michael Klishin2018-06-075-0/+20
* 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
* Erlang/OTP 19.3 compatibilityMichael Klishin2018-05-301-1/+1
* Merge pull request #1611 from rabbitmq/rabbitmq-cli-235Michael Klishin2018-05-301-1/+24
|\
| * 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
* | Introduce rabbit_vhost:await_running_on_all_nodes/2Michael Klishin2018-05-241-15/+42
* | Merge pull request #1600 from rabbitmq/syslogMichael Klishin2018-05-221-7/+31
|\ \
| * | Remove date and time from lager formatter when logging to syslog.Daniil Fedotov2018-05-211-1/+6
| * | Cuttlefish schema to configure syslog application.Daniil Fedotov2018-05-171-10/+0
| * | Integrate syslog library into rabbitmq loggingDaniil Fedotov2018-05-161-7/+36
* | | Bring back transactional match_object for bindings cleanup.Daniil Fedotov2018-05-181-10/+10
| |/ |/|
* | 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
* | Use MAX_SUPPORTED_PRIORITY constant for argument validationArnaud Cogoluègnes2018-05-153-3/+152
* | Follow-up to 08168de6b0c3c4d7f6429f2c3d098e5080ff7b1aMichael Klishin2018-05-141-7/+0
* | Revert "Take policy-configured max-priority into account"Michael Klishin2018-05-142-20/+2
* | Use the constant across the boardMichael Klishin2018-05-141-2/+2
* | Take policy-configured max-priority into accountMichael Klishin2018-05-132-2/+20
* | Reject max-priority arguments >= 256Michael Klishin2018-05-112-6/+16
* | Make policy validation aware of the max-priority argumentMichael Klishin2018-05-101-1/+7
|/
* Unused variable.Daniil Fedotov2018-04-271-1/+1
* Do not try to stop all slaves from slave process. Stop it and let another be ...Daniil Fedotov2018-04-271-3/+0
* Merge pull request #1586 from rabbitmq/rabbitmq-management-565Arnaud Cogoluègnes2018-04-251-2/+6
|\
| * One more place where a map definition must be converted to proplist before va...Michael Klishin2018-04-241-2/+6
* | Merge pull request #1578 from rabbitmq/queue-not-promote-on-crashMichael Klishin2018-04-254-75/+110
|\ \ | |/ |/|
| * Do not mention gm_deaths in error message.Daniil Fedotov2018-04-191-1/+1
| * Introduce a new policy: ha-promote-on-failure (always by default)Daniil Fedotov2018-04-184-75/+110
* | Merge pull request #1583 from rabbitmq/rabbitmq-server-1582Michael Klishin2018-04-241-1/+3
|\ \
| * | Handle bump_reduce_memory_use non-true caseLuke Bakken2018-04-231-1/+3
* | | Fix a typoMichael Klishin2018-04-231-1/+1
|/ /