summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Use the protocol field to indicate something useful.bug23442Simon MacMullen2010-10-281-10/+10
* Merging bug 23429 into defaultMatthew Sackman2010-10-267-276/+283
|\
| * Merge bug23319 into default (remove client scope)Simon MacMullen2010-10-265-73/+31
| |\
| | * merge default into bug23319bug23319Alexandru Scvortov2010-10-1822-421/+550
| | |\
| | * | remove scope from permissions tupleAlexandru Scvortov2010-10-131-1/+1
| | * | merge default into bug23319Alexandru Scvortov2010-10-1322-270/+566
| | |\ \
| | * | | updated docsAlexandru Scvortov2010-09-301-11/+1
| | * | | remove client scope and scopesAlexandru Scvortov2010-09-303-61/+29
| * | | | merge bug23344 into defaultMatthias Radestock2010-10-2514-317/+614
| |\ \ \ \
| * | | | | cosmeticbug23344Matthias Radestock2010-10-251-2/+2
| * | | | | GC no longer needs to know about its parent msg_store. Thus fold the parent i...Matthew Sackman2010-10-252-26/+27
| * | | | | cosmeticsMatthew Sackman2010-10-251-5/+5
| * | | | | correct msg prioritiesMatthias Radestock2010-10-221-4/+5
| * | | | | oopsMatthias Radestock2010-10-221-1/+1
| * | | | | minor refactor: lists:filter -> list comprehensionMatthias Radestock2010-10-222-4/+3
| * | | | | major refactoring of gc logicMatthias Radestock2010-10-222-76/+69
| * | | | | small refactorMatthias Radestock2010-10-221-10/+9
| * | | | | refactor: merge combine_files1 into combine_filesMatthias Radestock2010-10-221-36/+31
| * | | | | cosmetics and minor refactoringMatthias Radestock2010-10-222-31/+35
| * | | | | Apparently they can be. ArbitrarilyMatthew Sackman2010-10-191-2/+1
| * | | | | Support the possibility of the message being removed by someone elseMatthew Sackman2010-10-191-2/+7
| * | | | | tuples can only be one-dimensionalMatthew Sackman2010-10-191-1/+2
| * | | | | Overlong lineMatthew Sackman2010-10-191-1/+2
| * | | | | Substantial refactoring of gc_done, and drop gc_active in favour of the guara...Matthew Sackman2010-10-191-76/+73
| * | | | | RefactoringMatthew Sackman2010-10-191-16/+15
| * | | | | Emit message back to the msg_store again after deletion completed. Potentiall...Matthew Sackman2010-10-192-37/+45
| * | | | | Improvement to specsMatthew Sackman2010-10-192-4/+5
| * | | | | combine and deletion of files are both forms of GCMatthew Sackman2010-10-192-18/+18
| * | | | | Push deletion of empty files out to the gc process.Matthew Sackman2010-10-182-21/+42
| * | | | | Further abstract gc to permit different types of actionsMatthew Sackman2010-10-181-18/+19
| * | | | | Permit the GC to cope with multiple concurrent pending GCs. In the case of a ...Matthew Sackman2010-10-182-30/+36
| * | | | | Split out the testing of whether a file is not being read fromMatthew Sackman2010-10-182-27/+36
| * | | | | Properly abstract the state that the msg_store passes to the gc.Matthew Sackman2010-10-182-41/+50
| | |_|_|/ | |/| | |
* | | | | Use two pools of delegates, one for each of outgoing and incoming messages. P...bug23429Simon MacMullen2010-10-252-13/+20
| |/ / / |/| | |
* | | | refactoring: comprehensions are easier to comprehend than foldsMatthias Radestock2010-10-241-5/+2
* | | | cosmetic: whitespace changes onlyMatthias Radestock2010-10-232-34/+38
* | | | cosmetics and minor refactoring on code from recently merged bug23111Matthias Radestock2010-10-236-122/+95
* | | | Merging bug23111 to default (again)Matthew Sackman2010-10-221-6/+6
|\ \ \ \
| * | | | Rather than kicking off the ttl timer on recovery, actually drop expired msgs...bug23111Matthew Sackman2010-10-221-6/+6
| * | | | Ensure at start up, if we have msgs (i.e. recovery, not creation), and a TTL,...Matthew Sackman2010-10-221-1/+1
* | | | | Merging bug23111 into defaultMatthew Sackman2010-10-2211-283/+597
|\ \ \ \ \ | |/ / / /
| * | | | Correct spec for sync(), and some cosmeticsMatthew Sackman2010-10-212-11/+9
| * | | | CosmeticMatthew Sackman2010-10-211-2/+2
| * | | | TextualityMatthew Sackman2010-10-211-2/+2
| * | | | WhitespaceMatthew Sackman2010-10-211-3/+2
| * | | | Minor refactorMatthew Sackman2010-10-211-7/+2
| * | | | Remove unused variable and remove peek_result() type which is unusedMatthew Sackman2010-10-212-4/+2
| * | | | Merging default into bug23111Matthew Sackman2010-10-2127-487/+648
| |\ \ \ \
| * | | | | tweaked RamIndexCount accounting again, now it doesn't get decremented twice ...Rob Harrop2010-10-081-26/+31
| * | | | | fixed RamIndexMsgCount accountingRob Harrop2010-10-081-10/+8