summaryrefslogtreecommitdiff
path: root/windows
AgeCommit message (Collapse)Author
2014-03-25Make Windows build, add (untested) Windows named pipe based IPC code.Adam Ierymenko
2014-03-04Disable SSE on 32-bit Windows builds since people might still be using old ↵Adam Ierymenko
school chips... x64 builds with SSE since pretty much all AMD64/x86_64 chips have it.
2014-03-04Build with /MT on Windows so we can stop having to install a ↵Adam Ierymenko
redistributable... makes installer less noisy but unfortunately makes binary bigger. Oh well.
2014-03-03Add option to install drivers in driver cache on Windows, needed for Windows ↵Adam Ierymenko
installer. Blech.
2014-02-27Windows service works now!Adam Ierymenko
2014-02-26Windows auto-updater invocation works... time to try an installer!Adam Ierymenko
2014-02-23ZT_OFFICIAL_RELEASE and ZT_AUTO_UPDATE in Windows build in Release mode.Adam Ierymenko
2014-02-21Windows service auto-update work.Adam Ierymenko
2014-02-16Boring stuff: update dates in copyrights across all files.Adam Ierymenko
2014-02-06Forgot to save solution file.Adam Ierymenko
2014-02-06More Windows service work... it builds! Now to do a new installer and test. ↵Adam Ierymenko
Also fix a Windows compile warning in Switch.cpp.
2014-02-06Windows service work, remove old installer... not sure exactly what we're ↵Adam Ierymenko
going to use.
2014-02-05Fix copyright notice.Adam Ierymenko
2014-02-05C++ service base stuff taken from MS public domain example project and ↵Adam Ierymenko
modified slightly.
2014-02-05Delete C# service... going C++, probably integrating with core.Adam Ierymenko
2014-02-02Some work on background service that runs the actual zerotier-one process.Adam Ierymenko
2014-02-02Windows installer work...Adam Ierymenko
2014-01-26Windows Installer work, fix 100% CPU bug in EthernetTap on Windows, Windows ↵Adam Ierymenko
lockDownFile() implementation that uses 'cacls' utility.
2014-01-24Officially signed 32-bit build of Windows tap driver.Adam Ierymenko
2014-01-23Fix bug in tap driver introduced during unused code purge (deleted the part ↵Adam Ierymenko
that acknowledges writes!), and fix bug in EthernetTap causing 0000 for etherType. Windows works now! Yay!
2014-01-22Tap works on Windows now, sort of. Now I discovered that Windows has two ↵Adam Ierymenko
mechanisms for assigning IP addresses: the registry and lower-level calls. Joy.
2014-01-22Finally got the Windows x64 driver signed correctly. Turns out signtool.exe ↵Adam Ierymenko
with the older (NDIS5) version of the Windows DDK does not understand cross-certificates, yet it blithely continues on and signs incorrectly anyway. Got it working by using DigiCert's own certificate tool which includes a sign files operation. Must be done manually but this doesn't have to be done often. F@!K.
2014-01-22More tap driver work, increment version number, remove old binaries since ↵Adam Ierymenko
signatures may not have been valid.
2014-01-21Windows compile fixes, check if running as administrator on startup for Windows.Adam Ierymenko
2014-01-21More work on Windows service, cleanup.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-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-18Builds on Windows now.Adam Ierymenko
2014-01-17Windows build fixes.Adam Ierymenko
2014-01-17Windows HTTP client code (untested)Adam Ierymenko
2013-12-26Remove old stuff from VS projects, get driver signing working on Windows. ↵Adam Ierymenko
(Just testing signing, going back to OSX and Linux now).
2013-11-18More UI work, reorg Windows stuff...Adam Ierymenko