summaryrefslogtreecommitdiff
path: root/src/rabbit_exchange_type_topic.erl
Commit message (Expand)AuthorAgeFilesLines
...
| * | | using recursive split; more testsVlad Alexandru Ionescu2010-09-281-1/+17
| * | | using rabbit_guid; cosmeticVlad Ionescu2010-09-271-12/+9
| * | | minor cosmeticVlad Alexandru Ionescu2010-08-261-1/+1
| * | | implementing topic routing with tries; adding better test for topic routingVlad Alexandru Ionescu2010-08-261-40/+213
* | | | 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-2/+2
* | Implement exchange-to-exchange bindingsMatthew Sackman2010-09-111-6/+5
|/
* Use string tokens, not re:splitbug23150Matthew Sackman2010-08-191-1/+1
* applied qa notes; refactoringbug22677Alexandru Scvortov2010-07-191-2/+1
* finished transition from regexp to reAlexandru Scvortov2010-07-091-1/+1
* replaced regexp with reAlexandru Scvortov2010-07-091-1/+1
* cleanupAlexandru Scvortov2010-07-061-2/+4
* 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-9/+12
* 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-5/+8
* Make exchanges modular behaviours. AddedTony Garnock-Jones2009-11-211-0/+55