summaryrefslogtreecommitdiff
path: root/node/Packet.hpp
AgeCommit message (Expand)Author
2016-10-13Remove unused POW code, will revisit later.Adam Ierymenko
2016-09-27Cleanup, and implement compression disable flag for networks.Adam Ierymenko
2016-09-27Refactored network config chunking to sign every chunk to prevent stupid DOS ...Adam Ierymenko
2016-09-26It now builds.Adam Ierymenko
2016-09-26Bunch more refactoring and work on revocations, etc.Adam Ierymenko
2016-09-23Revocation work in progress, add WATCH which is TEE with implicit rate sync (...Adam Ierymenko
2016-09-09More refactoring to clean up code, and add a gate function to make sure we do...Adam Ierymenko
2016-09-08Clean up handling of COMs, network access control, and fix a backward compati...Adam Ierymenko
2016-08-31Think through and refine a few things in rules, especially edge case TEE and ...Adam Ierymenko
2016-08-24Add length limit to TEE and REDIRECT, and completely factor out old C json-pa...Adam Ierymenko
2016-08-23Stub out USER_MESSAGE.Adam Ierymenko
2016-08-23Instantaneous blacklisting and credential revocation.Adam Ierymenko
2016-08-23Tidy up a few minor protocol things, improve documentation in Packet.hpp.Adam Ierymenko
2016-08-09Minor bug fix and some instrumentation stuff for testing.Adam Ierymenko
2016-08-09Chunking of network config replies.Adam Ierymenko
2016-08-08It builds... almost ready to test some rules engine stuff.Adam Ierymenko
2016-08-05.Adam Ierymenko
2016-08-04...Adam Ierymenko
2016-08-03Bunch of work on pushing and replication of tags and capabilities, and protoc...Adam Ierymenko
2016-08-02Rules engine work: capability based security model with tags and capabilities...Adam Ierymenko
2016-07-26Cleanup and stub out new object transfer messages.Adam Ierymenko
2016-07-12Trusted path support, and version bump to 1.1.9Adam Ierymenko
2016-06-08Fix include for system lz4.Adam Ierymenko
2016-06-07Increment protocol version to indicate support for binary network config and ...Adam Ierymenko
2016-04-28docsAdam Ierymenko
2016-04-19Revise peer path weighting to always prioritize cluster-optimal paths.Adam Ierymenko
2016-04-18(1) cluster members send a flag indicating that a PUSH_DIRECT_PATHS is a clus...Adam Ierymenko
2016-02-22Deprecate reporting of local clock in circuit tests since a small number of u...Adam Ierymenko
2016-01-12boring doc stuffAdam Ierymenko
2016-01-05Implement first pass on rapid dead path detection, and increment version to 1...Adam Ierymenko
2016-01-05more dead codeAdam Ierymenko
2016-01-05Outline dead path detection mechanism.Adam Ierymenko
2016-01-05dead code removalAdam Ierymenko
2015-12-21Selectively move over changes from "edge" to "dev" excluding netcon.Adam Ierymenko
2015-11-08Cluster simplification and refactor work in progress...Adam Ierymenko
2015-11-02Decided to make this 1.1.0 (semantic versioning increment is warranted), and ...Adam Ierymenko
2015-10-27Some cleanup, and use VERB_PUSH_DIRECT_PATHS to redirect newer peers.Adam Ierymenko
2015-10-14Work in progress on Cluster for new root infrastructure, multi-homing.Adam Ierymenko
2015-10-13.Adam Ierymenko
2015-10-13World stuff...Adam Ierymenko
2015-10-13More World stuff, and mkworld.Adam Ierymenko
2015-10-12Work in progress on refactoring root-topology into World and adding in-band u...Adam Ierymenko
2015-10-09Be a bit more verbose in circuit test reports to more clearly track current a...Adam Ierymenko
2015-10-09docsAdam Ierymenko
2015-10-08docsAdam Ierymenko
2015-10-07docsAdam Ierymenko
2015-10-07Make sure received() gets called for some new messages, and docs.Adam Ierymenko
2015-10-07Finally add an ECHO.Adam Ierymenko
2015-10-07Add proof of work request for future DDOS mitigation use.Adam Ierymenko
2015-10-07More cleanup and simple refactoring, consolidate InetAddres serialize/deseria...Adam Ierymenko