Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | allow passing local_id to datconnect (and peer) | Bryan Newbold | 2018-01-22 | 1 | -5/+15 |
| | |||||
* | WIP refactoring DatPeer | Bryan Newbold | 2018-01-22 | 1 | -4/+22 |
| | | | | | - use Key in some more spots (instead of [u8]) - threaded Peer implementation, with chan for communication | ||||
* | procol cleanups: nodelay, from_tcp, tosocketaddr | Bryan Newbold | 2018-01-21 | 1 | -61/+17 |
| | |||||
* | register -> feed | Bryan Newbold | 2018-01-21 | 1 | -18/+18 |
| | |||||
* | make DatConnection drive-agnostic | Bryan Newbold | 2018-01-11 | 1 | -115/+29 |
| | | | | | | | | | DatConnection should work with an arbitrary number of mux'd registers (hypercore feeds) on a single connection, including just one. This removes the drive-centric metadata/content ("is_content") flag for an index number. Future refactor should turn this from a u8 to a u32 or more. | ||||
* | start flushing out new APIs | Bryan Newbold | 2017-12-12 | 1 | -2/+3 |
| | |||||
* | count as an arg for recieve-some | Bryan Newbold | 2017-12-05 | 1 | -1/+1 |
| | |||||
* | make more library things public | Bryan Newbold | 2017-11-28 | 1 | -2/+2 |
| | |||||
* | move make_discovery_key() to lib.rs | Bryan Newbold | 2017-11-26 | 1 | -12/+1 |
| | |||||
* | harmonize proto message names | Bryan Newbold | 2017-10-30 | 1 | -37/+37 |
| | | | | Recent versions of the paper fixed these. | ||||
* | squelch some 'unused' warnings | Bryan Newbold | 2017-10-29 | 1 | -1/+2 |
| | |||||
* | don't panic on unexpected Index type, just return Err | Bryan Newbold | 2017-10-28 | 1 | -1/+1 |
| | |||||
* | rename protobuf files/modules; add Node type | Bryan Newbold | 2017-10-28 | 1 | -2/+2 |
| | | | | Also specify the protobuf syntax version (2) | ||||
* | rustfmt | Bryan Newbold | 2017-10-26 | 1 | -43/+45 |
| | |||||
* | refactor file/module names | Bryan Newbold | 2017-10-26 | 1 | -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. |