aboutsummaryrefslogtreecommitdiffstats
path: root/src/server.rs
Commit message (Collapse)AuthorAgeFilesLines
* implement hack which re-binds after daemonization (UGLY)bnewbold2016-06-031-9/+16
|
* massively improve io error handlingbnewbold2016-06-021-4/+9
| | | | Slay many unwrap()'s
* server: add logging via syslogbnewbold2016-06-021-7/+35
|
* it is the job of drop to clean upbnewbold2016-06-021-2/+0
|
* start cleaning up error conditionsbnewbold2016-06-021-12/+24
|
* server: try additional ports if can't bind at firstbnewbold2016-06-021-7/+17
|
* server: proper parsing of SSH_COMMANDbnewbold2016-06-021-1/+30
|
* 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-9/+12
|
* add --no-crypto in a crude waybnewbold2016-05-301-10/+20
|
* sort-of-working cryptobnewbold2016-05-301-1/+2
| | | | With XSalsa20, performance really isn't very good.
* WIP: partially working buffered cryptobnewbold2016-05-301-2/+18
|
* 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