| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | cosmetic | Matthias Radestock | 2011-07-08 | 1 | -3/+2 |
| | | |||||
| * | merge bug24244 into default | Matthias Radestock | 2011-07-07 | 1 | -21/+25 |
| |\ | |||||
| | * | inlining | Matthias Radestock | 2011-07-07 | 1 | -6/+6 |
| | | | |||||
| | * | One last tweak. | Simon MacMullen | 2011-07-06 | 1 | -3/+2 |
| | | | |||||
| | * | Refactor / beautification. | Simon MacMullen | 2011-07-06 | 1 | -37/+26 |
| | | | |||||
| | * | Inline rabbit_misc:table_filter, then fiddle with it until it's actually ↵ | Simon MacMullen | 2011-07-05 | 1 | -19/+35 |
| | | | | | | | | | right. To say this could do with some beautification is an understatement. | ||||
| * | | Note to future self / others | Simon MacMullen | 2011-07-07 | 1 | -0/+3 |
| | | | |||||
| * | | Merge heads | Simon MacMullen | 2011-07-07 | 1 | -11/+15 |
| |\ \ | |||||
| | * \ | merge bug24179 into default | Matthias Radestock | 2011-07-07 | 28 | -398/+2494 |
| | |\ \ | | |/ | |||||
| | * | | tiny refactor: better function names | Matthias Radestock | 2011-06-27 | 1 | -9/+8 |
| | | | | |||||
| | * | | Generate fine stats on redeliver. | Simon MacMullen | 2011-06-20 | 1 | -6/+11 |
| | | | | |||||
| * | | | Fix upgrades from 2.4.1 and before. This failed because the #exchange{} ↵ | Simon MacMullen | 2011-07-07 | 1 | -8/+2 |
| | |/ |/| | | | | | record now contains the exchange scratch space, but at the point at which we add trace exchanges Mnesia hasn't got there yet. The moral of this story is: never use record definitions in rabbit_upgrade_functions (which is why all the transform() invocations don't). | ||||
| * | | merge bug24232 into default (don't show mode in 'rabbitmqctl list_channels') | Alexandru Scvortov | 2011-07-03 | 1 | -1/+1 |
| |\ \ | |||||
| | * | | cosmetic: more sensible order of qpids for routing | Matthias Radestock | 2011-07-02 | 1 | -1/+1 |
| | | | | |||||
| * | | | remove 'transactional' flag from 'rabbitmqctl list_channel' | Matthias Radestock | 2011-07-01 | 2 | -3/+3 |
| |/ / | |||||
| * | | cosmetic: move docs of confirm-related channel info items to better place | Matthias Radestock | 2011-07-01 | 1 | -10/+10 |
| | | | |||||
| * | | merge bug23825 into default | Matthias Radestock | 2011-07-01 | 3 | -2/+35 |
| |\ \ | |||||
| | * | | 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 |
| | | | | | | | | | | | | | | | | | | | - call the function update_scratch and only update the scratch space - call Fun(X) once - make 'read' into a 'wread' | ||||
| | * | | Spec | Simon MacMullen | 2011-06-29 | 1 | -0/+3 |
| | | | | |||||
| | * | | Scratch space for exchanges, and rabbit_exchange:update/2. | Simon MacMullen | 2011-06-27 | 3 | -2/+38 |
| | | | | |||||
| * | | | 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 | 4 | -8/+4 |
| |\ \ \ | |||||
| | * \ \ | merge bug24180 into default | Matthias Radestock | 2011-06-28 | 26 | -273/+2288 |
| | |\ \ \ | |||||
| | | * | | | Remove tonyg and md5 checksums, since the Macports guys already have done ↵ | Simon MacMullen | 2011-06-27 | 2 | -4/+2 |
| | | |/ / | | | | | | | | | | | | | and we don't want to reinstate them. | ||||
| | | * | | merge bug 24221 into default (channel.flow{active=true} can fail to unblock ↵ | Alexandru Scvortov | 2011-06-27 | 1 | -2/+2 |
| | | |\ \ | | | | | | | | | | | | | | | | queues) | ||||
| | | | * | | remember when we've refused a queue's can_send due to being blocked | Matthias Radestock | 2011-06-25 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | | so that we can tell the queue when we get unblocked | ||||
| | * | | | | 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 |
| | | | | | | | | | | | | | | | | | 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 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 |
| | | | | | | | | | | | | | | | | | dependencies | ||||
| * | | | | cosmetic | Matthew Sackman | 2011-06-28 | 1 | -4/+2 |
| | | | | | |||||
| * | | | | Finally, just to be really safe, avoid init:stop as far as we sensibly can ↵ | Matthew Sackman | 2011-06-28 | 1 | -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 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 |
| | |/ / |/| | | | | | | | | the right order (which we were not doing). | ||||
| * | | | 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 |
| | | | | | | | | | | | | | | | | the result of terminate_and_shutdown is not needed, but it looks odd to throw away State1 in one branch. | ||||
| * | | | merge bug24217 into default | Matthias Radestock | 2011-06-26 | 0 | -0/+0 |
| |\ \ \ | |/ / | |||||
| * | | | 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 |
| | | | | |||||
