summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-01-21Several things:Adam Ierymenko
(1) Add a bunch of tedious type casts to eliminate unnecessary compiler warnings on Windows X64 builds. (2) Some EthernetTap work to integrate Windows custom IOCTL for multicast group lookup (not done quite yet). (3) Dump some more info in selftest to make sure our Windows path lookup functions are returning sane results.
2014-01-21More work on Windows service, cleanup.Adam Ierymenko
2014-01-20Ignores...Adam Ierymenko
2014-01-20Windows Service stubs...Adam Ierymenko
2014-01-20Windows build fixes and installer work...Adam Ierymenko
2014-01-20More tap driver cleanup, and add IOCTL to get L2 multicast ethernet address ↵Adam Ierymenko
subscriptions.
2014-01-20Add Windows Build folder to ignore list.Adam Ierymenko
2014-01-20Remove a lot of code that we don't need from tap-windows, further winnowing ↵Adam Ierymenko
down this fork of OpenVPN's tap-windows to a more minimal version that does only basic Ethernet tap functionality.
2014-01-18Self test now passes on Windows.Adam Ierymenko
2014-01-18Build fix.Adam Ierymenko
2014-01-18Merge branch 'adamierymenko-dev' of ↵Adam Ierymenko
ssh://shub-niggurath.zerotier.com/git/ZeroTierOne into adamierymenko-dev Conflicts: .gitignore
2014-01-18Builds on Windows now.Adam Ierymenko
2014-01-18Remove VC++ warnings in C25519, also add inline to short methods.Adam Ierymenko
2014-01-17.gitignore fixes for WindowsAdam Ierymenko
2014-01-17Windows build fixes.Adam Ierymenko
2014-01-17Windows HTTP client code (untested)Adam Ierymenko
2014-01-17VERSION 0.6.9: more UI, installation, and packaging work...Adam Ierymenko
Another release leading up to official binary releases... not much to the core, but quite a bit of work on the UI, installation, and such. This version will build and run on OSX 10.6 while previous versions would fail due to a missing getifmaddrs() function.
2014-01-17UI cleanup and license dialog.Adam Ierymenko
2014-01-16Build DMG from makefile for Mac.Adam Ierymenko
2014-01-16Add our own getifmaddrs() since this convenience function is not in OSX 10.6.Adam Ierymenko
2014-01-16mkdir fix in mac installAdam Ierymenko
2014-01-16Mac installation, and dump pre10.8 stuff because it turns out that 10.6 ↵Adam Ierymenko
loads the existing kext fine.
2014-01-15Get rid of make stuff for helpers that are gone.Adam Ierymenko
2014-01-15New way of doing authenticate and install. Now with more kittens.Adam Ierymenko
2014-01-15Cheezy little helper apps: kill them with fire. There is a better way. A ↵Adam Ierymenko
cleaner way. A nicer way. A way with more kittens.
2014-01-14Build stuff...Adam Ierymenko
2014-01-14Rebuild tap.kext on OSX 10.6 for all versions so it works on that platform.Adam Ierymenko
2014-01-14Remove ZT1 GPL copyright from the top of code that is basically all Daniel ↵Adam Ierymenko
Bernstein's
2014-01-13Add a waiting for service message on startup to not confuse user.Adam Ierymenko
2014-01-10VERSION 0.6.8: changes in preparation for binary releaseAdam Ierymenko
This version contains no significant changes to the engine itself, just to the installer, the GUI, and packaging and such. It's all stuff for prep for the big release, which is fast approaching!
2014-01-10Add "you have not joined any networks" placeholder if networks list is empty.Adam Ierymenko
2014-01-10Installer AppleScript finally reinvokes the app correctly.Adam Ierymenko
2014-01-10UI stuff, re-launch app from AppleScript after install (still needs a bit of ↵Adam Ierymenko
work)
2014-01-10Cleanup in installer code in app.Adam Ierymenko
2014-01-10QMessageBox cleanup.Adam Ierymenko
2014-01-10Add GPL notice to UI code.Adam Ierymenko
2014-01-10More mac installer fixes.Adam Ierymenko
2014-01-09Mac installer work...Adam Ierymenko
2014-01-09Update cert IDs for official build.Adam Ierymenko
2014-01-09Work on mac launch script, sign binary mac tap driver kext (and there was ↵Adam Ierymenko
much rejoicing!)
2014-01-08Another fix to mdfind line in Mac scripts.Adam Ierymenko
2014-01-08Mac install fixes, more internal use scripts.Adam Ierymenko
2014-01-07Update URLs for auto-update, check supernode version in one more place, ↵Adam Ierymenko
delete pid before executing updater.
2014-01-07Remove some legacy code from the core loop.Adam Ierymenko
2014-01-07Make rules for internal use.Adam Ierymenko
2014-01-07Official release maker... again only of academic interest to others.Adam Ierymenko
2014-01-07Include tap.kext in mac installer.Adam Ierymenko
2014-01-07Official release stuff... of only academic interest to open source third ↵Adam Ierymenko
party users.
2014-01-06Installer bugfix on Linux.Adam Ierymenko
2014-01-06Linux installer builds...Adam Ierymenko