aboutsummaryrefslogtreecommitdiffstats
path: root/src/peer.rs
Commit message (Collapse)AuthorAgeFilesLines
* cargo fix (with cargo v1.37)Bryan Newbold2019-08-261-1/+1
|
* more WIP on synchronizerBryan Newbold2018-02-191-8/+24
|
* more WIP on synchronizerBryan Newbold2018-02-151-3/+9
|
* WIP on synchronizer state machineBryan Newbold2018-01-221-4/+4
|
* allow passing local_id to datconnect (and peer)Bryan Newbold2018-01-221-2/+18
|
* WIP refactoring DatPeerBryan Newbold2018-01-221-127/+110
| | | | | - use Key in some more spots (instead of [u8]) - threaded Peer implementation, with chan for communication
* register -> feedBryan Newbold2018-01-211-23/+23
|
* move drive helper function from datconnection into datpeerBryan Newbold2018-01-111-14/+145
| | | | | | This is the hyperdrive-specific helper for reading the first metadata block and extracting the data feed public key. It maybe should be somewhere even less generic.
* start flushing out new APIsBryan Newbold2017-12-121-11/+30
|
* refactor higher level peer APIs (WIP)Bryan Newbold2017-12-111-0/+12