summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)AuthorFilesLines
2018-06-20Wait for RPC connection info file to start clientJanito Vaqueiro Ferreira Filho3-5/+60
2018-06-20Allow RPC client without RPC file security checkJanito Vaqueiro Ferreira Filho1-3/+16
2018-06-20Remove RPC address file after integration testJanito Vaqueiro Ferreira Filho1-1/+6
2018-06-20Refactor where external crates are importedJanito Vaqueiro Ferreira Filho2-11/+11
2018-06-20Merge branch 'move-libc-import'Linus Färnstrand6-7/+3
2018-06-20Move extern crate libc into talpid-core rootLinus Färnstrand6-7/+3
2018-06-20Merge branch 'windows-fix-rpc-addr-file-permissions'Linus Färnstrand4-18/+25
2018-06-19Attempt at fixing submodule issueEmīls Piņķis2-1/+7
2018-06-19Set permissions correctly for rpc_address_file on WindowsEmīls Piņķis2-17/+18
2018-06-19Merge branch 'improve-readme'Linus Färnstrand1-21/+32
2018-06-19Update prerequisites section of READMELinus Färnstrand1-21/+32
2018-06-18Merge branch 'ignore-flow-errors-in-routes'Janito Vaqueiro Ferreira Filho1-0/+4
2018-06-18Ignore flow errors in `app/routes.js`Janito Vaqueiro Ferreira Filho1-0/+4
2018-06-18Merge branch 'add-system-state'Emīls Piņķis4-0/+169
2018-06-18Add tests in talpid-core/src/firewall/system_state.rsEmīls Piņķis3-0/+103
2018-06-18Add system_state.rs in talpid-core/src/firewallEmīls Piņķis2-0/+66
2018-06-18Merge branch 'windows-dns'Odd Stranne32-1/+1952
2018-06-18Improve failure handling inside WinDns_RecoverOdd Stranne1-6/+62
2018-06-18Update testing application to show trace messagesOdd Stranne1-0/+4
2018-06-18Move 'revert DNS' functionOdd Stranne11-72/+40
2018-06-18Migrate tracing to libcommon and update referencesOdd Stranne8-109/+17
2018-06-18Remove code that has been migrated to libcommonOdd Stranne31-1255/+32
2018-06-18Bump submodule 'windows-libraries'Odd Stranne1-0/+0
2018-06-18Update testing application with improved tests + recoveryOdd Stranne1-14/+87
2018-06-18Implement WinDns_RecoverOdd Stranne1-2/+15
2018-06-18Provide config sink with serialized configsOdd Stranne1-5/+13
2018-06-18Add serialization capabilities to InterfaceConfigOdd Stranne2-0/+48
2018-06-18Add serialization classesOdd Stranne7-0/+330
2018-06-18Bring back ClientSinkInfo member in WinDnsContext for use in dtorOdd Stranne3-21/+36
2018-06-18Remove compilation warning that only appears sometimes :-(Odd Stranne1-1/+1
2018-06-18Do not leak exceptions to WMIOdd Stranne1-3/+12
2018-06-18WinDnsContext: amend sloppyness in set/resetOdd Stranne1-1/+2
2018-06-18Enable calling WinDns_Set again without first calling WinDns_ResetOdd Stranne5-30/+35
2018-06-18Add parameter validation in WinDns_SetOdd Stranne1-1/+3
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