summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Revert "Use new supervisor2:prep_stop to stop rabbit dependencies on shutdown"Diana Corbacho2017-05-111-14/+9
* Merge branch 'master' into rabbitmq-server-1146-fullMichael Klishin2017-05-091-2/+2
|\
| * Merge branch 'stable'Michael Klishin2017-05-091-1/+1
| |\
| | * Use plugins expand dir with default fallback valueAlexey Lebedeff2017-05-051-1/+1
| * | Use plugins expand dir with default fallback valueAlexey Lebedeff2017-05-051-1/+1
* | | Rename rabbit.vhost_restart_strategy optionsMichael Klishin2017-05-081-3/+5
* | | Merge branch 'master' into rabbitmq-server-1146-fullMichael Klishin2017-05-0814-99/+312
|\ \ \ | |/ /
| * | Reload apps on config update.Daniil Fedotov2017-05-041-7/+31
| * | Pick a random value over the range in msMichael Klishin2017-05-041-12/+14
| * | Merge remote-tracking branch 'origin/stable'Diana Corbacho2017-05-031-2/+2
| |\ \ | | |/
| | * Update type specMichael Klishin2017-04-251-1/+1
| | * Support integers in memory relative free disk space limitsDiana Corbacho2017-04-251-1/+1
| * | Log at info level by defaultMichael Klishin2017-05-021-1/+1
| * | CompileMichael Klishin2017-05-023-3/+6
| * | A no-op implementation of post_registration/0 for core backendsMichael Klishin2017-05-023-1/+11
| * | Inject a randomized startup delay for peer discovery backends that support re...Michael Klishin2017-05-013-1/+59
| * | Merge branch 'master' into rabbitmq-server-1171Michael Klishin2017-04-2511-70/+152
| |\ \
| | * | Log all discovered peers, tooMichael Klishin2017-04-251-1/+3
| | * | Merge pull request #1175 from rabbitmq/rabbitmq-server-1143Michael Klishin2017-04-245-9/+88
| | |\ \
| | | * \ Merge branch 'master' into rabbitmq-server-1143Michael Klishin2017-04-123-50/+77
| | | |\ \
| | | * \ \ Merge branch 'master' into rabbitmq-server-1143Michael Klishin2017-04-061-2/+2
| | | |\ \ \
| | | * | | | Avoid duplicate unregistrationMichael Klishin2017-04-051-1/+2
| | | * | | | Merge branch 'master' into rabbitmq-server-1143Michael Klishin2017-04-057-7/+7
| | | |\ \ \ \
| | | * \ \ \ \ Merge branch 'master' into rabbitmq-server-1143Michael Klishin2017-04-0595-109/+139
| | | |\ \ \ \ \
| | | * | | | | | 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
| * | | | | | | | Change the IPv6 supportGabriele Santomaggio2017-04-241-7/+2
| * | | | | | | | Add support for IPv6Gabriele Santomaggio2017-04-211-5/+21
| |/ / / / / / /
| * | | | | | | Replace update_with with find and putDaniil Fedotov2017-04-131-3/+5
| | |_|_|_|/ / | |/| | | | |
| * | | | | | Merge branch 'stable'Michael Klishin2017-04-121-12/+33
| |\ \ \ \ \ \ | | | |_|_|_|/ | | |/| | | |
| | * | | | | Merge pull request #1179 from rabbitmq/rabbitmq-server-1178Michael Klishin2017-04-121-12/+33
| | |\ \ \ \ \
| | | * | | | | NamingMichael Klishin2017-04-121-2/+2
| | | * | | | | 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-121-11/+32
* | | | | | | | 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
* | | | | | | | 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-126-32/+87