aboutsummaryrefslogtreecommitdiffstats
path: root/src/sync.rs
Commit message (Collapse)AuthorAgeFilesLines
* refactor file/module namesBryan Newbold2017-10-261-507/+0
| | | | | | | | 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.
* small lint cleanupsBryan Newbold2017-10-261-6/+4
|
* network progressBryan Newbold2017-10-261-30/+102
|
* 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-261-13/+116
|
* encrypted network rx/tx (broken)Bryan Newbold2017-10-251-50/+114
|
* unencrypted networkingBryan Newbold2017-10-251-40/+115
|
* crude WIP net clientBryan Newbold2017-10-201-0/+189