summaryrefslogtreecommitdiff
path: root/node/Packet.hpp
AgeCommit message (Expand)Author
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
2014-06-10Packet decoder work for EXT_FRAME for bridging - GitHub issue #68Adam Ierymenko
2014-06-10Protocol messages for bridging. GitHub issue #68Adam Ierymenko
2014-04-10More toward GitHub issue #56Adam Ierymenko
2014-02-16Boring stuff: update dates in copyrights across all files.Adam Ierymenko
2014-01-28Yank PROBE stuff since it's not used and was a premature addition to the prot...Adam Ierymenko
2014-01-17Windows build fixes.Adam Ierymenko
2013-12-31Fix several things:Adam Ierymenko
2013-12-06Dead code removal, fix for cleanup GitHub issue #28Adam Ierymenko
2013-12-04Pull in-band file transfer stuff. Toyed around with that idea, but it seems t...Adam Ierymenko
2013-11-05More updater work... coming along.Adam Ierymenko
2013-11-04File transfer work, add identities for validation of updates.Adam Ierymenko
2013-11-01Updater code, work in progress...Adam Ierymenko
2013-10-27Clean up secure random, add packet definitions for update distribution facility.Adam Ierymenko
2013-10-25Certificate of membership works now... had to fix multicast propagation so CO...Adam Ierymenko
2013-10-18Make Salsa20 variable-round, allowing for Salsa20/12 to be used for Packet en...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-07Automagically push netconf certs -- Network support.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-09-30Fix for multicast propagation -- supernodes must always keep propagating. Als...Adam Ierymenko
2013-09-27Whew, it builds!Adam Ierymenko