Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | update README | Bryan Newbold | 2017-10-30 | 1 | -22/+43 |
| | |||||
* | update notes on spec | Bryan Newbold | 2017-10-30 | 2 | -25/+46 |
| | |||||
* | update TODO | Bryan Newbold | 2017-10-30 | 1 | -11/+7 |
| | |||||
* | 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 |
| | |||||
* | travis badge in README | Bryan Newbold | 2017-10-27 | 1 | -3/+7 |
| | |||||
* | travis: try installing libsodium-dev by package | Bryan Newbold | 2017-10-27 | 1 | -1/+5 |
| | |||||
* | rustfmt | Bryan Newbold | 2017-10-26 | 6 | -212/+228 |
| | |||||
* | travis: install linux deps; disable most targets | Bryan Newbold | 2017-10-26 | 1 | -11/+12 |
| | |||||
* | add licensing (GPL-3.0) | Bryan Newbold | 2017-10-26 | 7 | -5/+686 |
| | |||||
* | 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. | ||||
* | secret key read/write for SLEEP register | Bryan Newbold | 2017-10-26 | 1 | -18/+49 |
| | |||||
* | implement trivial dense (not sparse) has() on register | Bryan Newbold | 2017-10-26 | 1 | -7/+18 |
| | |||||
* | small lint cleanups | Bryan Newbold | 2017-10-26 | 3 | -13/+10 |
| | |||||
* | fix append() bug in register code | Bryan Newbold | 2017-10-26 | 1 | -4/+3 |
| | |||||
* | additions to notes | Bryan Newbold | 2017-10-26 | 2 | -15/+27 |
| | |||||
* | README/TODO updates | Bryan Newbold | 2017-10-26 | 2 | -5/+6 |
| | |||||
* | network progress | Bryan Newbold | 2017-10-26 | 2 | -32/+105 |
| | |||||
* | fold TcpSodiumReader/Writer into DatConnection itself | Bryan Newbold | 2017-10-26 | 1 | -5/+18 |
| | |||||
* | fold TcpSodiumReader/Writer into DatConnection itself | Bryan Newbold | 2017-10-26 | 1 | -47/+40 |
| | |||||
* | work in progress on network connection | Bryan Newbold | 2017-10-26 | 4 | -15/+127 |
| | |||||
* | notes about crypto and initialization | Bryan Newbold | 2017-10-26 | 3 | -0/+29 |
| | |||||
* | cargo update | Bryan Newbold | 2017-10-26 | 1 | -22/+9 |
| | |||||
* | switch to bnewbold's patched sodiumoxide | Bryan Newbold | 2017-10-26 | 2 | -9/+12 |
| | | | | ... which exposes the stream_xor_ic() family of functions. | ||||
* | encrypted network rx/tx (broken) | Bryan Newbold | 2017-10-25 | 1 | -50/+114 |
| | |||||
* | add sodiumoxide crate | Bryan Newbold | 2017-10-25 | 4 | -0/+39 |
| | |||||
* | update README with progress list | Bryan Newbold | 2017-10-25 | 1 | -6/+36 |
| | |||||
* | unencrypted networking | Bryan Newbold | 2017-10-25 | 3 | -41/+144 |
| | |||||
* | TODO update | Bryan Newbold | 2017-10-25 | 1 | -3/+21 |
| | |||||
* | spec notes update | Bryan Newbold | 2017-10-25 | 1 | -1/+9 |
| | |||||
* | lint fixes/workarounds | Bryan Newbold | 2017-10-20 | 1 | -2/+2 |
| | |||||
* | crude WIP net client | Bryan Newbold | 2017-10-20 | 3 | -3/+249 |
| | |||||
* | remove unused hello world example | Bryan Newbold | 2017-10-20 | 1 | -3/+0 |
| | |||||
* | update spec notes | Bryan Newbold | 2017-10-20 | 1 | -0/+9 |
| | |||||
* | move papers | Bryan Newbold | 2017-10-20 | 1 | -1/+1 |
| | |||||
* | include log crate | Bryan Newbold | 2017-10-20 | 2 | -0/+2 |
| | |||||
* | protobuf messages | Bryan Newbold | 2017-10-18 | 8 | -0/+4127 |
| | |||||
* | completed append, though something broken | Bryan Newbold | 2017-10-18 | 1 | -19/+91 |
| | |||||
* | commit a bunch of meta files | Bryan Newbold | 2017-10-18 | 6 | -0/+185 |
| |