Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | handler: syslog error if file does not exist | OpenGnSys Support Team | 2024-01-11 | 1 | -0/+2 |
* | main: fix -r and -t options | Jose M. Guisado | 2022-02-16 | 1 | -6/+8 |
* | increase number of chunks to 64 | tiptorrent development team | 2022-02-10 | 1 | -1/+1 |
* | allow -r/--redirect 0 | tiptorrent development team | 2022-02-10 | 1 | -1/+1 |
* | display options in logging | tiptorrent development team | 2022-02-10 | 1 | -1/+2 |
* | fix -r/--redirect optional argument | tiptorrent development team | 2022-02-10 | 1 | -2/+3 |
* | use getopt_long option definition | tiptorrent development team | 2022-02-10 | 1 | -4/+4 |
* | do not use redirection in case of direct download after pending state | tiptorrent development team | 2022-02-08 | 1 | -1/+1 |
* | allow to specify maximum number of redirections with -r | tiptorrent development team | 2022-02-08 | 3 | -8/+16 |
* | add -d/--daemon option | tiptorrent development team | 2022-01-19 | 1 | -2/+17 |
* | revert workaround for file chunks | tiptorrent development team | 2021-12-23 | 1 | -6/+0 |
* | do not create redirect if client unexpectedly closes connection | tiptorrent development team | 2021-12-22 | 1 | -6/+7 |
* | update maximum uri length to 255 chars | tiptorrent development team | 2021-10-05 | 1 | -4/+4 |
* | prioritize redirections over direct server download | tiptorrent development team | 2021-09-29 | 1 | -2/+2 |
* | use strrchr to take last dot that specifies the chunk number | tiptorrent development team | 2021-09-29 | 1 | -1/+1 |
* | use int32_t for chunk index | tiptorrent development team | 2021-09-29 | 1 | -1/+1 |
* | download checksum file directly from server | tiptorrent development team | 2021-09-29 | 3 | -7/+12 |
* | Revert "prioritize direct download for non existing redirections" | tiptorrent development team | 2021-09-29 | 1 | -22/+3 |
* | skip runtime chunk split if --redirect is not set | tiptorrent development team | 2021-09-29 | 1 | -0/+6 |
* | fix chunk size split logic | tiptorrent development team | 2021-09-29 | 1 | -11/+7 |
* | add basic uri sanitization | tiptorrent development team | 2021-09-29 | 1 | -1/+4 |
* | runtime split original file into chunks | tiptorrent development team | 2021-09-29 | 3 | -5/+74 |
* | prioritize direct download for non existing redirections | tiptorrent development team | 2021-09-29 | 1 | -3/+22 |
* | activate pending clients only for close direct download | tiptorrent development team | 2021-09-29 | 1 | -1/+2 |
* | do not stop activating clients when direct download starts | tiptorrent development team | 2021-09-29 | 1 | -1/+3 |
* | do not activate clients without redirection via POST | tiptorrent development team | 2021-09-29 | 3 | -5/+8 |
* | rise redirection timeout to 3600 seconds | tiptorrent development team | 2021-09-29 | 1 | -1/+1 |
* | increase timeout for redirections | tiptorrent development team | 2021-09-29 | 1 | -1/+3 |
* | allow to report that a client allows redirection with POST method | tiptorrent development team | 2021-09-29 | 3 | -7/+23 |
* | do not shadow global redirect variable | tiptorrent development team | 2021-09-29 | 1 | -3/+3 |
* | fix bogus error if clients closes connection unexpectly | tiptorrent development team | 2021-09-29 | 1 | -0/+10 |
* | remove duplicate log when resuming from pending and being redirected | tiptorrent development team | 2021-09-29 | 1 | -5/+1 |
* | another log rewrite | tiptorrent development team | 2021-09-29 | 1 | -1/+1 |
* | improve logging | tiptorrent development team | 2021-09-29 | 1 | -11/+11 |
* | specify current state when displaying unknown error | tiptorrent development team | 2021-09-29 | 1 | -4/+4 |
* | allow to reuse redirections | tiptorrent development team | 2021-09-29 | 2 | -3/+10 |
* | disarm timer on release | tiptorrent development team | 2021-09-29 | 1 | -2/+1 |
* | fix client timeout | tiptorrent development team | 2021-09-29 | 1 | -4/+5 |
* | check sendfile error | tiptorrent development team | 2021-09-29 | 1 | -1/+2 |
* | update num_clients and redirection only for large files | tiptorrent development team | 2021-09-29 | 2 | -9/+12 |
* | add support for HEAD method | tiptorrent development team | 2021-09-29 | 3 | -17/+39 |
* | add a close wait state | tiptorrent development team | 2021-09-29 | 3 | -9/+27 |
* | extend log on unknown internal state | tiptorrent development team | 2021-09-29 | 1 | -2/+4 |
* | do not display an error when recv() == 0 | tiptorrent development team | 2021-09-29 | 1 | -7/+4 |
* | call shutdown() before close() | tiptorrent development team | 2021-09-29 | 1 | -0/+1 |
* | activate pending clients only for large files | tiptorrent development team | 2021-09-29 | 3 | -3/+10 |
* | use off_t instead of size_t for file size | tiptorrent development team | 2021-09-29 | 1 | -1/+1 |
* | Add ULL postfix to FILE_SIZE_THRESHOLD to avoid using int | tiptorrent development team | 2021-09-29 | 1 | -1/+1 |
* | add more logging for easier debugging | tiptorrent development team | 2021-09-29 | 1 | -5/+15 |
* | initial commit | tiptorrent development team | 2021-09-29 | 5 | -0/+935 |