summaryrefslogtreecommitdiffstats
path: root/src/core.c
Commit message (Expand)AuthorAgeFilesLines
* allow to specify maximum number of redirections with -rtiptorrent development team2022-02-081-3/+3
* do not create redirect if client unexpectedly closes connectiontiptorrent development team2021-12-221-6/+7
* download checksum file directly from servertiptorrent development team2021-09-291-2/+2
* Revert "prioritize direct download for non existing redirections"tiptorrent development team2021-09-291-22/+3
* runtime split original file into chunkstiptorrent development team2021-09-291-0/+1
* prioritize direct download for non existing redirectionstiptorrent development team2021-09-291-3/+22
* activate pending clients only for close direct downloadtiptorrent development team2021-09-291-1/+2
* do not stop activating clients when direct download startstiptorrent development team2021-09-291-1/+3
* do not activate clients without redirection via POSTtiptorrent development team2021-09-291-3/+6
* rise redirection timeout to 3600 secondstiptorrent development team2021-09-291-1/+1
* increase timeout for redirectionstiptorrent development team2021-09-291-1/+3
* allow to report that a client allows redirection with POST methodtiptorrent development team2021-09-291-6/+2
* fix bogus error if clients closes connection unexpectlytiptorrent development team2021-09-291-0/+10
* remove duplicate log when resuming from pending and being redirectedtiptorrent development team2021-09-291-5/+1
* another log rewritetiptorrent development team2021-09-291-1/+1
* improve loggingtiptorrent development team2021-09-291-11/+11
* specify current state when displaying unknown errortiptorrent development team2021-09-291-4/+4
* allow to reuse redirectionstiptorrent development team2021-09-291-3/+9
* disarm timer on releasetiptorrent development team2021-09-291-2/+1
* fix client timeouttiptorrent development team2021-09-291-4/+5
* update num_clients and redirection only for large filestiptorrent development team2021-09-291-2/+3
* add support for HEAD methodtiptorrent development team2021-09-291-8/+14
* add a close wait statetiptorrent development team2021-09-291-8/+23
* extend log on unknown internal statetiptorrent development team2021-09-291-2/+4
* do not display an error when recv() == 0tiptorrent development team2021-09-291-7/+4
* call shutdown() before close()tiptorrent development team2021-09-291-0/+1
* activate pending clients only for large filestiptorrent development team2021-09-291-2/+4
* add more logging for easier debuggingtiptorrent development team2021-09-291-5/+15
* initial committiptorrent development team2021-09-291-0/+440