summaryrefslogtreecommitdiff
path: root/.gitignore
AgeCommit message (Collapse)Author
2018-01-25More work on GitHub issue #666Adam Ierymenko
2017-11-03Linux build fixes, linux build rule for RethinkDB mode controller, also ↵Adam Ierymenko
force disable shitty allocators in libstdc++.
2017-11-02RethinkDB native connector work, minor fixes.Adam Ierymenko
2017-06-13except wondows/libAlex
2017-04-17Actually include .aAdam Ierymenko
2017-04-04Add simple root server watcher (for our own new dashboard, but also for user ↵Adam Ierymenko
use).
2017-03-17Fix attempt to WHOIS self.Adam Ierymenko
2017-01-13Windows update build in Advanced Installer, and warning removal.Adam Ierymenko
2016-12-23Ship pre-build man pages. We stopped doing this for a bit due to nit-picky ↵Adam Ierymenko
Debian craziness but since we are not targeting core Debian at the moment bring it back.
2016-11-07Added a file copy util for Windows UIGrant Limberg
Copies the authtoken.secret file into a private local folder for the user so that the UI doesnt have to be run with Admin privileges.
2016-11-03add new files & remove old ones from VS project. Now builds & runs on ↵Grant Limberg
Windows again
2016-11-03upgraded vcxprojs to VS2015. got the tap driver building.Grant Limberg
2016-10-17Merge remote-tracking branch 'macui/master' into macui-mergeGrant Limberg
# Conflicts: # .gitignore
2016-07-14Windows installer now installs a batch file and Path variable settings to ↵Adam Ierymenko
make zerotier-cli work in the Windows CLI (1.1.12 MSI updated on web for this too) and a Chocolatey packaging job for ZeroTier One.
2016-06-25.Adam Ierymenko
2016-06-22Outline of new CLI with ability to control controllers/central as well as ↵Adam Ierymenko
service.
2016-06-08RedHat stuff and cleanup.Adam Ierymenko
2016-06-08systemd stuff for debianAdam Ierymenko
2016-06-08Minimal debian is working.Adam Ierymenko
2016-06-08make install installs man pagesAdam 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-05-16remove some mistakenly committed files and add .gitignore for Xcode projectsGrant Limberg
2016-03-04Ignore generated man page files.Ben Finney
2015-12-18.Adam Ierymenko
2015-12-08Stub out getsockname()Adam Ierymenko
2015-12-08(WIP) more netcon workAdam Ierymenko
2015-12-04Merge of netcon with edge and unification of make processes.Adam Ierymenko
2015-11-23Ignore more DLL patterns.Adam Ierymenko
2015-11-16Build libminiupnpc from source now, and update version.Adam Ierymenko
2015-11-09.Adam Ierymenko
2015-11-03Merge windows-ui into edge.Adam Ierymenko
2015-11-03testsAdam Ierymenko
2015-11-02Merge branch 'edge' into windows-uiGrant Limberg
2015-11-02.Adam Ierymenko
2015-10-28More tweaks to tests... just about ready to run at scale.Adam Ierymenko
2015-10-28Basic Dockerfile for building test agents.Adam Ierymenko
2015-10-21Base windows UI is working.Grant Limberg
* No joining/leaving networks yet, but they do display. * Nothing is updated yet after first load of the app. Need to set up a background task to run updates.
2015-10-21Merge branch 'adamierymenko-dev' into windows-uiGrant Limberg
2015-10-21Cluster-geo launcher.Adam Ierymenko
2015-10-21Code for cluster-geo service.Adam Ierymenko
2015-10-19set up project and base UI for a native windows UI for ZeroTierGrant Limberg
2015-10-13World stuff...Adam Ierymenko
2015-10-13Add C output to mkworld.Adam Ierymenko
2015-10-09Docker example (and useful for testing)Adam Ierymenko
2015-06-02Merge organized .gitignoreAdam Ierymenko
2015-05-26Merge branch 'adamierymenko-dev' into android-jniGrant Limberg
2015-05-26Clean old netconf-service from attic.Adam Ierymenko
2015-05-21Merge branch 'adamierymenko-dev' into android-jniGrant Limberg
Conflicts: .gitignore
2015-05-18A visit to the Windows house of pain:Adam Ierymenko
(1) Yes, you *can* create a mixed 32/64 bit Windows MSI installer that installs drivers. All you have to do is... umm... create individual sub-MSI files for each driver (one for 32, one for 64) and then package those in the main MSI files as "chained" MSI installers. Each of these must only be considered a prerequisite on 32 or 64 bit machines, respectively. (2) Upgrade Advanced Installer version, add rules to uninstall NDIS6 tap device on uninstall. (3) Fix IE issue in UI code.
2015-05-17Mac .pkg building using Packages (third party app) instead of old ↵Adam Ierymenko
bootstrapping .app and installer script.