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 5b97bb247e More Windows service work... it builds! Now to do a new installer and test. Also fix a Windows compile warning in Switch.cpp. 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 Windows build fixes. 12 years ago
Buffer.hpp Dead code removal, fix for cleanup GitHub issue #28 12 years ago
C25519.cpp Remove VC++ warnings in C25519, also add inline to short methods. 12 years ago
C25519.hpp Several things: 12 years ago
CMWC4096.hpp Dead code removal, fix for cleanup GitHub issue #28 12 years ago
CertificateOfMembership.cpp Several things: 12 years ago
CertificateOfMembership.hpp Several things: 12 years ago
Condition.hpp Dead code removal, fix for cleanup GitHub issue #28 12 years ago
Constants.hpp Add a simple but very nice mechanism for avoiding potentially dead supernodes. 12 years ago
Defaults.cpp Windows build fixes and installer work... 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 So Linux has getifaddrs() too! Yay! 12 years ago
EthernetTap.hpp Real implementation of ips() on OSX, now for Linux. 12 years ago
HttpClient.cpp Several things: 12 years ago
HttpClient.hpp HTTP client works! 12 years ago
Identity.cpp Several things: 12 years ago
Identity.hpp Several things: 12 years ago
InetAddress.cpp Some file format cleanup. 13 years ago
InetAddress.hpp Fix for GitHub issue #36 on OSX... results in a duplicate entry for IPv6 link-local but seems okay... need to test on OSX 10.6 though. 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 Fix a couple compile items. 12 years ago
Network.hpp Tiny compiler warning fix. 12 years ago
NetworkConfig.cpp More tying up of certificate of membership stuff in the client. 13 years ago
NetworkConfig.hpp Windows build fixes. 12 years ago
Node.cpp Bunch of fixes to startup, pinging, and choice of route. Also some TRACE updates. 12 years ago
Node.hpp SIGHUP now causes resync with peers. 12 years ago
NodeConfig.cpp Make EthernetTap creation occur in a background thread in Network since it's a time consuming operation on Windows. This fixes one of the last remaining Windows problems. 12 years ago
NodeConfig.hpp Make EthernetTap creation occur in a background thread in Network since it's a time consuming operation on Windows. This fixes one of the last remaining Windows problems. 12 years ago
NonCopyable.hpp Dead code removal, fix for cleanup GitHub issue #28 12 years ago
Packet.cpp Yank PROBE stuff since it's not used and was a premature addition to the protocol. 12 years ago
Packet.hpp Yank PROBE stuff since it's not used and was a premature addition to the protocol. 12 years ago
PacketDecoder.cpp Yank a code path it turns out we probably don't want. 12 years ago
PacketDecoder.hpp Yank PROBE stuff since it's not used and was a premature addition to the protocol. 12 years ago
Peer.cpp Yank a code path it turns out we probably don't want. 12 years ago
Peer.hpp Yank a code path it turns out we probably don't want. 12 years ago
Poly1305.cpp Windows build fixes. 12 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 Several things: 12 years ago
SoftwareUpdater.hpp Refactor SoftwareUpdate to make .nfo parse and signature check code easily reusable so it can be used from the Qt GUI code. 12 years ago
Switch.cpp More Windows service work... it builds! Now to do a new installer and test. Also fix a Windows compile warning in Switch.cpp. 12 years ago
Switch.hpp Yank PROBE stuff since it's not used and was a premature addition to the protocol. 12 years ago
SysEnv.cpp Yank RuntimeEnvironment from SysEnv. 12 years ago
SysEnv.hpp Yank RuntimeEnvironment from SysEnv. 12 years ago
Thread.hpp Dead code removal, fix for cleanup GitHub issue #28 12 years ago
Topology.cpp Fix inverted sense bug in new skip-stale-relay logic. 12 years ago
Topology.hpp Take TRACE back out of Mac makefile, fix a few decode little things. 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 Windows Installer work, fix 100% CPU bug in EthernetTap on Windows, Windows lockDownFile() implementation that uses 'cacls' utility. 12 years ago
Utils.hpp Cleanup in Utils, fix for HttpClient on Linux. 12 years ago