This website requires JavaScript.
Explore
Help
Sign In
gfwleak
/
zhangyang-zerotierone
Archived
Watch
1
Star
0
Fork
0
You've already forked zhangyang-zerotierone
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
This repository has been archived on
2025-09-14
. You can view files and clone it, but cannot push or open issues or pull requests.
Files
1c88a518cfd9783f70659dc1f578f1f73ae49561
zhangyang-zerotierone
/
node
History
Adam Ierymenko
1c88a518cf
Dike out some cruft in Windows tap that we will never use, like TUN mode, DHCP masq, ARP emulation, NDP emulation, and related. We operate only in L2 mode. All tap, no tun.
2013-08-27 11:55:56 -04:00
..
Address.hpp
Windows compiles! (w/Visual Studio 2012) That's about all it does, but it's a start.
2013-08-12 21:25:36 -04:00
Array.hpp
Windows compiles! (w/Visual Studio 2012) That's about all it does, but it's a start.
2013-08-12 21:25:36 -04:00
AtomicCounter.hpp
New git repository for release - version 0.2.0 tagged
2013-07-04 16:56:19 -04:00
BloomFilter.hpp
Windows compiles! (w/Visual Studio 2012) That's about all it does, but it's a start.
2013-08-12 21:25:36 -04:00
Buffer.hpp
ZeroTierOne for Windows binary project, builds and runs and mostly works but still some issues with tap.
2013-08-26 17:22:20 -04:00
CMWC4096.hpp
Compile fixes, integration of fast PRNG.
2013-07-13 14:28:26 -04:00
Condition.hpp
Windows build work: condition, mutex, thread, udp socket...
2013-08-12 16:18:35 -04:00
Constants.hpp
Windows builds, self test runs in Debug mode!
2013-08-14 13:23:25 -04:00
Defaults.cpp
Build fixes for *nix
2013-08-26 17:51:36 -04:00
Defaults.hpp
Docs, Node picks a default home folder if created with NULL as its home path, and add binary tap drivers (self-signed for now).
2013-08-24 17:10:34 -04:00
Demarc.cpp
Self test almost builds, now need skeleton EthernetTap implementation for Windows.
2013-08-14 11:19:21 -04:00
Demarc.hpp
Self test almost builds, now need skeleton EthernetTap implementation for Windows.
2013-08-14 11:19:21 -04:00
Dictionary.hpp
ZeroTierOne for Windows binary project, builds and runs and mostly works but still some issues with tap.
2013-08-26 17:22:20 -04:00
EllipticCurveKey.hpp
ZeroTierOne for Windows binary project, builds and runs and mostly works but still some issues with tap.
2013-08-26 17:22:20 -04:00
EllipticCurveKeyPair.cpp
ZeroTierOne for Windows binary project, builds and runs and mostly works but still some issues with tap.
2013-08-26 17:22:20 -04:00
EllipticCurveKeyPair.hpp
Small updates to documentation, a few precautionary fixes.
2013-07-15 09:06:59 -04:00
EthernetTap.cpp
Dike out some cruft in Windows tap that we will never use, like TUN mode, DHCP masq, ARP emulation, NDP emulation, and related. We operate only in L2 mode. All tap, no tun.
2013-08-27 11:55:56 -04:00
EthernetTap.hpp
Windows: disable and enable tap to allow changes to take effect.
2013-08-26 17:48:47 -04:00
Filter.cpp
More filter work.
2013-07-17 10:01:46 -04:00
Filter.hpp
ZeroTierOne for Windows binary project, builds and runs and mostly works but still some issues with tap.
2013-08-26 17:22:20 -04:00
HMAC.cpp
New git repository for release - version 0.2.0 tagged
2013-07-04 16:56:19 -04:00
HMAC.hpp
New git repository for release - version 0.2.0 tagged
2013-07-04 16:56:19 -04:00
Identity.cpp
ZeroTierOne for Windows binary project, builds and runs and mostly works but still some issues with tap.
2013-08-26 17:22:20 -04:00
Identity.hpp
Windows compiles! (w/Visual Studio 2012) That's about all it does, but it's a start.
2013-08-12 21:25:36 -04:00
InetAddress.cpp
Windows compiles! (w/Visual Studio 2012) That's about all it does, but it's a start.
2013-08-12 21:25:36 -04:00
InetAddress.hpp
Windows compiles! (w/Visual Studio 2012) That's about all it does, but it's a start.
2013-08-12 21:25:36 -04:00
Logger.cpp
ZeroTierOne for Windows binary project, builds and runs and mostly works but still some issues with tap.
2013-08-26 17:22:20 -04:00
Logger.hpp
New git repository for release - version 0.2.0 tagged
2013-07-04 16:56:19 -04:00
MAC.hpp
New git repository for release - version 0.2.0 tagged
2013-07-04 16:56:19 -04:00
Multicaster.hpp
Bug fix in multicast changes.
2013-08-21 14:51:32 -04:00
MulticastGroup.hpp
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.
2013-07-06 13:34:35 -04:00
Mutex.hpp
Windows build work: condition, mutex, thread, udp socket...
2013-08-12 16:18:35 -04:00
Network.cpp
Make that an arbitrary tag to identify persistent taps...
2013-08-21 08:13:48 -04:00
Network.hpp
Windows compiles! (w/Visual Studio 2012) That's about all it does, but it's a start.
2013-08-12 21:25:36 -04:00
Node.cpp
ZeroTierOne for Windows binary project, builds and runs and mostly works but still some issues with tap.
2013-08-26 17:22:20 -04:00
Node.hpp
ZeroTierOne for Windows binary project, builds and runs and mostly works but still some issues with tap.
2013-08-26 17:22:20 -04:00
NodeConfig.cpp
Windows compiles! (w/Visual Studio 2012) That's about all it does, but it's a start.
2013-08-12 21:25:36 -04:00
NodeConfig.hpp
Whole bunch of stuff: netconf, bug fixes, tweaks to ping and firewall opener timing code.
2013-08-06 00:05:39 -04:00
NonCopyable.hpp
New git repository for release - version 0.2.0 tagged
2013-07-04 16:56:19 -04:00
Packet.cpp
Windows compiles! (w/Visual Studio 2012) That's about all it does, but it's a start.
2013-08-12 21:25:36 -04:00
Packet.hpp
Windows compiles! (w/Visual Studio 2012) That's about all it does, but it's a start.
2013-08-12 21:25:36 -04:00
PacketDecoder.cpp
VERSION 0.4.4: multicast cleanup, Windows port work
2013-08-23 10:54:45 -04:00
PacketDecoder.hpp
Windows compiles! (w/Visual Studio 2012) That's about all it does, but it's a start.
2013-08-12 21:25:36 -04:00
Peer.cpp
Compile fixes, integration of fast PRNG.
2013-07-13 14:28:26 -04:00
Peer.hpp
Windows compiles! (w/Visual Studio 2012) That's about all it does, but it's a start.
2013-08-12 21:25:36 -04:00
Range.hpp
Filter code, work in progress, wont build yet
2013-07-07 19:36:57 -04:00
RateLimiter.hpp
Version 0.4.3 (the real one): fix Gentoo ip config failures and crashes
2013-08-13 15:14:03 -04:00
RuntimeEnvironment.hpp
Bunch more debugging and loop closing on new netconf.
2013-08-06 01:28:56 -04:00
Salsa20.cpp
Several things:
2013-07-09 14:06:55 -04:00
Salsa20.hpp
New git repository for release - version 0.2.0 tagged
2013-07-04 16:56:19 -04:00
Service.cpp
Move template parameter in Thread to a more logical scope location.
2013-08-08 09:19:36 -04:00
Service.hpp
Move template parameter in Thread to a more logical scope location.
2013-08-08 09:19:36 -04:00
SharedPtr.hpp
Windows compiles! (w/Visual Studio 2012) That's about all it does, but it's a start.
2013-08-12 21:25:36 -04:00
Switch.cpp
ZeroTierOne for Windows binary project, builds and runs and mostly works but still some issues with tap.
2013-08-26 17:22:20 -04:00
Switch.hpp
Cleanup, comments, regularize TRACE messages.
2013-07-13 14:45:39 -04:00
SysEnv.cpp
More Windows port work.
2013-08-12 16:57:34 -04:00
SysEnv.hpp
Poll for network autoconf, and a few other documentation changes.
2013-08-05 12:34:54 -04:00
Thread.hpp
Windows build work: condition, mutex, thread, udp socket...
2013-08-12 16:18:35 -04:00
Topology.cpp
ZeroTierOne for Windows binary project, builds and runs and mostly works but still some issues with tap.
2013-08-26 17:22:20 -04:00
Topology.hpp
Move template parameter in Thread to a more logical scope location.
2013-08-08 09:19:36 -04:00
UdpSocket.cpp
Tap now basically sorta works on Windows. Now have to figure out how to control DHCP behavior since we normally don't want that.
2013-08-27 11:15:14 -04:00
UdpSocket.hpp
ZeroTierOne for Windows binary project, builds and runs and mostly works but still some issues with tap.
2013-08-26 17:22:20 -04:00
Utils.cpp
ZeroTierOne for Windows binary project, builds and runs and mostly works but still some issues with tap.
2013-08-26 17:22:20 -04:00
Utils.hpp
ZeroTierOne for Windows binary project, builds and runs and mostly works but still some issues with tap.
2013-08-26 17:22:20 -04:00