Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |||
2015-09-16 | * fix: Possibility to compile on Mac OS platform | Dawid 'nCore' Opis | |
2015-07-07 | Remaining coverity bugs | GDR! | |
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 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 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-06-19 | PSK authentication | GDR! | |
2015-06-19 | The program now compiles with new toxcore (67df1ab7ce) | GDR! | |
2014-12-22 | Logging framework and command line options | GDR! | |
2014-12-11 | Pipe mode working, yay! | GDR! | |
2014-12-11 | Added MSG_NOSIGNAL to send() in client | GDR! | |
2014-12-11 | Added handle_server_tcp_fin_frame | GDR! | |
2014-11-25 | Multi-connection support client-side. | GDR! | |
Dealing with congestion control, too | |||
2014-11-16 | TCP works, yay | GDR! | |