aboutsummaryrefslogtreecommitdiffstats
path: root/src
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
|
* rustfmtBryan Newbold2017-10-266-212/+228
|
* add licensing (GPL-3.0)Bryan Newbold2017-10-265-1/+14
|
* 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
|
* 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
|
* encrypted network rx/tx (broken)Bryan Newbold2017-10-251-50/+114
|
* add sodiumoxide crateBryan Newbold2017-10-251-0/+1
|
* unencrypted networkingBryan Newbold2017-10-253-41/+144
|
* 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
|
* protobuf messagesBryan Newbold2017-10-185-0/+4113
|
* completed append, though something brokenBryan Newbold2017-10-181-19/+91
|
* commit a bunch of meta filesBryan Newbold2017-10-181-0/+81
|
* refactor modules/filesBryan Newbold2017-10-185-638/+652
|
* few basic testsBryan Newbold2017-10-172-31/+153
|
* cleanupsBryan Newbold2017-10-173-63/+20
|
* general register progressBryan Newbold2017-10-171-8/+78
|
* more docs progressBryan Newbold2017-10-171-6/+43
|
* start working in docsBryan Newbold2017-10-171-1/+22
|
* fix root_nodes, add a testBryan Newbold2017-10-171-12/+37
|
* initial work on register directoriesBryan Newbold2017-10-173-7/+339
|
* SLEEP read helperBryan Newbold2017-10-161-0/+10
|
* WIP SLEEP element read/writeBryan Newbold2017-10-161-12/+24
|
* WIP on SLEEP read/writeBryan Newbold2017-10-163-12/+120
|
* initial structureBryan Newbold2017-10-163-0/+105