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 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
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
Commit 2f56b690b9f0680852ce9170747259fcb3266eaf - CID 122506 (#1 of 1): Missing return statement (MISSING_RETURN)5.
missing_return: Arriving at the end of a function without returning a
value.
Author: GDR!
Author date (UTC): 2015-07-07 17:19
Committer name: GDR!
Committer date (UTC): 2015-07-07 17:19
Parent(s): f9ec09147a7589da250a9ff0b789953cb2214a3c
Signer:
Signing key:
Signing status: N
Tree: d934087017a7bad66a7b155e21aa0015ecaad554
File Lines added Lines deleted
client.c 2 0
File client.c changed (mode: 100644) (index 1bd7805..33087d1)
... ... int handle_acktunnel_frame(protocol_frame *rcvd_frame)
132 132 log_printf(L_ERROR, "This tunnel mode is not supported yet\n"); log_printf(L_ERROR, "This tunnel mode is not supported yet\n");
133 133 exit(1); exit(1);
134 134 } }
135
136 return 0;
135 137 } }
136 138
137 139 /* Handle a TCP frame received from server */ /* Handle a TCP frame received from server */
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