aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* drive progress (still WIP)Bryan Newbold2017-10-292-45/+124
|
* discovery key helper on sleep dirBryan Newbold2017-10-291-0/+5
|
* squelch some 'unused' warningsBryan Newbold2017-10-292-11/+12
|
* pretty print log outputBryan Newbold2017-10-292-5/+23
|
* add checks/verify to sleep reg tests (verify still broken)Bryan Newbold2017-10-291-5/+9
|
* progress on drive: basic history dump (un-pretty output)Bryan Newbold2017-10-292-31/+145
|
* 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
|
* don't panic on unexpected Index type, just return ErrBryan Newbold2017-10-281-1/+1
|
* sketch out DatDrive APIBryan Newbold2017-10-282-0/+142
|
* rename protobuf files/modules; add Node typeBryan Newbold2017-10-286-53/+396
| | | | Also specify the protobuf syntax version (2)
* verify() partial progress; variable renamingsBryan Newbold2017-10-271-17/+47
|
* fix file-read-all command nameBryan Newbold2017-10-271-1/+1
|
* travis badge in READMEBryan Newbold2017-10-271-3/+7
|
* travis: try installing libsodium-dev by packageBryan Newbold2017-10-271-1/+5
|
* rustfmtBryan Newbold2017-10-266-212/+228
|
* travis: install linux deps; disable most targetsBryan Newbold2017-10-261-11/+12
|
* add licensing (GPL-3.0)Bryan Newbold2017-10-267-5/+686
|
* refactor file/module namesBryan Newbold2017-10-2610-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.
* secret key read/write for SLEEP registerBryan Newbold2017-10-261-18/+49
|
* implement trivial dense (not sparse) has() on registerBryan Newbold2017-10-261-7/+18
|
* small lint cleanupsBryan Newbold2017-10-263-13/+10
|
* fix append() bug in register codeBryan Newbold2017-10-261-4/+3
|
* additions to notesBryan Newbold2017-10-262-15/+27
|
* README/TODO updatesBryan Newbold2017-10-262-5/+6
|
* network progressBryan Newbold2017-10-262-32/+105
|
* fold TcpSodiumReader/Writer into DatConnection itselfBryan Newbold2017-10-261-5/+18
|
* fold TcpSodiumReader/Writer into DatConnection itselfBryan Newbold2017-10-261-47/+40
|
* work in progress on network connectionBryan Newbold2017-10-264-15/+127
|
* notes about crypto and initializationBryan Newbold2017-10-263-0/+29
|
* cargo updateBryan Newbold2017-10-261-22/+9
|
* switch to bnewbold's patched sodiumoxideBryan Newbold2017-10-262-9/+12
| | | | ... which exposes the stream_xor_ic() family of functions.
* encrypted network rx/tx (broken)Bryan Newbold2017-10-251-50/+114
|
* add sodiumoxide crateBryan Newbold2017-10-254-0/+39
|
* update README with progress listBryan Newbold2017-10-251-6/+36
|
* unencrypted networkingBryan Newbold2017-10-253-41/+144
|
* TODO updateBryan Newbold2017-10-251-3/+21
|
* spec notes updateBryan Newbold2017-10-251-1/+9
|
* lint fixes/workaroundsBryan Newbold2017-10-201-2/+2
|
* crude WIP net clientBryan Newbold2017-10-203-3/+249
|
* remove unused hello world exampleBryan Newbold2017-10-201-3/+0
|
* update spec notesBryan Newbold2017-10-201-0/+9
|
* move papersBryan Newbold2017-10-201-1/+1
|
* include log crateBryan Newbold2017-10-202-0/+2
|
* protobuf messagesBryan Newbold2017-10-188-0/+4127
|
* completed append, though something brokenBryan Newbold2017-10-181-19/+91
|
* commit a bunch of meta filesBryan Newbold2017-10-186-0/+185
|
* basic travis script (untested)Bryan Newbold2017-10-182-0/+59
|
* refactor modules/filesBryan Newbold2017-10-185-638/+652
|
* few basic testsBryan Newbold2017-10-174-31/+166
|