summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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 wh...Adam Ierymenko
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 #13493...Adam Ierymenko
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
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 p...Adam Ierymenko
2016-06-01Finally json-parser. Skip miniupnpc since some Linux distros (even newer ones...Adam Ierymenko
2016-06-01also libnatpmpAdam Ierymenko
2016-06-01On Linux auto-detect presence of http-parser and lz4 and link against system ...Adam Ierymenko
2016-06-01add full docs to ext/json-parser (no upgrade available)Adam Ierymenko
2016-06-01upgrade ext/http-parserAdam Ierymenko
2016-05-31IPv6 links are unfortunately not "reliable." Many IPv6 gateways, while notAdam Ierymenko
2016-05-26Hack in zerotier-idtool to allow generation of vanity addresses.Adam Ierymenko
2016-05-16Disable debug code.Adam Ierymenko
2016-05-16Fix new binary meta-data deserialization and add some debug code (will disabl...Adam Ierymenko
2016-05-14comment out a few TRACE messages that don't compileGrant Limberg
2016-05-14compiling with C++11 requires a space between string literalsGrant Limberg