summaryrefslogtreecommitdiffstats
path: root/src/handler.c
Commit message (Expand)AuthorAgeFilesLines
* update maximum uri length to 255 charstiptorrent development team2021-10-051-4/+4
* prioritize redirections over direct server downloadtiptorrent development team2021-09-291-2/+2
* use strrchr to take last dot that specifies the chunk numbertiptorrent development team2021-09-291-1/+1
* download checksum file directly from servertiptorrent development team2021-09-291-1/+7
* skip runtime chunk split if --redirect is not settiptorrent development team2021-09-291-0/+6
* fix chunk size split logictiptorrent development team2021-09-291-11/+7
* add basic uri sanitizationtiptorrent development team2021-09-291-1/+4
* runtime split original file into chunkstiptorrent development team2021-09-291-5/+69
* do not activate clients without redirection via POSTtiptorrent development team2021-09-291-1/+1
* allow to report that a client allows redirection with POST methodtiptorrent development team2021-09-291-1/+18
* do not shadow global redirect variabletiptorrent development team2021-09-291-3/+3
* check sendfile errortiptorrent development team2021-09-291-1/+2
* update num_clients and redirection only for large filestiptorrent development team2021-09-291-7/+9
* add support for HEAD methodtiptorrent development team2021-09-291-3/+19
* add a close wait statetiptorrent development team2021-09-291-1/+3
* activate pending clients only for large filestiptorrent development team2021-09-291-1/+1
* initial committiptorrent development team2021-09-291-0/+155