Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Introduced and used ok_or_error2(A,B). Also verified everything seems happy u... | Matthew Sackman | 2010-07-07 | 1 | -2/+1 |
* | cleanup | Alexandru Scvortov | 2010-07-06 | 1 | -1/+2 |
* | {'ok', A} -> rabbit_types:ok(A) | Alexandru Scvortov | 2010-07-06 | 1 | -1/+1 |
* | {error, A} -> rabbit_types:error(A) | Alexandru Scvortov | 2010-07-06 | 1 | -1/+1 |
* | Merging bug 19844 onto default | Matthew Sackman | 2010-05-05 | 1 | -5/+5 |
* | Don't use server(Hash) to name the delegate process. | Simon MacMullen | 2010-04-28 | 1 | -1/+1 |
* | Add / fix specs, and remove some unreachable code. | Simon MacMullen | 2010-04-22 | 1 | -0/+8 |
* | Use 2x CPUs as the number of delegate processes. | Simon MacMullen | 2010-04-22 | 1 | -2/+1 |
* | Use phash2/2, remove string:concat. | Simon MacMullen | 2010-04-22 | 1 | -1/+1 |
* | Remove delegate_sup_sup, make delegates restartable on error. | Simon MacMullen | 2010-04-22 | 1 | -1/+1 |
* | Generic delegate mechanism, similar to what the router did before. | Simon MacMullen | 2010-03-17 | 1 | -0/+56 |