summaryrefslogtreecommitdiff
path: root/src/rabbit_exchange_type_topic.erl
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Merge with defaultRob Harrop2011-03-011-3/+5
|\ \ | |/
| * Merged default into bug23483Emile Joubert2011-02-211-3/+5
| |\
| | * Sender-selected destinations - qa feedbackEmile Joubert2011-02-091-6/+6
| | * Merged default into bug23483Emile Joubert2011-02-071-5/+6
| | |\
| | | * Refactored sender-supplied routing keysEmile Joubert2011-02-021-6/+2
| | | * Treat sender-specified destinations as routing keysEmile Joubert2011-01-241-5/+10
* | | | First cut of pushing edge cleaning out of main topic bind delete txRob Harrop2011-03-011-7/+12
|/ / /
* | | fixing binding recoveryVlad Alexandru Ionescu2011-02-071-5/+13
* | | cosmeticVlad Alexandru Ionescu2011-01-271-7/+9
* | | cosmetic; using accumulator in trie_matchVlad Alexandru Ionescu2011-01-271-28/+21
* | | fixing merge conflicts; some stylistic adjustmentsVlad Alexandru Ionescu2011-01-191-72/+77
* | | merging in from defaultVlad Alexandru Ionescu2011-01-191-44/+202
|\ \ \ | |/ / |/| |
| * | fixing merge conflictsVlad Alexandru Ionescu2010-10-141-29/+16
| * | merging in from defaultVlad Alexandru Ionescu2010-10-141-3/+3
| |\ \
| * | | cosmeticsVlad Alexandru Ionescu2010-10-051-13/+12
| * | | using mnesia:match_object when selecting all records with a given patternVlad Alexandru Ionescu2010-09-301-9/+8
| * | | avoid using qlcVlad Alexandru Ionescu2010-09-301-22/+15
| * | | minorVlad Alexandru Ionescu2010-09-301-4/+4
| * | | using mnesia:read rather than qlcVlad Alexandru Ionescu2010-09-291-12/+5