aboutsummaryrefslogtreecommitdiffstats
path: root/src/main.rs
Commit message (Collapse)AuthorAgeFilesLines
* make client less verbose by defauiltbnewbold2016-06-021-4/+4
|
* server: add logging via syslogbnewbold2016-06-021-0/+2
|
* start cleaning up error conditionsbnewbold2016-06-021-4/+12
|
* fix arg handling error messages; make nonces and keys optional (if no-crypto)bnewbold2016-06-021-1/+1
|
* start transition to UDT transportbnewbold2016-06-021-2/+3
|
* add --no-crypto in a crude waybnewbold2016-05-301-2/+4
|
* BROKEN: initial implementation of cryptobnewbold2016-05-301-0/+4
| | | | I think it's going to be necessary to implement buffered reading after all.
* fix local/remote polarity in main ucp commandbnewbold2016-05-291-2/+2
|
* add client mode for testing/dev; misc progressbnewbold2016-05-291-1/+4
|
* begin implementation of actual file transferbnewbold2016-05-291-1/+1
|
* fix module hierarchy; actually call common functionsbnewbold2016-05-291-0/+4
|
* more rapid developmentbnewbold2016-05-281-10/+10
|
* refactor file layout *again*bnewbold2016-05-271-76/+19
|
* start refactor to ucpbnewbold2016-05-271-0/+142