summaryrefslogtreecommitdiff
path: root/src/delegate_sup.erl
Commit message (Expand)AuthorAgeFilesLines
* Update copyright for 2014bug25940Simon MacMullen2014-03-171-1/+1
* s/VMware/GoPivotal/gSimon MacMullen2013-07-011-2/+2
* Update copyright 2013bug25343Emile Joubert2013-01-231-1/+1
* Update copyright 2012bug24606Emile Joubert2012-02-021-1/+1
* refactoringAlexandru Scvortov2011-08-051-1/+1
* Move the booting of the delegate to rabbitbug23813Matthew Sackman2011-02-081-7/+0
* accomodate both forms of nodedownMatthew Sackman2011-02-071-1/+2
* Abstract out the rabbit from delegate (also improve robustness)Matthew Sackman2011-02-071-7/+25
* Cope with the possibility that the user of the delegate mechanism is not on a...bug23696Matthew Sackman2011-01-271-1/+1
* Update .erl and .hrl license boilerplatesMatthew Sackman2011-01-191-26/+11
* Substantially reworked delegateMatthew Sackman2010-12-181-8/+5
* Use two pools of delegates, one for each of outgoing and incoming messages. P...bug23429Simon MacMullen2010-10-251-4/+6
* use consistent return types for start/start_link functionsbug23120Matthias Radestock2010-08-131-1/+1
* Introduced and used ok_or_error2(A,B). Also verified everything seems happy u...Matthew Sackman2010-07-071-2/+1
* cleanupAlexandru Scvortov2010-07-061-1/+2
* {'ok', A} -> rabbit_types:ok(A)Alexandru Scvortov2010-07-061-1/+1
* {error, A} -> rabbit_types:error(A)Alexandru Scvortov2010-07-061-1/+1
* Merging bug 19844 onto defaultMatthew Sackman2010-05-051-5/+5
* Don't use server(Hash) to name the delegate process.Simon MacMullen2010-04-281-1/+1
* Add / fix specs, and remove some unreachable code.Simon MacMullen2010-04-221-0/+8
* Use 2x CPUs as the number of delegate processes.Simon MacMullen2010-04-221-2/+1
* Use phash2/2, remove string:concat.Simon MacMullen2010-04-221-1/+1
* Remove delegate_sup_sup, make delegates restartable on error.Simon MacMullen2010-04-221-1/+1
* Generic delegate mechanism, similar to what the router did before.Simon MacMullen2010-03-171-0/+56