summaryrefslogtreecommitdiff
path: root/node/Packet.hpp
AgeCommit message (Expand)Author
2015-07-13Clean up some YAGNI issues with implementation of GitHub issue #180, and make...Adam Ierymenko
2015-07-07More cleanup to direct path push, comment fixes, etc.Adam Ierymenko
2015-07-07A bunch of comments and cleanup, including some to yesterday's direct path pu...Adam Ierymenko
2015-07-07Revert some bad docs in Packet -- I think we will still use that. Also rename...Adam Ierymenko
2015-07-06Almost everything for GitHub issue #180 except direct path map setup.Adam Ierymenko
2015-07-06pushDirectPaths() implementationAdam Ierymenko
2015-07-06Some cleanup, docs, and Path -> Path > RemotePath refactor.Adam Ierymenko
2015-07-06docsAdam Ierymenko
2015-07-06Documentation in Packet, more work on path push, and clean up ancient legacy ...Adam Ierymenko
2015-06-29Rename VERB_CMA to the more descriptive VERB_PHYSICAL_ADDRESS_PUSHAdam Ierymenko
2015-06-19Root server terminology cleanup, and tighten up a security check by checking ...Adam Ierymenko
2015-05-06Renamed supernode to rootserverKees Bos
2015-06-13Add definition for VERB_CMA -- GitHub issue #180Adam Ierymenko
2015-05-15A few revisions to PFS design.Adam Ierymenko
2015-05-14First stab of PFS design work with PKC security -- may not implement in 1.0.3...Adam Ierymenko
2015-05-13Some prep work to make room for perfect forward security (PFS). Will not affe...Adam Ierymenko
2015-05-04Stop inlining all the Packet armor/dearmor stuff to reduce binary bloat. This...Adam Ierymenko
2015-04-07Tons of refactoring, change to desperation algorithm to use max of core or li...Adam Ierymenko
2015-04-06Add code to check external surface against reported surface from other truste...Adam Ierymenko
2015-04-03Bunch more cleanup, improvements to NAT traversal logic, finished updating Sw...Adam Ierymenko
2015-04-01Tons more refactoring: simplify Network, move explicit management of Tap out,...Adam Ierymenko
2015-02-17Re-incorporation: ZeroTier Networks -> ZeroTier, Inc. [Delaware]Adam Ierymenko
2015-02-04Physical address change message verb.Adam Ierymenko
2015-01-08C++ network config master ready to test.Adam Ierymenko
2015-01-05Cleanup, add tristate to config code in Network, and happy new year!Adam Ierymenko
2015-01-05docsAdam Ierymenko
2015-01-05Back out service message type -- YAGNI violation.Adam Ierymenko
2015-01-05Strip out old Service code, add new service message type.Adam Ierymenko
2014-10-29More cleanup, and fix a bug in Multicaster::gather()Adam Ierymenko
2014-10-28Fix a nasty bug introduced in packet fragmentation a while back during refact...Adam Ierymenko
2014-10-09New multicast bug fixes, TRACE improvements, and temporarily disable legacy m...Adam Ierymenko
2014-10-09Reorg multicast packet, and a whole bunch of refactoring around the pushing o...Adam Ierymenko
2014-10-06Bug fix in new multicast frame handler, handling of old "P5" multicast frames...Adam Ierymenko
2014-10-02Last steps before test: parse OK(MULTICAST_GATHER) and OK(MULTICAST_FRAME)Adam Ierymenko
2014-10-02But since we are now using middle 3 bits we can assign sane values for the ci...Adam Ierymenko
2014-10-02Gotta support old encrypted flag, move cipher spec to middle 3 bits... due to...Adam Ierymenko
2014-10-02Change "encrypted" flag to full cipher suite selector. Go ahead and reserve A...Adam Ierymenko
2014-10-02Improve security posture by eliminating non-const data() accessor from Buffer.Adam Ierymenko
2014-09-30Add origin to new MULTICAST_FRAME, move security check for certs into Network...Adam Ierymenko
2014-09-30Multicaster needs to be global, not per-network, and a bunch of other stuff.Adam Ierymenko
2014-09-30Everything in for new multicast except IncomingPacket parsing...Adam Ierymenko
2014-09-26A few more revisions to new multicast verbs.Adam Ierymenko
2014-09-25.Adam Ierymenko
2014-09-24Some more multicast algo work...Adam Ierymenko
2014-09-22Yet more WIP on mulitcast algo...Adam Ierymenko
2014-09-18Work on defining new direct broadcast multicast algorithm.Adam Ierymenko
2014-07-30Upgrade LZ4 to latest version.Adam Ierymenko
2014-06-21Bridging (GitHub issue #68) does indeed work! Just needed to fix a packet siz...Adam Ierymenko
2014-06-21.Adam Ierymenko
2014-06-12Add flags to EXT_FRAME for better future proofness.Adam Ierymenko