| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | boolean_or(True, X, Y) = anything_but(False, X, Y) | Matthias Radestock | 2010-10-11 | 1 | -5/+2 |
| * | rename | Matthias Radestock | 2010-10-11 | 1 | -3/+3 |
| * | merge default into bug21377 | Matthias Radestock | 2010-10-11 | 0 | -0/+0 |
| |\ | |||||
| | * | minor refactor | Matthias Radestock | 2010-10-11 | 1 | -2/+1 |
| * | | refactoring | Matthias Radestock | 2010-10-11 | 2 | -54/+43 |
| * | | merge default into bug21377 | Matthias Radestock | 2010-10-11 | 1 | -7/+6 |
| |\ \ | |/ | |||||
| | * | cosmetic | Matthias Radestock | 2010-10-11 | 1 | -7/+6 |
| * | | cosmetic | Matthias Radestock | 2010-10-11 | 1 | -0/+1 |
| * | | merge default into bug21377 | Matthias Radestock | 2010-10-11 | 17 | -305/+427 |
| |\ \ | |/ |/| | |||||
| | * | Make dialyzer marginally happier | Matthew Sackman | 2010-10-11 | 1 | -2/+2 |
| | * | Typeo in spec, and simplify delete_queues as order of operations here doesn't... | Matthew Sackman | 2010-10-11 | 2 | -8/+6 |
| | * | Reworked binding / exchange autodeletion with better abstracted and cleaner API | Matthew Sackman | 2010-10-11 | 3 | -117/+115 |
| | * | Minimised the number of calls to the XTs on deletion | Matthew Sackman | 2010-10-08 | 3 | -37/+93 |
| | * | remove R14ism | Matthew Sackman | 2010-10-08 | 1 | -2/+2 |
| | * | Gratuitous refactoring | Matthew Sackman | 2010-10-08 | 1 | -8/+6 |
| | * | XT:publish => XT:route | Matthew Sackman | 2010-10-08 | 7 | -15/+15 |
| | * | refactor | Matthias Radestock | 2010-10-07 | 1 | -27/+22 |
| | * | merge default into bug21377 | Matthias Radestock | 2010-10-07 | 8 | -121/+144 |
| | |\ | |||||
| | * | | Revert unnecessary reformatting | Matthew Sackman | 2010-10-05 | 1 | -3/+3 |
| | * | | Merging default into bug21377 | Matthew Sackman | 2010-10-04 | 9 | -81/+331 |
| | |\ \ | |||||
| | * | | | Move lookup_qpids into router and associated changes to deliver API | Matthew Sackman | 2010-09-30 | 2 | -16/+17 |
| | * | | | Change the SeenXs to a sets rather than a list | Matthew Sackman | 2010-09-30 | 1 | -3/+6 |
| | * | | | Exchange auto-deletion works even with e2e. Diamond property works. Correct b... | Matthew Sackman | 2010-09-30 | 2 | -18/+21 |
| | * | | | Merging default into bug 21377 | Matthew Sackman | 2010-09-30 | 16 | -259/+330 |
| | |\ \ \ | |||||
| | | * | | | generalise binding code somewhat to mostly abstract away the source kind | Matthias Radestock | 2010-09-27 | 3 | -18/+21 |
| | | * | | | correct a spec | Matthias Radestock | 2010-09-27 | 1 | -1/+2 |
| | | * | | | rename a few funs to make their purpose clearer | Matthias Radestock | 2010-09-27 | 2 | -9/+9 |
| | | * | | | generalise binding:list | Matthias Radestock | 2010-09-27 | 1 | -4/+4 |
| | | * | | | minor refactor | Matthias Radestock | 2010-09-27 | 1 | -6/+6 |
| | | * | | | tweak specs | Matthias Radestock | 2010-09-27 | 2 | -8/+9 |
| | | * | | | Do the simplest thing and have additional fields to indicate the type of the ... | Matthew Sackman | 2010-09-12 | 3 | -25/+34 |
| | | * | | | exchange.unbind has nowait | Matthew Sackman | 2010-09-12 | 1 | -1/+2 |
| | | * | | | Avoid traversing lists multiple times | Matthew Sackman | 2010-09-12 | 2 | -23/+18 |
| | | * | | | exchange_name => source; consistent naming of Src{Name} and Dst{Name}, except... | Matthew Sackman | 2010-09-12 | 11 | -165/+177 |
| | | * | | | Merging default into bug 21377 and more consistent naming of Destination and ... | Matthew Sackman | 2010-09-12 | 3 | -50/+49 |
| | | |\ \ \ | |||||
| | | * | | | | Implement exchange-to-exchange bindings | Matthew Sackman | 2010-09-11 | 16 | -193/+242 |
| * | | | | | | cosmetic | Matthias Radestock | 2010-10-11 | 1 | -9/+9 |
| | |_|_|_|/ |/| | | | | |||||
| * | | | | | cosmetic | Matthias Radestock | 2010-10-07 | 1 | -15/+12 |
| * | | | | | merge bug23133 into default | Matthias Radestock | 2010-10-06 | 4 | -27/+29 |
| |\ \ \ \ \ | |||||
| | * \ \ \ \ | Merging bug 23156 onto default | Matthew Sackman | 2010-10-05 | 1 | -3/+5 |
| | |\ \ \ \ \ | |||||
| | | * | | | | | Refresh expiry on stat call as used by queue redeclaration | Matthew Sackman | 2010-10-05 | 1 | -3/+5 |
| | |/ / / / / | |||||
| | * | | | | | add missing export | Matthias Radestock | 2010-10-05 | 1 | -1/+1 |
| | * | | | | | correct type spec, and cosmetics | Matthias Radestock | 2010-10-05 | 1 | -2/+1 |
| | * | | | | | cosmetic | Matthias Radestock | 2010-10-05 | 2 | -21/+22 |
| | | |_|_|/ | |/| | | | |||||
| * | | | | | refactor file summary updating in write/remove | Matthias Radestock | 2010-10-06 | 1 | -32/+20 |
| * | | | | | cosmetic | Matthias Radestock | 2010-10-05 | 1 | -11/+10 |
| * | | | | | cosmetic | Matthias Radestock | 2010-10-05 | 1 | -6/+5 |
| * | | | | | Use delete_object, not match_delete | Matthew Sackman | 2010-10-04 | 1 | -1/+1 |
| * | | | | | Introduce delete_object and use it to solve race | Matthew Sackman | 2010-10-04 | 3 | -19/+23 |
| * | | | | | Merging default into bug 23133 | Matthew Sackman | 2010-10-02 | 19 | -130/+401 |
| |\ \ \ \ \ | |/ / / / | |||||
