Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-10-05 | Changed gdr.name relay ports | GDR! | |
2016-10-05 | Merge branch 'master' of github.com:gjedeer/tuntox | GDR! | |
2016-10-05 | Separate TCP relays from bootstrap nodes during bootstrap | GDR! | |
2016-10-05 | Updated node list with generate_tox_bootstrap.py | GDR! | |
Added a bootstrap node list generator, generate_tox_bootstrap.py and updated tox_bootstrap.h | |||
2016-10-05 | Added filter for hostname and port requests | Pietro Bonfa | |
2016-10-04 | Update README.md | GDR! | |
2016-06-08 | Whitelist debug statement | GDR! | |
2016-06-08 | Coverity fix | GDR! | |
2016-06-08 | Fixed default value for server whitelist mode | GDR! | |
2016-06-07 | Documentation for #14 | GDR! | |
2016-06-07 | "Whitelist clients by pubkeys" mode, re-request friends | GDR! | |
See #14 | |||
2016-06-07 | Remove FDs of closed tunnels from fdset | GDR! | |
For #19 and #17 | |||
2016-05-05 | Mention toxvpn | GDR! | |
2016-05-05 | ProxyCommand explained | GDR! | |
2016-05-05 | Visible ToxID | GDR! | |
2016-05-05 | Tuntox does fork! | GDR! | |
2016-05-05 | Tox.chat 2 | GDR! | |
2016-05-05 | Tox.chat | GDR! | |
2016-05-05 | Merge branch 'master' of github.com:gjedeer/tuntox | GDR! | |
2016-05-05 | Possible fix for Issue #16 | GDR! | |
2016-05-03 | Makefile: update static build | Ansa89 | |
2016-05-02 | Fix some warnings | Ansa89 | |
2016-05-02 | Update travis script | Ansa89 | |
2016-05-02 | Makefile: use dinamic linking by default | Ansa89 | |
2015-09-17 | Fix build on non-mac platforms | GDR! | |
2015-09-17 | Merge pull request #15 from nCore/mac | GDR! | |
Possibility to compile on Mac OS platform | |||
2015-09-16 | * fix: Possibility to compile on Mac OS platform | Dawid 'nCore' Opis | |
2015-08-23 | Merge pull request #13 from GrayHatter/patch-1 | GDR! | |
remove tox.im because it's evil | |||
2015-08-07 | remove tox.im because it's evil | GrayHatter | |
2015-07-14 | Update README.md | GDR! | |
2015-07-08 | CID 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-08 | off_by_one: Testing whether handle sockfd is strictly greater than zero | GDR! | |
is suspicious. sockfd leaks when it is zero. Did you intend to include equality with zero? | |||
2015-07-07 | Remaining coverity bugs | GDR! | |
2015-07-07 | CID 122498 (#1 of 1): Unchecked return value from library | GDR! | |
(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-07 | CID 122499 (#1 of 1): Unchecked return value from library | GDR! | |
(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-07 | CID 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-07 | CID 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-07 | CID 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-07 | CID 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-07 | CID 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-07 | CID 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-07 | CID 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-07 | CID 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-07 | CID 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-07 | CID 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-07 | CID 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-07 | CID 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-07 | Travis: Coverity | GDR! | |
2015-07-07 | Travis: remove debug statements | GDR! | |
2015-07-07 | Travis: cscope | GDR! | |