summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* call shutdown() before close()tiptorrent development team2021-09-291-0/+1
|
* activate pending clients only for large filestiptorrent development team2021-09-293-3/+10
| | | | | small files should not activate pending clients, otherwise max_clients is not fulfilled.
* use off_t instead of size_t for file sizetiptorrent development team2021-09-291-1/+1
| | | | | stat() st_size datatype is off_t which is for file size, use off_t instead of size_t for correctness.
* Add ULL postfix to FILE_SIZE_THRESHOLD to avoid using inttiptorrent development team2021-09-291-1/+1
| | | | | Otherwise, cli->size > FILE_SIZE_THRESHOLD uses 32-bit integer which overflows with very large files. Use ULL to enforce 64-bits.
* add more logging for easier debuggingtiptorrent development team2021-09-291-5/+15
|
* fix typo in tests/network-setup.shtiptorrent development team2021-09-291-1/+1
|
* initial committiptorrent development team2021-09-2911-0/+1152