summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)AuthorFilesLines
2018-06-18Update project filesOdd Stranne2-4/+8
2018-06-18Update general function SetDnsServers to use 'netsh'Odd Stranne4-51/+22
2018-06-18Revert DNS settings using 'netsh'Odd Stranne2-17/+12
2018-06-18Update server list on existing configs so we don't lose the DHCP flagOdd Stranne2-10/+10
2018-06-18Rename DnsConfig -> InterfaceConfig and complement with DHCP settingOdd Stranne2-4/+18
2018-06-18Add netsh class with methods to update DNS settingsOdd Stranne2-0/+185
2018-06-18Provide config sink to ConfigManagerOdd Stranne3-1/+25
2018-06-18Update WINDNS testing project with config sinkOdd Stranne1-2/+7
2018-06-18Update WINDNS project filesOdd Stranne2-8/+14
2018-06-18Adapt code to new interfaces and updated prototypesOdd Stranne6-61/+34
2018-06-18Update WINDNS public APIOdd Stranne3-3/+72
2018-06-18Properly separate event sink and dispatcherOdd Stranne5-148/+255
2018-06-18Update WMI query with correct identifierOdd Stranne1-2/+2
2018-06-18Remove wrongly named function with only a single refOdd Stranne2-10/+2
2018-06-18Correctly name identifers in DnsConfig (affects usage)Odd Stranne2-23/+24
2018-06-18Update ConfigManager to accept both the old and the changed configOdd Stranne2-17/+82
2018-06-18Add libcommon in WINDNS loader solution and correct depsOdd Stranne1-1/+13
2018-06-18Remove BOM on various filesOdd Stranne12-4/+4
2018-06-18Update list of pre-compiled headers for WINDNSOdd Stranne1-0/+0
2018-06-18Add proper error check inside SetDnsServersOdd Stranne1-4/+29
2018-06-18Update 'extras' sln to correct dependenciesOdd Stranne1-0/+13
2018-06-18Cleanup 'dnstest' project and rename into 'loader'Odd Stranne11-160/+48
2018-06-18Update references to libcommonOdd Stranne3-9/+9
2018-06-18Update .gitignoreOdd Stranne1-2/+1
2018-06-18Move windns into windows/windnsOdd Stranne45-0/+0
2018-06-18Add finishing touch for Alpha versionOdd Stranne13-69/+275
2018-06-18Add code for reverting DNS settingsOdd Stranne2-0/+51
2018-06-18Add configuration manager for tracking interface configurationsOdd Stranne2-0/+151
2018-06-18Add trace functionality for debug buildsOdd Stranne4-0/+87
2018-06-18Add support for WMI event notificationOdd Stranne6-0/+305
2018-06-18Rename a few filesOdd Stranne4-0/+0
2018-06-18Remove Git references to obsolete filesOdd Stranne2-32/+0
2018-06-18Add testing codeOdd Stranne7-0/+285
2018-06-18Update project/solution filesOdd Stranne3-4/+39
2018-06-18Add basic WINDNS interfaceOdd Stranne4-3/+273
2018-06-18Add functionality for doing COM method callsOdd Stranne2-0/+179
2018-06-18Update fundamental WMI classesOdd Stranne5-31/+33
2018-06-18Add class for keeping track of interface DNS settingsOdd Stranne2-0/+62
2018-06-18Add static functions for working with DNSOdd Stranne2-0/+50
2018-06-18Add general COM helper functionsOdd Stranne2-0/+98
2018-06-18Add fundamental WMI codeOdd Stranne16-0/+520
2018-06-15Merge branch 'backend-error-types'Janito Vaqueiro Ferreira Filho7-97/+113
2018-06-15Update log message for no previous accountJanito Vaqueiro Ferreira Filho2-2/+2
2018-06-15Split `BackendError` into individual error classesJanito Vaqueiro Ferreira Filho3-76/+78
2018-06-15Remove `BackendError` from `app.android.js`Janito Vaqueiro Ferreira Filho1-6/+4
2018-06-14Remove `BackendError` from account redux codeJanito Vaqueiro Ferreira Filho2-5/+4
2018-06-14Separate handled errors by typeJanito Vaqueiro Ferreira Filho1-7/+3
2018-06-14Create `JsonRpcError` typeJanito Vaqueiro Ferreira Filho1-4/+25
2018-06-14Merge branch 'fix-enzyme-configuration'Andrej Mihajlov10-152/+49
2018-06-14Configure enzyme once and update sinon to the latestAndrej Mihajlov10-152/+49