summaryrefslogtreecommitdiff
path: root/src/rabbit_exchange_type_direct.erl
Commit message (Expand)AuthorAgeFilesLines
* Reimagine delete_binding/2 as remove_bindings/2. The hooks are nowbug22169Michael Bridgen2010-02-241-2/+2
* Matthias-approved cosmeticsMatthew Sackman2010-02-031-2/+2
* Cosmetics only - line length, consistent whitespace, and a couple of if -> ca...Matthew Sackman2010-02-031-4/+6
* Neater and less magic special case default exchange type registrationMatthew Sackman2010-02-031-0/+7
* rabbit_exchange_type.erl => rabbit_exchange_type_registry.erl; rabbit_exchang...Matthew Sackman2010-02-031-2/+2
* Change to different exchange callbacks. Requires a bit moreMichael Bridgen2010-01-151-4/+4
* Change to (almost) the mooted API, and support recover and validate.Michael Bridgen2010-01-141-2/+3
* Add declare/1 callback.Tony Garnock-Jones2009-12-021-1/+2
* Use mnesia table events instead of in-transaction callbacks.Tony Garnock-Jones2009-12-021-2/+1
* Oops -- it's supposed to be a .hrl, not a .erlbug22020Tony Garnock-Jones2009-11-231-1/+1
* Speculative specs, pending R13B to try them outTony Garnock-Jones2009-11-231-0/+1
* License headers on new files.Tony Garnock-Jones2009-11-221-0/+31
* Change to publish (= route-and-deliver) model for exchanges.Tony Garnock-Jones2009-11-211-3/+4
* Make exchanges modular behaviours. AddedTony Garnock-Jones2009-11-211-0/+20