summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| | | * | | | Refactored call_with_exchangeBen Hood2008-10-061-15/+9
| | | * | | | Factored out route deletion with reverse lookupBen Hood2008-10-061-19/+25
| | | * | | | Factored out re-entry conditionBen Hood2008-10-061-8/+7
| | | * | | | Fixed full table scan when deleting forwards routesBen Hood2008-10-061-11/+12
| | | * | | | Refactored deleting forwards bindingsBen Hood2008-10-051-6/+8
| | | * | | | Makes better use out of the reverse routes when deletingBen Hood2008-10-051-17/+40
| | | * | | | Minor refactoring of the continuationBen Hood2008-10-051-12/+6
| | | * | | | Fixes for auto-delete exchangesBen Hood2008-10-051-27/+67
| | | * | | | Fix for not cleaning up durable auto_delete exchanges properlyBen Hood2008-09-301-1/+5
| | | * | | | SimplicationsBen Hood2008-09-301-9/+7
| | | * | | | Made better use of pattern matching in mnesia:delete_object/1Ben Hood2008-09-301-20/+15
| | | * | | | Fix for auto_delete exchangesBen Hood2008-09-301-0/+15
| | | * | | | Reverse routes and durable routes now get deletedBen Hood2008-09-291-2/+12
| | | * | | | cosmetic changes and some minor refactoringMatthias Radestock2008-09-284-111/+87
| | | * | | | Binned resource() typeBen Hood2008-09-272-5/+1
| | | * | | | Removed e_m_t/2Ben Hood2008-09-273-10/+6
| | | * | | | rabbit_exchange:{add,delete}_binding/1 should not be exportedBen Hood2008-09-271-1/+0
| | | * | | | Truncated lines in this patch to 78Ben Hood2008-09-273-16/+28
| | | * | | | Swapped position of exchange and queue in binding APIsBen Hood2008-09-273-6/+6
| | | * | | | Cosmetic fixBen Hood2008-09-271-1/+1
| | | * | | | Dialyzer fixesBen Hood2008-09-272-3/+8
| | | * | | | Make function match a bit tighterBen Hood2008-09-271-1/+1
| | | * | | | Fixed bug with fanout routingBen Hood2008-09-271-1/+7
| | | * | | | more simplificationsMatthias Radestock2008-09-261-14/+14
| | | * | | | some simplificationsMatthias Radestock2008-09-261-12/+8
| | | * | | | simplify selectMatthias Radestock2008-09-261-19/+8
| | | * | | | Fixed type signatureBen Hood2008-09-211-1/+1
| | | * | | | Got rid of no spaces after commasBen Hood2008-09-212-7/+7
| | | * | | | Merged default into 18776Ben Hood2008-09-2123-210/+807
| | | |\ \ \ \
| | | * | | | | Added type signature for execute_mnesia_transaction/2Ben Hood2008-09-211-0/+1
| | | * | | | | Removed code duplicationBen Hood2008-09-211-4/+1
| | | * | | | | Removed errornous commentBen Hood2008-09-211-3/+1
| | | * | | | | Modified list concatinationBen Hood2008-09-211-1/+1
| | | * | | | | Added a comment about the complexity of the mnesia:select usageBen Hood2008-09-211-0/+10
| | | * | | | | Revised full table scan commentBen Hood2008-09-211-1/+2
| | | * | | | | Deleted route_internal functionsBen Hood2008-09-211-18/+11
| | | * | | | | delete_bindings should take a queue_name() rather than an amqqueue()Ben Hood2008-09-212-7/+8
| | | * | | | | Replaced mnesia:delete/1 with mnesia:delete_object/3Ben Hood2008-09-211-7/+5
| | | * | | | | Respellt the word synchronize, incorporated some QA notesBen Hood2008-09-211-25/+19
| | | * | | | | Implemented durable routesBen Hood2008-09-202-6/+33
| | | * | | | | Supressed compiler warningsBen Hood2008-09-201-3/+3
| | | * | | | | Backed out changeset 031a255683eeBen Hood2008-09-203-10/+11
| | | * | | | | Deleted Arguments parameter in add_binding because we dont do anything with t...Ben Hood2008-09-143-11/+10
| | | * | | | | Moved {add,delete} binding to exchange moduleBen Hood2008-09-143-24/+27
| | | * | | | | Merged delete_temp into delete_queueBen Hood2008-09-141-4/+1
| | | * | | | | Default binding should bind to the default exchange in the queue's vhostBen Hood2008-09-141-1/+1
| | | * | | | | Changed key type into binding_key and moved it to rabbit_framing_spec header ...Ben Hood2008-09-142-2/+2
| | | * | | | | Fixed alignment of the comment about the constant fieldBen Hood2008-09-141-2/+3
| | | * | | | | Merged default into 18776Ben Hood2008-09-064-4/+4
| | | |\ \ \ \ \
| | | * | | | | | Fixed dialyzer errorBen Hood2008-09-061-1/+1