| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | {'ok', A} -> rabbit_types:ok(A) | Alexandru Scvortov | 2010-07-06 | 1 | -1/+1 |
| * | s/fun(/fun (/g | Simon MacMullen | 2010-05-28 | 1 | -5/+5 |
| * | Minor refactor | Matthew Sackman | 2010-05-27 | 1 | -3/+4 |
| * | We were only applying the local shortcut in the case when we were *only* | Simon MacMullen | 2010-05-27 | 1 | -20/+24 |
| * | Merging bug 19844 onto default | Matthew Sackman | 2010-05-05 | 1 | -0/+1 |
| * | Cosmetics | Matthew Sackman | 2010-05-05 | 1 | -7/+6 |
| * | Retain all exception information if thrown. Use that to rethrow in the single... | Simon MacMullen | 2010-05-05 | 1 | -11/+25 |
| * | cosmetic | Matthew Sackman | 2010-04-30 | 1 | -4/+4 |
| * | FPid => Fun | Matthew Sackman | 2010-04-30 | 1 | -24/+24 |
| * | Cosmetics and minor refactorings | Matthew Sackman | 2010-04-30 | 1 | -34/+36 |
| * | result, not return... | Simon MacMullen | 2010-04-29 | 1 | -8/+8 |
| * | Rename invoke_async as it's not really async. | Simon MacMullen | 2010-04-29 | 1 | -8/+8 |
| * | Commit 0ab19fce3677 broke effect visibility again! This time, go through a pr... | Simon MacMullen | 2010-04-29 | 1 | -11/+18 |
| * | cosmetics | Matthew Sackman | 2010-04-28 | 1 | -6/+6 |
| * | Don't use server(Hash) to name the delegate process. | Simon MacMullen | 2010-04-28 | 1 | -2/+1 |
| * | Explain asyncness. | Simon MacMullen | 2010-04-28 | 1 | -0/+5 |
| * | Always catch, don't ever allow the server process to die. | Simon MacMullen | 2010-04-28 | 1 | -1/+4 |
| * | Parallelise communication with multiple nodes. | Simon MacMullen | 2010-04-28 | 1 | -7/+17 |
| * | Move the gen_server2-via-delegate code into amqqueue; it should only be used ... | Simon MacMullen | 2010-04-28 | 1 | -26/+0 |
| * | Rename delegate:call and :cast to :invoke and :invoke_async. | Simon MacMullen | 2010-04-28 | 1 | -19/+19 |
| * | Cache the actual delegate process name, not the result of process_count. | Simon MacMullen | 2010-04-28 | 1 | -15/+14 |
| * | cosmetics | Matthew Sackman | 2010-04-27 | 1 | -13/+12 |
| * | Add / fix specs, and remove some unreachable code. | Simon MacMullen | 2010-04-22 | 1 | -0/+19 |
| * | If the other node is down and we're only going to delegate:cast anyway we don... | Simon MacMullen | 2010-04-22 | 1 | -3/+8 |
| * | Use 2x CPUs as the number of delegate processes. | Simon MacMullen | 2010-04-22 | 1 | -6/+18 |
| * | Use phash2/2, remove string:concat. | Simon MacMullen | 2010-04-22 | 1 | -2/+2 |
| * | orddict is much faster given we only have a tiny dict. | Simon MacMullen | 2010-04-19 | 1 | -3/+3 |
| * | Don't pass around lists of lists for no reason. | Simon MacMullen | 2010-04-16 | 1 | -6/+6 |
| * | Reimplement the local optimistion, refactor quite a bit, fix delegate to actu... | Simon MacMullen | 2010-04-16 | 1 | -31/+33 |
| * | Clean up exported function names. | Simon MacMullen | 2010-04-12 | 1 | -25/+24 |
| * | Remove upmap that was causing tests to fail, remove "optimisation" as it's no... | Simon MacMullen | 2010-04-12 | 1 | -13/+6 |
| * | Port various queue operations over to the new delegate system. Unfortunately ... | Simon MacMullen | 2010-04-12 | 1 | -1/+24 |
| * | Rename delegate_{sync,async} to delegate_{call,cast}. | Simon MacMullen | 2010-04-09 | 1 | -11/+11 |
| * | Return statuses (and pids where appropriate). | Simon MacMullen | 2010-03-17 | 1 | -8/+20 |
| * | Generic delegate mechanism, similar to what the router did before. | Simon MacMullen | 2010-03-17 | 1 | -0/+129 |