summaryrefslogtreecommitdiff
path: root/src/rabbit_router.erl
Commit message (Expand)AuthorAgeFilesLines
* s/fun(/fun (/gSimon MacMullen2010-05-281-4/+7
* Merging bug 19844 onto defaultMatthew Sackman2010-05-051-116/+20
|\
| * Retain all exception information if thrown. Use that to rethrow in the single...Simon MacMullen2010-05-051-5/+4
| * result, not return...Simon MacMullen2010-04-291-1/+1
| * Rename invoke_async as it's not really async.Simon MacMullen2010-04-291-1/+1
| * cosmeticsMatthew Sackman2010-04-281-4/+4
| * Rename delegate:call and :cast to :invoke and :invoke_async.Simon MacMullen2010-04-281-2/+2
| * cosmeticsMatthew Sackman2010-04-271-4/+3
| * CosmeticsMatthew Sackman2010-04-211-3/+3
| * Clean up exported function names.Simon MacMullen2010-04-121-2/+2
| * Rename delegate_{sync,async} to delegate_{call,cast}.Simon MacMullen2010-04-091-2/+2
| * Reimplement rabbit_router in terms of delegate.Simon MacMullen2010-03-181-115/+16
* | Remove OTP-7025 workarounds - it's fixed in R12.David Wragg2010-04-301-14/+1
* | refactor: introduce rabbit_misc:dict_cons/3Matthias Radestock2010-04-091-7/+3
|/
* merging default into bug 22169Matthew Sackman2010-02-191-1/+44
|\
| * Make exchanges modular behaviours. AddedTony Garnock-Jones2009-11-211-1/+44
* | update copyright notices to say 2010 where appropriatebug22312David R. MacIver2010-02-091-3/+3
|/
* refactoring: bundle up all the data for a publishMatthias Radestock2009-06-051-34/+25
* rationalise publish/route result typesMatthias Radestock2009-05-201-12/+13
* wait foreverbug20546Matthias Radestock2009-04-011-1/+2
* turn rabbit_router into gen_server2bug20179Matthias Radestock2009-01-211-3/+3
* change a gen_server:call to a gen_server2:callbug19749Matthias Radestock2009-01-161-1/+1
* replace all cross-node gen_server:casts with gen_server2:castsbug19759Matthias Radestock2009-01-081-1/+1
* Update copyrights.bug19974Tony Garnock-Jones2008-12-091-6/+12
* keep dialyzer happybug19758Matthias Radestock2008-11-201-3/+10
* disable cross-node routing optimisationMatthias Radestock2008-11-201-0/+6
* don't log errors during deliverybug19489Matthias Radestock2008-10-131-5/+3
* Initial commit, from repo-rebase-20080703121916_default (e96543d904a2)Tony Garnock-Jones2008-07-031-0/+166