summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* merge default into bug25589bug25589Matthias Radestock2014-03-1719-147/+298
|\
| * Merge bug26043Simon MacMullen2014-03-144-9/+19
| |\
| | * Merge bug26066Simon MacMullen2014-03-141-2/+5
| | |\
| | | * correctness++bug26066Matthias Radestock2014-03-131-1/+1
| | | |
| | | * turns out that cleaning up 'clients' in client_terminate is badMatthias Radestock2014-03-131-6/+6
| | | | | | | | | | | | | | | | | | | | since it breaks clean shutdown/recovery, which relies on the CRefs in 'clients'.
| | | * invoke credit_flow:peer_down on, err, DOWN. *only*Matthias Radestock2014-03-131-8/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Thus preventing potential leaks and deadlocks. Also, clean up 'clients' in clear_client, and thus client_terminate, which was previously missing and thus the source of another potential leak.
| | * | Merge bug26065Simon MacMullen2014-03-142-4/+10
| | |\ \ | | | |/ | | |/|
| | | * Log the config file's expected location according to the environment varible ↵bug26065Simon MacMullen2014-03-122-4/+10
| | |/ | | | | | | | | | if it cannot be found.
| | * stable to defaultSimon MacMullen2014-03-111-3/+4
| | |\
| | | * Merge bug 26063Simon MacMullen2014-03-110-0/+0
| | | |\
| | | * | Don't corrupt the node montor state even if we are about to shut down.bug26063Simon MacMullen2014-03-111-3/+4
| | | |/
| * | | Explainbug26043Simon MacMullen2014-03-141-1/+3
| | | |
| * | | Fix stupidity, and rename.Simon MacMullen2014-03-141-4/+4
| | | |
| * | | Get the leader to transition directly to winner or loser state if that's ↵Simon MacMullen2014-03-101-2/+17
| |/ / | | | | | | | | | where it's going, or wait in a special lead_waiting status if neither, so that if we get any more autoheal requests we can ignore them.
| * | Be a tiny bit more correctSimon MacMullen2014-03-101-1/+1
| | |
| * | stable to defaultSimon MacMullen2014-03-101-3/+2
| |\ \ | | |/
| | * Merge bug26058Simon MacMullen2014-03-101-3/+2
| | |\
| | | * Fix memory calculations: we were erroneously removing the mgmt db from the ↵bug26058Simon MacMullen2014-03-101-3/+2
| | |/ | | | | | | | | | plugins bucket (although it was never counted there) and not removing it from the 'other plugins' bucket (although it was).
| * | Merge bug25957 (again)Simon MacMullen2014-03-077-22/+67
| |\ \
| | * \ Merge bug25957Simon MacMullen2014-03-066-116/+196
| | |\ \
| | * \ \ Merge bug26056Simon MacMullen2014-03-060-0/+0
| | |\ \ \
| | * | | | Start the consumer utilisation average at active 100% of the time, since ↵bug26056Simon MacMullen2014-03-061-1/+1
| | |/ / / | | | | | | | | | | | | | | | when we first add a first consumer it will not be blocked.
| | * | | Merge bug25603Simon MacMullen2014-03-054-21/+57
| | |\ \ \
| | | * \ \ Merge in defaultbug25603Simon MacMullen2014-02-244-21/+57
| | | |\ \ \
| | | | * | | OopsSimon MacMullen2014-02-181-1/+1
| | | | | | |
| | | | * | | Allow checking an IP address as well as a socket.Simon MacMullen2014-02-183-13/+13
| | | | | | |
| | | | * | | Refuse access for guest via non-localhost by default.Simon MacMullen2014-02-144-21/+57
| | | | | | |
| | * | | | | stable to defaultSimon MacMullen2014-03-0461-1883/+2822
| | |\ \ \ \ \ | | | |_|_|_|/ | | |/| | | |
| | * | | | | Added tag rabbitmq_v3_2_4 for changeset d44905fa517aSimon MacMullen2014-03-040-0/+0
| | | | | | |
| | * | | | | Package changelogs for 3.2.4.rabbitmq_v3_2_4Simon MacMullen2014-03-042-0/+9
| | | | | | |
| | * | | | | Added tag rabbitmq_v3_2_4 for changeset b93445fda35cSimon MacMullen2014-03-040-0/+0
| | | | | | |
| * | | | | | Update APIbug25957Simon MacMullen2014-03-071-1/+1
| | |_|_|_|/ | |/| | | |
| * | | | | Rename info itemsSimon MacMullen2014-03-062-4/+8
| | | | | |
| * | | | | Strip out support for x-prefetch.Simon MacMullen2014-03-043-8/+2
| | | | | |
| * | | | | Management information on per-consumer prefetchSimon MacMullen2014-03-044-31/+42
| | | | | |
| * | | | | Change the semantics of the basic.qos global flag to switch between ↵Simon MacMullen2014-03-044-31/+45
| | | | | | | | | | | | | | | | | | | | | | | | per-consumer and per-channel prefetch.
| * | | | | Merge in defaulbug24297Simon MacMullen2014-03-041-7/+7
| |\ \ \ \ \ | | | |/ / / | | |/| | |
| | * | | | OopsSimon MacMullen2014-03-041-7/+7
| | | | | |
| * | | | | Merge in defaultSimon MacMullen2014-03-0410-129/+166
| |\ \ \ \ \ | | |/ / / /
| * | | | | Merge in defaultSimon MacMullen2014-02-1829-489/+856
| |\ \ \ \ \
| * | | | | | update_counter--Matthias Radestock2014-02-041-4/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | correctness++ And also re-construct the prefix correctly.
| * | | | | | Don't reinvent orddict:update_counter/3.Simon MacMullen2014-02-041-14/+6
| | | | | | |
| * | | | | | Manage AckTag -> Ctag mapping in rabbit_queue_consumers, leave the channel ↵Simon MacMullen2014-02-034-59/+71
| | | | | | | | | | | | | | | | | | | | | | | | | | | | out of it.
| * | | | | | Merge defaultSimon MacMullen2014-02-036-88/+142
| |\ \ \ \ \ \
| | * | | | | | If given Credit=0 then don't accidentally return Unblocked=true.Simon MacMullen2014-02-031-1/+1
| | | | | | | |
| | * | | | | | cosmeticMatthias Radestock2014-02-011-2/+1
| | | | | | | |
| | * | | | | | merge default into bug24297Matthias Radestock2014-01-221-1/+1
| | |\ \ \ \ \ \
| | * \ \ \ \ \ \ merge default into bug24297Matthias Radestock2014-01-221-9/+9
| | |\ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ merge default into bug24297Matthias Radestock2014-01-223-17/+16
| | |\ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ merge default into bug24297Matthias Radestock2014-01-2212-204/+190
| | |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (and resolve merge conflicts in limiter)