| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | merge bug23825 into default | Matthias Radestock | 2011-07-01 | 2 | -1/+33 |
| |\ | |||||
| | * | cosmetic: we tend to prefer 'any()' over 'term()' | Matthias Radestock | 2011-07-01 | 1 | -1/+1 |
| | * | - use rabbit_misc:execute_mnesia_transaction | Simon MacMullen | 2011-06-29 | 1 | -24/+18 |
| | * | Spec | Simon MacMullen | 2011-06-29 | 1 | -0/+3 |
| | * | Scratch space for exchanges, and rabbit_exchange:update/2. | Simon MacMullen | 2011-06-27 | 2 | -1/+36 |
| * | | cosmetic: give rabbit.erl some structure | Matthias Radestock | 2011-06-29 | 1 | -153/+157 |
| * | | merge bug24207 into default (Rabbit doesn't stop and halt correctly) | Alexandru Scvortov | 2011-06-29 | 2 | -4/+2 |
| |\ \ | |||||
| | * \ | merge bug24180 into default | Matthias Radestock | 2011-06-28 | 20 | -242/+2269 |
| | |\ \ | | |/ | |||||
| | | * | merge bug 24221 into default (channel.flow{active=true} can fail to unblock q... | Alexandru Scvortov | 2011-06-27 | 1 | -2/+2 |
| | | |\ | |||||
| | | | * | remember when we've refused a queue's can_send due to being blocked | Matthias Radestock | 2011-06-25 | 1 | -2/+2 |
| | * | | | Allow unprivileged users to passive declare. | Simon MacMullen | 2011-06-17 | 1 | -2/+0 |
| * | | | | factorisation | Matthew Sackman | 2011-06-28 | 1 | -9/+10 |
| * | | | | There's a possibility that rabbit has to be able to be started without being ... | Matthew Sackman | 2011-06-28 | 1 | -0/+25 |
| * | | | | Avoid pointless begin-end block. Duh. | Matthew Sackman | 2011-06-28 | 1 | -9/+5 |
| * | | | | All keys are optional. We must not omit a vertex just because it has not any ... | Matthew Sackman | 2011-06-28 | 1 | -1/+7 |
| * | | | | cosmetic | Matthew Sackman | 2011-06-28 | 1 | -4/+2 |
| * | | | | Finally, just to be really safe, avoid init:stop as far as we sensibly can on... | Matthew Sackman | 2011-06-28 | 1 | -1/+5 |
| * | | | | Delete graph after use | Matthew Sackman | 2011-06-28 | 1 | -1/+3 |
| * | | | | Build graph; prune graph; traverse graph; obey graph. | Matthew Sackman | 2011-06-28 | 1 | -2/+20 |
| * | | | | init:stop knows better than us. It makes sure applications are taken down in ... | Matthew Sackman | 2011-06-28 | 1 | -5/+1 |
| | |/ / |/| | | |||||
| * | | | Merged bug24208 into default | Emile Joubert | 2011-06-27 | 1 | -1/+1 |
| |\ \ \ | |||||
| | * | | | Oops, we need the dependency. | Simon MacMullen | 2011-06-24 | 1 | -1/+1 |
| | | |/ | |/| | |||||
| * | | | Add missing specs; move some functions to more appropriate places | Matthew Sackman | 2011-06-26 | 2 | -23/+63 |
| * | | | essentially cosmetic tweak | Matthias Radestock | 2011-06-26 | 1 | -1/+1 |
| * | | | simplify | Matthew Sackman | 2011-06-26 | 1 | -6/+5 |
| * | | | Ensure we hit both branches of the newly added case queue:is_empty(Q4) of | Matthew Sackman | 2011-06-26 | 1 | -2/+4 |
| * | | | Refactoring | Matthew Sackman | 2011-06-26 | 1 | -20/+10 |
| * | | | Add test | Matthew Sackman | 2011-06-26 | 1 | -0/+16 |
| * | | | meh | Matthias Radestock | 2011-06-26 | 1 | -2/+3 |
| * | | | cosmetic | Matthias Radestock | 2011-06-26 | 1 | -1/+1 |
| * | | | cosmetic: move helpers to where they belong | Matthias Radestock | 2011-06-25 | 1 | -88/+88 |
| * | | | cosmetic: make order of exports match order in behaviour | Matthias Radestock | 2011-06-25 | 1 | -2/+3 |
| * | | | refactor 'dropwhile' and 'fetch' | Matthias Radestock | 2011-06-25 | 1 | -30/+30 |
| * | | | minor refactoring and simplification | Matthias Radestock | 2011-06-25 | 1 | -8/+5 |
| * | | | Correct bug. This was introduced in bug 24116. | Matthew Sackman | 2011-06-25 | 1 | -4/+10 |
| |/ / | |||||
| * | | Explode if the nodes policy has an empty list as the policy params | Matthew Sackman | 2011-06-22 | 1 | -3/+4 |
| * | | Make an error more likely to be formatted sensibly | Matthew Sackman | 2011-06-22 | 1 | -1/+1 |
| * | | Really really don't look at x-mirror anymore. sigh. | Matthew Sackman | 2011-06-22 | 1 | -8/+8 |
| * | | Be more helpful...and make it compile | Matthew Sackman | 2011-06-22 | 1 | -2/+2 |
| * | | Be more helpful | Matthew Sackman | 2011-06-22 | 1 | -12/+25 |
| * | | Remove rubbish | Matthew Sackman | 2011-06-21 | 1 | -3/+1 |
| * | | All done. | Matthew Sackman | 2011-06-21 | 2 | -4/+9 |
| * | | Sort out misc. (dnc) | Matthew Sackman | 2011-06-21 | 3 | -35/+31 |
| * | | forgot to remove. (dnc) | Matthew Sackman | 2011-06-21 | 1 | -2/+1 |
| * | | Sort out (everywhere except mirror modules) slave pids and mirror nodes and d... | Matthew Sackman | 2011-06-21 | 7 | -60/+85 |
| * | | Rip out support for dynamically adding or removing queue mirrors | Matthew Sackman | 2011-06-21 | 1 | -12/+0 |
| * | | Merging default into bug23554 | Matthew Sackman | 2011-06-21 | 12 | -16/+1987 |
| |\ \ | |||||
| | * \ | Merging default to bug23554 | Matthew Sackman | 2011-06-02 | 1 | -1/+23 |
| | |\ \ | |||||
| | * | | | Undo unneeded change to boots | Matthew Sackman | 2011-06-02 | 1 | -6/+7 |
| | * | | | Merging default into bug23554 | Matthew Sackman | 2011-06-02 | 2 | -1/+5 |
| | |\ \ \ | |||||
