Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | rename POST redirect handler | tiptorrent development team | 2021-12-23 | 1 | -2/+2 |
| | |||||
* | rename HTTP GET handlers | tiptorrent development team | 2021-12-23 | 1 | -4/+4 |
| | |||||
* | rename TIP_CLIENT_NOTIFY_REDIRECT to TIP_CLIENT_POST_REDIRECT | tiptorrent development team | 2021-12-23 | 1 | -4/+4 |
| | |||||
* | rename TIP_CLIENT_RECEIVING_* states to TIP_CLIENT_GET_* | tiptorrent development team | 2021-12-23 | 1 | -7/+7 |
| | |||||
* | add retry logic | tiptorrent development team | 2021-10-02 | 1 | -2/+13 |
| | | | | | | - if the connection to server fails, retry 5 times, sleeping 5 seconds before each retry. - if the redirection fails, go back and request the chunk from the server again. | ||||
* | display progress message every 30 seconds | tiptorrent development team | 2021-09-29 | 1 | -1/+4 |
| | | | | to avoid bloating the logs | ||||
* | print progress message | tiptorrent development team | 2021-09-29 | 1 | -0/+24 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | Print a progress message to stdout: 0% (0 Mbytes/second) file.img.2 from 192.168.2.179:9999 29% (113 Mbytes/second) file.img.2 from 192.168.2.179:9999 59% (113 Mbytes/second) file.img.2 from 192.168.2.179:9999 88% (114 Mbytes/second) file.img.2 from 192.168.2.179:9999 100% (128 Mbytes/second) file.img.2 from 192.168.2.179:9999 0% (0 Mbytes/second) file.img.3 from 192.168.2.179:9999 29% (113 Mbytes/second) file.img.3 from 192.168.2.179:9999 58% (113 Mbytes/second) file.img.3 from 192.168.2.179:9999 88% (113 Mbytes/second) file.img.3 from 192.168.2.179:9999 100% (128 Mbytes/second) file.img.3 from 192.168.2.179:9999 0% (0 Mbytes/second) file.img.1 from 192.168.2.179:9999 29% (114 Mbytes/second) file.img.1 from 192.168.2.179:9999 59% (114 Mbytes/second) file.img.1 from 192.168.2.179:9999 88% (113 Mbytes/second) file.img.1 from 192.168.2.179:9999 100% (128 Mbytes/second) file.img.1 from 192.168.2.179:9999 0% (0 Mbytes/second) file.img.0 from 192.168.2.179:9999 29% (113 Mbytes/second) file.img.0 from 192.168.2.179:9999 59% (113 Mbytes/second) file.img.0 from 192.168.2.179:9999 88% (113 Mbytes/second) file.img.0 from 192.168.2.179:9999 100% (128 Mbytes/second) file.img.0 from 192.168.2.179:9999 OK. | ||||
* | tiptorrent-client is released under AGPL3+ | tiptorrent development team | 2021-09-29 | 1 | -0/+661 |
| | |||||
* | fix connection closed by server | tiptorrent development team | 2021-09-26 | 1 | -1/+1 |
| | |||||
* | floating exception if download is too fast | tiptorrent development team | 2021-09-23 | 1 | -2/+2 |
| | | | | fix divide by zero if file download takes less than 1 second. | ||||
* | no need for root to run tiptorrent-client | tiptorrent development team | 2021-09-22 | 1 | -1/+1 |
| | |||||
* | revisit error reporting | tiptorrent development team | 2021-09-20 | 1 | -7/+33 |
| | |||||
* | display failure stats on syslog | tiptorrent development team | 2021-09-19 | 1 | -2/+9 |
| | |||||
* | print stats to syslog | tiptorrent development team | 2021-09-19 | 1 | -1/+2 |
| | |||||
* | incorrect mbytes/second stats | tiptorrent development team | 2021-09-18 | 1 | -1/+3 |
| | | | | accumulate data from all file | ||||
* | report socket is connected, instead of connecting | tiptorrent development team | 2021-09-18 | 1 | -2/+2 |
| | |||||
* | incorrect loop break logic on error | tiptorrent development team | 2021-09-18 | 1 | -1/+1 |
| | |||||
* | fix connect error path | tiptorrent development team | 2021-09-18 | 1 | -6/+5 |
| | | | | Use syslog() and do not check for EINPROGRESS on the second connect() call. | ||||
* | display download rate in Mbytes/seconds | tiptorrent development team | 2021-09-18 | 1 | -1/+2 |
| | |||||
* | enable TCP keepalived | tiptorrent development team | 2021-09-18 | 1 | -0/+12 |
| | |||||
* | initial commit | tiptorrent development team | 2021-09-18 | 5 | -0/+536 |