You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Adam Ierymenko 9f28eec95c VERSION 0.6.7: revert change for GitHub issue #20 12 years ago
..
Address.hpp Dead code removal, fix for cleanup GitHub issue #28 12 years ago
Array.hpp Dead code removal, fix for cleanup GitHub issue #28 12 years ago
AtomicCounter.hpp Dead code removal, fix for cleanup GitHub issue #28 12 years ago
BandwidthAccount.hpp Dead code removal, fix for cleanup GitHub issue #28 12 years ago
Buffer.hpp Dead code removal, fix for cleanup GitHub issue #28 12 years ago
C25519.cpp Some API improvements to C25519 in preparation for that thing I woke up thinking about at 4am. 13 years ago
C25519.hpp Dead code removal, fix for cleanup GitHub issue #28 12 years ago
CMWC4096.hpp Dead code removal, fix for cleanup GitHub issue #28 12 years ago
CertificateOfMembership.cpp More tying up of certificate of membership stuff in the client. 13 years ago
CertificateOfMembership.hpp Dead code removal, fix for cleanup GitHub issue #28 12 years ago
Condition.hpp Dead code removal, fix for cleanup GitHub issue #28 12 years ago
Constants.hpp Bump version to 0.6.4 for testing, integrate software updater auto-check into PacketDecoder decode path and main loop. 12 years ago
Defaults.cpp Fix update URL stuff, fix main build, add update dummy for testing updates on OSX and Linux and such. 12 years ago
Defaults.hpp Rest of software updater, ready to test... 12 years ago
Demarc.cpp Clean up some stuff, including a few spots where exceptions were not being handled correctly. 13 years ago
Demarc.hpp Fix for GitHub issue #20 (untested) 12 years ago
Dictionary.hpp Dead code removal, fix for cleanup GitHub issue #28 12 years ago
EthernetTap.cpp Ethernet tap cleanup. 12 years ago
EthernetTap.hpp Dead code removal, fix for cleanup GitHub issue #28 12 years ago
HttpClient.cpp Cleanup in Utils, fix for HttpClient on Linux. 12 years ago
HttpClient.hpp HTTP client works! 12 years ago
Identity.cpp And then it turns out to be too slow on a slower 32-bit machine... we do want to do tablets eventually. 13 years ago
Identity.hpp Dead code removal, fix for cleanup GitHub issue #28 12 years ago
InetAddress.cpp Some file format cleanup. 13 years ago
InetAddress.hpp Dead code removal, fix for cleanup GitHub issue #28 12 years ago
Logger.cpp ZeroTierOne for Windows binary project, builds and runs and mostly works but still some issues with tap. 13 years ago
Logger.hpp Dead code removal, fix for cleanup GitHub issue #28 12 years ago
MAC.hpp Dead code removal, fix for cleanup GitHub issue #28 12 years ago
MulticastGroup.hpp Dead code removal, fix for cleanup GitHub issue #28 12 years ago
Multicaster.cpp Multicast propagation is now working from non-supernodes, and working quite well. Time for some more simulation before 0.5.0! 13 years ago
Multicaster.hpp Dead code removal, fix for cleanup GitHub issue #28 12 years ago
Mutex.hpp Dead code removal, fix for cleanup GitHub issue #28 12 years ago
Network.cpp Add some more TRACE output for certs. 13 years ago
Network.hpp Dead code removal, fix for cleanup GitHub issue #28 12 years ago
NetworkConfig.cpp More tying up of certificate of membership stuff in the client. 13 years ago
NetworkConfig.hpp Add a netconf-service version field to netconf. 12 years ago
Node.cpp Bump version to 0.6.4 for testing, integrate software updater auto-check into PacketDecoder decode path and main loop. 12 years ago
Node.hpp Rest of software updater, ready to test... 12 years ago
NodeConfig.cpp Software update work... 12 years ago
NodeConfig.hpp Dead code removal, fix for cleanup GitHub issue #28 12 years ago
NonCopyable.hpp Dead code removal, fix for cleanup GitHub issue #28 12 years ago
Packet.cpp Fix several things: 12 years ago
Packet.hpp Fix several things: 12 years ago
PacketDecoder.cpp TRACE output improvements and compile fix. 12 years ago
PacketDecoder.hpp Fix several things: 12 years ago
Peer.cpp VERSION 0.6.7: revert change for GitHub issue #20 12 years ago
Peer.hpp Fix several things: 12 years ago
Poly1305.cpp Work in progress... 13 years ago
Poly1305.hpp Dead code removal, fix for cleanup GitHub issue #28 12 years ago
RuntimeEnvironment.hpp Rest of software updater, ready to test... 12 years ago
SHA512.cpp Hashcash-based identity, work in progress... committing to test speed on other boxes. 13 years ago
SHA512.hpp Dead code removal, fix for cleanup GitHub issue #28 12 years ago
Salsa20.cpp Make Salsa20 variable-round, allowing for Salsa20/12 to be used for Packet encrypt and decrypt. Profiling analysis found that Salsa20 encrypt was accounting for a nontrivial percentage of CPU time, so it makes sense to cut this load fundamentally. There are no published attacks against Salsa20/12, and DJB believes 20 rounds to be overkill. This should be more than enough for our needs. Obviously incorporating ASM Salsa20 is among the next steps for performance. 13 years ago
Salsa20.hpp Dead code removal, fix for cleanup GitHub issue #28 12 years ago
Service.cpp Move template parameter in Thread to a more logical scope location. 13 years ago
Service.hpp Dead code removal, fix for cleanup GitHub issue #28 12 years ago
SharedPtr.hpp Dead code removal, fix for cleanup GitHub issue #28 12 years ago
SoftwareUpdater.cpp Some logging improvements in software updater. 12 years ago
SoftwareUpdater.hpp Bump version to 0.6.4 for testing, integrate software updater auto-check into PacketDecoder decode path and main loop. 12 years ago
Switch.cpp Fix several things: 12 years ago
Switch.hpp Fix several things: 12 years ago
SysEnv.cpp Oops we needed _r in there... 13 years ago
SysEnv.hpp Dead code removal, fix for cleanup GitHub issue #28 12 years ago
Thread.hpp Dead code removal, fix for cleanup GitHub issue #28 12 years ago
Topology.cpp Add persistent identity caching for use on supernodes. Activate by just making an iddb.d directory in the ZeroTier home folder. Also clean up some obsolete cruft from makefiles. 13 years ago
Topology.hpp Dead code removal, fix for cleanup GitHub issue #28 12 years ago
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. 13 years ago
UdpSocket.hpp Dead code removal, fix for cleanup GitHub issue #28 12 years ago
Utils.cpp Update Qt build to enable building against local static libraries, rename Network to NetworkWidget to avoid filesystem or object naming collision with Network.o in node/. 12 years ago
Utils.hpp Cleanup in Utils, fix for HttpClient on Linux. 12 years ago