summaryrefslogtreecommitdiff
path: root/one.cpp
AgeCommit message (Expand)Author
2019-05-31CLI improvements (peers, and get/set ip, ip4, ip6, etc)Joseph Henry
2019-01-14Updated licenses for 2019Joseph Henry
2018-11-13Improve multithreading support for OneService (faster, dynamic adjustment of ...Adam Ierymenko
2018-10-26Added preprocessor check for ZT_NO_CAPABILITIES around header includesJoseph Henry
2018-10-23Removed unnecessary block before get request. Possible bug fix for Synology N...Joseph Henry
2018-10-03More insightful errors for get commandJoseph Henry
2018-05-09Consolidated powerpc64le machine types, added 32-bit powerpc machine type and...Joseph Henry
2018-04-23GitHub issue #723Adam Ierymenko
2018-04-18Merge pull request #690 from Pablohn26/masterAdam Ierymenko
2018-03-11Warn about invalid network id instead of helpPablo Hinojosa
2018-02-13Better error messages when the ZeroTier service can't be contactedGrant Limberg
2018-01-30Add CAP_NET_BIND_SERVICE to capabilitiesGrant Limberg
2018-01-26Clean up some old stuff.Adam Ierymenko
2018-01-10Added (get) command blurb in cli helpJoseph Henry
2018-01-10Added (get) command to cli to single out JSON fieldsJoseph Henry
2018-01-08Copyright updates for 2018.Adam Ierymenko
2018-01-08Tear out old "link quality" stuff since it is not currently used and will be ...Adam Ierymenko
2017-12-08Fix old bug invoking idtool personality with -iAdam Ierymenko
2017-10-02timestamps changed from uint64_t to int64_tGrant Limberg
2017-07-06Cleanup.Adam Ierymenko
2017-06-27Rename Utils::snprintf due to it being a #define on one platform.Adam Ierymenko
2017-05-19skipRootCheck should also prevent dropping of privs on LinuxAdam Ierymenko
2017-04-27License header update.Adam Ierymenko
2017-04-18Cleanup, Windows fixes, Self test fixAdam Ierymenko
2017-03-17Windows build fixes, app about text revisions.Adam Ierymenko
2017-03-17Fixes for possible ARM issues, cleanup, fix for spurious meaningless exceptio...Adam Ierymenko
2017-03-14Software update cleanup, and a fix for updates on Windows.Adam Ierymenko
2017-03-08Clarify key semantics.Adam Ierymenko
2017-03-08No need to put time in .moon filename.Adam Ierymenko
2017-03-01ZeroTier now has link quality measurement. We are not using this yet but deci...Adam Ierymenko
2017-02-16Fix build on Linux if PR_CAP_AMBIENT is not defined, which is the case for so...Adam Ierymenko
2017-02-15Integrate and test linux privilege drop code (from contributor PR). It works ...Adam Ierymenko
2017-02-13Add CLI shortcuts for adding federated roots.Adam Ierymenko
2017-02-13Small fixes to moon-management code in CLI.Adam Ierymenko
2017-02-01Eliminate warning.Adam Ierymenko
2017-01-27zerotier-idtool commands to init and generate moonsAdam Ierymenko
2017-01-27Dead code removal, fix minor issue in upstream endpoint check.Adam Ierymenko
2017-01-19OpenBSD fixes, workaround for apparent libstdc++ bug.Adam Ierymenko
2017-01-13Windows build fixes, Software update fix, warning removal.Adam Ierymenko
2017-01-10Refactor some JSON stuff for performance, and fix a build error.Adam Ierymenko
2016-12-12Make allow management from a local.conf parameters.Adam Ierymenko
2016-11-18Move split() to OSUtils since it is not used in core.Adam Ierymenko
2016-11-14Add (currently undocumented) option to allow management from certain networks.Adam Ierymenko
2016-11-03add new files & remove old ones from VS project. Now builds & runs on Window...Grant Limberg
2016-10-16Run as nonroot user on Linux (with CAP_NET_ADMIN and CAP_NET_RAW added).Michał Zieliński
2016-09-03Tweaks to new Path code for dual-stack operation, and other fixes.Adam Ierymenko
2016-08-26Documentation updates, add rules engine revision to network config request me...Adam Ierymenko
2016-08-24It basically works... at least on current controllers.Adam Ierymenko
2016-08-24Add length limit to TEE and REDIRECT, and completely factor out old C json-pa...Adam Ierymenko
2016-07-21C++11 requires a space between literal and string macroMoritz Warning