Age | Commit message (Collapse) | Author | |
---|---|---|---|
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! | |
2015-07-07 | Travis: Use right directory | GDR! | |
2015-07-07 | Diagnostics - why is make failing? | GDR! | |
2015-07-07 | Travis yml missing cd | GDR! | |
2015-07-07 | Toxcore dep | GDR! | |
2015-07-07 | Travis yml | GDR! | |
2015-06-19 | Formatting | GDR! | |
2015-06-19 | README on security | GDR! | |
2015-06-19 | PSK authentication | GDR! | |
2015-06-19 | Command line switch for shared secret | GDR! | |
2015-06-19 | The program now compiles with new toxcore (67df1ab7ce) | GDR! | |
2015-01-30 | Fixed 100% CPU usage in server mode | GDR! | |
Now using tox_do_interval() to get timeout for select() | |||
2015-01-12 | credits | GDR! | |
2015-01-12 | Typo | GDR! | |
2015-01-12 | Readme VPN | GDR! | |
2015-01-12 | md formatting | GDR! | |
2015-01-12 | Document on making a point-to-point VPN | GDR! | |
2015-01-12 | Allow using @ instead of : in port forward definitions | GDR! | |
Useful for SYSTEM in socat | |||
2014-12-30 | Got rid of the memory leak | GDR! | |
It's made possible by the new toxcore API | |||
2014-12-28 | Removed old comments | GDR! | |
2014-12-24 | Debian init script added | GDR! | |
2014-12-24 | Forking/setuid/pidfile working | GDR! | |
2014-12-24 | Added syslog capability | GDR! | |
Closes #2 | |||
2014-12-24 | Merge branch 'raspbian' | GDR! | |
2014-12-24 | Clean target | GDR! | |
2014-12-24 | Version string | GDR! | |
2014-12-22 | Fixed log level in server mode | GDR! | |
2014-12-22 | Fixed callbacks on raspbian | GDR! | |