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)
Initial commit 4c36e3b71adab6e9f3f08fda3b5c7bf5714ef201 GDR! 2014-12-11 13:27:41
Commit 4c36e3b71adab6e9f3f08fda3b5c7bf5714ef201 - Initial commit
Author: GDR!
Author date (UTC): 2014-12-11 13:27
Committer name: GDR!
Committer date (UTC): 2014-12-11 13:27
Parent(s):
Signer:
Signing key:
Signing status: N
Tree: 7847c5de25ba698ce983ac2ce67cb9b9b998f661
File Lines added Lines deleted
.gitignore 29 0
File .gitignore added (mode: 100644) (index 0000000..edf6645)
1 # Object files
2 *.o
3 *.ko
4 *.obj
5 *.elf
6
7 # Precompiled Headers
8 *.gch
9 *.pch
10
11 # Libraries
12 *.lib
13 *.a
14 *.la
15 *.lo
16
17 # Shared objects (inc. Windows DLLs)
18 *.dll
19 *.so
20 *.so.*
21 *.dylib
22
23 # Executables
24 *.exe
25 *.out
26 *.app
27 *.i*86
28 *.x86_64
29 *.hex
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