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)
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
Fixed 100% CPU usage in server mode 114911b46f221912e25589d746dc1f9f905413bd GDR! 2015-01-30 18:31:43
credits 0b461fdbbe611a553c16e6081fee9a7891c1f36e GDR! 2015-01-12 22:25:23
Typo 91c407badf6392619f187b03ea4b42ab98bedbef GDR! 2015-01-12 22:24:07
Readme VPN 0285ddb7b7c2740775bce4d7a1c41534208202d4 GDR! 2015-01-12 22:21:29
md formatting 9426b96c040e3bc897583c3d90565a3f4678f761 GDR! 2015-01-12 22:20:19
Document on making a point-to-point VPN 32d3ec0ee95c1a8516ee3bb730ffaf5eeb854911 GDR! 2015-01-12 22:19:05
Allow using @ instead of : in port forward definitions 4350dabf2f524daabb03f26928742296310b456f GDR! 2015-01-12 21:57:20
Commit cc2ec501a7e7563dfcb46241f837c050a9e043a6 - Travis: Coverity
Author: GDR!
Author date (UTC): 2015-07-07 16:21
Committer name: GDR!
Committer date (UTC): 2015-07-07 16:21
Parent(s): abe6b568ac1f35749b8f08e942a7699875bbe509
Signer:
Signing key:
Signing status: N
Tree: 472de2c8dde6bd3c8a39537ff8e3f1b864411596
File Lines added Lines deleted
.travis.yml 17 0
File .travis.yml changed (mode: 100644) (index 00fdb93..78666bb)
... ... script:
54 54 - cd tuntox - cd tuntox
55 55 - find .. -name Makefile - find .. -name Makefile
56 56 - make - make
57
58 env:
59 global:
60 # The next declaration is the encrypted COVERITY_SCAN_TOKEN, created
61 # via the "travis encrypt" command using the project repo's public key
62 - secure: "VjQmHxt7StKi1XF45IaYei3/0GtpIjeCeySLCPyHYnSlTMYw1VWti9Pow2Vr7mses27KddWhgl54hYjukaqyNFklfz+cXuke+VSwLp/wKlC7hV+frsrodWCd35hvNDZV3Q49e1u0944Oz4ggiS1yX1+dlXZO/v6HINXouSJbbk/0UowW4T6vkD5x/Muq7ddf5J9qMr6XF7oGzZO/fHnWO4B+xILiWs3R6gk24B8IksHiHEDIsruGnbSx2OUvoYiyNOW9hVczf2DIMZVKhqWxCX7/dEs2E5K4+/pbGfww4JhbGUMtkkGk97a7Y8rdXhs1l+k5IbG9MoZ5MxcyE1t8DRJSiT8SI50AUzDZGpU7YKIRWFxj9hyIlxPuv9aL3AyhGDzHCLAUGCtV0LYWuXUKusfQ3YuWoc/Z+6I9tIDBUdGtPp8R+P7x2pHnq08PQecBgGh+KOj2rkJBv3jP5GTrH7OtjwdKQyggni+otL/0ydq9Cj67sbt2jerjlBWtI4Vg2jVbRwIT2jDcUCMwrL5kCkuXiSvywlvA/qLVIkAvLILdbIXFBUYh/N4z00YiiVhpbc3AkJaiuhDtese272nXPeYTw6qtQnZyoud3jQjWpGmsD7uYstbnRNYsmYWf4Nz2+XIJtAmqHBhRYuq50Q1ImPY2cJyo0yZ6tniSKCcqHRI="
63
64 addons:
65 coverity_scan:
66 project:
67 name: "gjedeer/tuntox"
68 description: "Build submitted via Travis CI"
69 notification_email: gdr@gdr.name
70 build_command_prepend: "make clean"
71 build_command: "make"
72 branch_pattern: master
73
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