aboutsummaryrefslogtreecommitdiffstats
path: root/src/protocol.rs
Commit message (Collapse)AuthorAgeFilesLines
* start flushing out new APIsBryan Newbold2017-12-121-2/+3
|
* count as an arg for recieve-someBryan Newbold2017-12-051-1/+1
|
* make more library things publicBryan Newbold2017-11-281-2/+2
|
* move make_discovery_key() to lib.rsBryan Newbold2017-11-261-12/+1
|
* harmonize proto message namesBryan Newbold2017-10-301-37/+37
| | | | Recent versions of the paper fixed these.
* squelch some 'unused' warningsBryan Newbold2017-10-291-1/+2
|
* don't panic on unexpected Index type, just return ErrBryan Newbold2017-10-281-1/+1
|
* rename protobuf files/modules; add Node typeBryan Newbold2017-10-281-2/+2
| | | | Also specify the protobuf syntax version (2)
* rustfmtBryan Newbold2017-10-261-43/+45
|
* refactor file/module namesBryan Newbold2017-10-261-0/+507
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.