summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Uh, fix the test.Simon MacMullen2011-07-011-16/+25
|
* Beginning of tests, and fix a bug found (ETS table creation on demand is racy).Simon MacMullen2011-07-014-7/+113
|
* CosmeticSimon MacMullen2011-07-011-2/+2
|
* Separate out supervisor name and group name.Simon MacMullen2011-07-011-34/+34
|
* More cosmetic.Simon MacMullen2011-07-011-5/+9
|
* CosmeticSimon MacMullen2011-07-011-16/+16
|
* NoteSimon MacMullen2011-06-301-0/+2
|
* Crude but working implementationSimon MacMullen2011-06-304-51/+533
|
* Something that impersonates a supervisor and delegates to it.Simon MacMullen2011-06-301-0/+140
|
* cosmetic: give rabbit.erl some structureMatthias Radestock2011-06-291-153/+157
|
* merge bug24207 into default (Rabbit doesn't stop and halt correctly)Alexandru Scvortov2011-06-294-8/+4
|\
| * merge bug24180 into defaultMatthias Radestock2011-06-2826-273/+2288
| |\
| | * Remove tonyg and md5 checksums, since the Macports guys already have done ↵Simon MacMullen2011-06-272-4/+2
| | | | | | | | | | | | and we don't want to reinstate them.
| | * merge bug 24221 into default (channel.flow{active=true} can fail to unblock ↵Alexandru Scvortov2011-06-271-2/+2
| | |\ | | | | | | | | | | | | queues)
| | | * remember when we've refused a queue's can_send due to being blockedMatthias Radestock2011-06-251-2/+2
| | | | | | | | | | | | | | | | so that we can tell the queue when we get unblocked
| * | | Allow unprivileged users to passive declare.Simon MacMullen2011-06-171-2/+0
| | | |
* | | | factorisationMatthew Sackman2011-06-281-9/+10
| | | |
* | | | There's a possibility that rabbit has to be able to be started without being ↵Matthew Sackman2011-06-281-0/+25
| | | | | | | | | | | | | | | | booted. Thus we need to be able to load the transitive closure of rabbit's dependencies on demand. This is especially needed for the tests.
* | | | Avoid pointless begin-end block. Duh.Matthew Sackman2011-06-281-9/+5
| | | |
* | | | All keys are optional. We must not omit a vertex just because it has not any ↵Matthew Sackman2011-06-281-1/+7
| | | | | | | | | | | | | | | | dependencies
* | | | cosmeticMatthew Sackman2011-06-281-4/+2
| | | |
* | | | Finally, just to be really safe, avoid init:stop as far as we sensibly can ↵Matthew Sackman2011-06-281-1/+5
| | | | | | | | | | | | | | | | on stop_and_halt as we know that does the wrong thing should applications have been manually stopped and restarted
* | | | Delete graph after useMatthew Sackman2011-06-281-1/+3
| | | |
* | | | Build graph; prune graph; traverse graph; obey graph.Matthew Sackman2011-06-281-2/+20
| | | |
* | | | init:stop knows better than us. It makes sure applications are taken down in ↵Matthew Sackman2011-06-281-5/+1
| |/ / |/| | | | | | | | the right order (which we were not doing).
* | | Merged bug24208 into defaultEmile Joubert2011-06-271-1/+1
|\ \ \
| * | | Oops, we need the dependency.Simon MacMullen2011-06-241-1/+1
| | |/ | |/|
* | | Add missing specs; move some functions to more appropriate placesMatthew Sackman2011-06-262-23/+63
| | |
* | | essentially cosmetic tweakMatthias Radestock2011-06-261-1/+1
| | | | | | | | | | | | | | | the result of terminate_and_shutdown is not needed, but it looks odd to throw away State1 in one branch.
* | | merge bug24217 into defaultMatthias Radestock2011-06-260-0/+0
|\ \ \ | |/ /
* | | simplifyMatthew Sackman2011-06-261-6/+5
| | |
* | | Ensure we hit both branches of the newly added case queue:is_empty(Q4) ofMatthew Sackman2011-06-261-2/+4
| | |
* | | RefactoringMatthew Sackman2011-06-261-20/+10
| | |
* | | Add testMatthew Sackman2011-06-261-0/+16
| | |
* | | mehMatthias Radestock2011-06-261-2/+3
| | |
* | | cosmeticMatthias Radestock2011-06-261-1/+1
| | |
* | | cosmetic: move helpers to where they belongMatthias Radestock2011-06-251-88/+88
| | |
* | | cosmetic: make order of exports match order in behaviourMatthias Radestock2011-06-251-2/+3
| | |
* | | refactor 'dropwhile' and 'fetch'Matthias Radestock2011-06-251-30/+30
| | | | | | | | | | | | | | | | | | | | | | | | - rename 'internal_queue_out' to 'queue_out' and turn it from 2nd to 1st order, thus making it more analogous to queue:out - only assert state invariants at public API return points, not inside helper functions - inline 'dropwhile1' into 'dropwhile'
* | | minor refactoring and simplificationMatthias Radestock2011-06-251-8/+5
| | |
* | | Correct bug. This was introduced in bug 24116.Matthew Sackman2011-06-251-4/+10
|/ /
* | Merged bug23554 into defaultRob Harrop2011-06-2313-38/+2034
|\ \
| * | Explode if the nodes policy has an empty list as the policy paramsMatthew Sackman2011-06-221-3/+4
| | |
| * | Make an error more likely to be formatted sensiblyMatthew Sackman2011-06-221-1/+1
| | |
| * | Really really don't look at x-mirror anymore. sigh.Matthew Sackman2011-06-221-8/+8
| | |
| * | Be more helpful...and make it compileMatthew Sackman2011-06-221-2/+2
| | |
| * | Be more helpfulMatthew Sackman2011-06-221-12/+25
| | |
| * | Remove rubbishMatthew Sackman2011-06-211-3/+1
| | |
| * | All done.Matthew Sackman2011-06-212-4/+9
| | |
| * | Sort out misc. (dnc)Matthew Sackman2011-06-213-35/+31
| | |