Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | refactor higher level peer APIs (WIP) | Bryan Newbold | 2017-12-11 | 5 | -106/+149 |
| | |||||
* | start core command skeleton | Bryan Newbold | 2017-12-07 | 1 | -0/+80 |
| | |||||
* | parse_dat_address() helper | Bryan Newbold | 2017-12-07 | 2 | -22/+49 |
| | |||||
* | count as an arg for recieve-some | Bryan Newbold | 2017-12-05 | 2 | -5/+6 |
| | |||||
* | geniza-net cleanups | Bryan Newbold | 2017-12-05 | 1 | -23/+4 |
| | |||||
* | basic centralized DNS discovery | Bryan Newbold | 2017-12-05 | 3 | -0/+61 |
| | |||||
* | WIP on node (synchronization) code | Bryan Newbold | 2017-11-28 | 3 | -1/+185 |
| | |||||
* | DRY in geniza-net | Bryan Newbold | 2017-11-28 | 1 | -25/+21 |
| | |||||
* | make more library things public | Bryan Newbold | 2017-11-28 | 2 | -5/+5 |
| | |||||
* | helper command for generating dns lookup names | Bryan Newbold | 2017-11-26 | 1 | -0/+48 |
| | |||||
* | move make_discovery_key() to lib.rs | Bryan Newbold | 2017-11-26 | 3 | -13/+20 |
| | |||||
* | several drive bugfixes | Bryan Newbold | 2017-11-24 | 1 | -12/+36 |
| | |||||
* | import/export drive directories | Bryan Newbold | 2017-11-24 | 2 | -0/+116 |
| | |||||
* | start testing CLI args | Bryan Newbold | 2017-11-19 | 1 | -0/+40 |
| | |||||
* | additional drive commands | Bryan Newbold | 2017-11-19 | 2 | -16/+45 |
| | |||||
* | descalate todo | Bryan Newbold | 2017-11-19 | 1 | -1/+1 |
| | |||||
* | drive api: return new versions when appropriate; add comments | Bryan Newbold | 2017-11-19 | 1 | -12/+20 |
| | |||||
* | drive: tests, bugfixes | Bryan Newbold | 2017-11-19 | 1 | -14/+128 |
| | |||||
* | work in progress on drive import/export | Bryan Newbold | 2017-11-06 | 2 | -7/+44 |
| | |||||
* | add a bunch more drive operations (untested) | Bryan Newbold | 2017-11-05 | 1 | -11/+41 |
| | |||||
* | more progress on drive metadata read/write | Bryan Newbold | 2017-11-05 | 1 | -32/+123 |
| | |||||
* | more geniza-drive features | Bryan Newbold | 2017-11-05 | 1 | -0/+39 |
| | |||||
* | progress on drive implementation | Bryan Newbold | 2017-11-05 | 1 | -56/+261 |
| | |||||
* | add dump-entries debug command to geniza-drive | Bryan Newbold | 2017-11-05 | 1 | -0/+19 |
| | |||||
* | more drive progress | Bryan Newbold | 2017-11-04 | 1 | -14/+148 |
| | |||||
* | clarify and test sleep indexing | Bryan Newbold | 2017-11-04 | 1 | -4/+7 |
| | |||||
* | add drive-level verification | Bryan Newbold | 2017-11-04 | 2 | -13/+32 |
| | |||||
* | add verify command to geniza-sleep | Bryan Newbold | 2017-10-30 | 1 | -3/+12 |
| | |||||
* | fix off-by-one bug with verification code | Bryan Newbold | 2017-10-30 | 1 | -4/+24 |
| | |||||
* | fix sleep error with parent hashing | Bryan Newbold | 2017-10-30 | 1 | -3/+3 |
| | |||||
* | more geniza-sleep commands (for debugging) | Bryan Newbold | 2017-10-30 | 1 | -0/+46 |
| | |||||
* | harmonize proto message names | Bryan Newbold | 2017-10-30 | 1 | -37/+37 |
| | | | | Recent versions of the paper fixed these. | ||||
* | replace (most) seek() code with read_at/write_at | Bryan Newbold | 2017-10-30 | 2 | -9/+14 |
| | |||||
* | partially add 'tree' to drive tests | Bryan Newbold | 2017-10-30 | 1 | -0/+8 |
| | |||||
* | drive progress (still WIP) | Bryan Newbold | 2017-10-29 | 2 | -45/+124 |
| | |||||
* | discovery key helper on sleep dir | Bryan Newbold | 2017-10-29 | 1 | -0/+5 |
| | |||||
* | squelch some 'unused' warnings | Bryan Newbold | 2017-10-29 | 2 | -11/+12 |
| | |||||
* | pretty print log output | Bryan Newbold | 2017-10-29 | 2 | -5/+23 |
| | |||||
* | add checks/verify to sleep reg tests (verify still broken) | Bryan Newbold | 2017-10-29 | 1 | -5/+9 |
| | |||||
* | progress on drive: basic history dump (un-pretty output) | Bryan Newbold | 2017-10-29 | 2 | -31/+145 |
| | |||||
* | fix typo bug with sleep register | Bryan Newbold | 2017-10-29 | 1 | -2/+1 |
| | | | | Embarassing that tests didn't catch this! Need to enable coverage... | ||||
* | sleep register cleanups and debugging info | Bryan Newbold | 2017-10-29 | 1 | -14/+22 |
| | |||||
* | don't panic on unexpected Index type, just return Err | Bryan Newbold | 2017-10-28 | 1 | -1/+1 |
| | |||||
* | sketch out DatDrive API | Bryan Newbold | 2017-10-28 | 2 | -0/+142 |
| | |||||
* | rename protobuf files/modules; add Node type | Bryan Newbold | 2017-10-28 | 6 | -53/+396 |
| | | | | Also specify the protobuf syntax version (2) | ||||
* | verify() partial progress; variable renamings | Bryan Newbold | 2017-10-27 | 1 | -17/+47 |
| | |||||
* | fix file-read-all command name | Bryan Newbold | 2017-10-27 | 1 | -1/+1 |
| | |||||
* | rustfmt | Bryan Newbold | 2017-10-26 | 6 | -212/+228 |
| | |||||
* | add licensing (GPL-3.0) | Bryan Newbold | 2017-10-26 | 5 | -1/+14 |
| | |||||
* | refactor file/module names | Bryan Newbold | 2017-10-26 | 10 | -71/+39 |
| | | | | | | | | 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. |