Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-12-26 | Remove old stuff from VS projects, get driver signing working on Windows. ↵ | Adam Ierymenko | |
(Just testing signing, going back to OSX and Linux now). | |||
2013-12-24 | Fix for GitHub issue #20 (untested) | Adam Ierymenko | |
2013-12-22 | docs | Adam Ierymenko | |
2013-12-20 | Fix for GitHub issue #30 | Adam Ierymenko | |
2013-12-19 | Yet more UI work. | Adam Ierymenko | |
2013-12-19 | More UI tweaks... | Adam Ierymenko | |
2013-12-19 | More UI cleanup... | Adam Ierymenko | |
2013-12-19 | Mac uninstall script fixes. | Adam Ierymenko | |
2013-12-18 | More UI civic beautification. | Adam Ierymenko | |
2013-12-17 | Some UI appearance improvements. | Adam Ierymenko | |
2013-12-17 | Add double-click to copy IP to clipboard to UI. | Adam Ierymenko | |
2013-12-17 | Mac installer works now. | Adam Ierymenko | |
2013-12-17 | docs | Adam Ierymenko | |
2013-12-16 | Mac installer... almost done. | Adam Ierymenko | |
2013-12-16 | Add -fstack-protector back on Mac... turns out it does work on clang. | Adam Ierymenko | |
2013-12-16 | Linux installer: remove old init.d files, fix for init.d startup/shutdown ↵ | Adam Ierymenko | |
script. | |||
2013-12-16 | Prefer clang for Linux builds, but use gcc if no clang available. | Adam Ierymenko | |
2013-12-13 | Installer work for mac. | Adam Ierymenko | |
2013-12-13 | Mac launchd item and launcher script, uninstaller work. | Adam Ierymenko | |
2013-12-13 | Installer work, change to plain C, work for OSX installation. | Adam Ierymenko | |
2013-12-12 | Update Qt build to enable building against local static libraries, rename ↵ | Adam Ierymenko | |
Network to NetworkWidget to avoid filesystem or object naming collision with Network.o in node/. | |||
2013-12-12 | docs | Adam Ierymenko | |
2013-12-12 | Merge branch 'adamierymenko-dev' | Adam Ierymenko | |
2013-12-12 | VERSION 0.6.3: moving toward binary release | Adam Ierymenko | |
This version contains few changes that are visible to users building from source. It contains an almost-complete version of the Qt-based GUI in ZeroTierUI, though this is still a work in progress. It also contains the software update infrastructure, which is not yet enabled by default but does basically work. Some cleanup and dead code removal has also occurred. The next release will probably be the first binary release with auto-update and a full UI experience for Linux and Mac. Windows will follow later, as more work has to be done on the Windows port. | |||
2013-12-12 | Cleanup in Utils, fix for HttpClient on Linux. | Adam Ierymenko | |
2013-12-12 | Tell us something about auto-updates when command line help is displayed. | Adam Ierymenko | |
2013-12-11 | Installer builder for mac. | Adam Ierymenko | |
2013-12-11 | Installer work... | Adam Ierymenko | |
2013-12-11 | Software update fetcher seems to work, going back to updater/installer itself. | Adam Ierymenko | |
2013-12-11 | Software update work... | Adam Ierymenko | |
2013-12-10 | Add check for being run as root. | Adam Ierymenko | |
2013-12-10 | Move some stuff to clean up root. | Adam Ierymenko | |
2013-12-10 | Fix update URL stuff, fix main build, add update dummy for testing updates ↵ | Adam Ierymenko | |
on OSX and Linux and such. | |||
2013-12-10 | Rest of software updater, ready to test... | Adam Ierymenko | |
2013-12-06 | Dead code removal, fix for cleanup GitHub issue #28 | Adam Ierymenko | |
2013-12-06 | HTTP self-test. | Adam Ierymenko | |
2013-12-06 | HTTP client works! | Adam Ierymenko | |
2013-12-06 | HTTP client work... | Adam Ierymenko | |
2013-12-04 | Add -v option to get version. | Adam Ierymenko | |
2013-12-04 | Integrate idtool the same way we did with cli. | Adam Ierymenko | |
2013-12-04 | Pull in-band file transfer stuff. Toyed around with that idea, but it seems ↵ | Adam Ierymenko | |
that updates for some platforms are big enough and there are enough reliability concerns that just using TCP/HTTP is safer and easier. | |||
2013-12-03 | Create common Makefile that automatically loads make rules on a per-OS basis. | Adam Ierymenko | |
2013-12-03 | Build instructions for tap-mac. | Adam Ierymenko | |
2013-12-03 | Exclude llvm in ext/... | Adam Ierymenko | |
2013-12-03 | Add a flag to Mac build to eliminate an unnecessary build warning. | Adam Ierymenko | |
2013-11-25 | Merge pull request #27 from gurjeet/UDP_9993_Instructions_Ubuntu_12.04 | Adam Ierymenko | |
Add RUNNING.txt instructions to open UDP port 9993 on Ubuntu 12.04 | |||
2013-11-21 | Add RUNNING.txt instructions to open UDP port 9993 on Ubuntu 12.04 | Gurjeet Singh | |
2013-11-21 | Add script to bundle Qt frameworks with Mac .app (may not be done). | Adam Ierymenko | |
2013-11-21 | Add shutdownIfUnreadable file feature: shut down if shutdownIfUnreadable in ↵ | Adam Ierymenko | |
home folder is in fact existent but unreadable (e.g. broken link). This enables nifty shutdown on .app trashing feature for OSX. | |||
2013-11-21 | Add icons and custom Mac plist to Qt project. | Adam Ierymenko | |