summaryrefslogtreecommitdiff
path: root/src/delegate_sup.erl
Commit message (Expand)AuthorAgeFilesLines
* 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