| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Merge default into bug21377 | Simon MacMullen | 2010-10-13 | 14 | -291/+386 |
| |\ | |||||
| | * | 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 |
| | * | 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 | -0/+1 |
| | * | | merge default into bug21377 | Matthias Radestock | 2010-10-11 | 14 | -293/+400 |
| | |\ \ | |||||
| | | * | | 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 | 6 | -13/+13 |
| | | * | | refactor | Matthias Radestock | 2010-10-07 | 1 | -27/+22 |
| | | * | | merge default into bug21377 | Matthias Radestock | 2010-10-07 | 6 | -115/+132 |
| | | |\ \ | |||||
| | | * | | | Revert unnecessary reformatting | Matthew Sackman | 2010-10-05 | 1 | -3/+3 |
| | | * | | | Merging default into bug21377 | Matthew Sackman | 2010-10-04 | 8 | -81/+308 |
| | | |\ \ \ | |||||
| | | * | | | | 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 | 13 | -248/+304 |
| | | |\ \ \ \ | |||||
| | | | * | | | | 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 | 2 | -20/+16 |
| | | | * | | | | 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 | 9 | -157/+167 |
| | | | * | | | | 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 | 13 | -186/+235 |
| * | | | | | | | | Write the version after (possibly) shuffling the db around. | Simon MacMullen | 2010-10-12 | 1 | -1/+1 |
| * | | | | | | | | Merge from default. | Simon MacMullen | 2010-10-12 | 1 | -1/+8 |
| |\ \ \ \ \ \ \ \ | |||||
| | * | | | | | | | | Rename file, store an empty list since the DAG may have multiple heads. | Simon MacMullen | 2010-10-11 | 1 | -3/+3 |
| | * | | | | | | | | Use filename:join/2. | Simon MacMullen | 2010-10-08 | 1 | -1/+1 |
| | * | | | | | | | | filename:join/1. | Simon MacMullen | 2010-10-08 | 1 | -1/+2 |
| | * | | | | | | | | Use rabbit_misc:write_term_file/2 (at a more sensible place). | Simon MacMullen | 2010-10-08 | 1 | -4/+2 |
| | * | | | | | | | | Write a schema version out. | Simon MacMullen | 2010-10-08 | 1 | -1/+9 |
| * | | | | | | | | | Merging bug 22180 into default | Matthew Sackman | 2010-10-12 | 2 | -42/+48 |
| |\ \ \ \ \ \ \ \ \ | |||||
| | * | | | | | | | | | or should be orelse; cosmetic | Vlad Alexandru Ionescu | 2010-10-11 | 1 | -7/+7 |
| | * | | | | | | | | | merging in from default | Vlad Alexandru Ionescu | 2010-10-05 | 23 | -711/+1056 |
| | |\ \ \ \ \ \ \ \ \ | |||||
| | * | | | | | | | | | | fixing merge conflicts | Vlad Alexandru Ionescu | 2010-09-16 | 2 | -57/+12 |
| | * | | | | | | | | | | merging in from default | Vlad Alexandru Ionescu | 2010-09-16 | 1 | -2/+2 |
| | * | | | | | | | | | | merging in from default | Vlad Alexandru Ionescu | 2010-09-16 | 64 | -2066/+9182 |
| | |\ \ \ \ \ \ \ \ \ \ | | | |/ / / / / / / / | | |/| | | | | | | | | |||||
| | * | | | | | | | | | | merging in from default | Vlad Ionescu | 2010-07-14 | 52 | -876/+1748 |
| | |\ \ \ \ \ \ \ \ \ \ | |||||
| | * \ \ \ \ \ \ \ \ \ \ | merging in from default | Vlad Ionescu | 2010-05-14 | 63 | -1702/+6093 |
| | |\ \ \ \ \ \ \ \ \ \ \ | |||||
| | * | | | | | | | | | | | | unsplitting map_exception; erlang client will be using map_exception directly | Vlad Ionescu | 2010-01-21 | 1 | -16/+9 |
