summaryrefslogtreecommitdiff
path: root/node/PacketDecoder.cpp
AgeCommit message (Expand)Author
2013-10-25Certificate of membership works now... had to fix multicast propagation so CO...Adam Ierymenko
2013-10-25Add some more TRACE output for certs.Adam Ierymenko
2013-10-21Version 0.6.1: minor bug fix, DBM removalAdam Ierymenko
2013-10-21Add persistent identity caching for use on supernodes. Activate by just makin...Adam Ierymenko
2013-10-18Bug fixes: inverted sense bug, printf format bug.Adam Ierymenko
2013-10-18Clean up some stuff, including a few spots where exceptions were not being ha...Adam Ierymenko
2013-10-18Clean up the awful Network::Config mess and break that out into NetworkConfig.Adam Ierymenko
2013-10-18Work in progress on cleaning up netconf mess in node code...Adam Ierymenko
2013-10-17Increase verbosity of multicast tracing and fix tap build problem / GitHub Is...Adam Ierymenko
2013-10-17Get rid of not used and maybe never to be used Filter code.Adam Ierymenko
2013-10-17Take the 0.6.0 opportunity to add flags to a few protocol verbs and do a bit ...Adam Ierymenko
2013-10-17Add support for pushing network config refresh hints from a MEMORY queue tabl...Adam Ierymenko
2013-10-16Lots of cleanup, more work on certificates, some security fixes.Adam Ierymenko
2013-10-07Auto-pushing of membership certs on: MULTICAST_FRAME,FRAME,MULTICAST_LIKE and...Adam Ierymenko
2013-10-07Rename error code for no membership certificate.Adam Ierymenko
2013-10-05Remove a whole bunch of now-unnecessary cruft from Topology and PacketDecoder.Adam Ierymenko
2013-10-03Add more info to remote multicast trace (debug facility).Adam Ierymenko
2013-10-03Eliminate a lot of redundant WHOIS requests, clean up WHOIS clutter in TRACE,...Adam Ierymenko
2013-10-02Clean up some routine stuff like pings, and stop keeping links open forever e...Adam Ierymenko
2013-10-02Multicast propagation is now working from non-supernodes, and working quite w...Adam Ierymenko
2013-10-01Merge branch 'adamierymenko-dev' of /Users/api/Code/local-ZeroTierOne into ad...Adam Ierymenko
2013-10-01More multicast fixes.Adam Ierymenko
2013-10-01Multicast debug changes.Adam Ierymenko
2013-10-01Each peer now tracks the last time it announced multicast LIKEs independently...Adam Ierymenko
2013-09-30Fix for multicast propagation to prevent buildup of frames ping-ponging betwe...Adam Ierymenko
2013-09-30Fix bug in next hop selection.Adam Ierymenko
2013-09-30Send reset of OK(HELLO) in both places where it gets composed.Adam Ierymenko
2013-09-30Make new multicast depth and prefix bits parameters configurable.Adam Ierymenko
2013-09-30Fix for multicast propagation -- supernodes must always keep propagating. Als...Adam Ierymenko
2013-09-27Whew, it builds!Adam Ierymenko
2013-09-26Work in progress...Adam Ierymenko
2013-09-25More work in progress in new multicast propagation...Adam Ierymenko
2013-09-25Work in progress...Adam Ierymenko
2013-09-17Make network multicast breadth/depth parameters configurable on a per-net basis.Adam Ierymenko
2013-09-16Integrating new crypto, work still in progress...Adam Ierymenko
2013-09-13Add new crypto: SHA512 and C25519 -- not integrated yet.Adam Ierymenko
2013-09-13Bit more of adding version to OK(HELLO)Adam Ierymenko
2013-09-13Add version info to OK(HELLO) so both sides know their version info.Adam Ierymenko
2013-09-11Reduce log noise, change to TRACE.Adam Ierymenko
2013-09-04Multicast bandwidth accounting work in progress, and some config field change...Adam Ierymenko
2013-08-30Improve code security posture by replacing sprintf with a safer function.Adam Ierymenko
2013-08-28Check network ethernet type whitelist instead of hard-coded ethernet types.Adam Ierymenko
2013-08-23VERSION 0.4.4: multicast cleanup, Windows port workAdam Ierymenko
2013-08-21Huge convoluted logic de-tangling in multicast propagation, supernodes now do...Adam Ierymenko
2013-08-12Windows compiles! (w/Visual Studio 2012) That's about all it does, but it's a...Adam Ierymenko
2013-08-08Add RateLimiter for rate limiting multicast, not tested yet.Adam Ierymenko
2013-08-06Bit of comment and if nesting cleanup in PacketDecoder.Adam Ierymenko
2013-08-06Bunch more debugging and loop closing on new netconf.Adam Ierymenko
2013-08-06Whole bunch of stuff: netconf, bug fixes, tweaks to ping and firewall opener ...Adam Ierymenko
2013-08-05Documentation improvements and some very minor pre-emptive security stuff.Adam Ierymenko