| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | add connection_info functions | Matthias Radestock | 2008-11-19 | 2 | -3/+85 |
| * | add function to get hold of all connections (i.e. reader pids) | Matthias Radestock | 2008-11-19 | 1 | -1/+7 |
| * | add rabbit_exchange:list_bindings/0 | Matthias Radestock | 2008-11-18 | 1 | -1/+12 |
| * | cosmetic rename | Matthias Radestock | 2008-11-12 | 1 | -22/+17 |
| * | add exchange list and info functions | Matthias Radestock | 2008-11-12 | 1 | -1/+33 |
| * | move info types into common header file | Matthias Radestock | 2008-11-12 | 1 | -2/+0 |
| * | simplify info and info_all API, and extend info item list | Matthias Radestock | 2008-11-11 | 2 | -19/+24 |
| * | info_all | Matthias Radestock | 2008-11-07 | 1 | -1/+18 |
| * | beginnings of queue info API | Matthias Radestock | 2008-11-06 | 2 | -1/+77 |
| * | merge bug18776 into default | Tony Garnock-Jones | 2008-11-06 | 5 | -293/+256 |
| |\ | |||||
| | * | Merged default into 18776 | Ben Hood | 2008-11-03 | 10 | -92/+311 |
| | |\ | |||||
| | * | | Added function for Rabbiter | Ben Hood | 2008-10-13 | 1 | -0/+15 |
| | * | | Got into a loop, I blame hg | Ben Hood | 2008-10-13 | 1 | -23/+27 |
| | |\ \ | |||||
| | | * | | Nuked a space | Ben Hood | 2008-10-13 | 1 | -1/+1 |
| | | * | | Used record wildcard match feature | Ben Hood | 2008-10-13 | 1 | -15/+7 |
| | | * | | Added wilcards to every argument field in binding record | Ben Hood | 2008-10-13 | 1 | -12/+22 |
| | | * | | Added arguments field to binding | Ben Hood | 2008-10-13 | 1 | -9/+11 |
| | * | | | Set is the default | Ben Hood | 2008-10-13 | 1 | -1/+0 |
| | * | | | Changed index from ordered_set to set for durable routes | Ben Hood | 2008-10-13 | 1 | -1/+1 |
| | |/ / | |||||
| | * | | maybe_auto_delete should always return ok | Matthias Radestock | 2008-10-12 | 1 | -1/+2 |
| | * | | cosmetic | Matthias Radestock | 2008-10-12 | 1 | -6/+3 |
| | * | | some minor formatting fixes | Matthias Radestock | 2008-10-12 | 1 | -4/+4 |
| | * | | refactoring: never construct reverse routes/bindings directly | Matthias Radestock | 2008-10-12 | 1 | -6/+7 |
| | * | | fix indentation and comments | Matthias Radestock | 2008-10-12 | 1 | -68/+57 |
| | * | | inline delete_bindings/1 | Matthias Radestock | 2008-10-12 | 1 | -30/+22 |
| | * | | rejig call_with_exchange | Matthias Radestock | 2008-10-12 | 1 | -15/+14 |
| | * | | Removed superfluous comment | Ben Hood | 2008-10-11 | 1 | -3/+0 |
| | * | | Don't hassle the HOF | Ben Hood | 2008-10-11 | 1 | -10/+8 |
| | * | | Reinstated list_exchange_bindings/1 | Ben Hood | 2008-10-10 | 1 | -2/+21 |
| | * | | Changed select for has_bindings into a continuation | Ben Hood | 2008-10-10 | 1 | -3/+8 |
| | * | | Refactored all of the exchange delete functions | Ben Hood | 2008-10-10 | 1 | -69/+57 |
| | * | | Default binding should be restored in exchange module | Ben Hood | 2008-10-10 | 1 | -7/+3 |
| | * | | Simplified has_bindings because it only needs to do simple select and count | Ben Hood | 2008-10-08 | 1 | -16/+10 |
| | * | | Brought forwards delete function into loop to avoid delete_object wildcard is... | Ben Hood | 2008-10-07 | 1 | -6/+6 |
| | * | | Fixes for dialyzer | Ben Hood | 2008-10-06 | 2 | -5/+5 |
| | * | | Merged default into 18776 | Ben Hood | 2008-10-06 | 5 | -73/+91 |
| | |\ \ | |||||
| | * | | | Lock demotion | Ben Hood | 2008-10-06 | 1 | -5/+7 |
| | * | | | Further refactorings | Ben Hood | 2008-10-06 | 1 | -17/+10 |
| | * | | | Refactored call_with_exchange | Ben Hood | 2008-10-06 | 1 | -15/+9 |
| | * | | | Factored out route deletion with reverse lookup | Ben Hood | 2008-10-06 | 1 | -19/+25 |
| | * | | | Factored out re-entry condition | Ben Hood | 2008-10-06 | 1 | -8/+7 |
| | * | | | Fixed full table scan when deleting forwards routes | Ben Hood | 2008-10-06 | 1 | -11/+12 |
| | * | | | Refactored deleting forwards bindings | Ben Hood | 2008-10-05 | 1 | -6/+8 |
| | * | | | Makes better use out of the reverse routes when deleting | Ben Hood | 2008-10-05 | 1 | -17/+40 |
| | * | | | Minor refactoring of the continuation | Ben Hood | 2008-10-05 | 1 | -12/+6 |
| | * | | | Fixes for auto-delete exchanges | Ben Hood | 2008-10-05 | 1 | -27/+67 |
| | * | | | Fix for not cleaning up durable auto_delete exchanges properly | Ben Hood | 2008-09-30 | 1 | -1/+5 |
| | * | | | Simplications | Ben Hood | 2008-09-30 | 1 | -9/+7 |
| | * | | | Made better use of pattern matching in mnesia:delete_object/1 | Ben Hood | 2008-09-30 | 1 | -20/+15 |
| | * | | | Fix for auto_delete exchanges | Ben Hood | 2008-09-30 | 1 | -0/+15 |
