summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-10-05Updated node list with generate_tox_bootstrap.pyGDR!
Added a bootstrap node list generator, generate_tox_bootstrap.py and updated tox_bootstrap.h
2016-06-08Whitelist debug statementGDR!
2016-06-08Coverity fixGDR!
2016-06-08Fixed default value for server whitelist modeGDR!
2016-06-07Documentation for #14GDR!
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-05Mention toxvpnGDR!
2016-05-05ProxyCommand explainedGDR!
2016-05-05Visible ToxIDGDR!
2016-05-05Tuntox does fork!GDR!
2016-05-05Tox.chat 2GDR!
2016-05-05Tox.chatGDR!
2016-05-05Merge branch 'master' of github.com:gjedeer/tuntoxGDR!
2016-05-05Possible fix for Issue #16GDR!
2015-09-17Fix build on non-mac platformsGDR!
2015-09-17Merge pull request #15 from nCore/macGDR!
Possibility to compile on Mac OS platform
2015-09-16* fix: Possibility to compile on Mac OS platformDawid 'nCore' Opis
2015-08-23Merge pull request #13 from GrayHatter/patch-1GDR!
remove tox.im because it's evil
2015-08-07remove tox.im because it's evilGrayHatter
2015-07-14Update README.mdGDR!
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 122499 (#1 of 1): Unchecked return value from libraryGDR!
(CHECKED_RETURN)2. check_return: Calling setsockopt(bind_sockfd, 1, 2, &yes, 4U) 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 122505 (#1 of 1): Missing return statement (MISSING_RETURN)5.GDR!
missing_return: Arriving at the end of a function without returning a value.
2015-07-07CID 122506 (#1 of 1): Missing return statement (MISSING_RETURN)5.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 122509 (#1 of 1): Missing return statement (MISSING_RETURN)2.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 122511 (#1 of 1): Argument cannot be negative (NEGATIVE_RETURNS)4.GDR!
negative_returns: len is passed to a parameter that cannot be negative.
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 122514 (#6 of 6): Uninitialized scalar variable (UNINIT)10.GDR!
uninit_use_in_call: Using uninitialized value friendnumber when calling send_tunnel_request_packet.
2015-07-07CID 122515 (#1 of 1): Resource leak (RESOURCE_LEAK)6. leaked_storage:GDR!
Variable res 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-07-07Travis: CoverityGDR!
2015-07-07Travis: remove debug statementsGDR!
2015-07-07Travis: cscopeGDR!
2015-07-07Travis: Use right directoryGDR!
2015-07-07Diagnostics - why is make failing?GDR!
2015-07-07Travis yml missing cdGDR!
2015-07-07Toxcore depGDR!
2015-07-07Travis ymlGDR!
2015-06-19FormattingGDR!
2015-06-19README on securityGDR!
2015-06-19PSK authenticationGDR!
2015-06-19Command line switch for shared secretGDR!