summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Stop in request_depth if master is not a member any longerDiana Corbacho2016-09-201-3/+9
* Stop slaves once removed from the amqqueue record by other nodesDiana Corbacho2016-09-191-2/+15
* Merge branch 'stable' into rabbitmq-server-953Michael Klishin2016-09-151-1/+1
|\
| * Fix log messageDiana Corbacho2016-09-151-1/+1
* | Stop master with reason shutdown on duplicated mastersDiana Corbacho2016-09-141-1/+1
|/
* Merge pull request #955 from rabbitmq/rabbitmq-server-949D Corbacho2016-09-121-1/+2
|\
| * Bump default MoreCreditAfter to 100Michael Klishin2016-09-121-1/+2
* | Merge branch 'stable' into rabbitmq-server-950Michael Klishin2016-09-125-384/+89
|\ \ | |/
| * Merge branch 'stable' into rabbitmq-server-803-stableMichael Klishin2016-09-021-358/+0
| |\
| | * Nobody is using mochinum in this repo. Move it to common.Peter Lemenkov2016-08-261-358/+0
| * | Upgrade amqqueue record with policy_versionDiana Corbacho2016-08-311-0/+19
| * | Update policy version on set_policy and use it on update_mirroringGabriele Santomaggio2016-08-312-4/+10
| * | Take update mirroring decision in rabbit_amqqueue_processDiana Corbacho2016-08-312-25/+63
| |/
* | Handle not found outside of verifyDiana Corbacho2016-09-121-1/+6
|/
* Naming, wordingMichael Klishin2016-08-241-7/+7
* Handle late autoheal_finished messageDiana Corbacho2016-08-241-0/+8
* Improve tolerance to partial partitions in autohealDiana Corbacho2016-08-232-51/+107
* Merge branch 'rabbitmq-server-914' of https://github.com/Ayanda-D/rabbitmq-se...Diana Corbacho2016-08-194-7/+37
|\
| * Handle unexpected gm group alterations prior to removal ofAyanda Dube2016-08-153-6/+31
| * Adds check_membership/2 clause for handling non-existant gm groupAyanda Dube2016-08-151-1/+3
| * Safely handle (and log) anonymous info messages, most likelyAyanda Dube2016-08-151-1/+8
* | TypoMichael Klishin2016-08-161-1/+1
* | Discard any unexpected messages, such as late replies from gen_serverDiana Corbacho2016-08-161-1/+4
* | Merge branch 'rabbitmq-server-health-check-node-monitor' of https://github.co...Michael Klishin2016-08-161-0/+11
|\ \ | |/ |/|
| * Check rabbit_node_monitor during health-checkAlexey Lebedeff2016-08-101-0/+11
* | Merge pull request #911 from binarin/rabbitmq-server-851D Corbacho2016-08-152-24/+32
|\ \
| * | Add support for listing only local queuesAlexey Lebedeff2016-08-122-24/+32
* | | Merge pull request #892 from binarin/rabbitmq-server-890Jean-Sébastien Pédron2016-08-101-2/+18
|\ \ \ | |_|/ |/| |
| * | Fix longname-mode on hosts without detectable FQDNAlexey Lebedeff2016-07-221-2/+18
* | | add resume after flowGabriele Santomaggio2016-08-081-1/+1
* | | fix loop in flow control stateGabriele Santomaggio2016-08-051-1/+1
| |/ |/|
* | added rabbit_registry requireGabriele Santomaggio2016-08-021-1/+3
* | Fix some type specsAlexey Lebedeff2016-07-291-1/+1
* | Don't die in case of faulty nodePeter Lemenkov2016-07-281-3/+6
|/
* Reuse timeout/error logic for `node_health_check`Alexey Lebedeff2016-07-141-14/+14
* Default timeouts: fix global/add per-commandAlexey Lebedeff2016-07-141-6/+22
* WordingMichael Klishin2016-07-131-1/+1
* Merge branch 'rabbitmq-server-fix-join-cluster-when-already-member' of https:...Michael Klishin2016-07-131-5/+20
|\
| * Report join_cluster errors more thoroughlyAlexey Lebedeff2016-06-301-5/+20
* | Merge pull request #855 from rabbitmq/rabbitmq-server-839Michael Klishin2016-07-081-8/+32
|\ \
| * | Be more lenient when deleting dying client entriesMichael Klishin2016-06-271-1/+1
| * | Merge branch 'stable' into rabbitmq-server-839Michael Klishin2016-06-261-1/+1
| |\ \
| * | | Use separate index to store dying clients file offsetsDaniil Fedotov2016-06-211-8/+32
* | | | Use rabbit_misc to parse GC stats, supporting maps in R19Diana Corbacho2016-07-071-2/+1
* | | | Fix build on Erlang R16B03 by using macros for old builtin typesJean-Sébastien Pédron2016-07-057-19/+21
| |_|/ |/| |
* | | Include metrics for the time it takes to obtain a file handleDiana Corbacho2016-06-302-3/+7
* | | Merge pull request #858 from rabbitmq/rabbitmq-management-211Michael Klishin2016-06-291-1/+9
|\ \ \
| * | | Report reductions and garbage collection options in queue processesDiana Corbacho2016-06-291-1/+9
| | |/ | |/|
* | | Use the new `rand_compat` module to transition from `random` to `rand`Jean-Sébastien Pédron2016-06-286-15/+6
* | | Use the new -spec formatJean-Sébastien Pédron2016-06-2879-1249/+931