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
929ed5d8b8bf9b9e86c64615bb706d2d52f09246
zhangyang-zerotierone
/
node
History
Adam Ierymenko
929ed5d8b8
Merge branch 'adamierymenko-dev' of /Users/api/Code/local-ZeroTierOne into adamierymenko-dev
2013-10-01 17:19:36 -04:00
..
Address.hpp
Work in progress...
2013-09-26 17:45:19 -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
BandwidthAccount.hpp
More experimentation with multicast rate.
2013-09-12 17:27:10 -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
C25519.cpp
Build fix to eliminate strict aliasing warnings, and a bug fix.
2013-09-16 19:25:31 +00:00
C25519.hpp
Integrating new crypto -- work in progress, wont build yet.
2013-09-16 09:20:59 -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
Each peer now tracks the last time it announced multicast LIKEs independently and does so frequently enough to prevent expires. Also add a multicast debug facility for use on the testnet.
2013-10-01 16:01:36 -04:00
Defaults.cpp
Each peer now tracks the last time it announced multicast LIKEs independently and does so frequently enough to prevent expires. Also add a multicast debug facility for use on the testnet.
2013-10-01 16:01:36 -04:00
Defaults.hpp
Each peer now tracks the last time it announced multicast LIKEs independently and does so frequently enough to prevent expires. Also add a multicast debug facility for use on the testnet.
2013-10-01 16:01:36 -04:00
Demarc.cpp
Whew, it builds!
2013-09-27 16:03:13 -04:00
Demarc.hpp
More include formatting cleanup.
2013-09-17 15:53:59 -04:00
Dictionary.hpp
Some file format cleanup.
2013-09-17 15:46:56 -04:00
EthernetTap.cpp
Improve code security posture by replacing sprintf with a safer function.
2013-08-30 17:05:43 -04:00
EthernetTap.hpp
More tap work -- DHCP configuration and such.
2013-08-27 15:55:32 -04:00
Filter.cpp
Improve code security posture by replacing sprintf with a safer function.
2013-08-30 17:05:43 -04:00
Filter.hpp
Filter work, add name and desc to netconf response, small compiler warning fix.
2013-08-28 15:09:49 -04:00
Identity.cpp
Prescient endian-ness fix in deriveAddress.
2013-09-17 16:49:16 -04:00
Identity.hpp
New crypto integrated -- going to be testing new identity address generation algo a bit more before finalizing.
2013-09-16 13:57:57 -04:00
InetAddress.cpp
Some file format cleanup.
2013-09-17 15:46:56 -04:00
InetAddress.hpp
Each peer now tracks the last time it announced multicast LIKEs independently and does so frequently enough to prevent expires. Also add a multicast debug facility for use on the testnet.
2013-10-01 16:01: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
More include formatting cleanup.
2013-09-17 15:53:59 -04:00
MAC.hpp
Improve code security posture by replacing sprintf with a safer function.
2013-08-30 17:05:43 -04:00
Multicaster.cpp
Whew, it builds!
2013-09-27 16:03:13 -04:00
Multicaster.hpp
Merge branch 'adamierymenko-dev' of /Users/api/Code/local-ZeroTierOne into adamierymenko-dev
2013-10-01 17:19:36 -04:00
MulticastGroup.hpp
More include formatting cleanup.
2013-09-17 15:53:59 -04:00
Mutex.hpp
Windows build work: condition, mutex, thread, udp socket...
2013-08-12 16:18:35 -04:00
Network.cpp
Make new multicast depth and prefix bits parameters configurable.
2013-09-30 13:51:56 -04:00
Network.hpp
Make new multicast depth and prefix bits parameters configurable.
2013-09-30 13:51:56 -04:00
Node.cpp
Each peer now tracks the last time it announced multicast LIKEs independently and does so frequently enough to prevent expires. Also add a multicast debug facility for use on the testnet.
2013-10-01 16:01:36 -04:00
Node.hpp
Add port and control port command line options to daemon and command line client, add new supernode keys to Defaults.
2013-09-17 14:47:48 -04:00
NodeConfig.cpp
Work in progress...
2013-09-25 10:55:27 -04:00
NodeConfig.hpp
Work in progress...
2013-09-25 10:55:27 -04:00
NonCopyable.hpp
New git repository for release - version 0.2.0 tagged
2013-07-04 16:56:19 -04:00
Packet.cpp
Whew, it builds!
2013-09-27 16:03:13 -04:00
Packet.hpp
Fix for multicast propagation -- supernodes must always keep propagating. Also fix mac-tap build on new version of Xcode CL tools. Must use old llvm-g++ instead of clang for i686 -mkernel.
2013-09-30 11:05:35 -04:00
PacketDecoder.cpp
Merge branch 'adamierymenko-dev' of /Users/api/Code/local-ZeroTierOne into adamierymenko-dev
2013-10-01 17:19:36 -04:00
PacketDecoder.hpp
Whew, it builds!
2013-09-27 16:03:13 -04:00
Peer.cpp
Each peer now tracks the last time it announced multicast LIKEs independently and does so frequently enough to prevent expires. Also add a multicast debug facility for use on the testnet.
2013-10-01 16:01:36 -04:00
Peer.hpp
Each peer now tracks the last time it announced multicast LIKEs independently and does so frequently enough to prevent expires. Also add a multicast debug facility for use on the testnet.
2013-10-01 16:01:36 -04:00
Poly1305.cpp
Work in progress...
2013-09-25 10:55:27 -04:00
Poly1305.hpp
Test vectors for all new crypto.
2013-09-15 10:41:52 -04:00
Range.hpp
Filter code, work in progress, wont build yet
2013-07-07 19:36:57 -04:00
RuntimeEnvironment.hpp
More work in progress in new multicast propagation...
2013-09-25 17:41:49 -04:00
Salsa20.cpp
Several things:
2013-07-09 14:06:55 -04:00
Salsa20.hpp
More include formatting cleanup.
2013-09-17 15:53:59 -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
SHA512.cpp
Small amount of crypto cleanup.
2013-09-15 11:02:53 -04:00
SHA512.hpp
Add new crypto: SHA512 and C25519 -- not integrated yet.
2013-09-13 15:47:00 -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
Each peer now tracks the last time it announced multicast LIKEs independently and does so frequently enough to prevent expires. Also add a multicast debug facility for use on the testnet.
2013-10-01 16:01:36 -04:00
Switch.hpp
Each peer now tracks the last time it announced multicast LIKEs independently and does so frequently enough to prevent expires. Also add a multicast debug facility for use on the testnet.
2013-10-01 16:01:36 -04:00
SysEnv.cpp
More include formatting cleanup.
2013-09-17 15:53:59 -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
Work in progress...
2013-09-26 17:45:19 -04:00
Topology.hpp
More include formatting cleanup.
2013-09-17 15:53:59 -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
Integrating new crypto, work still in progress...
2013-09-16 13:02:10 -04:00
Utils.hpp
Fix for multicast propagation -- supernodes must always keep propagating. Also fix mac-tap build on new version of Xcode CL tools. Must use old llvm-g++ instead of clang for i686 -mkernel.
2013-09-30 11:05:35 -04:00