summaryrefslogtreecommitdiffstats
path: root/src/core.h
Commit message (Collapse)AuthorAgeFilesLines
* 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.
* initial committiptorrent development team2021-09-291-0/+83