summaryrefslogtreecommitdiff
path: root/objects.mk
AgeCommit message (Expand)Author
2017-01-26Rip out resolver and use anycast address instead. In the long term existing T...Adam Ierymenko
2017-01-11Software updater work.Adam Ierymenko
2016-11-03Separate out JSON store from controller code.Adam Ierymenko
2016-09-23Revocation work in progress, add WATCH which is TEE with implicit rate sync (...Adam Ierymenko
2016-08-17We now always build the controller in ZeroTier One, at least for desktop and ...Adam Ierymenko
2016-08-05.Adam Ierymenko
2016-08-04More cleanup and removal of DeferredPackets, will do the latter in a more ele...Adam Ierymenko
2016-08-04More work on tags and capabilities.Adam Ierymenko
2016-07-25Basic L2/L3 filter for rules engine (not integrated yet) and some cleanup.Adam Ierymenko
2016-06-15New super-packed dictionary -- we are going back to a backward compatibile fo...Adam Ierymenko
2016-06-15ManagedRoute, which applies C++ RAII to injected routes. Move RoutingTable to...Adam Ierymenko
2016-06-01On Linux auto-detect presence of http-parser and lz4 and link against system ...Adam Ierymenko
2015-12-04Merge of netcon with edge and unification of make processes.Adam Ierymenko
2015-11-05Deferred decode for HELLO to prevent HELLOcalypse under high load of new peers.Adam Ierymenko
2015-10-27Factor out RemotePath subclass of Path -- no longer needed, just cruft.Adam Ierymenko
2015-10-22Run geoip cluster service sub-process.Adam Ierymenko
2015-10-14Work in progress on Cluster for new root infrastructure, multi-homing.Adam Ierymenko
2015-10-12Work in progress on refactoring root-topology into World and adding in-band u...Adam Ierymenko
2015-05-21Background resolver.Adam Ierymenko
2015-04-16Some cleanup, and bite the bullet and go ahead and write a simple Http client...Adam Ierymenko
2015-04-16Include a BSD licensed JSON parser for the CLI.Adam Ierymenko
2015-04-15Compile fixes.Adam Ierymenko
2015-04-15Rename One to OneService, create separate sources for other tools.Adam Ierymenko
2015-04-13JSON control plane, almost done...Adam Ierymenko
2015-04-09TRACE compile fixes, other fixes, and it basically works! It says HELLO.Adam Ierymenko
2015-04-09Service code builds now.Adam Ierymenko
2015-04-08.Adam Ierymenko
2015-04-08All of node/ now compiles again!Adam Ierymenko
2015-04-06More build fixes, and attic/ some stuff.Adam Ierymenko
2015-03-31Whole heap more cleanup and refactoring...Adam Ierymenko
2015-03-31osnet -> osdepAdam Ierymenko
2015-03-31More CAPI work, and move old control/ and old node/Node to attic.Adam Ierymenko
2015-03-30Turns out that node/ likely has no business with or need for the system IP ro...Adam Ierymenko
2015-03-20Add MIT-licensed Joyent http-parser lib to ext/ for use with new control plane.Adam Ierymenko
2015-02-24Make NetworkConfigMaster a plugin to get Redis and other non-endpoint code ou...Adam Ierymenko
2015-01-06C++ netconf master Redis plumbing.Adam Ierymenko
2015-01-05Strip out old Service code, add new service message type.Adam Ierymenko
2014-10-21Kill old testnet stuff, update main.cpp for new SocketManager abstraction.Adam Ierymenko
2014-10-21About halfway there in refactoring to support pluggable SocketManager.Adam Ierymenko
2014-10-03More work on adding testnet and user-mode capabilities for local network simu...Adam Ierymenko
2014-09-25.Adam Ierymenko
2014-09-24Rename MulticastTopology to Multicaster -- same name as old multicast control...Adam Ierymenko
2014-09-24.Adam Ierymenko
2014-09-22Yet more WIP on mulitcast algo...Adam Ierymenko
2014-09-15cleanupAdam Ierymenko
2014-09-12Refactoring in progress... pardon our dust...Adam Ierymenko
2014-08-05Add signatures to Dictionary, and fix unhex() API in Utils to be a little safer.Adam Ierymenko
2014-07-31Tons of code cleanup, refactor Network to use EthernetTapFactory, probably al...Adam Ierymenko
2014-07-17Move OS-dependent implementations of generic interfaces to osdep/ in preparat...Adam Ierymenko
2014-07-15Routing table base class.Adam Ierymenko