Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | replace posix_fallocate with fallocate | Jose M. Guisado | 2022-09-27 | 1 | -1/+2 |
* | fix received data incorrect arithmetics | tiptorrent development team | 2022-02-12 | 1 | -1/+1 |
* | validate received bytes and expected file size | tiptorrent development team | 2022-02-12 | 1 | -0/+6 |
* | increase number of chunks to 64 | tiptorrent development team | 2022-02-10 | 1 | -1/+1 |
* | do not reset number of retries counter | tiptorrent development team | 2022-02-08 | 1 | -0/+3 |
* | clean up state on each retry | tiptorrent development team | 2022-02-08 | 1 | -9/+12 |
* | update statistics after successful download | tiptorrent development team | 2022-02-08 | 1 | -5/+5 |
* | fall back to server after reaching maximum number of retries | tiptorrent development team | 2022-02-08 | 1 | -1/+18 |
* | bail out after maximum number of retries | tiptorrent development team | 2022-02-08 | 1 | -3/+17 |
* | missing close() on file on exit path | tiptorrent development team | 2021-12-23 | 1 | -0/+1 |
* | use fallocate() to store the chunks in the file | tiptorrent development team | 2021-12-23 | 1 | -15/+89 |
* | add helper function to connect and send HTTP request | tiptorrent development team | 2021-12-23 | 1 | -23/+33 |
* | fix download of very small files | tiptorrent development team | 2021-12-23 | 1 | -3/+0 |
* | 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 |
* | display progress message every 30 seconds | tiptorrent development team | 2021-09-29 | 1 | -1/+4 |
* | print progress message | tiptorrent development team | 2021-09-29 | 1 | -0/+24 |
* | 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 |
* | 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 |
* | 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 |
* | 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 | 1 | -0/+440 |