| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Warning. | Simon MacMullen | 2013-07-03 | 1 | -0/+7 |
| | | |||||
| * | Remove the constraint that forget_cluster_node --offline requires the ↵ | Simon MacMullen | 2013-07-03 | 1 | -25/+11 |
| | | | | | second-to-last node to be up. | ||||
| * | Merge bug25625 | Simon MacMullen | 2013-07-02 | 3 | -35/+19 |
| |\ | |||||
| | * | Further refactoring | Emile Joubert | 2013-07-02 | 3 | -20/+14 |
| | | | |||||
| | * | Refactor | Emile Joubert | 2013-07-01 | 2 | -14/+8 |
| | | | |||||
| | * | Correction and contraction | Emile Joubert | 2013-07-01 | 2 | -5/+4 |
| | | | |||||
| | * | Optimisation for handling discarded deliveries | Emile Joubert | 2013-06-27 | 2 | -17/+16 |
| | | | |||||
| | * | Stem leak when master deals with discarded messages | Emile Joubert | 2013-06-27 | 1 | -11/+9 |
| | | | |||||
| * | | Merge bug 25649 | Simon MacMullen | 2013-07-01 | 2 | -22/+25 |
| |\ \ | |||||
| | * | | Cosmetic | Simon MacMullen | 2013-07-01 | 1 | -23/+17 |
| | | | | |||||
| | * | | Add hipe modules | Emile Joubert | 2013-07-01 | 1 | -3/+5 |
| | | | | |||||
| | * | | Move hipe modules list from macro to environment variable | Emile Joubert | 2013-06-28 | 2 | -22/+28 |
| | | | | |||||
| | * | | Ignore missing modules when performing HiPE compilation | Emile Joubert | 2013-06-27 | 1 | -2/+3 |
| | | | | |||||
| * | | | Merged bug25645 into stable | Emile Joubert | 2013-06-28 | 3 | -2/+3 |
| |\ \ \ | |/ / |/| | | |||||
| | * | | BQ:is_empty/1. | Simon MacMullen | 2013-06-27 | 2 | -2/+2 |
| | | | | |||||
| | * | | Recreate that assertion up one level in the call stack, since the callers ↵ | Simon MacMullen | 2013-06-27 | 2 | -0/+2 |
| | | | | | | | | | | | | | may still care about it even though VQ itself does not. | ||||
| | * | | Remove unneeded assertion. | Simon MacMullen | 2013-06-27 | 1 | -2/+1 |
| | | | | |||||
| * | | | Merge bug25624 | Simon MacMullen | 2013-06-27 | 1 | -1/+1 |
| |\ \ \ | |/ / |/| / | |/ | |||||
| | * | Discard previously-discarded messages correctly | Emile Joubert | 2013-06-26 | 1 | -1/+1 |
| | | | |||||
| * | | Added tag rabbitmq_v3_1_3 for changeset d61b25171094 | Tim Watson | 2013-06-26 | 0 | -0/+0 |
| | | | |||||
| * | | update package changelogs for 3.1.3rabbitmq_v3_1_3 | Tim Watson | 2013-06-26 | 2 | -0/+9 |
| |/ | |||||
| * | Added tag rabbitmq_v3_1_2 for changeset bd3040292e1c | Tim Watson | 2013-06-24 | 0 | -0/+0 |
| | | |||||
| * | Updated changelogs for 3.1.2rabbitmq_v3_1_2 | Tim Watson | 2013-06-24 | 2 | -0/+9 |
| | | |||||
| * | Merge bug25640 | Simon MacMullen | 2013-06-24 | 0 | -0/+0 |
| |\ | |||||
| * | | prevent invalid state transition | Matthias Radestock | 2013-06-22 | 1 | -1/+3 |
| |/ | | | | | | from 'dormant' to 'active' w/o registration This was very hard to trigger, but nevertheless possible. | ||||
| * | Make it clearer what I meant. | Simon MacMullen | 2013-06-21 | 1 | -1/+1 |
| | | |||||
| * | Merged bug25638 into stable | Emile Joubert | 2013-06-21 | 2 | -2/+4 |
| |\ | |||||
| | * | Merged bug25615 into stable | Emile Joubert | 2013-06-21 | 1 | -1/+3 |
| | |\ | |||||
| | | * | Umm, be less than 100% wrong. | Simon MacMullen | 2013-06-20 | 1 | -3/+1 |
| | | | | |||||
| | | * | Do not "recover" queues if there is already a rabbit_queue record for them. ↵ | Simon MacMullen | 2013-06-20 | 1 | -1/+5 |
| | | | | | | | | | | | | | If we are restarting quickly it could be the case that we have a slave alive that has not failed over yet. Don't usurp it. | ||||
| | * | | Merge bug25636 into stable | Tim Watson | 2013-06-20 | 0 | -0/+0 |
| | |\ \ | | |/ | |||||
| | * | | Start asn1 too. | Simon MacMullen | 2013-06-20 | 1 | -1/+1 |
| | |/ | |||||
| * | | Add a TODO for if we are ever unbusy enough to look at removing this code. | Simon MacMullen | 2013-06-21 | 1 | -0/+2 |
| | | | |||||
| * | | Don't persist gm_pids; by definition when all we have is the ↵ | Simon MacMullen | 2013-06-21 | 1 | -1/+4 |
| |/ | | | | rabbit_durable_queue record the cluster has gone down completely so there can't be any pids. Fixes gm_pids leak. Since we're here, fix a similar but less severe leak in sync_slave_pids. (Less severe because rabbit_mirror_queue_misc:store_updated_slaves/1 has the effect of cleaning it up periodically. But it's still wrong.) | ||||
| * | Merge bug25612 | Simon MacMullen | 2013-06-18 | 1 | -3/+14 |
| |\ | |||||
| | * | cosmetic: state the not-immediatly-obvious | Matthias Radestock | 2013-06-17 | 1 | -1/+8 |
| | | | |||||
| | * | Merge bug25611 | Simon MacMullen | 2013-06-17 | 0 | -0/+0 |
| | |\ | |||||
| | * | | Throw the key too. And if the server side still fails try to fail with more ↵ | Simon MacMullen | 2013-06-17 | 1 | -2/+3 |
| | | | | | | | | | | | | | information. | ||||
| | * | | Check value when clients update flying_ets | Emile Joubert | 2013-06-17 | 1 | -1/+4 |
| | |/ | |||||
| * | | rabbit_node_monitor should depend on rabbit_alarm | Emile Joubert | 2013-06-17 | 1 | -1/+1 |
| |/ | |||||
| * | merge bug25600 into stable | Tim Watson | 2013-06-14 | 1 | -1/+7 |
| |\ | |||||
| | * | Emit consumer_deleted from the channel when we see a consumer go down, to ↵ | Simon MacMullen | 2013-06-11 | 1 | -1/+7 |
| | | | | | | | | | cover the case where an HA queue master dies and is thus not able to emit the consumer_deleted itself. This means we can emit consumer_deleted twice in some circumstances I think, but that should be fine. | ||||
| * | | Merge bug25599 | Simon MacMullen | 2013-06-13 | 2 | -23/+37 |
| |\ \ | |/ |/| | |||||
| | * | Adjust comment location | Emile Joubert | 2013-06-13 | 1 | -1/+1 |
| | | | |||||
| | * | Comments, gen_server-like termination reason and less unnecessary delete ↵ | Emile Joubert | 2013-06-13 | 2 | -11/+10 |
| | | | | | | | | | guarding | ||||
| | * | Refactor | Emile Joubert | 2013-06-13 | 1 | -16/+18 |
| | | | |||||
| | * | Omit emitting stats for non-existent queues on termination | Emile Joubert | 2013-06-11 | 1 | -4/+9 |
| | | | |||||
| | * | Clear exclusive durable queues on boot | Emile Joubert | 2013-06-10 | 2 | -19/+27 |
| | | | |||||
| * | | Merge heads of stable | Simon MacMullen | 2013-06-10 | 1 | -4/+17 |
| |\ \ | |||||
| | * \ | Merge bug25588 | Simon MacMullen | 2013-06-10 | 1 | -4/+17 |
| | |\ \ | | |/ | |/| | |||||
