aboutsummaryrefslogtreecommitdiffstats
path: root/src/server.rs
Commit message (Collapse)AuthorAgeFilesLines
* BROKEN: initial implementation of cryptobnewbold2016-05-301-4/+9
| | | | I think it's going to be necessary to implement buffered reading after all.
* genericize common functions over streamsbnewbold2016-05-291-2/+2
| | | | | This makes source_files and sink_files generic over "Streams", defined as types that implement both Read and Write.
* add client mode for testing/dev; misc progressbnewbold2016-05-291-17/+23
|
* begin implementation of actual file transferbnewbold2016-05-291-3/+4
|
* fix module hierarchy; actually call common functionsbnewbold2016-05-291-14/+10
|
* more rapid developmentbnewbold2016-05-281-23/+46
|
* refactor file layout *again*bnewbold2016-05-271-0/+86