| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | remove redundant "-s rabbit" from windows startup scripts | Matthias Radestock | 2011-09-21 | 2 | -4/+2 |
| | | | | | | ...and bring the order of erl args in line with that of the Unix script, for aesthetic reasons | ||||
| * | Merge bug17174 into default | Rob Harrop | 2011-09-21 | 1 | -14/+18 |
| |\ | |||||
| | * | improve flow control by penalising message ingestion in the scheduler | Matthias Radestock | 2011-09-20 | 1 | -14/+18 |
| |/ | |||||
| * | cosmetic | Matthias Radestock | 2011-09-19 | 1 | -3/+2 |
| | | |||||
| * | a bit of inlining, tweaking and cosmetics | Matthias Radestock | 2011-09-18 | 1 | -18/+13 |
| | | |||||
| * | cosmetic | Matthias Radestock | 2011-09-18 | 1 | -7/+5 |
| | | |||||
| * | extract ack handling logic | Matthias Radestock | 2011-09-18 | 1 | -34/+33 |
| | | | | | in common between 'ack', 'reject' and 'requeue' | ||||
| * | extract correlation between consumer_count and limiter registration | Matthias Radestock | 2011-09-17 | 1 | -23/+21 |
| | | | | | | | | | | | | ...and fix a bug in the process: during consumer registration we were using the *old* cr, with the old (and usually undefined) limiter, to check whether the channel is blocked. Thus we would end up running through the message queue unnecessarily. No big deal, but certainly not what was intended. Also, make the update_ch_record return the record, which makes the function more composable. | ||||
| * | rename maybe_store_ch_record to update_ch_record and drop assertions | Matthias Radestock | 2011-09-17 | 1 | -27/+20 |
| | | | | | | ...and some associated cosmetic shuffling and inlining. The assertions aren't all that useful and just clutter the code. | ||||
| * | cosmetic: slightly more sensible field order | Matthias Radestock | 2011-09-16 | 1 | -5/+5 |
| | | |||||
| * | merge bug24428 into default | Matthias Radestock | 2011-09-16 | 3 | -177/+214 |
| |\ | |||||
| | * | merge bug23596 into default | Matthias Radestock | 2011-09-16 | 2 | -22/+27 |
| | |\ | |||||
| | | * | Merged bug24424 into default | Emile Joubert | 2011-09-16 | 1 | -2/+5 |
| | | |\ | |||||
| | | | * | Whitespace | Emile Joubert | 2011-09-16 | 1 | -2/+2 |
| | | | | | |||||
| | | | * | Fix duplicated example para when generating rabbitmqctl docs | Jim Apperly | 2011-09-15 | 1 | -2/+5 |
| | | | | | |||||
| | | * | | merge bug24425 into default (FHC can become bottleneck when large numbers of ↵ | Alexandru Scvortov | 2011-09-15 | 1 | -20/+22 |
| | | |\ \ | | | |/ | | |/| | | | | | durable queues first receive a msg) | ||||
| | | | * | Use ets table instead of dict | Matthew Sackman | 2011-09-14 | 1 | -20/+22 |
| | | | | | |||||
| | * | | | use 'sets' instead of 'gb_sets' for the 'blocking' set | Matthias Radestock | 2011-09-16 | 1 | -10/+10 |
| | | | | | | | | | | | | | | | | | | | | | This set will generally be quite small, there is just one of them and we don't need ordering, and generally performance here isn't an issue. | ||||
| | * | | | some tweaks for sake of symmetry | Matthias Radestock | 2011-09-16 | 1 | -16/+13 |
| | | | | | | | | | | | | | | | | | ...and some cosmetics | ||||
| | * | | | minor simplifying refactor | Matthias Radestock | 2011-09-16 | 1 | -8/+5 |
| | | | | | |||||
| | * | | | merge two folds | Alexandru Scvortov | 2011-09-16 | 1 | -7/+7 |
| | | | | | |||||
| | * | | | cosmetic changes and some minor refactoring | Matthias Radestock | 2011-09-16 | 1 | -93/+82 |
| | | | | | |||||
| | * | | | rename consumer_monitors to queue_consumers | Alexandru Scvortov | 2011-09-15 | 1 | -29/+32 |
| | | | | | |||||
| | * | | | remove unnecessary check | Alexandru Scvortov | 2011-09-15 | 1 | -7/+3 |
| | | | | | |||||
| | * | | | consumer_monitors is a dict again | Alexandru Scvortov | 2011-09-15 | 1 | -22/+24 |
| | | | | | |||||
| | * | | | less arbitrary division of labour | Alexandru Scvortov | 2011-09-15 | 1 | -8/+9 |
| | | | | | |||||
| | * | | | remove no-op | Alexandru Scvortov | 2011-09-15 | 1 | -1/+0 |
| | | | | | |||||
| | * | | | monitor_queue/demonitor_queue are symmetric; don't use process dictionary | Alexandru Scvortov | 2011-09-15 | 1 | -126/+149 |
| | | | | | |||||
| | * | | | consumer_monitors is now a set of QPids | Alexandru Scvortov | 2011-09-15 | 1 | -19/+25 |
| | | | | | |||||
| | * | | | DeMorgan a case | Alexandru Scvortov | 2011-09-14 | 1 | -5/+7 |
| | | | | | |||||
| | * | | | merge from default + cosmetic | Alexandru Scvortov | 2011-09-14 | 1 | -55/+72 |
| | |\ \ \ | | |/ / | |/| | | |||||
| | | * | | refactor | Alexandru Scvortov | 2011-09-13 | 1 | -13/+6 |
| | | | | | |||||
| | | * | | merge flow and (consumer, confirm, starts) monitors | Alexandru Scvortov | 2011-09-13 | 1 | -17/+20 |
| | | | | | |||||
| | | * | | merge consumer and (confirms, stats) monitors | Alexandru Scvortov | 2011-09-13 | 1 | -37/+37 |
| | | | | | |||||
| | | * | | merge stats and confirm monitors | Alexandru Scvortov | 2011-09-13 | 1 | -24/+35 |
| | | | | | |||||
| | | * | | remove unnecessary variable | Alexandru Scvortov | 2011-09-13 | 1 | -51/+40 |
| | | | | | |||||
| | | * | | merge default into bug23596 | Alexandru Scvortov | 2011-09-13 | 11 | -46/+57 |
| | | |\ \ | |||||
| | | * | | | refactor | Alexandru Scvortov | 2011-09-06 | 1 | -5/+7 |
| | | | | | | | | | | | | | | | | | | | | | And mark the queue as un-monitored when it goes DOWN. | ||||
| | | * | | | only monitor queues that have messages on them | Alexandru Scvortov | 2011-09-06 | 1 | -35/+51 |
| | | | | | | |||||
| * | | | | | And now it's like well beautiful. Wicked. | Matthew Sackman | 2011-09-15 | 1 | -22/+17 |
| | | | | | | |||||
| * | | | | | Scatter/Gather. Eliminates gaps between txns and thus goes much faster. | Matthew Sackman | 2011-09-15 | 1 | -19/+30 |
| | | | | | | |||||
| * | | | | | Rework binding recovery | Matthew Sackman | 2011-09-15 | 1 | -14/+21 |
| |/ / / / | |||||
| * | | | | fix a spec | Matthias Radestock | 2011-09-14 | 1 | -1/+1 |
| | |_|/ |/| | | | | | | | | that was causing dialyzer to complain, rightly. | ||||
| * | | | Merge heads. | Jerry Kuch | 2011-09-13 | 1 | -11/+7 |
| |\ \ \ | |||||
| | * \ \ | Merging heads | Matthew Sackman | 2011-09-13 | 1 | -11/+7 |
| | |\ \ \ | | |_|/ | |/| | | |||||
| | | * | | Merge bug 24416 (yes, let's use dirty ops instead) | Simon MacMullen | 2011-09-09 | 1 | -1/+1 |
| | | |\ \ | |||||
| | | * | | | consistency | Matthias Radestock | 2011-09-08 | 1 | -2/+2 |
| | | | | | | |||||
| | | * | | | do the todo | Matthias Radestock | 2011-09-08 | 1 | -10/+6 |
| | | | | | | |||||
| * | | | | | Merge bug 23056 | Jerry Kuch | 2011-09-13 | 19 | -130/+139 |
| |\ \ \ \ \ | |/ / / / | |||||
| | * | | | | Added tag rabbitmq_v2_6_1 for changeset 12e1420e9df4 | Tim Fox | 2011-09-12 | 0 | -0/+0 |
| | | | | | | |||||
