| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | optimize by increasing CHUNK_SIZE to 16KB (from 4KB) | bnewbold | 2016-06-03 | 2 | -4/+7 | 
| | | |||||
| * | implement hack which re-binds after daemonization (UGLY) | bnewbold | 2016-06-03 | 2 | -10/+19 | 
| | | |||||
| * | force SSH into IPv4 (libudt can't do IPv6) | bnewbold | 2016-06-03 | 1 | -0/+1 | 
| | | |||||
| * | make client less verbose by defauilt | bnewbold | 2016-06-02 | 2 | -15/+21 | 
| | | |||||
| * | massively improve io error handling | bnewbold | 2016-06-02 | 3 | -40/+62 | 
| | | | | | Slay many unwrap()'s | ||||
| * | more improvements to error handling | bnewbold | 2016-06-02 | 2 | -8/+11 | 
| | | |||||
| * | server: add logging via syslog | bnewbold | 2016-06-02 | 2 | -7/+37 | 
| | | |||||
| * | it is the job of drop to clean up | bnewbold | 2016-06-02 | 2 | -7/+0 | 
| | | |||||
| * | start cleaning up error conditions | bnewbold | 2016-06-02 | 4 | -30/+64 | 
| | | |||||
| * | server: try additional ports if can't bind at first | bnewbold | 2016-06-02 | 1 | -7/+17 | 
| | | |||||
| * | server: proper parsing of SSH_COMMAND | bnewbold | 2016-06-02 | 2 | -11/+30 | 
| | | |||||
| * | client: handle remote error properly | bnewbold | 2016-06-02 | 1 | -1/+2 | 
| | | |||||
| * | 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 | 
