index
:
infinitytier.git
main
Fork of ZeroTier (mirror of https://github.com/vyos/infinitytier.git)
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
node
/
InetAddress.cpp
Age
Commit message (
Collapse
)
Author
2015-10-19
Fix very obscure IP scope classification logic bug.
Adam Ierymenko
2015-09-17
Generate local IPv6 addresses from network IDs and addresses.
Adam Ierymenko
2015-07-27
Fix IP scoping bug, and disable remotely reported surface push... not ↵
Adam Ierymenko
helping. :(
2015-07-06
Unix side of local interface address awareness for GitHub issue #180.
Adam Ierymenko
2015-06-29
Fix semantics of std::unique() to actually remove duplicates (hidden memory ↵
Adam Ierymenko
leak?)
2015-05-17
Build fixes for G++, building without SQLite3 present, and warning removal.
Adam Ierymenko
2015-04-14
Fix < logic.
Adam Ierymenko
2015-04-14
Turns out you do have to unpack and compare sockaddr structures due to ↵
Adam Ierymenko
sin_len / sin6_len not present on all platforms and other junk.
2015-04-07
Some external surface awareness work, and IP scope classification.
Adam Ierymenko
2015-03-31
Whole heap more cleanup and refactoring...
Adam Ierymenko
2015-02-17
Re-incorporation: ZeroTier Networks -> ZeroTier, Inc. [Delaware]
Adam Ierymenko
2015-01-08
C++ network config master ready to test.
Adam Ierymenko
2015-01-05
Cleanup, add tristate to config code in Network, and happy new year!
Adam Ierymenko
2014-09-04
Fix for missing broadcast address on Linux Ethernet taps.
Adam Ierymenko
2014-08-12
(1) Tweak LAN locator beacon frequencies, (2) Windows virtual networks
Adam Ierymenko
now show up as *real* networks and prompt the user to set their location and firewall status (public, private, home/work, etc.). The hack used to achieve #2 should not be examined by children or those suffering from epilepsy or heart conditions.
2014-07-17
BSD routing table works... that hurt much worse than it should have.
Adam Ierymenko
2014-07-02
Leave IP addresses alone instead of deleting them from tap if they are not ↵
Adam Ierymenko
members of any of the networks under management.
2014-03-26
Fix TCP connection accumulation problem, still having issues with TCP tunneling.
Adam Ierymenko
2014-02-16
Boring stuff: update dates in copyrights across all files.
Adam Ierymenko
2013-09-17
Some file format cleanup.
Adam Ierymenko
2013-08-30
Improve code security posture by replacing sprintf with a safer function.
Adam Ierymenko
2013-08-12
Windows compiles! (w/Visual Studio 2012) That's about all it does, but it's ↵
Adam Ierymenko
a start.
2013-07-04
New git repository for release - version 0.2.0 tagged
Adam Ierymenko