| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | tie up some loose ends for the new table | Matthias Radestock | 2011-11-30 | 1 | -5/+5 |
| * | now that we have table locks there is no need for phase separation | Matthias Radestock | 2011-11-30 | 1 | -66/+32 |
| * | only lock tables when we are dealing with multiple bindings | Matthias Radestock | 2011-11-30 | 1 | -6/+11 |
| * | simplify | Matthias Radestock | 2011-11-30 | 1 | -18/+6 |
| * | reduce time complexity of binding removal on queue deletion | Matthias Radestock | 2011-11-30 | 2 | -19/+66 |
| * | comment out failing test to check whether others fail too | Matthias Radestock | 2011-11-29 | 1 | -1/+3 |
| * | Merged bug24578 into default | Emile Joubert | 2011-11-29 | 1 | -1/+1 |
| |\ | |||||
| | * | Don't add message id to the set of msgs we've heard of from gm but not channe... | Simon MacMullen | 2011-11-22 | 1 | -1/+1 |
| * | | Merge bug 24392 | Simon MacMullen | 2011-11-29 | 1 | -7/+12 |
| |\ \ | |||||
| | * \ | Merge bug24579 | Simon MacMullen | 2011-11-29 | 3 | -5/+34 |
| | |\ \ | |||||
| | * | | | Slight simplification that these vars are declared once and failure is a thunk. | Simon MacMullen | 2011-11-29 | 1 | -5/+7 |
| | * | | | Rearrange | Emile Joubert | 2011-11-28 | 1 | -18/+15 |
| | * | | | Allow equivalence comparisons with absent values | Emile Joubert | 2011-11-22 | 1 | -12/+18 |
| | | |/ | |/| | |||||
| * | | | ensure that rabbit dies when recovery fails | Matthias Radestock | 2011-11-29 | 1 | -1/+4 |
| * | | | ignore empty segment files | Matthias Radestock | 2011-11-28 | 1 | -11/+14 |
| | |/ |/| | |||||
| * | | Still nicer error handling inspired by lib:eval_str/1. | Simon MacMullen | 2011-11-25 | 1 | -4/+10 |
| * | | Also handle tokenising errors somewhat. | Simon MacMullen | 2011-11-24 | 1 | -8/+13 |
| * | | Handle RPCs that crash better. | Simon MacMullen | 2011-11-24 | 1 | -1/+1 |
| * | | Handle the most common parsing error nicely. | Simon MacMullen | 2011-11-24 | 1 | -4/+8 |
| * | | Basic rabbitmqctl eval, with let-it-crash error handling. | Simon MacMullen | 2011-11-24 | 1 | -0/+7 |
| * | | better reporting of location of failed test | Matthias Radestock | 2011-11-24 | 1 | -2/+2 |
| * | | Another attempt at reducing racy failures. | Simon MacMullen | 2011-11-24 | 1 | -1/+1 |
| * | | base64url-encode for string guid generation | Matthias Radestock | 2011-11-23 | 1 | -1/+8 |
| |/ | |||||
| * | cosmetic | Matthias Radestock | 2011-11-21 | 1 | -5/+6 |
| * | don't explain why we don't do something that doesn't work | Matthias Radestock | 2011-11-15 | 1 | -4/+1 |
| * | Merged bug24560 into default | Emile Joubert | 2011-11-15 | 1 | -1/+1 |
| |\ | |||||
| | * | Duh | Simon MacMullen | 2011-11-15 | 1 | -2/+1 |
| | * | If we get an explicit channel close we might already be shutting the connecti... | Simon MacMullen | 2011-11-15 | 1 | -0/+1 |
| * | | More clarity. | Simon MacMullen | 2011-11-15 | 1 | -2/+3 |
| * | | Use {node(), make_ref()} rather than self(). | Simon MacMullen | 2011-11-15 | 1 | -7/+9 |
| |/ | |||||
| * | Merged bug24534 into default | Emile Joubert | 2011-11-07 | 1 | -7/+65 |
| |\ | |||||
| | * | Merge bug24430. | Simon MacMullen | 2011-11-07 | 24 | -1160/+927 |
| | |\ | |||||
| | * | | Cosmetic | Simon MacMullen | 2011-11-07 | 1 | -8/+6 |
| | * | | send_after does not accept infinity as an argument | Emile Joubert | 2011-11-03 | 1 | -14/+22 |
| | * | | Correct thinko - permanent + normal is an error, duh! | Simon MacMullen | 2011-11-02 | 1 | -5/+6 |
| | * | | Oops | Simon MacMullen | 2011-11-02 | 1 | -1/+1 |
| | * | | Refactor: reduce distance from default. | Simon MacMullen | 2011-11-02 | 1 | -7/+4 |
| | * | | Refactor: don't use a dict when a list will do. | Simon MacMullen | 2011-11-02 | 1 | -5/+7 |
| | * | | Refactor: simplify by checking if restart is permanent earlier. | Simon MacMullen | 2011-11-02 | 1 | -13/+8 |
| | * | | Refactor: I like closures as much as the next chap, but that was too many. | Simon MacMullen | 2011-11-02 | 1 | -19/+10 |
| | * | | Cosmetic: pattern-match more, factor out dict:append, fix unused var. | Simon MacMullen | 2011-11-02 | 1 | -27/+28 |
| | * | | Indent correctly | Emile Joubert | 2011-11-02 | 1 | -24/+28 |
| | * | | Refactor supervisor shutdown more | Emile Joubert | 2011-11-01 | 1 | -7/+10 |
| | * | | Refactor supervisor shutdown | Emile Joubert | 2011-11-01 | 1 | -9/+8 |
| | * | | More accurate timeouts during supervisor shutdown | Emile Joubert | 2011-11-01 | 1 | -11/+8 |
| | * | | Better supervisor2 shutdown handling | Emile Joubert | 2011-10-17 | 1 | -16/+16 |
| | * | | Terminate simple children in parallel | Emile Joubert | 2011-10-14 | 1 | -10/+72 |
| * | | | Big ugly warning. | Simon MacMullen | 2011-11-07 | 1 | -3/+22 |
| | |/ |/| | |||||
| * | | Merge bug24525 | Simon MacMullen | 2011-11-01 | 1 | -1/+15 |
| |\ \ | |||||
| | * | | Consistency with wait_for_tables. | Simon MacMullen | 2011-10-31 | 1 | -1/+1 |
