summaryrefslogtreecommitdiff
path: root/.gitignore
AgeCommit message (Collapse)Author
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.
2015-05-17Add signed binary build of Mac GUI wrapper.Adam Ierymenko
2015-05-16Merge branch 'adamierymenko-dev' into android-jniGrant Limberg
2015-05-16Fixes to control plane, API, eliminate problematic inheritance pattern, and ↵Adam Ierymenko
start on a NodeJS class for talking to the network controller.
2015-05-13Merge branch 'adamierymenko-dev' into android-jniGrant Limberg
2015-05-08Windows WebControl based wrapper for web UI.Adam Ierymenko
2015-05-08Minify JS in UI, add Makefile.Adam Ierymenko
2015-05-07Merge branch 'adamierymenko-dev' into android-jniGrant Limberg
Conflicts: .gitignore
2015-05-06Add support for local user account caching of authtoken.secret as in old UI ↵Adam Ierymenko
-- this is now pretty much working.
2015-05-06Get user data out of repo.Adam Ierymenko
2015-05-04build & package libZeroTierOneSDK.jnilib on Mac oSGrant Limberg
Signed-off-by: Grant Limberg <glimberg@gmail.com>
2015-04-30Setup native build for Windows Java.Grant Limberg
Still need to do Mac & Linux
2015-04-30Merge branch 'adamierymenko-dev' into android-jniGrant Limberg
Conflicts: .gitignore
2015-04-30Fix to create-test-root-topology.Adam Ierymenko
2015-04-29Ignore windows debug build filesGrant Limberg
2015-04-25generate javadocs for the Java SDKGrant Limberg
2015-04-23don't require clean before buildGrant Limberg
Signed-off-by: Grant Limberg <glimberg@gmail.com>
2015-04-23Added ant build script. Requires NDK_BUILD_LOC environment variable ↵Grant Limberg
pointing to the ndk-build script fixed compile erros in Node and VirutalNetworkConfig Signed-off-by: Grant Limberg <glimberg@gmail.com>
2015-04-20Add build files for compiling ZeroTier One SDK for Android targetsGrant Limberg
Signed-off-by: Grant Limberg <glimberg@gmail.com>
2015-03-12Netconf build fixes, schema, etc.Adam Ierymenko
2014-12-03Basic Debian package support in buildinstaller.shAdam Ierymenko
2014-10-03Announce multicast group changes on network rescanMulticastGroups()Adam Ierymenko
2014-10-03.Adam Ierymenko
2014-08-07Rename topology/ to be more descriptive, and some more updates.Adam Ierymenko
2014-08-07mktopology for making new signed topology root server dictionariesAdam Ierymenko
2014-05-05Some work on new netconf service...Adam Ierymenko
2014-03-05Script to build UI against our own new precompiled Win32 static Qt binary, ↵Adam Ierymenko
which paradoxiclally results in a smaller executable than dynamic Qt and doesn't require us to bundle a million DLLs. Also update installer to reflect that. Finally, add a step to the installer to remove all instances of the tap device on full uninstall so as not to leave orphaned junk in your network connections or device manager. Looking good!
2014-02-28Add prerequisites (VS2012 redistributables) to installer.Adam Ierymenko
2014-02-27Installer works, and fix for ugly fonts in pulldown menus in main windows in ↵Adam Ierymenko
UI. Also remove dummy installer, which we don't need anymore.
2014-02-27Ignore a build dir.Adam Ierymenko
2014-02-02Windows installer work...Adam Ierymenko
2014-01-22More tap driver work, increment version number, remove old binaries since ↵Adam Ierymenko
signatures may not have been valid.
2014-01-21Windows ignore file updatesAdam Ierymenko
2014-01-20Ignores...Adam Ierymenko
2014-01-20Windows Service stubs...Adam Ierymenko
2014-01-20Add Windows Build folder to ignore list.Adam Ierymenko
2014-01-17.gitignore fixes for WindowsAdam Ierymenko
2014-01-17Windows build fixes.Adam Ierymenko
2014-01-16Build DMG from makefile for Mac.Adam Ierymenko
2014-01-14Build stuff...Adam Ierymenko
2014-01-03Mac installer work.Adam Ierymenko
2014-01-03New Unix installer is script-based with a payload... no fracking idea what I ↵Adam Ierymenko
will do for Windows.
2013-12-19Mac uninstall script fixes.Adam Ierymenko
2013-12-13Installer work, change to plain C, work for OSX installation.Adam Ierymenko
2013-12-03Create common Makefile that automatically loads make rules on a per-OS basis.Adam Ierymenko