| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Add master_pid to queue_slave_synchronised event; this will reduce the amount... | Simon MacMullen | 2011-07-15 | 1 | -2/+4 |
| * | Refactor to mimic style and pizzazz of amqqueue_process | Matthew Sackman | 2011-07-14 | 1 | -22/+27 |
| * | rework | Matthew Sackman | 2011-07-14 | 4 | -21/+47 |
| * | Merging default to bug24130 | Matthew Sackman | 2011-07-14 | 16 | -689/+300 |
| |\ | |||||
| | * | Merge bug24216 into default | Rob Harrop | 2011-07-08 | 3 | -39/+44 |
| | |\ | |||||
| | | * | 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 righ... | Simon MacMullen | 2011-07-05 | 1 | -19/+35 |
| | | * | | 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 | 22 | -354/+2461 |
| | | | |\ \ | | | | |/ | |||||
| | | | * | | 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{} recor... | Simon MacMullen | 2011-07-07 | 1 | -8/+2 |
| | | | |/ | | |/| | |||||
| | * | | | ditch per-x-q confirm stats | Matthias Radestock | 2011-07-06 | 1 | -6/+2 |
| | * | | | make 'tx.commit-ok' indicate responsibility transfer | Matthias Radestock | 2011-07-06 | 1 | -40/+76 |
| | * | | | confirm on tx.rollback | Matthias Radestock | 2011-07-05 | 1 | -4/+10 |
| | * | | | merge default into bug24216 | Matthias Radestock | 2011-07-04 | 14 | -642/+210 |
| | |\ \ \ | | |/ / | |/| | | |||||
| | | * | | change tx semantics to 'batching' | Matthias Radestock | 2011-07-04 | 3 | -35/+88 |
| | | * | | merge default into bug24216 | Matthias Radestock | 2011-06-29 | 14 | -632/+147 |
| | | |\ \ | |||||
| | | | * \ | merge default into bug24216 | Matthias Radestock | 2011-06-26 | 14 | -632/+147 |
| | | | |\ \ | |||||
| | | | | * | | s/run_backing_queue_async/run_backing_queue | Matthias Radestock | 2011-06-25 | 5 | -16/+8 |
| | | | | * | | get rid of sync run_backing_queue | Matthias Radestock | 2011-06-25 | 3 | -27/+4 |
| | | | | * | | fix tests | Matthias Radestock | 2011-06-25 | 1 | -19/+28 |
| | | | | * | | tx gone from everywhere | Matthias Radestock | 2011-06-24 | 11 | -230/+65 |
| | | | | * | | remove transactions from backing queue | Matthias Radestock | 2011-06-24 | 5 | -353/+56 |
| * | | | | | | Support querying slaves for their status | Matthew Sackman | 2011-07-07 | 3 | -10/+46 |
| * | | | | | | Merging default into bug24130 | Matthew Sackman | 2011-07-07 | 3 | -36/+105 |
| |\ \ \ \ \ \ | |/ / / / / |/| | | | | | |||||
| | * | | | | | docs | Matthew Sackman | 2011-06-26 | 1 | -3/+22 |
| | * | | | | | Notify the world when we become synchronised | Matthew Sackman | 2011-06-26 | 1 | -0/+1 |
| | * | | | | | Merge default into bug24130. Also add appropriate specs, and fix some bugs | Matthew Sackman | 2011-06-26 | 5 | -121/+173 |
| | |\ \ \ \ \ | |||||
| | * | | | | | | Master responds to length_requests with length broadcast; slaves can determin... | Matthew Sackman | 2011-06-26 | 3 | -48/+85 |
| | * | | | | | | Slaves request length when they join. | Matthew Sackman | 2011-06-26 | 2 | -0/+10 |
| | * | | | | | | Emit slave promotion | Matthew Sackman | 2011-06-26 | 1 | -3/+3 |
| | * | | | | | | Emit slave creation | Matthew Sackman | 2011-06-26 | 1 | -0/+2 |
| | | |_|_|/ / | |/| | | | | |||||
| * | | | | | | 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 | 1 | -1/+1 |
| |/ / / / / / | |||||
| * | | | | | | 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 |
| | | | |/ / / / | |||||
