summaryrefslogtreecommitdiff
path: root/src/rabbit_exchange_type_topic.erl
Commit message (Expand)AuthorAgeFilesLines
* Update copyright for 2014bug25940Simon MacMullen2014-03-171-1/+1
* Take account of arguments in rabbit_topic_trie_binding.bug25991Simon MacMullen2014-02-031-11/+14
* s/VMware/GoPivotal/gSimon MacMullen2013-07-011-2/+2
* get rid of superfluous serial() arg to {XT,XD}:policy_changedMatthias Radestock2013-03-171-2/+2
* rabbit_exchange_type:validate_binding/2.Simon MacMullen2013-03-131-1/+3
* Don't repeat yourself.Simon MacMullen2013-02-081-2/+1
* Update copyright 2013bug25343Emile Joubert2013-01-231-1/+1
* First sketch of a policy mechanism.Simon MacMullen2012-05-171-1/+3
* Added -callbacks for rabbit_exchange_type. Deleted rabbit_exchange_type_spec....Francesco Mazzoli2012-03-051-1/+0
* Merged default.Francesco Mazzoli2012-02-071-2/+1
|\
| * Using gen_secure/0 only when really needed.Francesco Mazzoli2012-02-071-1/+1
| * Merge master in.Francesco Mazzoli2012-01-311-66/+54
| |\
| * | Change naming in rabbit_guid, explicit guid passing in string/0 and binary/0.Francesco Mazzoli2012-01-171-2/+1
* | | Update copyright 2012bug24606Emile Joubert2012-02-021-1/+1
| |/ |/|
* | refer to rationale from bug 24607bug23938Matthias Radestock2011-12-011-15/+2
* | now that we have table locks there is no need for phase separationMatthias Radestock2011-11-301-66/+32
* | only lock tables when we are dealing with multiple bindingsMatthias Radestock2011-11-301-6/+11
* | simplifyMatthias Radestock2011-11-301-18/+6
* | reduce time complexity of binding removal on queue deletionMatthias Radestock2011-11-301-19/+61
|/
* Merge in bug24009Simon MacMullen2011-04-081-7/+9
|\
| * Merge bug 24009 into bug 23939.Simon MacMullen2011-04-011-7/+2
| |\
| * \ Merge bug 24009 into bug 23939.Simon MacMullen2011-04-011-9/+11
| |\ \
| | * | Cosmetic: move serialise_events.Simon MacMullen2011-03-281-2/+3
| | * | Make serialise_events into /0, don't call it via callback/3.Simon MacMullen2011-03-281-2/+2
| | * | Do an impersonation of the serialisation thing for create / delete. Since the...Simon MacMullen2011-03-231-2/+2
| | * | serialise_events should take an exchange really.Simon MacMullen2011-03-211-3/+2
| | * | Not 100% beautiful, but this gets serial ids into the hands of add_binding an...Simon MacMullen2011-03-171-5/+7
* | | | merge bug24006 into defaultMatthias Radestock2011-04-081-4/+4
|\ \ \ \
| * | | | Another read/1.bug23997Simon MacMullen2011-04-011-4/+4
| * | | | fix some R12B-5ismsAlexandru Scvortov2011-04-011-1/+1
| | |/ / | |/| |
* | | | Improve comment, minimise difference from default.Simon MacMullen2011-04-081-4/+3
* | | | Go back to add_binding.Simon MacMullen2011-04-081-6/+4
* | | | Cosmetics / specs.Simon MacMullen2011-04-041-3/+1
| |_|/ |/| |
* | | QAish updates.Simon MacMullen2011-04-011-7/+2
| |/ |/|
* | Change exchange type API to not distinguish between creating and recovering, ...Simon MacMullen2011-03-311-7/+11
|/
* Backed out changeset 2ac4e46ab7c0bug23885Matthias Radestock2011-03-111-1/+1
* Take write lock when counting records, reduces the constant factor during deleteRob Harrop2011-03-111-1/+1
* Fixed bug in the QPid tests. My tests were passing because I used an exchange...Rob Harrop2011-03-091-1/+1
* cosmetic changes and some inliningMatthias Radestock2011-03-081-29/+16
* Fix bad path_entry creationRob Harrop2011-03-081-2/+2
* Tweaked accumulator again - no need to store the entire pathRob Harrop2011-03-081-9/+10
* Removed io:formatRob Harrop2011-03-081-1/+0
* Fixed a few pattern matching errors - remove actually works againRob Harrop2011-03-071-2/+3
* Comment describing the why behind the refactoring of remove_bindingsRob Harrop2011-03-071-0/+5
* Added exchange name back into count functions. Made path node id key in delet...Rob Harrop2011-03-071-25/+33
* Tweaked delete accumulator keyRob Harrop2011-03-071-31/+29
* merge with defaultRob Harrop2011-03-071-17/+17
|\
| * cosmeticMatthias Radestock2011-03-041-17/+17
* | Reworked binding delete into single transaction againRob Harrop2011-03-041-31/+53
* | Correct foldr -> foldlRob Harrop2011-03-011-1/+1