summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-06-16Self test for dictionary, and fixes.Adam Ierymenko
2016-06-16devicemap now works again in OSXEthernetTapAdam Ierymenko
2016-06-16Big refactor mostly builds. We now have a uniform backward compatible netconf.Adam Ierymenko
2016-06-15New super-packed dictionary -- we are going back to a backward compatibile ↵Adam Ierymenko
format with the old netconf but in an embedded-friendly way. This is simpler.
2016-06-16Build fixes.Adam Ierymenko
2016-06-15Default route ready to test on Mac.Adam Ierymenko
2016-06-15ManagedRoute, which applies C++ RAII to injected routes. Move RoutingTable ↵Adam Ierymenko
to attic.
2016-06-14Big refactor in service code to prep for plumbing through route management.Adam Ierymenko
2016-06-13Fix to routes config in controller API.Adam Ierymenko
2016-06-10Controller modifications for default route are ready to test. Will require ↵Adam Ierymenko
slight changes in ZeroTier Central when it goes live.
2016-06-10More controller work, and some RedHat fixes.Adam Ierymenko
2016-06-09Remove some deprecated stuff in controller -- not done yet.Adam Ierymenko
2016-06-09Add flags and metric to ZT-managed routes.Adam Ierymenko
2016-06-08.Adam Ierymenko
2016-06-08Add rpm target.Adam Ierymenko
2016-06-08Add RPM spec conditionals to include json-parser or bundle it depending on ↵Adam Ierymenko
whether we are fedora or rhel/centos/epel.
2016-06-08bundle miniupnpc for now... might change later.Adam Ierymenko
2016-06-08rpmbuild -ba zerotier-one.spec basically worksAdam Ierymenko
2016-06-08Support yet another old version of http-parser for CentOS/EPEL.Adam Ierymenko
2016-06-08RedHat stuff and cleanup.Adam Ierymenko
2016-06-08Fix ronn convert problem in man page.Adam Ierymenko
2016-06-08Build man pages with ruby-ronn on Debian.Adam Ierymenko
2016-06-08All three init systems now covered in debian.Adam Ierymenko
2016-06-08systemd stuff for debianAdam Ierymenko
2016-06-08Fix include for system json-parser.Adam Ierymenko
2016-06-08Fix include for system lz4.Adam Ierymenko
2016-06-08Fix build against Debian version of libhttp-parser -- its old but it will work.Adam Ierymenko
2016-06-08Remove warnings, more Debian stuff, remove obsolete ui/ stuff.Adam Ierymenko
2016-06-08Minimal debian is working.Adam Ierymenko
2016-06-08make install installs man pagesAdam Ierymenko
2016-06-08Stop shipping pre-build man pages since it violates Debian arcane rule ↵Adam Ierymenko
#134931e+26 and add manpages build target.
2016-06-07Make install/uninstall for LinuxAdam Ierymenko
2016-06-07Carry virtual network routes through to API.Adam Ierymenko
2016-06-07Don't bother signing if we are not using the legacy netconf.Adam Ierymenko
2016-06-07Only send new format netconf for PV>=6Adam Ierymenko
2016-06-07Increment protocol version to indicate support for binary network config and ↵Adam Ierymenko
config request meta-data.
2016-06-07fix sizeAdam Ierymenko
2016-06-07Make flags 64-bit in both network request and config.Adam Ierymenko
2016-06-02Upgrade miniupnpc to 2.0Adam Ierymenko
2016-06-02docsAdam Ierymenko
2016-06-02docsAdam Ierymenko
2016-06-02.Adam Ierymenko
2016-06-02Stash old Linux binary installer stuff in attic. This is going away.Adam Ierymenko
2016-06-02GPG public key for signing GitHub releases, etc.Adam Ierymenko
2016-06-02last man page!Adam Ierymenko
2016-06-02clean doc node_modules on cleanAdam Ierymenko
2016-06-02More man pages.Adam Ierymenko
2016-06-02man stuffAdam Ierymenko
2016-06-02Switch manual pages to "ronn," a program that converts MarkDown to roff man ↵Adam Ierymenko
pages, and pre-build them. Also have the zerotier-cli(1) man page ready to go!
2016-06-01Finally json-parser. Skip miniupnpc since some Linux distros (even newer ↵Adam Ierymenko
ones) ship with an old unsafe crummy version.