summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* CosmeticSimon MacMullen2013-03-271-1/+2
* Merge in default, add a touch more logging, and don't restart autoheal if it'...Simon MacMullen2013-03-271-19/+57
|\
| * Merged bug25491 into defaultEmile Joubert2013-03-2719-397/+732
| |\
| * | Don't call rabbit_mnesia:cluster_nodes(all) as much, don't use floating point...Simon MacMullen2013-03-251-9/+14
| * | Use a macroSimon MacMullen2013-03-251-1/+1
| * | Do the pinging in a separate process so we don't block the node monitor.Simon MacMullen2013-03-211-6/+18
| * | First attempt at pinging that doesn't really work well.Simon MacMullen2013-03-201-5/+22
* | | Simplistic way of selecting a winner: order by the number of connections, the...Simon MacMullen2013-03-261-19/+28
* | | Figure out a global view of partitions.Simon MacMullen2013-03-261-1/+21
* | | Add some loggingSimon MacMullen2013-03-261-3/+11
* | | merge defaultSimon MacMullen2013-03-2619-397/+732
|\ \ \ | | |/ | |/|
| * | Merged default into bug24114Emile Joubert2013-03-2539-734/+1321
| |\ \
| | * \ merge bug23749 into defaultMatthias Radestock2013-03-225-62/+255
| | |\ \
| | | * | Update essay for credit (and fix a few typos I couldn't be bothered to separa...Simon MacMullen2013-03-221-12/+26
| | | * | Move serial arithmetic out of the broker.Simon MacMullen2013-03-222-75/+0
| | | * | get rid of unused importsMatthias Radestock2013-03-211-2/+0
| | | * | fix typoMatthias Radestock2013-03-211-1/+1
| | | * | cosmetic(ish)Matthias Radestock2013-03-212-14/+11
| | | * | re-introduce state-transition optimisation for possibly_unblockMatthias Radestock2013-03-211-23/+27
| | | * | Merge in defaultSimon MacMullen2013-03-219-42/+81
| | | |\ \
| | | * | | suspended =/= has run out of credit.Simon MacMullen2013-03-211-1/+1
| | | * | | Cosmetic, reduce distance to bug25461, remove dead commentSimon MacMullen2013-03-212-16/+11
| | | * | | oopsSimon MacMullen2013-03-211-1/+1
| | | * | | Merge the two can_sends and tidy up.Simon MacMullen2013-03-212-42/+25
| | | * | | First attempt at merging these two bugs; this compiles at least.Simon MacMullen2013-03-208-49/+361
| | | |\ \ \
| | | | * \ \ Merge in defaultSimon MacMullen2013-03-206-53/+322
| | | | |\ \ \ | | | | | |_|/ | | | | |/| |
| | | | | * | Well, that was embarassing.Simon MacMullen2013-02-211-1/+1
| | | | | * | simplifying refactorMatthias Radestock2013-02-211-12/+12
| | | | | * | Correct use of gb_trees APIs...Simon MacMullen2013-02-211-12/+6
| | | | | * | OopsSimon MacMullen2013-02-211-14/+7
| | | | | * | Use gb_trees rather than dict for performance.Simon MacMullen2013-02-211-15/+21
| | | | | * | Remove blocked_ctags, and a few knock-on simplifications.Simon MacMullen2013-02-212-39/+24
| | | | | * | simplify queue's basic_consume handlerMatthias Radestock2013-02-211-15/+7
| | | | | * | merge default into bug23749Matthias Radestock2013-02-201-1/+1
| | | | | |\ \
| | | | | * | | optimise possibly_unblockMatthias Radestock2013-02-201-15/+18
| | | | | * | | refactorMatthias Radestock2013-02-201-9/+6
| | | | | * | | cosmetic - reduce distance to 'default'Matthias Radestock2013-02-201-20/+17
| | | | | * | | oopsMatthias Radestock2013-02-201-1/+1
| | | | | * | | cosmeticMatthias Radestock2013-02-201-14/+14
| | | | | * | | merge default into bug23749Matthias Radestock2013-02-201-2/+2
| | | | | |\ \ \
| | | | | * | | | get rid of maybe_send_drained_consMatthias Radestock2013-02-201-14/+14
| | | | | * | | | refactor possibly_unblockMatthias Radestock2013-02-201-18/+19
| | | | | * | | | introduce is_empty(State) helperMatthias Radestock2013-02-201-20/+17
| | | | | * | | | cosmeticMatthias Radestock2013-02-201-5/+5
| | | | | * | | | eliminate non-linear BQS usageMatthias Radestock2013-02-201-1/+2
| | | | | * | | | cosmeticMatthias Radestock2013-02-201-9/+5
| | | | | * | | | Only send_drained if we have become empty...Simon MacMullen2013-02-201-9/+13
| | | | | * | | | AhemSimon MacMullen2013-02-201-2/+2
| | | | | * | | | Be more careful about where we send_drained from.Simon MacMullen2013-02-201-7/+25
| | | | | * | | | NeatnessSimon MacMullen2013-02-201-3/+2