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 LICENSE.md abe4bf14de00702f540be8522d4cac06601f61cd GDR! 2022-06-13 08:20:13
Update LICENSE.md ff58a37ec391e82cc7470ee76c803815cf4aa362 GDR! 2022-06-13 08:19:54
Add -V for version check 5ebfd8865f820bd50fa74947f41bd914354bbc2f GDR! 2022-06-12 11:48:07
Fix tabs/spaces in main.c 0ba3dc62293ece11400673965b89a99d91d7e8ed GDR! 2022-06-12 11:42:29
Print --help to stdout instead of stderr ed9ce9cf470560562346445e5bc937701b0ac0ec GDR! 2022-06-12 11:41:20
Fix bitbucket deb build that was missing gitversion 0b01538c9bc8b1620385346dbc04bc8d4f06497b GDR! 2022-06-12 11:35:19
Update debian to 0.0.10.1 c1070d542c259b6c8c791d46365d19256d8e94e1 GDR! 2022-06-12 11:24:58
add LIB_DIR variable with default that can be overrided 4eda1442c458506158257341ab6d3fd4543288cc Arte Ebrahimi 2022-06-10 23:38:53
Fix deps on macOS makefile 365d2e5cbc0e3655fb64c204db0515f5f4cdf5a4 Will Cohen 2022-02-18 01:26:37
Fix mach on macOS e5a4f6aa23be2f6f4a419b8d65b36ec6e636991e Will Cohen 2022-02-18 01:23:59
Support IPv6 bootstrap nodes a646402f42e120c7148d4de29dbdf5b09027a80a GDR! 2021-12-24 10:37:23
Clean up merged code for JSON bootstrap nodes 7d45afdf7d00a95a8c3687175e2b1669fa1f7745 GDR! 2021-12-24 10:08:50
Added option to bootstrap from json file. 8a409731543aa2cdcba5035091e4f219d8603a76 Pietro Bonfa 2021-12-24 09:20:19
Add a break statement to silence Coverity 1e5c86a2b997f43117adbc18f8b1c16fed4c6eab GDR! 2021-12-10 10:33:02
Clean up indentation 0dc0012b699584828648ad5597ee17b77e275983 GDR! 2021-12-10 10:32:12
0.0.10 5923903d6e48e7990172f0d54394fa2bbc69ca9e GDR! 2021-12-07 08:58:46
Change docker-compose image address 18b0864c66767ed1f300f1f0ec2a2569b749c628 GDR! 2021-04-27 10:42:59
New docker image address at dockerhub 2e9e79947ecb9b62add1ff957d6b71a448d1d87b GDR! 2020-08-15 18:00:18
Add missing dockerfile d91e8ea5765bacfe3072d709d8c552d7f59f18d1 GDR! 2020-08-15 17:42:53
Perform a complete build inside Docker 92312438844988e45da6b1804cdb19ca7beef7bd GDR! 2020-08-15 17:19:52
Commit abe4bf14de00702f540be8522d4cac06601f61cd - Update LICENSE.md
Author: GDR!
Author date (UTC): 2022-06-13 08:20
Committer name: GitHub
Committer date (UTC): 2022-06-13 08:20
Parent(s): ff58a37ec391e82cc7470ee76c803815cf4aa362
Signer:
Signing key: 4AEE18F83AFDEB23
Signing status: E
Tree: 1999ed8102408987d763bad7cc42cf98a721d1c0
File Lines added Lines deleted
LICENSE.md 3 3
File LICENSE.md changed (mode: 100644) (index 2332fa1..d6af5d5)
1 This program uses the cJSON library Copyright (c) 2009-2017 Dave Gamble and cJSON contributors
2 This program uses the uthash library Copyright (c) 2003-2014, Troy D. Hanson http://troydhanson.github.com/uthash/
3 Thie program uses the utarray library Copyright (c) 2008-2014, Troy D. Hanson http://troydhanson.github.com/uthash/
1 * This program uses the cJSON library Copyright (c) 2009-2017 Dave Gamble and cJSON contributors
2 * This program uses the uthash library Copyright (c) 2003-2014, Troy D. Hanson http://troydhanson.github.com/uthash/
3 * This program uses the utarray library Copyright (c) 2008-2014, Troy D. Hanson http://troydhanson.github.com/uthash/
4 4
5 5 The GNU General Public License, Version 3, 29 June 2007 (GPLv3) The GNU General Public License, Version 3, 29 June 2007 (GPLv3)
6 6 =============================================================== ===============================================================
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