| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Remove hack | Simon MacMullen | 2010-10-26 | 1 | -7/+3 |
| * | Merge in default | Simon MacMullen | 2010-10-26 | 11 | -420/+411 |
| |\ | |||||
| | * | Merge bug23319 into default (remove client scope) | Simon MacMullen | 2010-10-26 | 3 | -61/+29 |
| | |\ | |||||
| | | * | merge default into bug23319 | Alexandru Scvortov | 2010-10-18 | 19 | -409/+523 |
| | | |\ | |||||
| | | * \ | merge default into bug23319 | Alexandru Scvortov | 2010-10-13 | 17 | -263/+520 |
| | | |\ \ | |||||
| | | * | | | remove client scope and scopes | Alexandru Scvortov | 2010-09-30 | 3 | -61/+29 |
| | * | | | | merge bug23344 into default | Matthias Radestock | 2010-10-25 | 9 | -306/+583 |
| | |\ \ \ \ | |||||
| | | * | | | | refactoring: comprehensions are easier to comprehend than folds | Matthias Radestock | 2010-10-24 | 1 | -5/+2 |
| | | * | | | | cosmetic: whitespace changes only | Matthias Radestock | 2010-10-23 | 2 | -34/+38 |
| | | * | | | | cosmetics and minor refactoring on code from recently merged bug23111 | Matthias Radestock | 2010-10-23 | 6 | -122/+95 |
| | * | | | | | cosmetic | Matthias Radestock | 2010-10-25 | 1 | -2/+2 |
| | * | | | | | GC no longer needs to know about its parent msg_store. Thus fold the parent i... | Matthew Sackman | 2010-10-25 | 2 | -26/+27 |
| | * | | | | | cosmetics | Matthew Sackman | 2010-10-25 | 1 | -5/+5 |
| | * | | | | | correct msg priorities | Matthias Radestock | 2010-10-22 | 1 | -4/+5 |
| | * | | | | | oops | Matthias Radestock | 2010-10-22 | 1 | -1/+1 |
| | * | | | | | minor refactor: lists:filter -> list comprehension | Matthias Radestock | 2010-10-22 | 2 | -4/+3 |
| | * | | | | | major refactoring of gc logic | Matthias Radestock | 2010-10-22 | 2 | -76/+69 |
| | * | | | | | small refactor | Matthias Radestock | 2010-10-22 | 1 | -10/+9 |
| | * | | | | | refactor: merge combine_files1 into combine_files | Matthias Radestock | 2010-10-22 | 1 | -36/+31 |
| | * | | | | | cosmetics and minor refactoring | Matthias Radestock | 2010-10-22 | 2 | -31/+35 |
| | * | | | | | Apparently they can be. Arbitrarily | Matthew Sackman | 2010-10-19 | 1 | -2/+1 |
| | * | | | | | Support the possibility of the message being removed by someone else | Matthew Sackman | 2010-10-19 | 1 | -2/+7 |
| | * | | | | | tuples can only be one-dimensional | Matthew Sackman | 2010-10-19 | 1 | -1/+2 |
| | * | | | | | Overlong line | Matthew Sackman | 2010-10-19 | 1 | -1/+2 |
| | * | | | | | Substantial refactoring of gc_done, and drop gc_active in favour of the guara... | Matthew Sackman | 2010-10-19 | 1 | -76/+73 |
| | * | | | | | Refactoring | Matthew Sackman | 2010-10-19 | 1 | -16/+15 |
| | * | | | | | Emit message back to the msg_store again after deletion completed. Potentiall... | Matthew Sackman | 2010-10-19 | 2 | -37/+45 |
| | * | | | | | Improvement to specs | Matthew Sackman | 2010-10-19 | 2 | -4/+5 |
| | * | | | | | combine and deletion of files are both forms of GC | Matthew Sackman | 2010-10-19 | 2 | -18/+18 |
| | * | | | | | Push deletion of empty files out to the gc process. | Matthew Sackman | 2010-10-18 | 2 | -21/+42 |
| | * | | | | | Further abstract gc to permit different types of actions | Matthew Sackman | 2010-10-18 | 1 | -18/+19 |
| | * | | | | | Permit the GC to cope with multiple concurrent pending GCs. In the case of a ... | Matthew Sackman | 2010-10-18 | 2 | -30/+36 |
| | * | | | | | Split out the testing of whether a file is not being read from | Matthew Sackman | 2010-10-18 | 2 | -27/+36 |
| | * | | | | | Properly abstract the state that the msg_store passes to the gc. | Matthew Sackman | 2010-10-18 | 2 | -41/+50 |
| | | |_|_|/ | |/| | | | |||||
| * | | | | | Abstract graph construction | Matthew Sackman | 2010-10-26 | 3 | -83/+92 |
| * | | | | | Specs. | Simon MacMullen | 2010-10-25 | 2 | -1/+20 |
| * | | | | | Refactor and document upgrades_to_apply/2 | Simon MacMullen | 2010-10-25 | 1 | -5/+7 |
| * | | | | | Rename variable | Simon MacMullen | 2010-10-25 | 1 | -2/+2 |
| * | | | | | Fix copyright statements | Simon MacMullen | 2010-10-25 | 2 | -24/+5 |
| * | | | | | Match more return values, and reindent | Simon MacMullen | 2010-10-25 | 2 | -22/+26 |
| * | | | | | Undo 522af2a24c5e, wait_for_tables/0 in fact may not have been called | Simon MacMullen | 2010-10-25 | 1 | -0/+1 |
| * | | | | | Various stylistic tweaks + cleanups | Simon MacMullen | 2010-10-25 | 2 | -25/+23 |
| * | | | | | Rename module. | Simon MacMullen | 2010-10-25 | 1 | -1/+1 |
| * | | | | | wait_for_tables has definitely been called by this point (in check_table_inte... | Simon MacMullen | 2010-10-22 | 1 | -1/+0 |
| * | | | | | Merged from default | Simon MacMullen | 2010-10-22 | 12 | -351/+671 |
| |\ \ \ \ \ | | |/ / / | |/| | | | |||||
| | * | | | | Rather than kicking off the ttl timer on recovery, actually drop expired msgs... | Matthew Sackman | 2010-10-22 | 1 | -6/+6 |
| | * | | | | Ensure at start up, if we have msgs (i.e. recovery, not creation), and a TTL,... | Matthew Sackman | 2010-10-22 | 1 | -1/+1 |
| | * | | | | Correct spec for sync(), and some cosmetics | Matthew Sackman | 2010-10-21 | 2 | -11/+9 |
| | * | | | | Cosmetic | Matthew Sackman | 2010-10-21 | 1 | -2/+2 |
| | * | | | | Textuality | Matthew Sackman | 2010-10-21 | 1 | -2/+2 |
