summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #1671 from rabbitmq/config_files_checkMichael Klishin2018-08-253-23/+105
|\
| * Batch file syntax errors. Config check error formatDaniil Fedotov2018-08-141-2/+6
| * Use file:consult to check if .conf is of the old format. Add more errors to t...Daniil Fedotov2018-08-141-3/+6
| * Improve the error message when a config file is not in the correct formatDaniil Fedotov2018-08-141-7/+11
| * Do not show non-existent .conf file as a configuration file in logsDaniil Fedotov2018-08-141-1/+2
| * Simple validation for config file content and extension.Daniil Fedotov2018-08-143-9/+81
| * Expect extensions in config filename argumentsDaniil Fedotov2018-08-141-12/+11
| * Refactor config file discovery. Make advanced config load if no old format co...Daniil Fedotov2018-08-141-3/+2
* | Use process status to pass the auto_delete flagDiana Corbacho2018-08-231-5/+8
* | Merge branch 'master' into topology-recoveryMichael Klishin2018-08-162-5/+19
|\ \
| * | A typoMichael Klishin2018-08-151-1/+1
| * | A more precise commentMichael Klishin2018-08-151-1/+1
| * | Log errors as, well, errorsMichael Klishin2018-08-151-1/+1
| * | Improve formatting of logged connection.tune errors/exceptionsMichael Klishin2018-08-151-0/+7
| * | Add detail for channel_max 0 valueLuke Bakken2018-08-151-2/+9
| |/
| * Handle generic data structures in priority queue info callbackMatteo Cafasso2018-08-121-2/+2
* | Increase performance of auto_delete queues deletion on channel downDiana Corbacho2018-08-162-6/+31
|/
* 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