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 bf0da9f2f7 Rest of software updater, ready to test... 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 Rest of software updater, ready to test... 12 years ago
Defaults.cpp Rest of software updater, ready to test... 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 Dead code removal, fix for cleanup GitHub issue #28 12 years ago
Dictionary.hpp Dead code removal, fix for cleanup GitHub issue #28 12 years ago
EthernetTap.cpp Fix signed/unsigned compare warning. 13 years ago
EthernetTap.hpp Dead code removal, fix for cleanup GitHub issue #28 12 years ago
HttpClient.cpp Rest of software updater, ready to test... 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 Dead code removal, fix for cleanup GitHub issue #28 12 years ago
Node.cpp Dead code removal, fix for cleanup GitHub issue #28 12 years ago
Node.hpp Rest of software updater, ready to test... 12 years ago
NodeConfig.cpp Add configuration age to listnetworks results and GUI. 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 Pull in-band file transfer stuff. Toyed around with that idea, but it seems that updates for some platforms are big enough and there are enough reliability concerns that just using TCP/HTTP is safer and easier. 12 years ago
Packet.hpp Dead code removal, fix for cleanup GitHub issue #28 12 years ago
PacketDecoder.cpp Pull in-band file transfer stuff. Toyed around with that idea, but it seems that updates for some platforms are big enough and there are enough reliability concerns that just using TCP/HTTP is safer and easier. 12 years ago
PacketDecoder.hpp Dead code removal, fix for cleanup GitHub issue #28 12 years ago
Peer.cpp Get rid of DBM, which technically is a case of YAGNI. Supernodes will need a way to save identities, but that can be a different feature. Regular clients do not really need a permanent cache (yet). When/if we do need one we can do it then. Until then it only caused problems. 13 years ago
Peer.hpp Dead code removal, fix for cleanup GitHub issue #28 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 Rest of software updater, ready to test... 12 years ago
SoftwareUpdater.hpp Rest of software updater, ready to test... 12 years ago
Switch.cpp Certificate of membership works now... had to fix multicast propagation so COM is pushed with multicast, which makes tremendous sense in retrospect. 13 years ago
Switch.hpp Dead code removal, fix for cleanup GitHub issue #28 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 Add shutdownIfUnreadable file feature: shut down if shutdownIfUnreadable in home folder is in fact existent but unreadable (e.g. broken link). This enables nifty shutdown on .app trashing feature for OSX. 12 years ago
Utils.hpp Dead code removal, fix for cleanup GitHub issue #28 12 years ago