summaryrefslogtreecommitdiffstats
path: root/src/main.c
Commit message (Collapse)AuthorAgeFilesLines
* print stats to syslogtiptorrent development team2021-09-191-1/+2
|
* incorrect mbytes/second statstiptorrent development team2021-09-181-1/+3
| | | | accumulate data from all file
* report socket is connected, instead of connectingtiptorrent development team2021-09-181-2/+2
|
* incorrect loop break logic on errortiptorrent development team2021-09-181-1/+1
|
* fix connect error pathtiptorrent development team2021-09-181-6/+5
| | | | Use syslog() and do not check for EINPROGRESS on the second connect() call.
* display download rate in Mbytes/secondstiptorrent development team2021-09-181-1/+2
|
* enable TCP keepalivedtiptorrent development team2021-09-181-0/+12
|
* initial committiptorrent development team2021-09-181-0/+440