summaryrefslogtreecommitdiff
path: root/src/rabbit_binding.erl
Commit message (Expand)AuthorAgeFilesLines
* Support R12B3bug23736Emile Joubert2011-01-251-1/+1
* Update .erl and .hrl license boilerplatesMatthew Sackman2011-01-191-26/+11
* Correct specsMatthew Sackman2011-01-181-6/+7
* cosmetics and indentation onlybug23445Matthew Sackman2011-01-131-67/+62
* Some refactoringsMatthew Sackman2011-01-131-8/+6
* cosmetics and minor factoringsMatthew Sackman2011-01-111-20/+18
* Only read inside an mnesia transactionEmile Joubert2011-01-101-3/+2
* Unconditionally return a fun() in execute mnesia txEmile Joubert2011-01-101-3/+7
* Changed exchange callback API for transactionsEmile Joubert2010-12-231-39/+41
* Introduce some abstraction, reducing duplicate callsEmile Joubert2010-11-291-62/+47
* IndentationEmile Joubert2010-11-251-26/+26
* Offer tx and non-tx exchange hooksEmile Joubert2010-11-231-20/+36
* re-merge bug21377Matthias Radestock2010-11-231-3/+3
|\
| * Don't do a dirty_read within a transactionMatthew Sackman2010-10-131-3/+3
* | merge bug23475 into default (eliminate dialyzer errors)Alexandru Scvortov2010-11-111-3/+3
|\ \
| * | fix another spec errorMatthias Radestock2010-11-061-1/+1
| * | fix spec errorMatthias Radestock2010-11-061-1/+1
| * | there is no such thing as 'dict:dictionary()'Matthias Radestock2010-11-061-1/+1
* | | Added rabbit_types:{infos,info_keys} and used them as appropriate.John DeTreville2010-11-101-7/+7
|/ /
* | fire {exchange,binding}_deleted eventsbug23403Matthias Radestock2010-10-151-2/+6
|/
* boolean_or(True, X, Y) = anything_but(False, X, Y)Matthias Radestock2010-10-111-5/+2
* renameMatthias Radestock2010-10-111-3/+3
* refactoringMatthias Radestock2010-10-111-43/+33
* Make dialyzer marginally happierMatthew Sackman2010-10-111-2/+2
* Reworked binding / exchange autodeletion with better abstracted and cleaner APIMatthew Sackman2010-10-111-93/+91
* Minimised the number of calls to the XTs on deletionMatthew Sackman2010-10-081-29/+85
* remove R14ismMatthew Sackman2010-10-081-2/+2
* Gratuitous refactoringMatthew Sackman2010-10-081-8/+6
* Exchange auto-deletion works even with e2e. Diamond property works. Correct b...Matthew Sackman2010-09-301-12/+13
* generalise binding code somewhat to mostly abstract away the source kindMatthias Radestock2010-09-271-11/+13
* correct a specMatthias Radestock2010-09-271-1/+2
* rename a few funs to make their purpose clearerMatthias Radestock2010-09-271-7/+7
* generalise binding:listMatthias Radestock2010-09-271-4/+4
* minor refactorMatthias Radestock2010-09-271-6/+6
* tweak specsMatthias Radestock2010-09-271-6/+6
* Do the simplest thing and have additional fields to indicate the type of the ...Matthew Sackman2010-09-121-5/+9
* exchange_name => source; consistent naming of Src{Name} and Dst{Name}, except...Matthew Sackman2010-09-121-106/+107
* Merging default into bug 21377 and more consistent naming of Destination and ...Matthew Sackman2010-09-121-57/+67
|\
| * Implement exchange-to-exchange bindingsMatthew Sackman2010-09-111-57/+67
* | Make naming of Exchange, X, ExchangeName, XName consistentMatthew Sackman2010-09-121-31/+30
|/
* cosmeticMatthias Radestock2010-09-071-1/+1
* flesh out binding API a little furtherMatthias Radestock2010-09-071-4/+11
* add a couple of convenience functionsMatthias Radestock2010-09-041-1/+8
* tweak and extend rabbit_binding APIMatthias Radestock2010-09-041-95/+102
* some renaming and inlining on internal APIbug23228Matthias Radestock2010-09-041-14/+11
* further binding API tweaksMatthias Radestock2010-09-041-33/+33
* move binding code into its own moduleMatthias Radestock2010-09-031-0/+360