summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* result, not return...Simon MacMullen2010-04-294-17/+17
* Rename invoke_async as it's not really async.Simon MacMullen2010-04-294-17/+17
* Commit 0ab19fce3677 broke effect visibility again! This time, go through a pr...Simon MacMullen2010-04-291-11/+18
* cosmeticsMatthew Sackman2010-04-281-4/+4
* cosmeticsMatthew Sackman2010-04-281-6/+6
* Don't use server(Hash) to name the delegate process.Simon MacMullen2010-04-282-3/+2
* Explain asyncness.Simon MacMullen2010-04-281-0/+5
* Always catch, don't ever allow the server process to die.Simon MacMullen2010-04-281-1/+4
* Parallelise communication with multiple nodes.Simon MacMullen2010-04-281-7/+17
* Move the gen_server2-via-delegate code into amqqueue; it should only be used ...Simon MacMullen2010-04-282-40/+32
* Rename delegate:call and :cast to :invoke and :invoke_async.Simon MacMullen2010-04-284-34/+34
* Cache the actual delegate process name, not the result of process_count.Simon MacMullen2010-04-281-15/+14
* Remove gen_server2 use, bump up timeouts, tidy GoodRes / BadRes checking.Simon MacMullen2010-04-281-9/+7
* cosmeticsMatthew Sackman2010-04-274-26/+18
* Merging default into bug 19844Matthew Sackman2010-04-276-126/+99
|\
| * Sanitise boot steps somewhat - a couple of steps had no 'enables' clause, mea...Matthew Sackman2010-04-271-12/+18
| * Merging bug 22651 into defaultMatthew Sackman2010-04-274-111/+77
| |\
| | * explode on attempted double initialisation of queueMatthias Radestock2010-04-271-2/+0
| | * oopsMatthias Radestock2010-04-271-1/+1
| | * turn queue recovery upside downMatthias Radestock2010-04-274-111/+79
| * | Merge headsSimon MacMullen2010-04-271-3/+3
| |\ \ | | |/
| | * cosmeticMatthias Radestock2010-04-261-3/+3
| * | Merge 22619.Simon MacMullen2010-04-271-0/+1
| |\ \ | | |/ | |/|
| | * Increase the backlog on the listening socket backlog to 128.David Wragg2010-04-161-0/+1
* | | Merging default into bug19844Matthew Sackman2010-04-265-76/+65
|\ \ \ | |/ /
| * | Merging bug 22584 into defaultMatthew Sackman2010-04-261-11/+11
| |\ \
| | * | Add persister_hibernate_after configuration variable.Tony Garnock-Jones2010-04-071-3/+2
| | * | Create persister_max_wrap_entries configuration variable.Tony Garnock-Jones2010-04-061-8/+9
| * | | merging bug 22647 into defaultMatthew Sackman2010-04-241-7/+5
| |\ \ \
| | * | | change guids to fixed-size binariesMatthias Radestock2010-04-241-7/+5
| * | | | merging bug 22646 into defaultMatthew Sackman2010-04-243-29/+16
| |\ \ \ \
| | * | | | remove legacy serial seedingMatthias Radestock2010-04-243-29/+16
| | |/ / /
| * | | | re-fragment contentMatthias Radestock2010-04-231-25/+28
| |/ / /
| * | | Merging bug 22615 onto defaultMatthew Sackman2010-04-222-0/+10
| |\ \ \
| | * | | Cosmetic, and missing specsMatthew Sackman2010-04-221-1/+4
| | * | | cosmeticMatthew Sackman2010-04-221-1/+0
| | * | | Roll secondary node coverage into "make start-cover"Simon MacMullen2010-04-211-4/+2
| | * | | Make start-secondary-cover actually do something, stop Erlang tests blowing up.Simon MacMullen2010-04-201-0/+4
| | * | | Allow enabling cover for secondary node.Simon MacMullen2010-04-201-0/+6
| | | |/ | | |/|
* | | | Add / fix specs, and remove some unreachable code.Simon MacMullen2010-04-224-8/+32
* | | | If the other node is down and we're only going to delegate:cast anyway we don...Simon MacMullen2010-04-221-3/+8
* | | | Use 2x CPUs as the number of delegate processes.Simon MacMullen2010-04-222-8/+19
* | | | Use phash2/2, remove string:concat.Simon MacMullen2010-04-222-3/+3
* | | | Remove delegate_sup_sup, make delegates restartable on error.Simon MacMullen2010-04-222-2/+2
* | | | CosmeticsMatthew Sackman2010-04-212-6/+5
* | | | Merging default into bug 19844 (debitrotting)Matthew Sackman2010-04-2117-309/+616
|\ \ \ \ | |/ / /
| * | | Correction of specs which have been wrong for agesMatthew Sackman2010-04-211-3/+3
| * | | merge bug22628 into defaultMatthias Radestock2010-04-201-53/+66
| |\ \ \
| | * | | Flatten out a tupleMatthew Sackman2010-04-201-4/+4
| | * | | Correct list comprehensionMatthew Sackman2010-04-201-1/+1