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)
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
Diagnostics - why is make failing? 6b51abe945d8257186f2cebc6e44cde9326eebca GDR! 2015-07-07 12:37:51
Travis yml missing cd 5ba82445e42bc36591cfa5de7d8c12f6d8e2d1e7 GDR! 2015-07-07 11:47:22
Toxcore dep 21fac7520668442b1bd1877af9cb283fc1d7cd45 GDR! 2015-07-07 11:27:00
Travis yml 23c9ef473f22de3a0fe37692169b158ce7608567 GDR! 2015-07-07 07:26:28
Formatting 572edcaf182dc64f11813192202a305a9710d6ab GDR! 2015-06-19 20:32:54
README on security 2eb2c0be40720e54b478c49eb79f29a1bf4f6a41 GDR! 2015-06-19 20:31:32
PSK authentication 8d4dd7660af8cd3856d0d54d92386ce3ef1bc333 GDR! 2015-06-19 19:54:59
Command line switch for shared secret 8f9376b7ab3f9fca1514eb63c7ae7d545042b168 GDR! 2015-06-19 19:12:33
The program now compiles with new toxcore (67df1ab7ce) 97b9fd40dbba9b94144862f719a2a4ca8f12af22 GDR! 2015-06-19 18:25:14
Commit 6b1f29cd404077f0eb76a0511e55d96d42370333 - CID 122509 (#1 of 1): Missing return statement (MISSING_RETURN)2.
missing_return: Arriving at the end of a function without returning a
value.
Author: GDR!
Author date (UTC): 2015-07-07 17:16
Committer name: GDR!
Committer date (UTC): 2015-07-07 17:16
Parent(s): f4fd03d430339ae7310c43ea31f3bb3674b6074e
Signer:
Signing key:
Signing status: N
Tree: 490933f079256652f34dbf9ba9070506e93a6ad7
File Lines added Lines deleted
client.c 1 0
File client.c changed (mode: 100644) (index cf26a90..9b91d6f)
... ... int handle_pong_frame(protocol_frame *rcvd_frame)
34 34 // state = CLIENT_STATE_PONG_RECEIVED; // state = CLIENT_STATE_PONG_RECEIVED;
35 35 state = CLIENT_STATE_SEND_PING; state = CLIENT_STATE_SEND_PING;
36 36 } }
37 return 0;
37 38 } }
38 39
39 40 int local_bind() int local_bind()
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