summaryrefslogtreecommitdiff
path: root/node/Path.cpp
AgeCommit message (Collapse)Author
2017-04-27License header update.Adam Ierymenko
2017-03-27Add thread PTR that gets passed through the entire ZT core call stack and ↵Adam Ierymenko
then passed to handler functions resulting from a call.
2016-09-01Work in progress: Path canonicalization refactor.Adam Ierymenko
2016-04-19Kill some old debug code.Adam Ierymenko
2016-04-19Cleanup in numerous places, reduce network chattiness around MULTICAST_LIKE, ↵Adam Ierymenko
and fix a "how was that working" latent bug causing some control traffic to take the scenic route.
2016-01-12boring doc stuffAdam Ierymenko
2016-01-11Remove somewhat ugly and costly anti-recursion hack -- we will switch to ↵Adam Ierymenko
more explicit methods.
2016-01-06AntiRecursion cleanup and some other minor things.Adam Ierymenko
2015-10-27Factor out RemotePath subclass of Path -- no longer needed, just cruft.Adam Ierymenko