summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* More unique atombug25855Simon MacMullen2014-04-091-2/+2
|
* Delayed restart of the disk monitor.Simon MacMullen2014-04-093-12/+25
|
* Make sure we have complete command output if we actually can't parse it.Simon MacMullen2014-04-091-5/+9
|
* Merge bug26103Simon MacMullen2014-04-091-1/+1
|\
| * Merge bug26104Simon MacMullen2014-04-091-1/+1
| |\
| | * That ~s should not be there.bug26104Simon MacMullen2014-04-091-1/+1
| |/
* | Maybe simplerbug26103Simon MacMullen2014-04-091-7/+7
| |
* | Only allow cycles that contain reject.Simon MacMullen2014-04-081-13/+17
|/
* Merge bug 26098Simon MacMullen2014-04-081-3/+24
|\
| * Merge bug26096Simon MacMullen2014-04-041-3/+24
| |\
| | * Improve diagnostics when the node is up.bug26096Simon MacMullen2014-04-031-3/+24
| | |
* | | Bring back impersonator tag.bug26098Simon MacMullen2014-04-041-4/+8
|/ /
* | default to stableSimon MacMullen2014-04-020-0/+0
|\ \ | |/ |/|
* | Changelog for 3.3.0.Simon MacMullen2014-04-022-0/+9
| |
* | Added tag rabbitmq_v3_3_0 for changeset b07baed34a12Simon MacMullen2014-04-020-0/+0
| |
* | Merge headsrabbitmq_v3_3_0Simon MacMullen2014-04-022-7/+18
|\ \
| * \ Merge bug26094Simon MacMullen2014-04-020-0/+0
| |\ \
| * | | Remove some generated files so we can build twice.bug26094Simon MacMullen2014-04-021-0/+3
| |/ /
| * | Merge bug26092Simon MacMullen2014-04-020-0/+0
| |\ \
| * | | Updates for the new way of doing mandatory.bug26092Simon MacMullen2014-04-021-7/+15
| |/ /
* | | merge bug26093 into defaultMatthias Radestock2014-04-020-0/+0
|\ \ \ | |/ /
* | | remove DM-Upload-Allowed, as per new debian policybug26093Matthias Radestock2014-04-021-1/+0
|/ /
* | Merge bug 25786Simon MacMullen2014-04-010-0/+0
|\ \
* | | Cosmeticbug25786Simon MacMullen2014-04-011-7/+7
| | |
* | | Events for login success / failure.Simon MacMullen2014-04-011-18/+23
| | |
* | | Events for policies and parameters.Simon MacMullen2014-03-312-4/+19
| | |
* | | Events for users and permissions.Simon MacMullen2014-03-311-52/+72
|/ /
* | Merge bug26088Simon MacMullen2014-03-31160-2427/+3867
|\ \
| * | Explain this formula.Simon MacMullen2014-03-311-0/+13
| | |
| * | Merge bug26082Simon MacMullen2014-03-316-16/+13
| |\ \
| | * \ merge bug26087 into defaultMatthias Radestock2014-03-276-16/+13
| | |\ \
| | | * | give in to dialyzerbug26087Matthias Radestock2014-03-271-3/+2
| | | | |
| | | * | suppress no_return warningsMatthias Radestock2014-03-272-0/+7
| | | | |
| | | * | appease dialyzerMatthias Radestock2014-03-271-8/+3
| | | | |
| | | * | more precise specMatthias Radestock2014-03-271-3/+2
| | | | |
| | | * | Remove pointless branches found by dialyzer.Simon MacMullen2014-03-272-5/+2
| | |/ /
| * | | Allow specification of the node to use for the queue, all else being equal.bug26082Simon MacMullen2014-03-272-10/+30
| |/ /
| * | Merge bug25989Simon MacMullen2014-03-261-1/+1
| |\ \
| | * | Very important fix.Simon MacMullen2014-03-261-1/+1
| | | |
| * | | Put the example config file in an appropriate location in the users's data ↵bug25989Simon MacMullen2014-03-261-0/+6
| | | | | | | | | | | | | | | | directory.
| * | | Put the example in the correct place.Simon MacMullen2014-03-262-2/+2
| |/ /
| * | Remove dubious commentSimon MacMullen2014-03-261-1/+0
| | |
| * | Merge bug26069Simon MacMullen2014-03-264-81/+114
| |\ \
| | * \ Merge bug26070Simon MacMullen2014-03-252-74/+108
| | |\ \
| | | * | Monitor consuming queue regardless of whether the consumer is CCN capable, ↵bug26070Simon MacMullen2014-03-251-21/+17
| | | | | | | | | | | | | | | | | | | | only decide whether to send the CCN on that basis.
| | | * | OopsSimon MacMullen2014-03-251-1/+1
| | | | |
| | | * | Our other consumer arg has an x- on it. Also, let's validate.Simon MacMullen2014-03-252-2/+6
| | | | |
| | | * | Swap the default value for cancel-on-ha-failover.Simon MacMullen2014-03-251-2/+2
| | | | |
| | | * | Add a comment, and rename the thing to correspond more with words we use ↵Simon MacMullen2014-03-211-4/+9
| | | | | | | | | | | | | | | | | | | | already.
| | | * | rabbit_amqqueue:basic_consume() will wait for recovery anyway, we don't need ↵Simon MacMullen2014-03-212-22/+8
| | | | | | | | | | | | | | | | | | | | a special function for that.