summaryrefslogtreecommitdiff
path: root/windows
AgeCommit message (Expand)Author
2015-11-05fix up some borders & colorsGrant Limberg
2015-11-05remove the peers pageGrant Limberg
2015-11-04set manifest to require administrator privileges and read the authtoken and p...Grant Limberg
2015-11-04just a little xaml cleanupGrant Limberg
2015-11-04make the main window width a bit smallerGrant Limberg
2015-11-04update the peer list in place rather than replacing itGrant Limberg
2015-11-04make the peers page prettierGrant Limberg
2015-11-04setting width/height isn't necessaryGrant Limberg
2015-11-04Fix vertical scrolllbar on networks viewGrant Limberg
2015-11-04make the networks view a bit prettierGrant Limberg
2015-11-04make the tabs a little prettierGrant Limberg
2015-11-04Don't go kaboom when the ZeroTier service isn't running.Grant Limberg
2015-10-26another build settingGrant Limberg
2015-10-26set the app icon for releaseGrant Limberg
2015-10-26disable sorting of peersGrant Limberg
2015-10-26can now leave networksGrant Limberg
2015-10-26Figured out how to expand controls to fill parent. yayGrant Limberg
2015-10-26Initial peers pageGrant Limberg
2015-10-26add error handling for JSON serializationGrant Limberg
2015-10-26change int to UInt64 for these propertiesGrant Limberg
2015-10-26set up a timer to update the UI from a background threadGrant Limberg
2015-10-26disallow paste of non hex charactersGrant Limberg
2015-10-23wire up the join network buttonGrant Limberg
2015-10-23only accept hex characters for network idGrant Limberg
2015-10-23add methods for joining/leaving networks, and getting peersGrant Limberg
2015-10-23C#-ifying stuffGrant Limberg
2015-10-21add a scroll bar to the network info viewGrant Limberg
2015-10-21Base windows UI is working.Grant Limberg
2015-10-19.Grant Limberg
2015-10-19initial layout for network infoGrant Limberg
2015-10-19set the main window iconGrant Limberg
2015-10-19setting icon and a few other settingsGrant Limberg
2015-10-19set up project and base UI for a native windows UI for ZeroTierGrant Limberg
2015-09-24(1) Make ZT_ naming convention consistent (get rid of ZT1_), (2) Make local i...Adam Ierymenko
2015-08-13Windows driver (NDIS6) rebuild using earlier DDK revision to allow driver to ...Adam Ierymenko
2015-07-30Kill the devcon.exe dependency by dynamically loading cfgmgr32, newdev, and s...Adam Ierymenko
2015-07-28Add miniupnpc builds for Windows, fix some Windows build warnings.Adam Ierymenko
2015-07-06Add new .h file to VS build, and Windows side of local interface address enum...Adam Ierymenko
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