| Commit message (Expand) | Author | Age | Files | Lines |
* | Update copyright 2012bug24606 | Emile Joubert | 2012-02-02 | 1 | -1/+1 |
* | amqqueue_sup, delegate specs are up to date | Alexandru Scvortov | 2011-08-05 | 1 | -3/+3 |
* | Abstract out the rabbit from delegate (also improve robustness) | Matthew Sackman | 2011-02-07 | 1 | -14/+4 |
* | Cope with the possibility that the user of the delegate mechanism is not on a...bug23696 | Matthew Sackman | 2011-01-27 | 1 | -11/+16 |
* | Update .erl and .hrl license boilerplates | Matthew Sackman | 2011-01-19 | 1 | -26/+11 |
* | treat nodedown as a recoverable error | Matthias Radestock | 2010-12-20 | 1 | -1/+1 |
* | cosmetic and minor refactor | Matthias Radestock | 2010-12-20 | 1 | -25/+19 |
* | Treat localpids even more specially, and save 4 lines in the process... | Matthew Sackman | 2010-12-19 | 1 | -19/+15 |
* | Substantially reworked delegate | Matthew Sackman | 2010-12-18 | 1 | -121/+88 |
* | amqqueue emit_stats should reply with 'hibernate' | Marek Majkowski | 2010-11-01 | 1 | -1/+1 |
* | Use two pools of delegates, one for each of outgoing and incoming messages. P...bug23429 | Simon MacMullen | 2010-10-25 | 1 | -9/+14 |
* | use consistent return types for start/start_link functionsbug23120 | Matthias Radestock | 2010-08-13 | 1 | -1/+1 |
* | cleanup | Alexandru Scvortov | 2010-07-06 | 1 | -1/+2 |
* | {'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 refactorbug22812 | 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 |
* | Cosmeticsbug19844 | 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 |