| Commit message (Expand) | Author | Age | Files | Lines |
* | Refresh branch from stable | Emile Joubert | 2013-07-31 | 1 | -18/+71 |
|\ |
|
| * | Make monitoring via delegates async. This has the downside that you can't mon... | Simon MacMullen | 2013-07-23 | 1 | -22/+29 |
| * | Get amqqueu_process to montor via delegate too, tighten delegate specs, simpl... | Simon MacMullen | 2013-07-04 | 1 | -2/+2 |
| * | Guard aganist the case where a delegate-executed function does some monitoring. | Simon MacMullen | 2013-07-02 | 1 | -3/+7 |
| * | Make the delegate monitoring API a drop in replacement for the built in one, ... | Simon MacMullen | 2013-07-02 | 1 | -23/+25 |
| * | Do the monitoring on the correct node(!) and remove all that nonsense about n... | Simon MacMullen | 2013-06-26 | 1 | -2/+6 |
| * | Delegate monitoring, with a fairly glaring hole. | Simon MacMullen | 2013-06-25 | 1 | -15/+51 |
* | | s/VMware/GoPivotal/g | Simon MacMullen | 2013-07-01 | 1 | -2/+2 |
|/ |
|
* | stable to default | Simon MacMullen | 2013-01-24 | 1 | -1/+1 |
|\ |
|
| * | Update copyright 2013bug25343 | Emile Joubert | 2013-01-23 | 1 | -1/+1 |
* | | common-case optimisations for delegate:invoke[_no_result] | Matthias Radestock | 2013-01-06 | 1 | -0/+12 |
|/ |
|
* | move generic cross-node funs from rabbit_amqqueue to delegate | Matthias Radestock | 2012-12-03 | 1 | -1/+11 |
* | 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 |