summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* handler: no need to parse trailer when processing requestHEADmasterOpenGnSys Support Team2024-01-111-3/+1
* handler: syslog error if file does not existOpenGnSys Support Team2024-01-111-0/+2
* allow to test 10/1 setupstiptorrent development team2022-02-221-4/+4
* main: fix -r and -t optionsJose M. Guisado2022-02-161-6/+8
* tidy up testsJose M. Guisado2022-02-111-199/+24
* increase number of chunks to 64tiptorrent development team2022-02-101-1/+1
* limit server and client bandwidth in teststiptorrent development team2022-02-101-0/+41
* allow -r/--redirect 0tiptorrent development team2022-02-101-1/+1
* display options in loggingtiptorrent development team2022-02-101-1/+2
* fix -r/--redirect optional argumenttiptorrent development team2022-02-101-2/+3
* use getopt_long option definitiontiptorrent development team2022-02-101-4/+4
* do not use redirection in case of direct download after pending statetiptorrent development team2022-02-081-1/+1
* update tests to specify maximum number of redirectionstiptorrent development team2022-02-081-1/+2
* allow to specify maximum number of redirections with -rtiptorrent development team2022-02-083-8/+16
* add -d/--daemon optiontiptorrent development team2022-01-191-2/+17
* revert workaround for file chunkstiptorrent development team2021-12-231-6/+0
* do not create redirect if client unexpectedly closes connectiontiptorrent development team2021-12-221-6/+7
* update maximum uri length to 255 charstiptorrent development team2021-10-051-4/+4
* tiptorrent is released under AGPL3+tiptorrent development team2021-09-291-0/+661
* 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
* use int32_t for chunk indextiptorrent development team2021-09-291-1/+1
* download checksum file directly from servertiptorrent development team2021-09-293-7/+12
* Revert "prioritize direct download for non existing redirections"tiptorrent development team2021-09-291-22/+3
* 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-293-5/+74
* systemd: add service templatetiptorrent development team2021-09-291-0/+10
* no need for root to run tiptorrenttiptorrent development team2021-09-291-1/+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-293-5/+8
* 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-293-7/+23
* do not shadow global redirect variabletiptorrent development team2021-09-291-3/+3
* 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
* extend teststiptorrent development team2021-09-292-5/+149
* 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-292-3/+10
* disarm timer on releasetiptorrent development team2021-09-291-2/+1
* fix client timeouttiptorrent development team2021-09-291-4/+5
* check sendfile errortiptorrent development team2021-09-291-1/+2
* update num_clients and redirection only for large filestiptorrent development team2021-09-292-9/+12
* add support for HEAD methodtiptorrent development team2021-09-293-17/+39