summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | Merge branch 'master' into rabbitmq-server-1143Michael Klishin2017-04-062-6/+7
| |\ \ \ \ \
| * | | | | | Avoid duplicate unregistrationMichael Klishin2017-04-051-1/+2
| * | | | | | Merge branch 'master' into rabbitmq-server-1143Michael Klishin2017-04-052-2/+2
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch 'master' into rabbitmq-server-1143Michael Klishin2017-04-059-104/+29
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge branch 'master' into rabbitmq-server-1143Michael Klishin2017-04-05114-125/+299
| |\ \ \ \ \ \ \ \
| * | | | | | | | | Filter current node from the list of peers we're loggingMichael Klishin2017-03-221-3/+4
| * | | | | | | | | Register with peer discovery backend on start if the backend supports itMichael Klishin2017-03-224-6/+60
| * | | | | | | | | Unregister from peer discovery backend on shutdownMichael Klishin2017-03-202-3/+26
* | | | | | | | | | Replace dicts with maps for queue mirroring logic.Daniil Fedotov2017-04-214-45/+46
* | | | | | | | | | Replace dicts with maps for queue index segmentsDaniil Fedotov2017-04-211-11/+11
* | | | | | | | | | Replace dicts with maps in message store GCDaniil Fedotov2017-04-191-4/+4
| | | | | | | * | | Add unit test for AAAA record.Gabriele Santomaggio2017-04-241-9/+25
| | | | | | | * | | Change the IPv6 supportGabriele Santomaggio2017-04-241-7/+2
| | | | | | | * | | Add support for IPv6Gabriele Santomaggio2017-04-211-5/+21
| |_|_|_|_|_|/ / / |/| | | | | | | |
* | | | | | | | | Merge branch 'stable'Jean-Sébastien Pédron2017-04-191-33/+39
|\ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|/ / | |/| | | | | | |
| * | | | | | | | Update erlang.mkrabbitmq_v3_6_10_milestone2Jean-Sébastien Pédron2017-04-191-33/+39
* | | | | | | | | Shutdown cannot failDaniil Fedotov2017-04-181-20/+1
* | | | | | | | | Replace update_with with find and putDaniil Fedotov2017-04-131-3/+5
| |_|_|_|_|_|/ / |/| | | | | | |
* | | | | | | | Merge branch 'stable'Michael Klishin2017-04-123-13/+68
|\ \ \ \ \ \ \ \ | |/ / / / / / /
| * | | | | | | Merge pull request #1179 from rabbitmq/rabbitmq-server-1178Michael Klishin2017-04-123-13/+68
| |\ \ \ \ \ \ \
| | * | | | | | | NamingMichael Klishin2017-04-123-8/+8
| | * | | | | | | WordingMichael Klishin2017-04-121-1/+1
| | * | | | | | | Log message wordingMichael Klishin2017-04-121-4/+4
| | * | | | | | | Re-enable disk_monitor in case of parser failuresDiana Corbacho2017-04-123-12/+67
| | | | | | | | * Add vhost_restart_strategy to default app config.Daniil Fedotov2017-05-081-1/+3
| | | | | | | | * Allow 2 restarts per hour for vhost msg storesDaniil Fedotov2017-05-081-1/+2
| | | | | | | | * TypoDiana Corbacho2017-04-241-2/+2
| | | | | | | | * Use new supervisor2:prep_stop to stop rabbit dependencies on shutdownDiana Corbacho2017-04-211-9/+14
| | | | | | | | * Make rabbit_vhost_sup permanent so it can be restarted once withoutDiana Corbacho2017-04-211-2/+2
| | | | | | | | * Ignore exceptions on the msg store while terminating a client onDiana Corbacho2017-04-211-1/+12
| | | | | | | | * Remove debug logsDaniil Fedotov2017-04-121-4/+0
| | | | | | | | * Ignore pid from supervisor:start_childDaniil Fedotov2017-04-121-3/+5
| | | | | | | | * Configurable vhost restart strategyDaniil Fedotov2017-04-121-2/+9
| | | | | | | | * Move test fixes from unit_inbroker to backing_queueDaniil Fedotov2017-04-122-3164/+35
| | | | | | | | * Use wrapper supervisor one level above vhost supervisorsDaniil Fedotov2017-04-124-58/+154
| | | | | | | | * Create default vhost after rabbit recovery, so vhosts supervisor will be startedDaniil Fedotov2017-04-121-7/+7
| | | | | | | | * Migrating to per-vhost supervisor message store.Daniil Fedotov2017-04-127-33/+88
| | | | | | | | * Queue and msg store supervisor locationsDaniil Fedotov2017-04-121-28/+51
| | | | | | | | * Per-vhost supervision trees for queues and message stores.Daniil Fedotov2017-04-1220-362/+3738
| |_|_|_|_|_|_|/ |/| | | | | | |
* | | | | | | | Make file_handle_cache a map instead of dict in message store internal struct...Daniil Fedotov2017-04-111-11/+11
* | | | | | | | Move clients and cref_to_msg_ids from dicts to mapsDaniil Fedotov2017-04-111-17/+18
* | | | | | | | Merge branch 'stable'Daniil Fedotov2017-04-101-10/+15
|\ \ \ \ \ \ \ \ | |/ / / / / / / | | | | | | | / | |_|_|_|_|_|/ |/| | | | | |
| * | | | | | Call init:stop() during rabbitmqctl stop even if logging fails.rabbitmq_v3_6_10_milestone1Daniil Fedotov2017-04-101-10/+15
* | | | | | | Merge branch 'stable'Michael Klishin2017-04-062-6/+7
|\ \ \ \ \ \ \ | |/ / / / / / | | | | | | / | |_|_|_|_|/ |/| | | | |
| * | | | | Merge pull request #1176 from rabbitmq/rabbitmq-server-1172Michael Klishin2017-04-062-6/+7
| |\ \ \ \ \ | | |/ / / / | |/| | | |
| | * | | | Make queue master locator treat queue args as AMQP table.Daniil Fedotov2017-04-052-6/+7
| |/ / / /
* | | | | Merge branch 'stable'Michael Klishin2017-04-052-2/+2
|\ \ \ \ \ | |/ / / / | | | | / | |_|_|/ |/| | |
| * | | (c) yearMichael Klishin2017-04-052-2/+2
* | | | (c) yearMichael Klishin2017-04-057-7/+7
* | | | Change rabbitmqctl integration tests for shutdown command to support the new CLIDaniil Fedotov2017-04-051-6/+22