Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | increase number of chunks to 64 | tiptorrent development team | 2022-02-10 | 1 | -1/+1 |
* | allow to specify maximum number of redirections with -r | tiptorrent development team | 2022-02-08 | 1 | -1/+1 |
* | use int32_t for chunk index | tiptorrent development team | 2021-09-29 | 1 | -1/+1 |
* | download checksum file directly from server | tiptorrent development team | 2021-09-29 | 1 | -4/+3 |
* | runtime split original file into chunks | tiptorrent development team | 2021-09-29 | 1 | -0/+4 |
* | 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 | -0/+3 |
* | allow to reuse redirections | tiptorrent development team | 2021-09-29 | 1 | -0/+1 |
* | add support for HEAD method | tiptorrent development team | 2021-09-29 | 1 | -6/+6 |
* | add a close wait state | tiptorrent development team | 2021-09-29 | 1 | -0/+1 |
* | activate pending clients only for large files | tiptorrent development team | 2021-09-29 | 1 | -0/+5 |
* | use off_t instead of size_t for file size | tiptorrent development team | 2021-09-29 | 1 | -1/+1 |
* | Add ULL postfix to FILE_SIZE_THRESHOLD to avoid using int | tiptorrent development team | 2021-09-29 | 1 | -1/+1 |
* | initial commit | tiptorrent development team | 2021-09-29 | 1 | -0/+83 |