48 Commits (477feee8a3fbc84d00c2939b5fc8a9bbf19af2ca)

Author SHA1 Message Date
Adam Ierymenko 085734aaba Windows driver (NDIS6) rebuild using earlier DDK revision to allow driver to load in Windows 2008 Server and Windows Vista. Still issues with those platforms, but driver loads -- and shouldn't hurt newer versions (will test). 11 years ago
Adam Ierymenko c826cec1d4 Bring back _winPokeAHole() to dynamically allocate firewall exception. Shouldn't be needed but seems to help on Windows 8. 11 years ago
Adam Ierymenko 620562f7cf Because Windows, because Windows. Now it upgrades correctly from 1.0.1, including automatic driver update from NDIS5 to NDIS6. Also a bit more robust on creating new ports, just in case. 11 years ago
Adam Ierymenko 922d9657b9 Save enumeration of statically assigned IPs so they will always be reassigned on device "power cycle." 11 years ago
Adam Ierymenko 499b2dccad 1.0.4 installer GUID 11 years ago
Adam Ierymenko 8169b35482 Kill the devcon.exe dependency by dynamically loading cfgmgr32, newdev, and setupapi and using these functions directly. 11 years ago
Adam Ierymenko 7cd3c419ee 1.0.4 release installer changes 11 years ago
Adam Ierymenko 14264c2d6f Add miniupnpc builds for Windows, fix some Windows build warnings. 11 years ago
Adam Ierymenko ee1a008f2d Product code for 1.0.3 etc. 11 years ago
Adam Ierymenko 905d2e91e5 Windows auto-update integration into OneService. 11 years ago
Adam Ierymenko dd70188643 Make tap driver even more defensive... seems to maybe fix the new network problem. Have to test a bit more. 11 years ago
Adam Ierymenko c7eb5f0c81 Windows build warning removal, be more defensive in Windows tap driver code, and clean up service start/stop in installer. 11 years ago
Adam Ierymenko 68cb7ad4cd Few more fixes to installer firewall rule settings. 11 years ago
Adam Ierymenko 9682f50b15 Get rid of old _winPokeAHole() hack in one.cpp and use Advanced Installer to configure firewall rules (because we can now). 11 years ago
Adam Ierymenko 44d1bd14bd Enable right-click menu for copy/paste/etc. in Windows UI wrapper. 11 years ago
Adam Ierymenko b4a34cc105 Add 32-bit chained MSI for NDIS6 driver... now to go test on 32-bit Windows (clean). (And Windows 10, and Windows Server, and ...) 11 years ago
Adam Ierymenko 32588b3d84 A visit to the Windows house of pain: 11 years ago
Adam Ierymenko 0324ef2a47 VERSION 1.0.1 11 years ago
Adam Ierymenko 8f29f19e98 Fix for UI client. 12 years ago
Adam Ierymenko 5ca20da7af Windows service fix -- it helps if we actually launch the control socket thing. 12 years ago
Adam Ierymenko 6f8364ba59 VERSION 0.9.2: 12 years ago
Adam Ierymenko de4e29288d Fix for crazy Windows threading bug... repeatedly adding and removing a network now doesn't leave networks in limbo. 12 years ago
Adam Ierymenko 9d5819ff44 Version bump to 0.9.2 -- preparing for release... 12 years ago
Adam Ierymenko 7adf0eac7e Windows Ethernet tap refactoring complete. 12 years ago
Adam Ierymenko 96faaa85cf VERSION 0.9.1: bug fixes and experimental bridging support 12 years ago
Adam Ierymenko f720f04fa0 Installer updates from 0.9.0 release -- only useful to me. 12 years ago
Adam Ierymenko f939d0ee62 Upgrade AIP for new version of Advanced Installer, bump to 0.9.0. 12 years ago
Adam Ierymenko 42c3474223 VERSION 0.8.2 12 years ago
Adam Ierymenko a1c1c82b0d VERSION 0.8.1 12 years ago
Adam Ierymenko dd404b8ba3 VERSION 0.8.0 12 years ago
Adam Ierymenko 48a1799f49 More Windows tap cleanup... seems solid. We'll see. 12 years ago
Adam Ierymenko 5abfb11813 Some installer stuff, complete refactoring of Windows side of newly split tap driver. Seems to work. Now to see if the cleanup we did here gets rid of the zombie tap device issue on Windows. 12 years ago
Adam Ierymenko 19c4d82512 Intaller upgrade and stuff, fix to Windows service for new Node API changes. 12 years ago
Adam Ierymenko dfee7e0389 VERSION 0.7.2: first Windows release! 12 years ago
Adam Ierymenko 60f25ccdf9 Some text changes, remove unused modules from installer project. 12 years ago
Adam Ierymenko 2b0dbead17 Disable Vista in installer. 12 years ago
Adam Ierymenko 742261c7fc (1) Fix menu bar item font size on Windows, (2) fix for possible Windows EthernetTap infinite loop while enumerating registry. 12 years ago
Adam Ierymenko 282d41bc94 Script to build UI against our own new precompiled Win32 static Qt binary, which paradoxiclally results in a smaller executable than dynamic Qt and doesn't require us to bundle a million DLLs. Also update installer to reflect that. Finally, add a step to the installer to remove all instances of the tap device on full uninstall so as not to leave orphaned junk in your network connections or device manager. Looking good! 12 years ago
Adam Ierymenko cef750d1d2 Add option to install drivers in driver cache on Windows, needed for Windows installer. Blech. 12 years ago
Adam Ierymenko be36eda858 Add prerequisites (VS2012 redistributables) to installer. 12 years ago
Adam Ierymenko d997c1a32a Installer work... 12 years ago
Adam Ierymenko d27251ec4e Make AtomicCounter use <atomic> on Windows (eventually this will replace it on other platforms), and some installer work. 12 years ago
Adam Ierymenko 9ae6403346 Installer works, and fix for ugly fonts in pulldown menus in main windows in UI. Also remove dummy installer, which we don't need anymore. 12 years ago
Adam Ierymenko 39d411ce0b Installer work... 12 years ago
Adam Ierymenko 9d05897f7a Windows service works now! 12 years ago
Adam Ierymenko cbeb9c5236 Installer work, sign devcon. 12 years ago
Adam Ierymenko 655b6d1996 Windows auto-update URL and dummy Windows update for testing. 12 years ago
Adam Ierymenko e54a34d8dd Finally found a Windows installer option that doesn't cost $500 or require me to climb a huge learning curve just to do a basic software install. 12 years ago