summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Remove hackSimon MacMullen2010-10-261-7/+3
* Merge in defaultSimon MacMullen2010-10-2611-420/+411
|\
| * Merge bug23319 into default (remove client scope)Simon MacMullen2010-10-263-61/+29
| |\
| | * merge default into bug23319Alexandru Scvortov2010-10-1819-409/+523
| | |\
| | * \ merge default into bug23319Alexandru Scvortov2010-10-1317-263/+520
| | |\ \
| | * | | remove client scope and scopesAlexandru Scvortov2010-09-303-61/+29
| * | | | merge bug23344 into defaultMatthias Radestock2010-10-259-306/+583
| |\ \ \ \
| | * | | | 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
| * | | | | cosmeticMatthias 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
| | |_|_|/ | |/| | |
* | | | | Abstract graph constructionMatthew Sackman2010-10-263-83/+92
* | | | | Specs.Simon MacMullen2010-10-252-1/+20
* | | | | Refactor and document upgrades_to_apply/2Simon MacMullen2010-10-251-5/+7
* | | | | Rename variableSimon MacMullen2010-10-251-2/+2
* | | | | Fix copyright statementsSimon MacMullen2010-10-252-24/+5
* | | | | Match more return values, and reindentSimon MacMullen2010-10-252-22/+26
* | | | | Undo 522af2a24c5e, wait_for_tables/0 in fact may not have been calledSimon MacMullen2010-10-251-0/+1
* | | | | Various stylistic tweaks + cleanupsSimon MacMullen2010-10-252-25/+23
* | | | | Rename module.Simon MacMullen2010-10-251-1/+1
* | | | | wait_for_tables has definitely been called by this point (in check_table_inte...Simon MacMullen2010-10-221-1/+0
* | | | | Merged from defaultSimon MacMullen2010-10-2212-351/+671
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | Rather than kicking off the ttl timer on recovery, actually drop expired msgs...Matthew 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
| * | | | Correct spec for sync(), and some cosmeticsMatthew Sackman2010-10-212-11/+9
| * | | | CosmeticMatthew Sackman2010-10-211-2/+2
| * | | | TextualityMatthew Sackman2010-10-211-2/+2