aboutsummaryrefslogtreecommitdiffstats
path: root/src/sleep_register.rs
Commit message (Collapse)AuthorAgeFilesLines
* move make_discovery_key() to lib.rsBryan Newbold2017-11-261-1/+1
|
* clarify and test sleep indexingBryan Newbold2017-11-041-4/+7
|
* fix off-by-one bug with verification codeBryan Newbold2017-10-301-4/+24
|
* fix sleep error with parent hashingBryan Newbold2017-10-301-3/+3
|
* replace (most) seek() code with read_at/write_atBryan Newbold2017-10-301-2/+5
|
* discovery key helper on sleep dirBryan Newbold2017-10-291-0/+5
|
* add checks/verify to sleep reg tests (verify still broken)Bryan Newbold2017-10-291-5/+9
|
* fix typo bug with sleep registerBryan Newbold2017-10-291-2/+1
| | | | Embarassing that tests didn't catch this! Need to enable coverage...
* sleep register cleanups and debugging infoBryan Newbold2017-10-291-14/+22
|
* verify() partial progress; variable renamingsBryan Newbold2017-10-271-17/+47
|
* rustfmtBryan Newbold2017-10-261-75/+76
|
* refactor file/module namesBryan Newbold2017-10-261-0/+556
I had some early confusion around whether SLEEP refered to individual files or the collection of files making a register (it seems to mean the whole register). Will probably need to refactor again.