Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/vyos/infinitytier

Fork of ZeroTier
https://github.com/vyos/infinitytier

Enable -fstack-protector on Linux too

51295e77d0fd870de20b09b26d58931e60760fb9 authored over 11 years ago by Adam Ierymenko <[email protected]>
Small compiler warning fix

a20b540fb02a0fdee45306a8fa22e43e28623272 authored over 11 years ago by Adam Ierymenko <[email protected]>
Several things:

(1) Probable fix for issue #7 and major cleanup of EthernetTap code with consolidation for all u...

ef3e319c64600a921c9d6b33391f026644ec2492 authored over 11 years ago by Adam Ierymenko <[email protected]>
Further increase verbosity of TRACE messages for duplicate multicasts

41cd980bf72b9b22636dff91a1f6067a8474c819 authored over 11 years ago by Adam Ierymenko <[email protected]>
0.2.3 - OSX bug fix, multicast propagation fix, no incompatible protocol changes

1ecf6ed3d0c7a112310cbf9ee0b17eddb839bf04 authored over 11 years ago by Adam Ierymenko <[email protected]>
Silly multicast propagation fix: exclude upstream sender to never send duplicate multicasts back to where they came from

775fef9ce9ad52c5f01e2eb88c301f6e40e42bd2 authored over 11 years ago by Adam Ierymenko <[email protected]>
Fix for issue #6: OSX tap device forgets it has IPv6

6eb77da0947377712bf331ba25424dfe0f7a34e0 authored over 11 years ago by Adam Ierymenko <[email protected]>
Filter work

366f556e5b80ee44edb575f51b48dde09874fad8 authored over 11 years ago by Adam Ierymenko <[email protected]>
More filter development. It builds but is not integrated with the rest of the code.

e7f20ad5f9345d17f7699d2d5ffab2ca5de335c1 authored over 11 years ago by Adam Ierymenko <[email protected]>
More filter work, and doc updates

f8cfdf973e17f67472f84798672c871f6992ba28 authored over 11 years ago by Adam Ierymenko <[email protected]>
Filter code, work in progress, wont build yet

e2a2d33f8f12e7227b35c0cc77f8cc091f32a440 authored over 11 years ago by Adam Ierymenko <[email protected]>
add flattr button

c68ab6b70f9c34bde38c2e38dee1e5b155097a6a authored over 11 years ago by Adam Ierymenko <[email protected]>
Increase verbosity of TRACE messages for dropped duplicate multicast frames to help debug multicast propagation

3397273322eec3581b20d635b6f038be24651439 authored over 11 years ago by Adam Ierymenko <[email protected]>
Merge pull request #5 from Cubox-/master

The -O6 flag is useless. -O3 will do the same.

0a7a8b415d9d61f9c6bf725313881d14d8767a10 authored over 11 years ago by Adam Ierymenko <[email protected]>
-O6 Do not exist and is the same as -O3

9eec6adc8ca939f66e8e2fbef0b9087fc701d451 authored over 11 years ago by Andy Pilate <[email protected]>
-O6 Do not exist and is the same as -O3

5c543b3b4ad9320968cf9c442564eaad380bb5cf authored over 11 years ago by Andy Pilate <[email protected]>
Version 0.2.2 - still compatible, now measures latency for everyone, broadcast enabled

2fffdfdaf50f892976b9586ccf0a40a306bc34a1 authored over 11 years ago by Adam Ierymenko <[email protected]>
Send HELLO instead of NOP for NAT-t in order to measure latency always. Also prevents a race that can cause the first NAT-t to fail where the NOP arrives before the WHOIS reply from the supernode. Now NAT-t initiators will push their own public keys anyway so that doesnt matter.

ef08494237150435b4c28f78e9a6827786043e2f authored over 11 years ago by Adam Ierymenko <[email protected]>
Enable ff:ff:ff:ff:ff:ff w/no ADI a.k.a. broadcast. YOLO.

2eaac3891ec5f6da0ba9577bd032fd692392dd40 authored over 11 years ago by Adam Ierymenko <[email protected]>
Version 0.2.1 - no incompatible protocol changes, a few bug fixes and the new status file feature

7f3dea018c8034208b40e2633b04d06f917c1957 authored over 11 years ago by Adam Ierymenko <[email protected]>
Added creation and periodic update of a file called "status" in the home directory that contains peer link status. Useful for debugging and statistics. Send it SIGHUP to force an update now. Otherwise it updates every 120 seconds.

7c85a638b054f115cbb3c00d45e32cbf6db2a56c authored over 11 years ago by Adam Ierymenko <[email protected]>
documentation

68cc5ea523402a29dca414e285decc1a5d1a9c15 authored over 11 years ago by Adam Ierymenko <[email protected]>
Fix for failure to bind port if IPv6 is not enabled on a system -- it should succeed if it can bind either V4 or V6 or both and only fail if neither binds

2c0cdc9484e2481f2b640a8eb9a997816e1f81ed authored over 11 years ago by Adam Ierymenko <[email protected]>
Possible fix for issue #4 - segfault in ___removeIp helper function in EthernetTap on OSX -- I think the problem may have been that I was using set::erase(key) while also using an iterator, so now it uses erase(iterator). See if it happens again, cause I could not duplicate the issue. Possible minor difference in STL version.

cfef114c31f4edfa55d9c36eabd3fd319a94d307 authored over 11 years ago by Adam Ierymenko <[email protected]>
Merge pull request #3 from bhourigan/master

Minor documentation edit

118247e8b580efab3243a9aa7bbf610c192d5b45 authored over 11 years ago by Adam Ierymenko <[email protected]>
Updated make install-mac-tap for paste worthy correctness

a18162d58b8838933fd18f0209f8425dde8f5258 authored over 11 years ago by bhourigan <[email protected]>
Merge pull request #1 from crazysim/patch-1

Update README.md

7640801952e3284401a491e55c31e8fefe488bfa authored over 11 years ago by Adam Ierymenko <[email protected]>
Update README.md

s/dslreports/dslreports.com/

0b46f2869a4fcb89224fa066bb6036b5a2d7d998 authored over 11 years ago by Nelson Chen <[email protected]>
Missing mac-tap makefiles due to bad gitignore, fixed!

1aed9ba41894d2bbe3c8df101adb50719d4c236e authored over 11 years ago by Adam Ierymenko <[email protected]>
docs

cabddf680d28268e13d3b1a13062b6f0526aa27b authored over 11 years ago by Adam Ierymenko <[email protected]>
docs

c5403815e12c79c9fb5a2b5a59f2a51d563c73aa authored over 11 years ago by Adam Ierymenko <[email protected]>
Fix Linux build problem

b1adaf5902ef7165321d6eb5769fd469f26fe1dd authored over 11 years ago by Adam Ierymenko <[email protected]>
New git repository for release - version 0.2.0 tagged

150850b80012f852521c9935145cf966946334d5 authored over 11 years ago by Adam Ierymenko <[email protected]>