summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* avoid useless retries when a fatal error occursHEADv1.0.0masterJose M. Guisado2022-09-291-3/+12
* delete created file when fallocate failsJose M. Guisado2022-09-291-0/+12
* keep client retries when tip_client_request_file failsJose M. Guisado2022-09-281-2/+2
* replace posix_fallocate with fallocateJose M. Guisado2022-09-271-1/+2
* tests: add optional parameter for clients numberJose M. Guisado2022-02-141-1/+5
* fix received data incorrect arithmeticstiptorrent development team2022-02-121-1/+1
* validate received bytes and expected file sizetiptorrent development team2022-02-121-0/+6
* increase number of chunks to 64tiptorrent development team2022-02-101-1/+1
* do not reset number of retries countertiptorrent development team2022-02-081-0/+3
* clean up state on each retrytiptorrent development team2022-02-081-9/+12
* update statistics after successful downloadtiptorrent development team2022-02-081-5/+5
* fall back to server after reaching maximum number of retriestiptorrent development team2022-02-081-1/+18
* bail out after maximum number of retriestiptorrent development team2022-02-081-3/+17
* missing close() on file on exit pathtiptorrent development team2021-12-231-0/+1
* use fallocate() to store the chunks in the filetiptorrent development team2021-12-231-15/+89
* add helper function to connect and send HTTP requesttiptorrent development team2021-12-231-23/+33
* fix download of very small filestiptorrent development team2021-12-231-3/+0
* rename POST redirect handlertiptorrent development team2021-12-231-2/+2
* rename HTTP GET handlerstiptorrent development team2021-12-231-4/+4
* rename TIP_CLIENT_NOTIFY_REDIRECT to TIP_CLIENT_POST_REDIRECTtiptorrent development team2021-12-231-4/+4
* rename TIP_CLIENT_RECEIVING_* states to TIP_CLIENT_GET_*tiptorrent development team2021-12-231-7/+7
* add retry logictiptorrent development team2021-10-021-2/+13
* display progress message every 30 secondstiptorrent development team2021-09-291-1/+4
* print progress messagetiptorrent development team2021-09-291-0/+24
* tiptorrent-client is released under AGPL3+tiptorrent development team2021-09-291-0/+661
* fix connection closed by servertiptorrent development team2021-09-261-1/+1
* floating exception if download is too fasttiptorrent development team2021-09-231-2/+2
* no need for root to run tiptorrent-clienttiptorrent development team2021-09-221-1/+1
* revisit error reportingtiptorrent development team2021-09-201-7/+33
* display failure stats on syslogtiptorrent development team2021-09-191-2/+9
* print stats to syslogtiptorrent development team2021-09-191-1/+2
* incorrect mbytes/second statstiptorrent development team2021-09-181-1/+3
* report socket is connected, instead of connectingtiptorrent development team2021-09-181-2/+2
* incorrect loop break logic on errortiptorrent development team2021-09-181-1/+1
* fix connect error pathtiptorrent development team2021-09-181-6/+5
* display download rate in Mbytes/secondstiptorrent development team2021-09-181-1/+2
* enable TCP keepalivedtiptorrent development team2021-09-181-0/+12
* initial committiptorrent development team2021-09-185-0/+536