summaryrefslogtreecommitdiff
path: root/windows
AgeCommit message (Expand)Author
2015-06-01Add BackgroundResolver to Windows build.Adam Ierymenko
2015-05-20Clean old update code out of Windows service wrapper.Adam Ierymenko
2015-05-19Try to automatically enable access to http://127.0.0.1 in web wrapper if IE i...Adam Ierymenko
2015-05-19Enable right-click menu for copy/paste/etc. in Windows UI wrapper.Adam Ierymenko
2015-05-08Fix some settings on WebControl implementation.Adam Ierymenko
2015-05-08Add pre-build signed UI wrapper .exe.Adam Ierymenko
2015-05-08Windows WebControl based wrapper for web UI.Adam Ierymenko
2015-04-25Rebuild and re-sign the x86 driver... previous attempt was somehow borked but...Adam Ierymenko
2015-04-25NDIS6 driver signed x64 build (not fully tested yet, but committing work)Adam Ierymenko
2015-04-25Do the same modifications to the NDIS 6 code base as were done to the old 5 d...Adam Ierymenko
2015-04-24NDIS6 driver with VS project to build -- builds correctly, not customized for...Adam Ierymenko
2015-04-24Bring Windows service code up to date and into sync.Adam Ierymenko
2015-04-24Take winhttp out of lib list, since we don't use it anymore.Adam Ierymenko
2015-04-24First pass of Windows cleanup and build fixes...Adam Ierymenko
2015-03-31osnet -> osdepAdam Ierymenko
2015-02-17Re-incorporation: ZeroTier Networks -> ZeroTier, Inc. [Delaware]Adam Ierymenko
2015-01-05Cleanup, add tristate to config code in Network, and happy new year!Adam Ierymenko
2014-12-02Clean up some unused Windows files.Adam Ierymenko
2014-10-29Windows service fix -- it helps if we actually launch the control socket thing.Adam Ierymenko
2014-10-29Windows build fix, set up Windows solution with new layout.Adam Ierymenko
2014-10-19Switch VS2012 build back to real, not self-test.Adam Ierymenko
2014-10-19Windows build fixes.Adam Ierymenko
2014-09-18docsAdam Ierymenko
2014-08-20Some UI fixes for Windows.Adam Ierymenko
2014-08-19...Adam Ierymenko
2014-08-18Do HttpClient refactoring for Windows.Adam Ierymenko
2014-08-08Kill ugly old getSecureRandom() and replace with simple wrapper for Windows C...Adam Ierymenko
2014-08-07Windows compile fixes, compiler warning fix, unfreed memory fix in main.c (th...Adam Ierymenko
2014-08-04Windows Ethernet tap refactoring complete.Adam Ierymenko
2014-07-28Windows routing table interface (untested).Adam Ierymenko
2014-07-26Salsa20 SSE Windows build fix -- turns out you can't be as loose with SSE int...Adam Ierymenko
2014-07-03VERSION 0.9.1: bug fixes and experimental bridging supportAdam Ierymenko
2014-05-29Build fix for Windows setsockopt().Adam Ierymenko
2014-04-10VERSION 0.8.2Adam Ierymenko
2014-04-08Some installer stuff, complete refactoring of Windows side of newly split tap...Adam Ierymenko
2014-04-04Intaller upgrade and stuff, fix to Windows service for new Node API changes.Adam Ierymenko
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 sc...Adam Ierymenko
2014-03-04Build with /MT on Windows so we can stop having to install a redistributable....Adam Ierymenko
2014-03-03Add option to install drivers in driver cache on Windows, needed for Windows ...Adam Ierymenko
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. A...Adam Ierymenko
2014-02-06Windows service work, remove old installer... not sure exactly what we're goi...Adam Ierymenko
2014-02-05Fix copyright notice.Adam Ierymenko
2014-02-05C++ service base stuff taken from MS public domain example project and modifi...Adam Ierymenko