Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | README: only ipv4HEADmaster | bnewbold | 2017-12-05 | 2 | -3/+1 |
| | |||||
* | update lock file for more recent rust/cargo | bnewbold | 2017-12-05 | 1 | -14/+43 |
| | |||||
* | more notes | bnewbold | 2017-12-05 | 1 | -0/+8 |
| | |||||
* | doc: linkdump | bnewbold | 2016-06-09 | 1 | -0/+16 |
| | |||||
* | update benchmarks and notes | bnewbold | 2016-06-03 | 2 | -2/+77 |
| | |||||
* | commit TODO list | bnewbold | 2016-06-03 | 1 | -0/+24 |
| | |||||
* | update README: UDT not UTP, etc | bnewbold | 2016-06-03 | 1 | -8/+18 |
| | |||||
* | 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 |
| | |||||
* | doc: commit random notes I had sitting around | bnewbold | 2016-06-02 | 3 | -0/+364 |
| | |||||
* | server: add logging via syslog | bnewbold | 2016-06-02 | 4 | -7/+161 |
| | |||||
* | 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 | 7 | -182/+105 |
| | |||||
* | upgrade utp to 'temp_utp', which has more recent fixes | bnewbold | 2016-05-31 | 2 | -35/+14 |
| | | | | I hoped this would speed things up, but it didn't. | ||||
* | 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 | 7 | -10/+141 |
| | | | | 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 |
| | |||||
* | doc: notes about mosh SSH alias host/ip handling | bnewbold | 2016-05-28 | 1 | -0/+38 |
| | |||||
* | more rapid development | bnewbold | 2016-05-28 | 6 | -45/+119 |
| | |||||
* | refactor file layout *again* | bnewbold | 2016-05-27 | 4 | -76/+137 |
| | |||||
* | start refactor to ucp | bnewbold | 2016-05-27 | 5 | -51/+151 |
| | |||||
* | update README and add rcp protocol blog post (mirror) | bnewbold | 2016-05-27 | 2 | -0/+254 |
| | |||||
* | init repo; basic uTP send/receive | bnewbold | 2016-05-26 | 5 | -0/+300 |