Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | merge default into bug24216 | Matthias Radestock | 2011-06-26 | 1 | -209/+28 |
|\ | |||||
| * | remove transactions from backing queue | Matthias Radestock | 2011-06-24 | 1 | -208/+28 |
* | | 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 |
* | | refactor 'dropwhile' and 'fetch' | Matthias Radestock | 2011-06-25 | 1 | -30/+30 |
* | | minor refactoring and simplification | Matthias Radestock | 2011-06-25 | 1 | -8/+5 |
* | | Correct bug. This was introduced in bug 24116. | Matthew Sackman | 2011-06-25 | 1 | -4/+10 |
|/ | |||||
* | Reduce diff from bug23554: Extend backing queue api to present reason for ter... | Matthew Sackman | 2011-06-02 | 1 | -3/+3 |
* | merge bug24117 into default | Matthias Radestock | 2011-05-19 | 1 | -12/+13 |
|\ | |||||
| * | BQ:idle_timeout => BQ:timeoutbug24117 | Matthew Sackman | 2011-05-19 | 1 | -3/+3 |
| * | whitespace | Matthew Sackman | 2011-05-18 | 1 | -1/+0 |
| * | Well it's no shorter, but it closer matches the original | Matthew Sackman | 2011-05-18 | 1 | -14/+14 |
| * | BQ:needs_idle_timeout :: State -> Bool ==> BQ:needs_timeout :: State -> (fals... | Matthew Sackman | 2011-05-18 | 1 | -14/+16 |
* | | simplify | Matthias Radestock | 2011-05-19 | 1 | -21/+14 |
* | | And now, after testing it, actually make it work by correcting one of the cou...bug24116 | Matthew Sackman | 2011-05-18 | 1 | -10/+15 |
* | | Do not read the msg surviving dropwhile1 | Matthew Sackman | 2011-05-18 | 1 | -8/+12 |
|/ | |||||
* | Extensions to BQ | Matthew Sackman | 2011-04-08 | 1 | -57/+76 |
* | Merge default into bug23968bug23968 | Matthew Sackman | 2011-03-28 | 1 | -5/+8 |
|\ | |||||
| * | Merge default into bug23425 | Matthew Sackman | 2011-03-23 | 1 | -1/+1 |
| |\ | |||||
| | * | Merging default into bug23425 | Matthew Sackman | 2011-03-16 | 1 | -1/+1 |
| | |\ | |||||
| | | * | Correct upgrade step | Matthew Sackman | 2011-03-09 | 1 | -1/+1 |
| * | | | clarify documentation (thanks Emile) | Matthew Sackman | 2011-03-22 | 1 | -4/+7 |
| |/ / | |||||
* | | | Rip out msg_store:release | Matthew Sackman | 2011-03-18 | 1 | -6/+1 |
|/ / | |||||
* | | merge default into bug23882 | Matthias Radestock | 2011-03-07 | 1 | -112/+112 |
|\ \ | |||||
| * \ | merge default into bug23914bug23914 | Matthias Radestock | 2011-03-07 | 1 | -110/+110 |
| |\ \ | |||||
| | * \ | merge default into bug23914 | Matthias Radestock | 2011-03-04 | 1 | -17/+16 |
| | |\ \ | |||||
| | * \ \ | merge default into bug23914 | Matthias Radestock | 2011-03-04 | 1 | -2/+2 |
| | |\ \ \ | |||||
| | * | | | | #basic_message.guid -> id | Matthias Radestock | 2011-03-04 | 1 | -5/+5 |
| | * | | | | guid -> msg_id in vq | Matthias Radestock | 2011-03-04 | 1 | -110/+110 |
* | | | | | | simplify various callback constructions | Matthias Radestock | 2011-03-05 | 1 | -25/+19 |
* | | | | | | merge default into bug23882 | Matthias Radestock | 2011-03-05 | 1 | -1/+1 |
|\ \ \ \ \ \ | |/ / / / / | |||||
| * | | | | | add missing assertion | Matthias Radestock | 2011-03-05 | 1 | -1/+1 |
| | |_|/ / | |/| | | | |||||
* | | | | | make handling of confirms more obvious in BQ API | Matthias Radestock | 2011-03-05 | 1 | -23/+28 |
* | | | | | merge default into bug23882 | Matthias Radestock | 2011-03-04 | 1 | -19/+18 |
|\ \ \ \ \ | |/ / / / | |||||
| * | | | | cosmetic | Matthias Radestock | 2011-03-04 | 1 | -17/+16 |
| | |/ / | |/| | | |||||
| * | | | cosmetic | Matthias Radestock | 2011-03-04 | 1 | -2/+2 |
| |/ / | |||||
* | | | beginnings of decoupling bq from amqqueue | Matthias Radestock | 2011-03-04 | 1 | -77/+85 |
|/ / | |||||
* | | Remove unused varbug23893 | Matthew Sackman | 2011-03-03 | 1 | -1/+1 |
* | | only confirm delivered messages that need confirming | Alexandru Scvortov | 2011-03-02 | 1 | -2/+7 |
|/ | |||||
* | Merging bug23483 to default | Matthew Sackman | 2011-02-28 | 1 | -1/+29 |
|\ | |||||
| * | multiple_routing_keys/0 is not part of the backing_queue | Matthew Sackman | 2011-02-25 | 1 | -0/+2 |
| * | Revert re-arrangement of upgrade steps | Emile Joubert | 2011-02-22 | 1 | -3/+26 |
| * | Sender-specified destinations updates | Emile Joubert | 2011-02-22 | 1 | -29/+3 |
| * | Sender-specified distribution updates | Emile Joubert | 2011-02-15 | 1 | -1/+17 |
| * | rabbit_msg_file:scan/4 now looks a bit more like fold | Emile Joubert | 2011-02-11 | 1 | -1/+1 |
| * | Upgrade messages | Emile Joubert | 2011-02-11 | 1 | -1/+14 |
* | | Merging bug23637 to default | Matthew Sackman | 2011-02-24 | 1 | -4/+4 |
|\ \ | |/ |/| | |||||
| * | merge from default | Alexandru Scvortov | 2011-01-18 | 1 | -4/+4 |
| |\ |