summaryrefslogtreecommitdiff
path: root/main.c
AgeCommit message (Collapse)Author
2017-10-20Rename rtmp to more readable temp_ruleGDR!
2017-05-04Close Issue #42Andrzej Godziuk
2017-04-19Configurable TCP and UDP listen portsAndrzej Godziuk
2017-04-16Improve data transfer speed and latencyValdikSS
Current version can only get 200-300 Kb/s on 1G LAN and the latency is clearly visible in ssh session. This fix improves latency and speed by reducing sleep times and calling tox_iterate more frequently. With this fix I get 12 Mb/s on 1G LAN. It's still far from perfect though.
2017-01-24Nicer help messageFrancesco Gazzetta
Indented, made the lines 80 chars long and divided by category. Solves #22
2017-01-24CID 122502 (#1 of 1): 'Constant' variable guards dead codeGDR!
(DEADCODE)dead_error_line: Execution cannot reach this statement: free(save_data);
2017-01-24CID 122516 (#1 of 1): Resource leak (RESOURCE_LEAK)10. leaked_storage:GDR!
Variable hostname going out of scope leaks the storage it points to
2016-12-07No warnings in -wallGDR!
2016-12-07Fixed some warningsGDR!
2016-12-07Made tuntox build with TokTok/c-toxcoreGDR!
2016-12-07Obtain shared secret from TUNTOX_SHARED_SECRET env variableGDR!
2016-10-12Typo in -f helpGDR!
2016-10-10corrected typoPietro Bonfa
2016-10-10better comments and if logicPietro Bonfa
2016-10-09removed enforce optionPietro Bonfa
2016-10-08changed arguments for rules optoinsPietro Bonfa
2016-10-07fixed bug with filter_policyPietro Bonfa
2016-10-06Merged with gjedeer/tuntoxPietro Bonfa
2016-10-05Separate TCP relays from bootstrap nodes during bootstrapGDR!
2016-10-05Added filter for hostname and port requestsPietro Bonfa
2016-06-08Whitelist debug statementGDR!
2016-06-08Fixed default value for server whitelist modeGDR!
2016-06-07"Whitelist clients by pubkeys" mode, re-request friendsGDR!
See #14
2016-06-07Remove FDs of closed tunnels from fdsetGDR!
For #19 and #17
2016-05-05Merge branch 'master' of github.com:gjedeer/tuntoxGDR!
2016-05-05Possible fix for Issue #16GDR!
2016-05-02Fix some warningsAnsa89
2015-09-16* fix: Possibility to compile on Mac OS platformDawid 'nCore' Opis
2015-07-08CID 122512 (#1 of 1): Resource leak (RESOURCE_LEAK)11. leaked_storage:GDR!
Variable frame going out of scope leaks the storage it points to.
2015-07-08off_by_one: Testing whether handle sockfd is strictly greater than zeroGDR!
is suspicious. sockfd leaks when it is zero. Did you intend to include equality with zero?
2015-07-07Remaining coverity bugsGDR!
2015-07-07CID 122498 (#1 of 1): Unchecked return value from libraryGDR!
(CHECKED_RETURN)3. check_return: Calling remove((char const *)path_real) without checking return value. This library function may fail and return an error code.
2015-07-07CID 122500 (#1 of 1): Missing return statement (MISSING_RETURN)6.GDR!
missing_return: Arriving at the end of a function without returning a value
2015-07-07CID 122503 (#1 of 1): Missing return statement (MISSING_RETURN)1.GDR!
missing_return: Arriving at the end of a function without returning a value.
2015-07-07CID 122507 (#1 of 1): Missing return statement (MISSING_RETURN)13.GDR!
missing_return: Arriving at the end of a function without returning a value.
2015-07-07CID 122510 (#1-2 of 2): Resource leak (RESOURCE_LEAK)17. leaked_storage:GDR!
Variable servinfo going out of scope leaks the storage it points to.
2015-07-07CID 122512 (#3 of 3): Resource leak (RESOURCE_LEAK)11. leaked_storage:GDR!
Variable frame going out of scope leaks the storage it points to.
2015-07-07CID 122516 (#2-1 of 2): Resource leak (RESOURCE_LEAK)11. leaked_storage:GDR!
Variable hostname going out of scope leaks the storage it points to.
2015-06-19PSK authenticationGDR!
2015-06-19Command line switch for shared secretGDR!
2015-06-19The program now compiles with new toxcore (67df1ab7ce)GDR!
2015-01-30Fixed 100% CPU usage in server modeGDR!
Now using tox_do_interval() to get timeout for select()
2014-12-30Got rid of the memory leakGDR!
It's made possible by the new toxcore API
2014-12-28Removed old commentsGDR!
2014-12-24Forking/setuid/pidfile workingGDR!
2014-12-24Added syslog capabilityGDR!
Closes #2
2014-12-24Merge branch 'raspbian'GDR!
2014-12-24Version stringGDR!
2014-12-22Fixed log level in server modeGDR!
2014-12-22Fixed callbacks on raspbianGDR!