Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | use strrchr to take last dot that specifies the chunk number | tiptorrent development team | 2021-09-29 | 1 | -1/+1 |
* | download checksum file directly from server | tiptorrent development team | 2021-09-29 | 1 | -1/+7 |
* | skip runtime chunk split if --redirect is not set | tiptorrent development team | 2021-09-29 | 1 | -0/+6 |
* | fix chunk size split logic | tiptorrent development team | 2021-09-29 | 1 | -11/+7 |
* | add basic uri sanitization | tiptorrent development team | 2021-09-29 | 1 | -1/+4 |
* | runtime split original file into chunks | tiptorrent development team | 2021-09-29 | 1 | -5/+69 |
* | do not activate clients without redirection via POST | tiptorrent development team | 2021-09-29 | 1 | -1/+1 |
* | allow to report that a client allows redirection with POST method | tiptorrent development team | 2021-09-29 | 1 | -1/+18 |
* | do not shadow global redirect variable | tiptorrent development team | 2021-09-29 | 1 | -3/+3 |
* | check sendfile error | tiptorrent development team | 2021-09-29 | 1 | -1/+2 |
* | update num_clients and redirection only for large files | tiptorrent development team | 2021-09-29 | 1 | -7/+9 |
* | add support for HEAD method | tiptorrent development team | 2021-09-29 | 1 | -3/+19 |
* | add a close wait state | tiptorrent development team | 2021-09-29 | 1 | -1/+3 |
* | activate pending clients only for large files | tiptorrent development team | 2021-09-29 | 1 | -1/+1 |
* | initial commit | tiptorrent development team | 2021-09-29 | 1 | -0/+155 |