summaryrefslogtreecommitdiff
path: root/src/rabbit_exchange.erl
Commit message (Expand)AuthorAgeFilesLines
* ...and the same for exchanges.Simon MacMullen2014-09-101-10/+9
* MErge bug25813Simon MacMullen2014-08-201-13/+14
|\
| * stable to defaultSimon MacMullen2014-08-181-39/+50
| |\
| * | Two modes for delete, one for when the server is running and we need to be qu...bug26347Simon MacMullen2014-08-151-13/+14
* | | Remove support for decorators to modify routing for the default exchange; it ...Simon MacMullen2014-08-141-6/+5
* | | Security hole--Simon MacMullen2014-08-141-5/+5
* | | Rename this thing for consistency and also RabbitMQ-specificness.Simon MacMullen2014-08-141-2/+2
* | | Prototype of fast RPC replies.Simon MacMullen2014-08-131-1/+9
| |/ |/|
* | Move these down (ish) from federation.bug24926Simon MacMullen2014-06-111-1/+6
* | Support updating decorators correctly when plugins start and stop.Simon MacMullen2014-06-091-5/+20
* | Ensure rabbit_exchange funnels all updates through a single function, like ra...bug26230Simon MacMullen2014-06-091-33/+22
* | Make decorators field in exchange and queue transient, i.e. we recalcualte it...Simon MacMullen2014-06-091-7/+9
|/
* more precise specMatthias Radestock2014-03-271-3/+2
* Update copyright for 2014bug25940Simon MacMullen2014-03-171-1/+1
* Eliminate list_tx variants since async_dirty is ignored in a tx.Simon MacMullen2013-10-291-9/+11
* Use mnesia:async_dirty/1 to reduce copypasta.Simon MacMullen2013-10-281-4/+8
* Reinstate optimisations, plus a bit of abstraction. This entails an API chang...Simon MacMullen2013-09-031-7/+5
* Configure AE by policy.Simon MacMullen2013-09-031-4/+5
* s/VMware/GoPivotal/gSimon MacMullen2013-07-011-2/+2
* Remove exchange_not_durable as, err, it would never be returned. And strip le...Simon MacMullen2013-04-171-4/+3
* Change exchange update return typeEmile Joubert2013-04-171-4/+3
* Further modifications implementing feedbackEmile Joubert2013-04-161-5/+8
* UpdatesEmile Joubert2013-04-161-7/+11
* Ignore missing exchange decoratorsEmile Joubert2013-04-151-0/+9
* CosmeticSimon MacMullen2013-04-151-3/+2
* ChangesEmile Joubert2013-04-111-3/+7
* ChangesEmile Joubert2013-04-101-13/+12
* CosmeticEmile Joubert2013-03-251-2/+2
* Move decorators to exchange recordEmile Joubert2013-03-221-33/+24
* cosmeticMatthias Radestock2013-03-211-3/+3
* Exchange decorator routing improvementsEmile Joubert2013-03-211-3/+3
* CosmeticEmile Joubert2013-03-191-2/+2
* Merged default into bug25384Emile Joubert2013-03-191-4/+13
|\
| * get rid of superfluous serial() arg to {XT,XD}:policy_changedMatthias Radestock2013-03-171-1/+4
| * merge bug25488 into defaultMatthias Radestock2013-03-151-2/+1
| |\
| | * cosmeticMatthias Radestock2013-03-131-2/+1
| * | Push protocol errors closer to the edge.Simon MacMullen2013-03-151-7/+2
| * | Move the check inside the tx - this means we only lookup the exchange once an...Simon MacMullen2013-03-141-2/+13
| * | rabbit_exchange_type:validate_binding/2.Simon MacMullen2013-03-131-1/+2
| |/
* | Perform route decoration differentlyEmile Joubert2013-03-191-18/+18
|/
* Eliminate a foldlSimon MacMullen2013-03-111-3/+2
* Minimise routing exchange decorator APIEmile Joubert2013-03-111-15/+13
* Mostly callback descriptionEmile Joubert2013-03-081-6/+5
* OptimisationEmile Joubert2013-03-071-5/+10
* Permit exchange decorators to modify routing decisionsEmile Joubert2013-03-061-11/+28
* stable to defaultSimon MacMullen2013-01-241-1/+1
|\
| * Update copyright 2013bug25343Emile Joubert2013-01-231-1/+1
* | change rabbit_exchange:route/2's traversal orderbug25371Matthias Radestock2012-12-291-22/+21
* | refactor: simplify rabbit_exchange:serialise_eventsMatthias Radestock2012-11-211-6/+2
* | simplify & optimise rabbit_exchange:callback/4Matthias Radestock2012-11-211-9/+5
|/