Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | add buffered read to path import | bnewbold | 2022-06-23 | 1 | -1/+2 |
| | |||||
* | cargo fix (with cargo v1.37) | Bryan Newbold | 2019-08-26 | 8 | -80/+80 |
| | |||||
* | more WIP on synchronizer | Bryan Newbold | 2018-02-19 | 4 | -17/+45 |
| | |||||
* | update DNS library to get bugfix | Bryan Newbold | 2018-02-16 | 1 | -2/+2 |
| | |||||
* | synchronizer: manual control of peer list | Bryan Newbold | 2018-02-15 | 1 | -2/+25 |
| | |||||
* | more WIP on synchronizer | Bryan Newbold | 2018-02-15 | 3 | -27/+128 |
| | |||||
* | WIP on synchronizer state machine | Bryan Newbold | 2018-01-22 | 3 | -14/+113 |
| | |||||
* | allow passing local_id to datconnect (and peer) | Bryan Newbold | 2018-01-22 | 3 | -8/+34 |
| | |||||
* | WIP refactoring DatPeer | Bryan Newbold | 2018-01-22 | 4 | -132/+138 |
| | | | | | - 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 | 2 | -78/+17 |
| | |||||
* | register -> feed | Bryan Newbold | 2018-01-21 | 2 | -41/+41 |
| | |||||
* | move drive helper function from datconnection into datpeer | Bryan Newbold | 2018-01-11 | 2 | -24/+155 |
| | | | | | | 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. | ||||
* | make DatConnection drive-agnostic | Bryan Newbold | 2018-01-11 | 2 | -118/+32 |
| | | | | | | | | | 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 | 6 | -38/+83 |
| | |||||
* | copy in 'geniza log' implementation | Bryan Newbold | 2017-12-11 | 1 | -2/+44 |
| | |||||
* | flush out geniza command modes | Bryan Newbold | 2017-12-11 | 1 | -8/+52 |
| | |||||
* | refactor higher level peer APIs (WIP) | Bryan Newbold | 2017-12-11 | 5 | -106/+149 |
| | |||||
* | start core command skeleton | Bryan Newbold | 2017-12-07 | 1 | -0/+80 |
| | |||||
* | parse_dat_address() helper | Bryan Newbold | 2017-12-07 | 2 | -22/+49 |
| | |||||
* | count as an arg for recieve-some | Bryan Newbold | 2017-12-05 | 2 | -5/+6 |
| | |||||
* | geniza-net cleanups | Bryan Newbold | 2017-12-05 | 1 | -23/+4 |
| | |||||
* | basic centralized DNS discovery | Bryan Newbold | 2017-12-05 | 3 | -0/+61 |
| | |||||
* | WIP on node (synchronization) code | Bryan Newbold | 2017-11-28 | 3 | -1/+185 |
| | |||||
* | DRY in geniza-net | Bryan Newbold | 2017-11-28 | 1 | -25/+21 |
| | |||||
* | make more library things public | Bryan Newbold | 2017-11-28 | 2 | -5/+5 |
| | |||||
* | helper command for generating dns lookup names | Bryan Newbold | 2017-11-26 | 1 | -0/+48 |
| | |||||
* | move make_discovery_key() to lib.rs | Bryan Newbold | 2017-11-26 | 3 | -13/+20 |
| | |||||
* | several drive bugfixes | Bryan Newbold | 2017-11-24 | 1 | -12/+36 |
| | |||||
* | import/export drive directories | Bryan Newbold | 2017-11-24 | 2 | -0/+116 |
| | |||||
* | start testing CLI args | Bryan Newbold | 2017-11-19 | 1 | -0/+40 |
| | |||||
* | additional drive commands | Bryan Newbold | 2017-11-19 | 2 | -16/+45 |
| | |||||
* | descalate todo | Bryan Newbold | 2017-11-19 | 1 | -1/+1 |
| | |||||
* | drive api: return new versions when appropriate; add comments | Bryan Newbold | 2017-11-19 | 1 | -12/+20 |
| | |||||
* | drive: tests, bugfixes | Bryan Newbold | 2017-11-19 | 1 | -14/+128 |
| | |||||
* | work in progress on drive import/export | Bryan Newbold | 2017-11-06 | 2 | -7/+44 |
| | |||||
* | add a bunch more drive operations (untested) | Bryan Newbold | 2017-11-05 | 1 | -11/+41 |
| | |||||
* | more progress on drive metadata read/write | Bryan Newbold | 2017-11-05 | 1 | -32/+123 |
| | |||||
* | more geniza-drive features | Bryan Newbold | 2017-11-05 | 1 | -0/+39 |
| | |||||
* | progress on drive implementation | Bryan Newbold | 2017-11-05 | 1 | -56/+261 |
| | |||||
* | add dump-entries debug command to geniza-drive | Bryan Newbold | 2017-11-05 | 1 | -0/+19 |
| | |||||
* | more drive progress | Bryan Newbold | 2017-11-04 | 1 | -14/+148 |
| | |||||
* | clarify and test sleep indexing | Bryan Newbold | 2017-11-04 | 1 | -4/+7 |
| | |||||
* | add drive-level verification | Bryan Newbold | 2017-11-04 | 2 | -13/+32 |
| | |||||
* | add verify command to geniza-sleep | Bryan Newbold | 2017-10-30 | 1 | -3/+12 |
| | |||||
* | fix off-by-one bug with verification code | Bryan Newbold | 2017-10-30 | 1 | -4/+24 |
| | |||||
* | fix sleep error with parent hashing | Bryan Newbold | 2017-10-30 | 1 | -3/+3 |
| | |||||
* | more geniza-sleep commands (for debugging) | Bryan Newbold | 2017-10-30 | 1 | -0/+46 |
| | |||||
* | harmonize proto message names | Bryan Newbold | 2017-10-30 | 1 | -37/+37 |
| | | | | Recent versions of the paper fixed these. | ||||
* | replace (most) seek() code with read_at/write_at | Bryan Newbold | 2017-10-30 | 2 | -9/+14 |
| | |||||
* | partially add 'tree' to drive tests | Bryan Newbold | 2017-10-30 | 1 | -0/+8 |
| |