summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Merge bug 24608 (qproc and mirror_slave disagree on data structure for msg_id...Simon MacMullen2011-12-021-3/+5
|\
| * Minor ecumenical matterbug24608Emile Joubert2011-12-011-2/+2
| * Foster agreement on type of msg_id_to_channelEmile Joubert2011-12-011-3/+5
* | Merge bug 24561 (x-ha-policy=nodes doesn't fully cope with failure of master)Simon MacMullen2011-12-027-28/+76
|\ \ | |/
| * Merged bug24591 into defaultEmile Joubert2011-11-301-2/+8
| |\
| | * Move the try / catch into rabbit_networking.bug24591Simon MacMullen2011-11-242-7/+7
| | * Filter out connections which no longer exist.Simon MacMullen2011-11-242-4/+10
| * | comment out failing test to check whether others fail tooMatthias Radestock2011-11-291-1/+3
| * | Merged bug24578 into defaultEmile Joubert2011-11-291-1/+1
| |\ \
| | * | Don't add message id to the set of msgs we've heard of from gm but not channe...bug24578Simon MacMullen2011-11-221-1/+1
| * | | Merge bug 24392Simon MacMullen2011-11-291-7/+12
| |\ \ \
| | * \ \ Merge bug24579Simon MacMullen2011-11-293-5/+34
| | |\ \ \
| | * | | | Slight simplification that these vars are declared once and failure is a thunk.bug24579Simon MacMullen2011-11-291-5/+7
| | * | | | RearrangeEmile Joubert2011-11-281-18/+15
| | * | | | Allow equivalence comparisons with absent valuesEmile Joubert2011-11-221-12/+18
| | | |/ / | | |/| |
| * | | | ensure that rabbit dies when recovery failsbug24392Matthias Radestock2011-11-291-1/+4
| * | | | ignore empty segment filesMatthias Radestock2011-11-281-11/+14
| | |/ / | |/| |
| * | | Still nicer error handling inspired by lib:eval_str/1.bug24593Simon MacMullen2011-11-251-4/+10
| * | | Also handle tokenising errors somewhat.Simon MacMullen2011-11-241-8/+13
| * | | Handle RPCs that crash better.Simon MacMullen2011-11-241-1/+1
| * | | Handle the most common parsing error nicely.Simon MacMullen2011-11-241-4/+8
| * | | Basic rabbitmqctl eval, with let-it-crash error handling.Simon MacMullen2011-11-241-0/+7
| | |/ | |/|
| * | better reporting of location of failed testMatthias Radestock2011-11-241-2/+2
| * | Another attempt at reducing racy failures.Simon MacMullen2011-11-241-1/+1
| * | base64url-encode for string guid generationbug24467Matthias Radestock2011-11-231-1/+8
| |/
* | Record the master together with all the slavesbug24561Emile Joubert2011-11-221-1/+1
|/
* cosmeticMatthias Radestock2011-11-211-5/+6
* don't explain why we don't do something that doesn't workMatthias Radestock2011-11-151-4/+1
* Merged bug24560 into defaultEmile Joubert2011-11-151-1/+1
|\
| * Duhbug24560Simon MacMullen2011-11-151-2/+1
| * If we get an explicit channel close we might already be shutting the connecti...Simon MacMullen2011-11-151-0/+1
* | More clarity.bug24562Simon MacMullen2011-11-151-2/+3
* | Use {node(), make_ref()} rather than self().Simon MacMullen2011-11-151-7/+9
|/
* Merged bug24534 into defaultEmile Joubert2011-11-071-7/+65
|\
| * Merge bug24430.Simon MacMullen2011-11-0724-1160/+927
| |\
| * | Cosmeticbug24430Simon MacMullen2011-11-071-8/+6
| * | send_after does not accept infinity as an argumentEmile Joubert2011-11-031-14/+22
| * | Correct thinko - permanent + normal is an error, duh!Simon MacMullen2011-11-021-5/+6
| * | OopsSimon MacMullen2011-11-021-1/+1
| * | Refactor: reduce distance from default.Simon MacMullen2011-11-021-7/+4
| * | Refactor: don't use a dict when a list will do.Simon MacMullen2011-11-021-5/+7
| * | Refactor: simplify by checking if restart is permanent earlier.Simon MacMullen2011-11-021-13/+8
| * | Refactor: I like closures as much as the next chap, but that was too many.Simon MacMullen2011-11-021-19/+10
| * | Cosmetic: pattern-match more, factor out dict:append, fix unused var.Simon MacMullen2011-11-021-27/+28
| * | Indent correctlyEmile Joubert2011-11-021-24/+28
| * | Refactor supervisor shutdown moreEmile Joubert2011-11-011-7/+10
| * | Refactor supervisor shutdownEmile Joubert2011-11-011-9/+8
| * | More accurate timeouts during supervisor shutdownEmile Joubert2011-11-011-11/+8
| * | Better supervisor2 shutdown handlingEmile Joubert2011-10-171-16/+16
| * | Terminate simple children in parallelEmile Joubert2011-10-141-10/+72