| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | 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 b... | Rob Harrop | 2011-01-11 | 1 | -8/+16 |
| * | | fix a bug | Matthias Radestock | 2011-01-11 | 1 | -4/+7 |
| * | | cosmetic | Matthias Radestock | 2011-01-11 | 1 | -4/+3 |
| * | | cosmetic and tiny refactor | Matthias Radestock | 2011-01-11 | 1 | -5/+5 |
| |/ | |||||
| * | Optimise the heartbeat to death. Honk. And some cosmetics too | Matthew Sackman | 2011-01-11 | 2 | -11/+3 |
| * | merge bug23329 into default | Matthias Radestock | 2011-01-11 | 1 | -1/+1 |
| |\ | |||||
| | * | start confirm sequence numbering at 1 instead of 0 | Matthias Radestock | 2011-01-11 | 1 | -1/+1 |
| * | | Typos | Matthew Sackman | 2011-01-11 | 1 | -12/+12 |
| * | | Updated documentation | Matthew Sackman | 2011-01-11 | 1 | -5/+60 |
| * | | refactor: extract helper function | Matthias Radestock | 2011-01-11 | 1 | -15/+12 |
| * | | fix typo | Matthias Radestock | 2011-01-11 | 1 | -1/+1 |
| * | | cosmetic | Matthias Radestock | 2011-01-11 | 1 | -6/+5 |
| * | | fix | Matthias Radestock | 2011-01-11 | 1 | -4/+4 |
| * | | merge from default | Matthias Radestock | 2011-01-11 | 7 | -173/+187 |
| |\ \ | |/ | |||||
| | * | small simplifying refactor | Matthias Radestock | 2011-01-10 | 1 | -16/+15 |
| | * | merge default into bug23593 | Matthias Radestock | 2011-01-10 | 20 | -485/+841 |
| | |\ | |||||
| | | * | Merging bug23665 into default | Matthew Sackman | 2011-01-10 | 3 | -27/+47 |
| | | |\ | |||||
| | | | * | Merging bug23636 into default | Matthew Sackman | 2011-01-10 | 2 | -25/+43 |
| | | | |\ | |||||
| | | | | * | Turns out that 0 and true are distinct. sigh. | Matthew Sackman | 2011-01-10 | 1 | -1/+1 |
| | | | | * | Improve consistency of naming | Matthew Sackman | 2011-01-10 | 1 | -10/+10 |
| | | | | * | refactor / abstraction | Matthew Sackman | 2011-01-10 | 1 | -13/+13 |
| | | | | * | sync queue_index when variable_queue has outstanding confirms and is idle (br... | Alexandru Scvortov | 2011-01-10 | 2 | -12/+30 |
| | | * | | | more consistent naming | Alexandru Scvortov | 2011-01-10 | 1 | -9/+10 |
| | | * | | | remove duplication of erroneous logic | Alexandru Scvortov | 2011-01-10 | 1 | -18/+22 |
| | | |/ / | |||||
| | | * | | Merge heads | Simon MacMullen | 2011-01-10 | 1 | -1/+1 |
| | | |\ \ | |||||
| | | | * | | Fix dumb mistake. Not sure how that used to work. | Simon MacMullen | 2011-01-10 | 1 | -1/+1 |
| | | * | | | bug23578 merged into default (ssl info) | Marek Majkowski | 2011-01-10 | 2 | -1/+26 |
| | | |\ \ \ | | | |_|/ | | |/| | | |||||
| | | | * | | Merge in default | Simon MacMullen | 2011-01-05 | 2 | -1/+26 |
| | | | |\ \ | |||||
| | | | | * | | SSL protocol / algorithm information. | Simon MacMullen | 2010-12-07 | 2 | -1/+26 |
| | * | | | | | refactor: better function names, some inlining | Matthias Radestock | 2011-01-10 | 1 | -21/+23 |
| | * | | | | | cosmetic | Matthias Radestock | 2011-01-10 | 1 | -29/+18 |
| | * | | | | | remove unneeded logic | Alexandru Scvortov | 2011-01-10 | 1 | -19/+6 |
| | * | | | | | rethink grouping logic | Alexandru Scvortov | 2011-01-10 | 1 | -25/+26 |
| | * | | | | | cosmetic + a bit of refactoring | Alexandru Scvortov | 2011-01-10 | 1 | -27/+25 |
| | * | | | | | Msg -> MsgSeqNo; inline two functions | Alexandru Scvortov | 2011-01-10 | 1 | -21/+19 |
| | * | | | | | misspelling | Alexandru Scvortov | 2011-01-10 | 1 | -2/+2 |
| | * | | | | | faulty logic | Alexandru Scvortov | 2010-12-29 | 1 | -2/+3 |
| | * | | | | | amqqueue confirms in batches | Alexandru Scvortov | 2010-12-29 | 1 | -8/+28 |
| | * | | | | | merge from bug23612 | Alexandru Scvortov | 2010-12-29 | 4 | -83/+76 |
| | |\ \ \ \ \ | |||||
| | * | | | | | | confirm sequences of messages in channel | Alexandru Scvortov | 2010-12-29 | 1 | -66/+69 |
| | * | | | | | | remove references to confirm.select{multiple} | Alexandru Scvortov | 2010-12-23 | 1 | -77/+43 |
| * | | | | | | | cosmetic and minor refactor | Matthias Radestock | 2011-01-11 | 1 | -26/+23 |
| * | | | | | | | Testing shows that using a set seems very comparable versus ets in this case,... | Matthew Sackman | 2011-01-10 | 1 | -19/+18 |
| * | | | | | | | Merging default into bug23329 | Matthew Sackman | 2011-01-10 | 2 | -46/+117 |
| |\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | | | |||||
| | * | | | | | | Correction and improvements of comments | Matthew Sackman | 2011-01-10 | 1 | -1/+6 |
| | * | | | | | | Merging default into bug23329 | Matthew Sackman | 2011-01-10 | 41 | -975/+1764 |
| | |\ \ \ \ \ \ | |||||
| | * | | | | | | | simplifying refactor | Matthias Radestock | 2011-01-09 | 1 | -22/+15 |
| | * | | | | | | | Reimplement or manually merge all past changes for 23329 onto new head of def... | Matthew Sackman | 2010-12-06 | 2 | -45/+117 |
| | | |_|_|_|/ / | |/| | | | | | |||||
