Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix arg handling error messages; make nonces and keys optional (if no-crypto) | bnewbold | 2016-06-02 | 3 | -6/+16 |
| | |||||
* | start transition to UDT transport | bnewbold | 2016-06-02 | 5 | -19/+86 |
| | |||||
* | add --no-crypto in a crude way | bnewbold | 2016-05-30 | 3 | -35/+64 |
| | |||||
* | sort-of-working crypto | bnewbold | 2016-05-30 | 3 | -10/+12 |
| | | | | With XSalsa20, performance really isn't very good. | ||||
* | WIP: partially working buffered crypto | bnewbold | 2016-05-30 | 3 | -19/+110 |
| | |||||
* | BROKEN: initial implementation of crypto | bnewbold | 2016-05-30 | 4 | -8/+98 |
| | | | | I think it's going to be necessary to implement buffered reading after all. | ||||
* | genericize common functions over streams | bnewbold | 2016-05-29 | 3 | -12/+8 |
| | | | | | This makes source_files and sink_files generic over "Streams", defined as types that implement both Read and Write. | ||||
* | disable set_len() for now | bnewbold | 2016-05-29 | 1 | -1/+2 |
| | |||||
* | fix local/remote polarity in main ucp command | bnewbold | 2016-05-29 | 1 | -2/+2 |
| | |||||
* | add client mode for testing/dev; misc progress | bnewbold | 2016-05-29 | 4 | -21/+97 |
| | |||||
* | begin implementation of actual file transfer | bnewbold | 2016-05-29 | 4 | -18/+108 |
| | |||||
* | fix module hierarchy; actually call common functions | bnewbold | 2016-05-29 | 4 | -24/+32 |
| | |||||
* | more rapid development | bnewbold | 2016-05-28 | 4 | -45/+109 |
| | |||||
* | refactor file layout *again* | bnewbold | 2016-05-27 | 4 | -76/+137 |
| | |||||
* | start refactor to ucp | bnewbold | 2016-05-27 | 3 | -49/+142 |
| | |||||
* | init repo; basic uTP send/receive | bnewbold | 2016-05-26 | 2 | -0/+49 |