| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | That's not needed | Simon MacMullen | 2011-01-18 | 1 | -1/+1 |
| | | |||||
| * | Er, and this too, of course :) | Simon MacMullen | 2011-01-18 | 1 | -362/+0 |
| | | |||||
| * | Satisfying bit first: remove rabbitmq-multi and all trivial references. | Simon MacMullen | 2011-01-18 | 10 | -301/+8 |
| | | |||||
| * | Fix surprisingly long-lived mistake. | Simon MacMullen | 2011-01-18 | 1 | -1/+1 |
| | | |||||
| * | Merging bug23698 into default | Matthew Sackman | 2011-01-18 | 3 | -34/+45 |
| |\ | |||||
| | * | Or not | Simon MacMullen | 2011-01-18 | 1 | -1/+0 |
| | | | |||||
| | * | Merge bug23689 into default. | Simon MacMullen | 2011-01-18 | 4 | -33/+27 |
| | |\ | |||||
| | | * | small simplifying refactor | Matthias Radestock | 2011-01-18 | 1 | -19/+15 |
| | | | | |||||
| | | * | cosmetic | Matthias Radestock | 2011-01-18 | 1 | -4/+3 |
| | | | | |||||
| | | * | cosmetic | Matthias Radestock | 2011-01-18 | 1 | -4/+1 |
| | | | | |||||
| | | * | Every msg in a queue should have a different guid. Sigh | Matthew Sackman | 2011-01-17 | 1 | -6/+7 |
| | | | | |||||
| | * | | indicate absence of config files more clearly | Matthias Radestock | 2011-01-18 | 1 | -1/+1 |
| | | | | |||||
| | * | | oops | Matthias Radestock | 2011-01-16 | 1 | -2/+0 |
| | | | | |||||
| | * | | display config file locations on startup | Matthias Radestock | 2011-01-16 | 2 | -2/+22 |
| | | | | |||||
| * | | | Inlining | Matthew Sackman | 2011-01-18 | 1 | -5/+3 |
| | | | | |||||
| * | | | A little more abstraction never hurt | Matthew Sackman | 2011-01-18 | 1 | -23/+16 |
| | | | | |||||
| * | | | Some might say this is a touch over abstracted. It's quite pretty though | Matthew Sackman | 2011-01-18 | 1 | -6/+27 |
| | | | | |||||
| * | | | don't send routing-failure-induced confirms straight away | Matthias Radestock | 2011-01-17 | 1 | -5/+6 |
| | | | | | | | | | | | | | to allow for coalescing with preceding confirms. | ||||
| * | | | prioritise confirms and coalesce them until we see another command | Matthias Radestock | 2011-01-17 | 1 | -12/+12 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | As well as sending confirms when the channel goes idle we also send them on the first non-confirm (Erlang) message. I.e. coalescing is restriced to adjacent confirms in the channel's mailbox. By prioritising the 'confirm' erlang messages we shuffle all confirms to (near) the top of the mailbox, adjacent to each other. With this change we get our 'confirms will be sent eventually' guarantee back. And performance appears to remain unchanged. | ||||
| * | | | coalesce confirms in channel, for better performance | Matthias Radestock | 2011-01-17 | 1 | -8/+22 |
| | |/ |/| | | | | | | | We accumulate confirms in the channel and only send them when the channel goes idle. | ||||
| * | | allow hibernation after confirm | Matthias Radestock | 2011-01-17 | 1 | -1/+1 |
| |/ | |||||
| * | Merge bug23675 | Simon MacMullen | 2011-01-14 | 1 | -8/+17 |
| |\ | |||||
| | * | Merge with default | Rob Harrop | 2011-01-14 | 1 | -8/+17 |
| | |\ | |||||
| | | * | Merge with default | Rob Harrop | 2011-01-13 | 9 | -290/+298 |
| | | |\ | |||||
| | | * | | Honour the requeue flag in basic.nack | Rob Harrop | 2011-01-12 | 1 | -2/+3 |
| | | | | | |||||
| | | * | | Merge with default | Rob Harrop | 2011-01-11 | 1 | -8/+16 |
| | | |\ \ | |||||
| | | | * | | Extract common logic for message rejection. Introduce basic.nack and rework ↵ | Rob Harrop | 2011-01-11 | 1 | -8/+16 |
| | | | | | | | | | | | | | | | | | | | | | basic.reject | ||||
| * | | | | | bug23663 merged to default | Marek Majkowski | 2011-01-14 | 1 | -107/+0 |
| |\ \ \ \ \ | |||||
| | * \ \ \ \ | Merge from default | Simon MacMullen | 2011-01-10 | 1 | -107/+0 |
| | |\ \ \ \ \ | |||||
| | | * | | | | | Remove SASL EXTERNAL mechanism. | Simon MacMullen | 2011-01-10 | 1 | -107/+0 |
| | | | | | | | | |||||
| * | | | | | | | merge bug23690 into default ('confirms' simplifications and optimisations) | Alexandru Scvortov | 2011-01-14 | 1 | -2/+6 |
| |\ \ \ \ \ \ \ | |||||
| | * \ \ \ \ \ \ | merge bug23679 into default (unnecessary fsyncs when requeuing messages with ↵ | Alexandru Scvortov | 2011-01-14 | 1 | -2/+6 |
| | |\ \ \ \ \ \ \ | | |_|_|/ / / / | |/| | | | | | | | | | | | | | | confirms) | ||||
| | | * | | | | | | Matthew's patch: don't add requeue'd messages to unconfirmed | Alexandru Scvortov | 2011-01-14 | 1 | -2/+6 |
| | | | | | | | | | |||||
| * | | | | | | | | invert logic to get better reuse | Matthias Radestock | 2011-01-13 | 1 | -24/+19 |
| | | | | | | | | | |||||
| * | | | | | | | | combine 'unconfirmed' and queues_for_msgs | Matthias Radestock | 2011-01-13 | 1 | -38/+41 |
| |/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | and permit coalescing of confirms on queue 'DOWN' | ||||
| * | | | | | | | Merging bug23445 into default | Matthew Sackman | 2011-01-13 | 0 | -0/+0 |
| |\ \ \ \ \ \ \ | |||||
| * | | | | | | | | cosmetics and indentation only | Matthew Sackman | 2011-01-13 | 3 | -120/+113 |
| | | | | | | | | | |||||
| * | | | | | | | | Some refactorings | Matthew Sackman | 2011-01-13 | 4 | -47/+31 |
| | | | | | | | | | |||||
| * | | | | | | | | Merging default into bug23445 | Matthew Sackman | 2011-01-13 | 12 | -159/+237 |
| |\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | | |||||
| | * | | | | | | | cosmetics and minor factorings | Matthew Sackman | 2011-01-11 | 5 | -27/+29 |
| | | | | | | | | | |||||
| | * | | | | | | | Merging default into bug23445 | Matthew Sackman | 2011-01-11 | 12 | -155/+231 |
| | |\ \ \ \ \ \ \ | | |_|_|_|_|/ / | |/| | | | | | | |||||
| | | * | | | | | | Only read inside an mnesia transaction | Emile Joubert | 2011-01-10 | 1 | -3/+2 |
| | | | | | | | | | |||||
| | | * | | | | | | One less thunk | Emile Joubert | 2011-01-10 | 1 | -1/+1 |
| | | | | | | | | | |||||
| | | * | | | | | | More frugal use of thunks | Emile Joubert | 2011-01-10 | 2 | -4/+7 |
| | | | | | | | | | |||||
| | | * | | | | | | Unconditionally return a fun() in execute mnesia tx | Emile Joubert | 2011-01-10 | 1 | -3/+7 |
| | | | | | | | | | |||||
| | | * | | | | | | Transfer changes from rabbit_access_control to rabbit_vhost | Emile Joubert | 2011-01-10 | 1 | -29/+27 |
| | | | | | | | | | |||||
| | | * | | | | | | Merged default into bug23445 | Emile Joubert | 2011-01-10 | 11 | -123/+195 |
| | | |\ \ \ \ \ \ | |||||
| | | | * \ \ \ \ \ | Merged default into bug23445 | Emile Joubert | 2010-12-23 | 58 | -1771/+2193 |
| | | | |\ \ \ \ \ \ | |||||
| | | | * | | | | | | | Changed exchange callback API for transactions | Emile Joubert | 2010-12-23 | 13 | -163/+180 |
| | | | | | | | | | | | |||||
| | | | * | | | | | | | Introduce some abstraction, reducing duplicate calls | Emile Joubert | 2010-11-29 | 6 | -148/+154 |
| | | | | | | | | | | | |||||
