Subject | Hash | Author | Date (UTC) |
---|---|---|---|
Tox.chat 2 | 90990f49bda18d06c89fca0495b39726bd55a076 | GDR! | 2016-05-05 17:43:58 |
Tox.chat | 5b921bc92cf04773f8e5b08120e5850156fbb580 | GDR! | 2016-05-05 17:43:11 |
Possible fix for Issue #16 | cc633e9ad431850d298638dbcdcbf1e8a4dfdeb1 | GDR! | 2016-05-05 17:39:42 |
Fix build on non-mac platforms | 981501cf1e19d07a11e28cff99b9cd7c7b1d0b1d | GDR! | 2015-09-17 08:30:57 |
* fix: Possibility to compile on Mac OS platform | 199787953243d91449ac5f4a5ac16edc2497e438 | Dawid 'nCore' Opis | 2015-09-16 18:14:03 |
remove tox.im because it's evil | b57ae8b86109e6fe6f626d03ddeca79539d07822 | GrayHatter | 2015-08-08 00:45:31 |
Update README.md | 9226aa00b30e7af7a0122b0772cc3e20ae5b49d0 | GDR! | 2015-07-14 12:57:55 |
CID 122512 (#1 of 1): Resource leak (RESOURCE_LEAK)11. leaked_storage: | 5d9e9c5d9078d8d1987375e972282220d50b9328 | GDR! | 2015-07-08 10:04:52 |
off_by_one: Testing whether handle sockfd is strictly greater than zero | a6d788c45764afb4d172dd3c75dfe593b85b5dab | GDR! | 2015-07-08 10:02:12 |
Remaining coverity bugs | 5d387074214a9b9f7437bed4dcc02aab1f9abd7f | GDR! | 2015-07-07 17:39:47 |
CID 122498 (#1 of 1): Unchecked return value from library | 8ae485719161a1b1d33c5d777b2b2d4035c9ff06 | GDR! | 2015-07-07 17:35:36 |
CID 122499 (#1 of 1): Unchecked return value from library | 7262fd7141bdae8ae15c3f625988a7f26463cdb5 | GDR! | 2015-07-07 17:30:50 |
CID 122500 (#1 of 1): Missing return statement (MISSING_RETURN)6. | f1826d2061908883fb654059f0675f79396edad0 | GDR! | 2015-07-07 17:25:53 |
CID 122503 (#1 of 1): Missing return statement (MISSING_RETURN)1. | 25c3d4cc3bd800d5866a54fc0c6bc4f792971a11 | GDR! | 2015-07-07 17:22:40 |
CID 122505 (#1 of 1): Missing return statement (MISSING_RETURN)5. | 92b037219a65e3b6fb7d44dd03932b4a46aa276c | GDR! | 2015-07-07 17:19:35 |
CID 122506 (#1 of 1): Missing return statement (MISSING_RETURN)5. | 2f56b690b9f0680852ce9170747259fcb3266eaf | GDR! | 2015-07-07 17:19:03 |
CID 122507 (#1 of 1): Missing return statement (MISSING_RETURN)13. | f9ec09147a7589da250a9ff0b789953cb2214a3c | GDR! | 2015-07-07 17:18:31 |
CID 122509 (#1 of 1): Missing return statement (MISSING_RETURN)2. | 6b1f29cd404077f0eb76a0511e55d96d42370333 | GDR! | 2015-07-07 17:16:52 |
CID 122510 (#1-2 of 2): Resource leak (RESOURCE_LEAK)17. leaked_storage: | f4fd03d430339ae7310c43ea31f3bb3674b6074e | GDR! | 2015-07-07 17:16:19 |
CID 122511 (#1 of 1): Argument cannot be negative (NEGATIVE_RETURNS)4. | ec2d41d837c2a289ae8b72b4b45cc1b999621e35 | GDR! | 2015-07-07 17:15:11 |
File | Lines added | Lines deleted |
---|---|---|
README.md | 1 | 1 |
File README.md changed (mode: 100644) (index 7960204..1d97fd9) | |||
... | ... | Tuntox is a single binary which may run in client mode or server mode. As a rule | |
6 | 6 | ||
7 | 7 | **Tuntox is in early work in progress stage**. It won't kill your goats but it may segfault, leak memory or have security issues (although I tried to make it rather secure). It won't be as fast as it could be because of the tremendous amount of debug output. | **Tuntox is in early work in progress stage**. It won't kill your goats but it may segfault, leak memory or have security issues (although I tried to make it rather secure). It won't be as fast as it could be because of the tremendous amount of debug output. |
8 | 8 | ||
9 | If you don't know what Tox is - it's an instant messenger protocol which is fully P2P, supports audio/video calls and file transfers. Unlike Skype it's fully open and unlike, say, XMPP - the calls and file transfers actually work. Go download a client from http://utox.org/ or read more at https://tox.im/ | ||
9 | If you don't know what Tox is - it's an instant messenger protocol which is fully P2P, supports audio/video calls and file transfers. Unlike Skype it's fully open and unlike, say, XMPP - the calls and file transfers actually work. Go download a client from http://utox.org/ or read more at https://tox.chat/ | ||
10 | 10 | ||
11 | 11 | [![Coverity Scan Build Status](https://scan.coverity.com/projects/5690/badge.svg)](https://scan.coverity.com/projects/5690) | [![Coverity Scan Build Status](https://scan.coverity.com/projects/5690/badge.svg)](https://scan.coverity.com/projects/5690) |
12 | 12 |