| .. |
|
Address.hpp
|
24bad9f3d1
More work in progress in new multicast propagation...
|
12 years ago |
|
Array.hpp
|
d6414c9ff7
Windows compiles! (w/Visual Studio 2012) That's about all it does, but it's a start.
|
12 years ago |
|
AtomicCounter.hpp
|
150850b800
New git repository for release - version 0.2.0 tagged
|
12 years ago |
|
BandwidthAccount.hpp
|
07e1085dcc
More experimentation with multicast rate.
|
12 years ago |
|
Buffer.hpp
|
487eb17ec0
ZeroTierOne for Windows binary project, builds and runs and mostly works but still some issues with tap.
|
12 years ago |
|
C25519.cpp
|
de5cc82b5b
Build fix to eliminate strict aliasing warnings, and a bug fix.
|
12 years ago |
|
C25519.hpp
|
3b2d98e7dc
Integrating new crypto -- work in progress, wont build yet.
|
12 years ago |
|
CMWC4096.hpp
|
97cbd98bc5
Compile fixes, integration of fast PRNG.
|
12 years ago |
|
Condition.hpp
|
36af3d92ec
Windows build work: condition, mutex, thread, udp socket...
|
12 years ago |
|
Constants.hpp
|
770fbaf4b2
New multicast algorithm work in progress...
|
12 years ago |
|
Defaults.cpp
|
300588c5e8
Add port and control port command line options to daemon and command line client, add new supernode keys to Defaults.
|
12 years ago |
|
Defaults.hpp
|
b2b24ca41b
Some file format cleanup.
|
12 years ago |
|
Demarc.cpp
|
f3ad05347e
Improve code security posture by replacing sprintf with a safer function.
|
12 years ago |
|
Demarc.hpp
|
4c06fcfc9d
More include formatting cleanup.
|
12 years ago |
|
Dictionary.hpp
|
b2b24ca41b
Some file format cleanup.
|
12 years ago |
|
EthernetTap.cpp
|
f3ad05347e
Improve code security posture by replacing sprintf with a safer function.
|
12 years ago |
|
EthernetTap.hpp
|
cd907a7662
More tap work -- DHCP configuration and such.
|
12 years ago |
|
Filter.cpp
|
f3ad05347e
Improve code security posture by replacing sprintf with a safer function.
|
12 years ago |
|
Filter.hpp
|
3745377872
Filter work, add name and desc to netconf response, small compiler warning fix.
|
12 years ago |
|
Identity.cpp
|
5ccc91a7c3
Prescient endian-ness fix in deriveAddress.
|
12 years ago |
|
Identity.hpp
|
e376c6f6a9
New crypto integrated -- going to be testing new identity address generation algo a bit more before finalizing.
|
12 years ago |
|
InetAddress.cpp
|
b2b24ca41b
Some file format cleanup.
|
12 years ago |
|
InetAddress.hpp
|
d6414c9ff7
Windows compiles! (w/Visual Studio 2012) That's about all it does, but it's a start.
|
12 years ago |
|
Logger.cpp
|
487eb17ec0
ZeroTierOne for Windows binary project, builds and runs and mostly works but still some issues with tap.
|
12 years ago |
|
Logger.hpp
|
4c06fcfc9d
More include formatting cleanup.
|
12 years ago |
|
MAC.hpp
|
f3ad05347e
Improve code security posture by replacing sprintf with a safer function.
|
12 years ago |
|
MulticastGroup.hpp
|
4c06fcfc9d
More include formatting cleanup.
|
12 years ago |
|
Multicaster.cpp
|
24bad9f3d1
More work in progress in new multicast propagation...
|
12 years ago |
|
Multicaster.hpp
|
24bad9f3d1
More work in progress in new multicast propagation...
|
12 years ago |
|
Mutex.hpp
|
36af3d92ec
Windows build work: condition, mutex, thread, udp socket...
|
12 years ago |
|
Network.cpp
|
24bad9f3d1
More work in progress in new multicast propagation...
|
12 years ago |
|
Network.hpp
|
24bad9f3d1
More work in progress in new multicast propagation...
|
12 years ago |
|
Node.cpp
|
24bad9f3d1
More work in progress in new multicast propagation...
|
12 years ago |
|
Node.hpp
|
300588c5e8
Add port and control port command line options to daemon and command line client, add new supernode keys to Defaults.
|
12 years ago |
|
NodeConfig.cpp
|
f3128a18fe
Work in progress...
|
12 years ago |
|
NodeConfig.hpp
|
f3128a18fe
Work in progress...
|
12 years ago |
|
NonCopyable.hpp
|
150850b800
New git repository for release - version 0.2.0 tagged
|
12 years ago |
|
Packet.cpp
|
f3128a18fe
Work in progress...
|
12 years ago |
|
Packet.hpp
|
24bad9f3d1
More work in progress in new multicast propagation...
|
12 years ago |
|
PacketDecoder.cpp
|
24bad9f3d1
More work in progress in new multicast propagation...
|
12 years ago |
|
PacketDecoder.hpp
|
f3128a18fe
Work in progress...
|
12 years ago |
|
Peer.cpp
|
5557a8192d
Work in progress...
|
12 years ago |
|
Peer.hpp
|
5557a8192d
Work in progress...
|
12 years ago |
|
Poly1305.cpp
|
f3128a18fe
Work in progress...
|
12 years ago |
|
Poly1305.hpp
|
300d26973a
Test vectors for all new crypto.
|
12 years ago |
|
Range.hpp
|
e2a2d33f8f
Filter code, work in progress, wont build yet
|
12 years ago |
|
RuntimeEnvironment.hpp
|
24bad9f3d1
More work in progress in new multicast propagation...
|
12 years ago |
|
SHA512.cpp
|
02f3369185
Small amount of crypto cleanup.
|
12 years ago |
|
SHA512.hpp
|
77965af288
Add new crypto: SHA512 and C25519 -- not integrated yet.
|
12 years ago |
|
Salsa20.cpp
|
ef3e319c64
Several things:
|
12 years ago |
|
Salsa20.hpp
|
4c06fcfc9d
More include formatting cleanup.
|
12 years ago |
|
Service.cpp
|
8a46452a70
Move template parameter in Thread to a more logical scope location.
|
12 years ago |
|
Service.hpp
|
8a46452a70
Move template parameter in Thread to a more logical scope location.
|
12 years ago |
|
SharedPtr.hpp
|
d6414c9ff7
Windows compiles! (w/Visual Studio 2012) That's about all it does, but it's a start.
|
12 years ago |
|
Switch.cpp
|
f9079a110e
Make network multicast breadth/depth parameters configurable on a per-net basis.
|
12 years ago |
|
Switch.hpp
|
b2b24ca41b
Some file format cleanup.
|
12 years ago |
|
SysEnv.cpp
|
4c06fcfc9d
More include formatting cleanup.
|
12 years ago |
|
SysEnv.hpp
|
3368330b77
Poll for network autoconf, and a few other documentation changes.
|
12 years ago |
|
Thread.hpp
|
36af3d92ec
Windows build work: condition, mutex, thread, udp socket...
|
12 years ago |
|
Topology.cpp
|
487eb17ec0
ZeroTierOne for Windows binary project, builds and runs and mostly works but still some issues with tap.
|
12 years ago |
|
Topology.hpp
|
4c06fcfc9d
More include formatting cleanup.
|
12 years ago |
|
UdpSocket.cpp
|
b4be07149f
Tap now basically sorta works on Windows. Now have to figure out how to control DHCP behavior since we normally don't want that.
|
12 years ago |
|
UdpSocket.hpp
|
487eb17ec0
ZeroTierOne for Windows binary project, builds and runs and mostly works but still some issues with tap.
|
12 years ago |
|
Utils.cpp
|
ceb024ab03
Integrating new crypto, work still in progress...
|
12 years ago |
|
Utils.hpp
|
de5cc82b5b
Build fix to eliminate strict aliasing warnings, and a bug fix.
|
12 years ago |