| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | cosmetics | Matthew Sackman | 2010-04-28 | 1 | -4/+4 |
| | | |||||
| * | cosmetics | Matthew Sackman | 2010-04-28 | 1 | -6/+6 |
| | | |||||
| * | Don't use server(Hash) to name the delegate process. | Simon MacMullen | 2010-04-28 | 2 | -3/+2 |
| | | |||||
| * | 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 | 2 | -40/+32 |
| | | | | | there anyway. | ||||
| * | Rename delegate:call and :cast to :invoke and :invoke_async. | Simon MacMullen | 2010-04-28 | 4 | -34/+34 |
| | | |||||
| * | Cache the actual delegate process name, not the result of process_count. | Simon MacMullen | 2010-04-28 | 1 | -15/+14 |
| | | |||||
| * | Remove gen_server2 use, bump up timeouts, tidy GoodRes / BadRes checking. | Simon MacMullen | 2010-04-28 | 1 | -9/+7 |
| | | |||||
| * | cosmetics | Matthew Sackman | 2010-04-27 | 4 | -26/+18 |
| | | |||||
| * | Merging default into bug 19844 | Matthew Sackman | 2010-04-27 | 6 | -126/+99 |
| |\ | |||||
| | * | Sanitise boot steps somewhat - a couple of steps had no 'enables' clause, ↵ | Matthew Sackman | 2010-04-27 | 1 | -12/+18 |
| | | | | | | | | | meaning potentially they could be run last, which would not be desirable (eg exchange recovery after networking up? | ||||
| | * | Merging bug 22651 into default | Matthew Sackman | 2010-04-27 | 4 | -111/+77 |
| | |\ | |||||
| | | * | explode on attempted double initialisation of queue | Matthias Radestock | 2010-04-27 | 1 | -2/+0 |
| | | | | | | | | | | | | | which inidicates a serious bug and thus we shouldn't ignore it | ||||
| | | * | oops | Matthias Radestock | 2010-04-27 | 1 | -1/+1 |
| | | | | |||||
| | | * | turn queue recovery upside down | Matthias Radestock | 2010-04-27 | 4 | -111/+79 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | instead of the persister pushing recovered messages to the queues, the queues pull recovered messages from the persister. This allows us to perform queue recovery before recording the existince of the queues in mnesia, and thus prevents access to potentially uninitialised queues from other cluster nodes. It also makes the dependency between queues and the persister one way. | ||||
| | * | | Merge heads | Simon MacMullen | 2010-04-27 | 1 | -3/+3 |
| | |\ \ | | |/ | |||||
| | | * | cosmetic | Matthias Radestock | 2010-04-26 | 1 | -3/+3 |
| | | | | |||||
| | * | | Merge 22619. | Simon MacMullen | 2010-04-27 | 1 | -0/+1 |
| | |\ \ | | |/ | |/| | |||||
| | | * | Increase the backlog on the listening socket backlog to 128. | David Wragg | 2010-04-16 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | The erlang default is a rather low value of 5. 128 is the default maximum under Linux, so seems a reasonable value to go for. | ||||
| * | | | Fixing up coverage - it would appear the coverage is *very* sensitive about ↵ | Matthew Sackman | 2010-04-26 | 1 | -3/+2 |
| | | | | | | | | | | | | | how it gets started | ||||
| * | | | Merging default into bug19844 | Matthew Sackman | 2010-04-26 | 13 | -85/+440 |
| |\ \ \ | |/ / | |||||
| | * | | Merging bug 22584 into default | Matthew Sackman | 2010-04-26 | 2 | -11/+13 |
| | |\ \ | |||||
| | | * | | Add persister_hibernate_after configuration variable. | Tony Garnock-Jones | 2010-04-07 | 2 | -3/+3 |
| | | | | | |||||
| | | * | | Create persister_max_wrap_entries configuration variable. | Tony Garnock-Jones | 2010-04-06 | 2 | -8/+10 |
| | | | | | |||||
| | * | | | merging bug 22647 into default | Matthew Sackman | 2010-04-24 | 2 | -8/+6 |
| | |\ \ \ | |||||
| | | * | | | change guids to fixed-size binaries | Matthias Radestock | 2010-04-24 | 2 | -8/+6 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | This change was cherry-picked from the bug21673 branch and brings 'default' closer to that branch. | ||||
| | * | | | | merging bug 22646 into default | Matthew Sackman | 2010-04-24 | 3 | -29/+16 |
| | |\ \ \ \ | |||||
| | | * | | | | remove legacy serial seeding | Matthias Radestock | 2010-04-24 | 3 | -29/+16 |
| | | |/ / / | | | | | | | | | | | | | | | | thus making the guid generator fully independent of the persister | ||||
| | * | | | | Merging heads of default | Matthew Sackman | 2010-04-24 | 1 | -25/+28 |
| | |\ \ \ \ | |||||
| | | * \ \ \ | Merging bug 21974 onto default | Matthew Sackman | 2010-04-23 | 1 | -25/+28 |
| | | |\ \ \ \ | | | |/ / / | | |/| | | | |||||
| | | | * | | | re-fragment content | Matthias Radestock | 2010-04-23 | 1 | -25/+28 |
| | | |/ / / | | | | | | | | | | | | | | | | so we only produce the minimum number of frames necessary | ||||
| | * | | | | Merge bug22407 into default | David Wragg | 2010-04-23 | 3 | -3/+3 |
| | |\ \ \ \ | | |/ / / | |/| | | | |||||
| | | * | | | Add build dependencies to Debian / Fedora / Macports | Simon MacMullen | 2010-03-23 | 3 | -3/+3 |
| | | | | | | |||||
| | * | | | | Merging heads | Matthew Sackman | 2010-04-23 | 1 | -4/+0 |
| | |\ \ \ \ | |||||
| | | * | | | | Backed out changeset 1db0ab47b6d5 as the change will create silent failure ↵ | Matthew Sackman | 2010-04-23 | 1 | -4/+0 |
| | | | | | | | | | | | | | | | | | | | | | | | | | for configurable plugin users who have not moved from the default config location. | ||||
| | * | | | | | Merging bug 22615 onto default | Matthew Sackman | 2010-04-22 | 3 | -1/+12 |
| | |\ \ \ \ \ | |||||
| | | * | | | | | Cosmetic, and missing specs | Matthew Sackman | 2010-04-22 | 1 | -1/+4 |
| | | | | | | | | |||||
| | | * | | | | | cosmetic | Matthew Sackman | 2010-04-22 | 1 | -1/+0 |
| | | | | | | | | |||||
| | | * | | | | | Roll secondary node coverage into "make start-cover" | Simon MacMullen | 2010-04-21 | 2 | -9/+4 |
| | | | | | | | | |||||
| | | * | | | | | Make start-secondary-cover actually do something, stop Erlang tests blowing up. | Simon MacMullen | 2010-04-20 | 2 | -1/+5 |
| | | | | | | | | |||||
| | | * | | | | | Allow enabling cover for secondary node. | Simon MacMullen | 2010-04-20 | 2 | -0/+10 |
| | | | | | | | | |||||
| | * | | | | | | bug22500 merged into default (OCF/Pacemaker) | Marek Majkowski | 2010-04-21 | 3 | -0/+367 |
| | |\ \ \ \ \ \ | |||||
| | | * | | | | | | Only export vars when they're needed, and don't do a full verify unless it's ↵ | Matthew Sackman | 2010-04-12 | 1 | -11/+26 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | needed - the problem has been that the verify dies because eg the config file doesn't exist, but it doesn't exist because of, say, drbd not being primary+mounted... | ||||
| | | * | | | | | | Merging default into bug 22500 | Matthew Sackman | 2010-04-07 | 32 | -1088/+2409 |
| | | |\ \ \ \ \ \ | |||||
| | | * | | | | | | | typeo | Matthew Sackman | 2010-03-16 | 1 | -1/+1 |
| | | | | | | | | | | |||||
| | | * | | | | | | | Cosmetics, and remove bashish -a to generic -e (semantic preserving) | Matthew Sackman | 2010-03-15 | 1 | -6/+6 |
| | | | | | | | | | | |||||
| | | * | | | | | | | Make sure the ocf script goes in /usr/lib/ not /usr/lib64/ | Matthew Sackman | 2010-03-15 | 1 | -1/+1 |
| | | | | | | | | | | |||||
| | | * | | | | | | | Minor fixes | Matthew Sackman | 2010-03-11 | 1 | -2/+2 |
| | | | | | | | | | | |||||
