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 adfb71fa6b Compile for for TRACE, remove old TESTNET cruft. 12 years ago
..
Address.hpp Bridging pretty much ready to test! Got Switch all wired up. Also fix a latent probably-never-triggered bug in MULTICAST_FRAME handling. GitHub issue #68 12 years ago
AntiRecursion.hpp More toward GitHub issue #56 12 years ago
Array.hpp Boring stuff: update dates in copyrights across all files. 12 years ago
AtomicCounter.hpp VERSION 0.7.1: small Linux compile fix on g++, does not merit new release 12 years ago
BandwidthAccount.hpp Boring stuff: update dates in copyrights across all files. 12 years ago
Buffer.hpp Cleanup, dead code removal, some pretty insignificant security stuff that's based on recommendations. 12 years ago
C25519.cpp More little stuff in crypto code. 12 years ago
C25519.hpp Boring stuff: update dates in copyrights across all files. 12 years ago
CMWC4096.hpp Boring stuff: update dates in copyrights across all files. 12 years ago
CertificateOfMembership.cpp Boring stuff: update dates in copyrights across all files. 12 years ago
CertificateOfMembership.hpp Boring stuff: update dates in copyrights across all files. 12 years ago
Constants.hpp (1) Disable firewall openers (its easy to re-enable), (2) Do some prep work for making supernode topology hot-updatable. 12 years ago
Defaults.cpp Tons of code cleanup, refactor Network to use EthernetTapFactory, probably also fix GitHub issue #90 12 years ago
Defaults.hpp More toward GitHub issue #56 12 years ago
Dictionary.cpp Add signatures to Dictionary, and fix unhex() API in Utils to be a little safer. 12 years ago
Dictionary.hpp Add signatures to Dictionary, and fix unhex() API in Utils to be a little safer. 12 years ago
EthernetTap.hpp Some tap interface changes and integration into main.cpp for *nix systems. 12 years ago
EthernetTapFactory.hpp Path fixes in osnet/ stuff 12 years ago
HttpClient.cpp Boring stuff: update dates in copyrights across all files. 12 years ago
HttpClient.hpp Boring stuff: update dates in copyrights across all files. 12 years ago
Identity.cpp Boring stuff: update dates in copyrights across all files. 12 years ago
Identity.hpp Boring stuff: update dates in copyrights across all files. 12 years ago
InetAddress.cpp BSD routing table works... that hurt much worse than it should have. 12 years ago
InetAddress.hpp BSD routing table works... that hurt much worse than it should have. 12 years ago
IpcConnection.cpp WINDOWS IS SUFFERING 12 years ago
IpcConnection.hpp WINDOWS IS SUFFERING 12 years ago
IpcListener.cpp Make Unix domain sockets mode 0777 so that properly authorized non-privileged users can access them (if they have auth token). 12 years ago
IpcListener.hpp WINDOWS IS SUFFERING 12 years ago
Logger.cpp Boring stuff: update dates in copyrights across all files. 12 years ago
Logger.hpp Boring stuff: update dates in copyrights across all files. 12 years ago
MAC.hpp Some TRACE improvements and comment revs. 12 years ago
MulticastGroup.hpp GitHub Issue #69 - make MAC assignment schema differ between virtual networks. 12 years ago
Multicaster.cpp Boring stuff: update dates in copyrights across all files. 12 years ago
Multicaster.hpp Keep track of basic aliveness for peers regardless if direct or indirect connectivity and use this for multicast propagation. Also consolidate adding of active bridges via the same functor as regular multicast next hops. 12 years ago
Mutex.hpp Boring stuff: update dates in copyrights across all files. 12 years ago
Network.cpp Compile for for TRACE, remove old TESTNET cruft. 12 years ago
Network.hpp Tons of code cleanup, refactor Network to use EthernetTapFactory, probably also fix GitHub issue #90 12 years ago
NetworkConfig.cpp Simplify network briding modes -- we only need passive toggle and active bridge list, not three mode types. Also change isOpen to isPublic for terminology consistency. 12 years ago
NetworkConfig.hpp Fix for GitHub issue #88 - actually do in the code what the web UI expects it to do. 12 years ago
Node.cpp (1) Disable firewall openers (its easy to re-enable), (2) Do some prep work for making supernode topology hot-updatable. 12 years ago
Node.hpp Tons of code cleanup, refactor Network to use EthernetTapFactory, probably also fix GitHub issue #90 12 years ago
NodeConfig.cpp Simplify network briding modes -- we only need passive toggle and active bridge list, not three mode types. Also change isOpen to isPublic for terminology consistency. 12 years ago
NodeConfig.hpp Tons of code cleanup, refactor Network to use EthernetTapFactory, probably also fix GitHub issue #90 12 years ago
NonCopyable.hpp Boring stuff: update dates in copyrights across all files. 12 years ago
Packet.cpp Protocol messages for bridging. GitHub issue #68 12 years ago
Packet.hpp Upgrade LZ4 to latest version. 12 years ago
PacketDecoder.cpp Keep track of basic aliveness for peers regardless if direct or indirect connectivity and use this for multicast propagation. Also consolidate adding of active bridges via the same functor as regular multicast next hops. 12 years ago
PacketDecoder.hpp Some cleanup in PacketDecoder. 12 years ago
Path.hpp Tweak some timings and stuff. 12 years ago
Peer.cpp (1) Disable firewall openers (its easy to re-enable), (2) Do some prep work for making supernode topology hot-updatable. 12 years ago
Peer.hpp (1) Disable firewall openers (its easy to re-enable), (2) Do some prep work for making supernode topology hot-updatable. 12 years ago
Poly1305.cpp Some crypto comment fixes. 12 years ago
Poly1305.hpp Some crypto comment fixes. 12 years ago
RoutingTable.cpp BSD routing table works... that hurt much worse than it should have. 12 years ago
RoutingTable.hpp Set/delete functionality in BSD routing table. 12 years ago
RuntimeEnvironment.hpp Tons of code cleanup, refactor Network to use EthernetTapFactory, probably also fix GitHub issue #90 12 years ago
SHA512.cpp Boring stuff: update dates in copyrights across all files. 12 years ago
SHA512.hpp Boring stuff: update dates in copyrights across all files. 12 years ago
Salsa20.cpp Salsa20 SSE Windows build fix -- turns out you can't be as loose with SSE intrinsics in Visual Studio 12 years ago
Salsa20.hpp SSE optimized Salsa20 -- anywhere from 20% to 50% faster than plain C version 12 years ago
Service.cpp More netconf work... set ZT_HOME and chdir there on service launch. 12 years ago
Service.hpp Make Service communicate via empty-line-delimited Dictionary objects instead of the old size prefix way. 12 years ago
SharedPtr.hpp Boring stuff: update dates in copyrights across all files. 12 years ago
Socket.hpp Probable fix for GitHub issue #63 - do not unite() if either path is TCP, since doing so can result in asymmetric failed NAT-t over UDP if one side has a firewall that permits outgoing UDP but not incoming. 12 years ago
SocketManager.cpp (1) Disable firewall openers (its easy to re-enable), (2) Do some prep work for making supernode topology hot-updatable. 12 years ago
SocketManager.hpp (1) Disable firewall openers (its easy to re-enable), (2) Do some prep work for making supernode topology hot-updatable. 12 years ago
SoftwareUpdater.cpp Another sanity check on filename for GitHub issue #72 12 years ago
SoftwareUpdater.hpp Boring stuff: update dates in copyrights across all files. 12 years ago
Switch.cpp (1) Disable firewall openers (its easy to re-enable), (2) Do some prep work for making supernode topology hot-updatable. 12 years ago
Switch.hpp More toward GitHub issue #56 12 years ago
TcpSocket.cpp The remove paths on send fail thing in Peer.cpp was not well thought out, and there is no point in mallocing the TCP write buffer. 12 years ago
TcpSocket.hpp The remove paths on send fail thing in Peer.cpp was not well thought out, and there is no point in mallocing the TCP write buffer. 12 years ago
Thread.hpp Tons of code cleanup, refactor Network to use EthernetTapFactory, probably also fix GitHub issue #90 12 years ago
Topology.cpp Keep track of basic aliveness for peers regardless if direct or indirect connectivity and use this for multicast propagation. Also consolidate adding of active bridges via the same functor as regular multicast next hops. 12 years ago
Topology.hpp (1) Disable firewall openers (its easy to re-enable), (2) Do some prep work for making supernode topology hot-updatable. 12 years ago
UdpSocket.cpp A few more tweaks to TCP failover... seems to be switching back and forth pretty well now! 12 years ago
UdpSocket.hpp UDP socket implementation. 12 years ago
Utils.cpp ifdef out Unix-only output redirect function on Windows 12 years ago
Utils.hpp ifdef out Unix-only output redirect function on Windows 12 years ago