Commit History

Author SHA1 Message Date
  Adam Ierymenko 774c7e0ea5 Put CONFIG_REFRESH back. 9 years ago
  Adam Ierymenko 98152d974a More cleanup and removal of DeferredPackets, will do the latter in a more elegant way. 9 years ago
  Adam Ierymenko 7e6e56e2bc Bunch of work on pushing and replication of tags and capabilities, and protocol cleanup. 9 years ago
  Adam Ierymenko 4929be08f7 Cleanup and stub out new object transfer messages. 9 years ago
  Adam Ierymenko 19735e7050 Revert backgrounding of controller requests hack. Controller code is not really parallel anyway and we fixed the perf problem. 9 years ago
  Adam Ierymenko 45f315e603 Defer NETWORK_CONFIG_REQUEST packets and allow multithreaded processing. 9 years ago
  Adam Ierymenko d6a1868d0a Refactor incoming packet (rxQueue/fragmentQueue) to eliminate variable length queues and merge queues. This is both faster and saves memory. 9 years ago
  Adam Ierymenko 4e4fd51117 boring doc stuff 9 years ago
  Adam Ierymenko 8ef4edebbf Deferred decode for HELLO to prevent HELLOcalypse under high load of new peers. 9 years ago
  Adam Ierymenko 69b44bf9a5 Finally add an ECHO. 9 years ago
  Adam Ierymenko e5f168f599 Add proof of work request for future DDOS mitigation use. 9 years ago
  Adam Ierymenko 1a4f16e0ed More work on circuit testing... 10 years ago
  Adam Ierymenko f69454ec98 (1) Make ZT_ naming convention consistent (get rid of ZT1_), (2) Make local interface a full sockaddr_storage instead of an int identifier, which turns out to be better for multi-homing and other uses. 10 years ago
  Adam Ierymenko 367ffde00c Plumb through localInterfaceId to track local interfaces corresponding with remote addresses. 10 years ago
  Adam Ierymenko fad9dff2db Almost all of GitHub issue #180 10 years ago
  Adam Ierymenko d9006712f6 Completely factor out "desperation" from the core. I thought of a significantly simpler way to move all of this logic entirely into the containing service, liberating the core from any concern over the nature of its pipe to the outside world. 10 years ago
  Adam Ierymenko bf2ff964e1 Utils::now() removal and a bunch of compile fixes. 10 years ago
  Adam Ierymenko 49f031ccb4 Tons of refactoring, change to desperation algorithm to use max of core or link, porting over core loop code from old Node.cpp to new CAPI version, etc. 10 years ago
  Adam Ierymenko 6eb9289367 Bunch more cleanup, improvements to NAT traversal logic, finished updating Switch. 10 years ago
  Adam Ierymenko 93012b0ee5 Re-incorporation: ZeroTier Networks -> ZeroTier, Inc. [Delaware] 10 years ago
  Adam Ierymenko b1bf3f68c3 Drop support for legacy P5 multicast, as there are fewer than 1% of these remaining on the network. 10 years ago
  Adam Ierymenko 4e95384ad6 Cleanup, add tristate to config code in Network, and happy new year! 10 years ago
  Adam Ierymenko 56cfe1d603 Strip out old Service code, add new service message type. 10 years ago
  Adam Ierymenko 15d3e383e6 Add ZT_SUPPORT_LEGACY_MULTICAST ifdef to enable the legacy code to all be toggled. 10 years ago
  Adam Ierymenko 5484cf4309 More cleanup, and fix a bug in Multicaster::gather() 10 years ago
  Adam Ierymenko 1109046782 Last steps before test: parse OK(MULTICAST_GATHER) and OK(MULTICAST_FRAME) 11 years ago
  Adam Ierymenko b41437780b Add origin to new MULTICAST_FRAME, move security check for certs into Network to remove redundant code and bug-proneness, more work on IncomingPacket... 11 years ago
  Adam Ierymenko 2659427864 Multicaster needs to be global, not per-network, and a bunch of other stuff. 11 years ago
  Adam Ierymenko 2d41055bdc Some Network code cleanup. 11 years ago
  Adam Ierymenko 050a0ce85d . 11 years ago