aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* WIP: partially working buffered cryptobnewbold2016-05-303-19/+110
|
* BROKEN: initial implementation of cryptobnewbold2016-05-304-8/+98
| | | | I think it's going to be necessary to implement buffered reading after all.
* genericize common functions over streamsbnewbold2016-05-293-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 nowbnewbold2016-05-291-1/+2
|
* fix local/remote polarity in main ucp commandbnewbold2016-05-291-2/+2
|
* add client mode for testing/dev; misc progressbnewbold2016-05-294-21/+97
|
* begin implementation of actual file transferbnewbold2016-05-294-18/+108
|
* fix module hierarchy; actually call common functionsbnewbold2016-05-294-24/+32
|
* more rapid developmentbnewbold2016-05-284-45/+109
|
* refactor file layout *again*bnewbold2016-05-274-76/+137
|
* start refactor to ucpbnewbold2016-05-273-49/+142
|
* init repo; basic uTP send/receivebnewbold2016-05-262-0/+49