summaryrefslogtreecommitdiff
path: root/src/rabbit_exchange_type_headers.erl
Commit message (Expand)AuthorAgeFilesLines
* Change exchange type API to not distinguish between creating and recovering, ...Simon MacMullen2011-03-311-4/+3
* Update .erl and .hrl license boilerplatesMatthew Sackman2011-01-191-26/+11
* Merged default into bug23445Emile Joubert2010-12-231-3/+3
|\
| * rabbit_exchange_type_registry -> rabbit_registrySimon MacMullen2010-11-051-3/+3
* | Changed exchange callback API for transactionsEmile Joubert2010-12-231-7/+7
* | Offer tx and non-tx exchange hooksEmile Joubert2010-11-231-1/+1
|/
* XT:publish => XT:routeMatthew Sackman2010-10-081-4/+4
* Implement exchange-to-exchange bindingsMatthew Sackman2010-09-111-6/+3
* tweak and extend rabbit_binding APIMatthias Radestock2010-09-041-1/+1
* further binding API tweaksMatthias Radestock2010-09-041-1/+1
* fix some comments and typesMatthias Radestock2010-09-031-2/+2
* cleanupAlexandru Scvortov2010-07-061-2/+2
* partially moved types out of rabbit.hrlAlexandru Scvortov2010-07-011-1/+2
* Make assert_args_equivalence overridable by exchange plugins.Simon MacMullen2010-06-091-1/+3
* 2009 => 2010bug22824Matthew Sackman2010-06-021-3/+3
* 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
* Rename sort_arguments to sort_field_tableTony Garnock-Jones2009-11-231-2/+2
* 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-5/+7
* Make exchanges modular behaviours. AddedTony Garnock-Jones2009-11-211-0/+93