summaryrefslogtreecommitdiffstats
path: root/src/main.c
Commit message (Collapse)AuthorAgeFilesLines
* allow -r/--redirect 0tiptorrent development team2022-02-101-1/+1
| | | | Disable redirections in this case.
* 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
| | | | instead of numeric value.
* allow to specify maximum number of redirections with -rtiptorrent development team2022-02-081-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 optiontiptorrent development team2022-01-191-2/+17
|
* initial committiptorrent development team2021-09-291-0/+95