gdr / tuntox (public) (License: GPLv3) (since 2017-01-24) (hash sha1)
Tunnel TCP connections over the Tox protocol
List of commits:
Subject Hash Author Date (UTC)
Update README.md 9226aa00b30e7af7a0122b0772cc3e20ae5b49d0 GDR! 2015-07-14 12:57:55
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
CID 122512 (#3 of 3): Resource leak (RESOURCE_LEAK)11. leaked_storage: 70644b6231dc2f0329c5d8a06b90bed3d29da7dc GDR! 2015-07-07 17:13:37
CID 122514 (#6 of 6): Uninitialized scalar variable (UNINIT)10. 3fd4542ce246116b91ade0376639b5c145c3d3a9 GDR! 2015-07-07 17:08:46
CID 122515 (#1 of 1): Resource leak (RESOURCE_LEAK)6. leaked_storage: 568238b53927804119dcc892919654deb961c4eb GDR! 2015-07-07 17:07:30
CID 122516 (#2-1 of 2): Resource leak (RESOURCE_LEAK)11. leaked_storage: 71f6953feb4b8bd9914f04210fb23d5558c92960 GDR! 2015-07-07 17:02:51
Travis: Coverity cc2ec501a7e7563dfcb46241f837c050a9e043a6 GDR! 2015-07-07 16:21:12
Travis: remove debug statements abe6b568ac1f35749b8f08e942a7699875bbe509 GDR! 2015-07-07 15:33:30
Travis: cscope 92892c15b5291cbb904b54a671d2d42d4a72eab7 GDR! 2015-07-07 15:06:19
Travis: Use right directory 74d5edac649dc835d2d7b71f4bd595b773a1c0f8 GDR! 2015-07-07 13:53:59
Commit 9226aa00b30e7af7a0122b0772cc3e20ae5b49d0 - Update README.md
Author: GDR!
Author date (UTC): 2015-07-14 12:57
Committer name: GDR!
Committer date (UTC): 2015-07-14 12:57
Parent(s): 5d387074214a9b9f7437bed4dcc02aab1f9abd7f
Signer:
Signing key:
Signing status: N
Tree: b72cf39a5b65a652eb76c3c457e2e572af7d85fa
File Lines added Lines deleted
README.md 2 0
File README.md changed (mode: 100644) (index 05a98b8..8256c72)
... ... Tuntox is a single binary which may run in client mode or server mode. As a rule
8 8
9 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/ 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/
10 10
11 [![Coverity Scan Build Status](https://scan.coverity.com/projects/5690/badge.svg)](https://scan.coverity.com/projects/5690)
12
11 13 ## Binary ## Binary
12 14
13 15 Get the binaries from Releases tab on github. Just download the correct file for your architecture, execute chmod +x and you're done. The binaries are signed with my PGP key, [11C1 B15A 5D5D D662 E469 928A EBDA 6B97 4ED3 D2B7](https://keybase.io/gdr). Get the binaries from Releases tab on github. Just download the correct file for your architecture, execute chmod +x and you're done. The binaries are signed with my PGP key, [11C1 B15A 5D5D D662 E469 928A EBDA 6B97 4ED3 D2B7](https://keybase.io/gdr).
Hints:
Before first commit, do not forget to setup your git environment:
git config --global user.name "your_name_here"
git config --global user.email "your@email_here"

Clone this repository using HTTP(S):
git clone https://rocketgit.com/user/gdr/tuntox

Clone this repository using ssh (do not forget to upload a key first):
git clone ssh://rocketgit@ssh.rocketgit.com/user/gdr/tuntox

Clone this repository using git:
git clone git://git.rocketgit.com/user/gdr/tuntox

You are allowed to anonymously push to this repository.
This means that your pushed commits will automatically be transformed into a merge request:
... clone the repository ...
... make some changes and some commits ...
git push origin main