492 Commits (12692c551ea89e33e1ade02c2432da34a320856b)

Author SHA1 Message Date
Adam Ierymenko 12692c551e SSE optimized Salsa20 -- anywhere from 20% to 50% faster than plain C version 12 years ago
Adam Ierymenko 00f9305ad8 Routing table base class. 12 years ago
Adam Ierymenko 0097949ba9 . 12 years ago
Adam Ierymenko 1b33a9e807 . 12 years ago
Adam Ierymenko 4a0b33561c Starting to define system network stack interface. 12 years ago
Adam Ierymenko f82c7006ea Leave IP addresses alone instead of deleting them from tap if they are not members of any of the networks under management. 12 years ago
Adam Ierymenko 681af253ef Fix for GitHub issue #88 - actually do in the code what the web UI expects it to do. 12 years ago
Adam Ierymenko 88bdb81791 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
Adam Ierymenko 458f6ae7c3 Only add active bridges to top of MC propagation list if they are alive. Otherwise a dead active bridge might kill multicast for us. 12 years ago
Adam Ierymenko 38433e85bf More little stuff in crypto code. 12 years ago
Adam Ierymenko c3cbc92757 Some crypto comment fixes. 12 years ago
Adam Ierymenko 45a1e048bb Add enabled/disabled status to network. 12 years ago
Adam Ierymenko 40bd460b1c Some comment revisions and additional sanity checks. 12 years ago
Adam Ierymenko ae7143d693 Comments and cleanup. 12 years ago
Adam Ierymenko aead1050fb Bridging (GitHub issue #68) does indeed work! Just needed to fix a packet size thinko. 12 years ago
Adam Ierymenko 6e485833ef . 12 years ago
Adam Ierymenko be0a8ec1f1 . 12 years ago
Adam Ierymenko 11e1f7a3fb . 12 years ago
Adam Ierymenko 0b0d5fabac Bridging #68 should work now! 12 years ago
Adam Ierymenko 35aa0921ee . 12 years ago
Adam Ierymenko 2f8936181c Debug code -- temporary. 12 years ago
Adam Ierymenko c3cea55493 Some cleanup in PacketDecoder. 12 years ago
Adam Ierymenko 5d467f0f45 Some TRACE improvements and comment revs. 12 years ago
Adam Ierymenko 2162a419e3 Some logging fixes. 12 years ago
Adam Ierymenko f15271f31f Get rid of pointer type punning warning/issue on g++. 12 years ago
Adam Ierymenko cf4700bc26 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
Adam Ierymenko 367b5439e1 Run icacls.exe twice, once for each change - GitHub issue #71 12 years ago
Adam Ierymenko 6802da457e 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
Adam Ierymenko 5682f0b772 Some more bridging work... wiring up in Switch - GitHub issue #68 12 years ago
Adam Ierymenko 08b7bb3c7a Network memory for bridge-side multicast groups that we learn - GitHub issue #68 12 years ago
Adam Ierymenko d6a4f8d77b Add flags to EXT_FRAME for better future proofness. 12 years ago
Adam Ierymenko c30f9832b0 Packet decoder work for EXT_FRAME for bridging - GitHub issue #68 12 years ago
Adam Ierymenko d44e1349d8 Bridge routing table - GitHub issue #68 12 years ago
Adam Ierymenko 4e1f49258b Bridging in NetworkConfig - GitHub Issue #68 12 years ago
Adam Ierymenko fb31f93c52 Protocol messages for bridging. GitHub issue #68 12 years ago
Adam Ierymenko 994565bdeb Fix for GitHub issue #71 12 years ago
Adam Ierymenko eae130467b Build fix for Windows setsockopt(). 12 years ago
Adam Ierymenko f764cf8d31 Make UDP send and receive buffers as big as possible to reduce packet loss. 12 years ago
Adam Ierymenko 4b773b61f5 Netconf fixes. 12 years ago
Adam Ierymenko 657f6ae342 Don't transmit broadcasts if enableBroadcast is false on a network. 12 years ago
Adam Ierymenko 2861229558 Windows build fixes for MAC changes (in tap driver), some comments and cleanup in MAC.hpp. 12 years ago
Adam Ierymenko 66a38a9e7c Default for private should be true. 12 years ago
Adam Ierymenko 31ddc49da2 GitHub issue #67 12 years ago
Adam Ierymenko 317995b921 Fixed for Linux tap for GitHub Issue #69 12 years ago
Adam Ierymenko beb7b5bbe5 GitHub Issue #69 - make MAC assignment schema differ between virtual networks. 12 years ago
Adam Ierymenko 596e5dd583 Another sanity check on filename for GitHub issue #72 12 years ago
Adam Ierymenko b958a2d30c Redis schema updates and fix for GitHub issue #72 12 years ago
Adam Ierymenko ecbcc9eb2c TESTNET supernodes need different addresses. 12 years ago
Adam Ierymenko 42f6aae259 More netconf work... set ZT_HOME and chdir there on service launch. 12 years ago
Adam Ierymenko de485ad900 Add testnet ports and ZT_USE_TESTNET define for contacting the test.zerotier.com net instead of the live net. 12 years ago