Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | main: fix -r and -t options | Jose M. Guisado | 2022-02-16 | 1 | -6/+8 |
| | | | | | | | Add -t option to optstring. Check for optarg when using -r. Fixes max_redirect initializing to the same value of max_clients when using short option -r. | ||||
* | allow -r/--redirect 0 | tiptorrent development team | 2022-02-10 | 1 | -1/+1 |
| | | | | Disable redirections in this case. | ||||
* | 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 |
| | | | | instead of numeric value. | ||||
* | allow to specify maximum number of redirections with -r | tiptorrent development team | 2022-02-08 | 1 | -4/+12 |
| | | | | | | | | | | | For example, -r/--redirect 3 specifies that the maximum number of redirections per client is 3. if -r/--redirect is specified with no argument, then the argument specified by -n/--max-clients is used. If -n/--max-clients is not specified and -r/--redirect is specifed with no argument, then default value is 3. | ||||
* | add -d/--daemon option | tiptorrent development team | 2022-01-19 | 1 | -2/+17 |
| | |||||
* | initial commit | tiptorrent development team | 2021-09-29 | 1 | -0/+95 |