summaryrefslogtreecommitdiffhomepage
path: root/talpid-core/src/firewall/windows
AgeCommit message (Expand)AuthorFilesLines
2024-11-07Remove unnecessary unsafetyDavid Lönnhager1-3/+31
2024-11-07Detect whether the Hyper-V firewall is availableDavid Lönnhager2-10/+23
2024-11-07Add block-all rule for Hyper-V in non-connected secure statesDavid Lönnhager2-23/+156
2024-11-07Add Hyper-V Windows firewall moduleDavid Lönnhager2-0/+134
2024-11-07Move Windows firewall module to directoryDavid Lönnhager1-0/+659
2018-08-27Rename firewall module to securityLinus Färnstrand5-707/+0
2018-08-27Rename Firewall -> NetworkSecurityLinus Färnstrand1-8/+8
2018-06-27Improve FFI error returningEmīls1-13/+33
2018-06-27Use route module in talpid-core/src/firewall/windowsEmīls1-1/+11
2018-06-27Add route.rs to talpid-core/src/firewall/windows/Emīls2-0/+44
2018-06-25Fix imports for system_state.rsEmīls1-2/+2
2018-06-25Flush file writes when saving config and backup filesEmīls1-1/+3
2018-06-21Fix formattingEmīls Piņķis4-50/+65
2018-06-21Change dns backup file from snake to kebab caseEmīls1-1/+1
2018-06-21Change Firewall trait to take a cache dir as a parameter in it's constructorEmīls Piņķis4-122/+224
2018-06-21Rename wfpctl to winfw and add the DNS module for Windows in talpid-coreEmīls2-70/+296
2018-06-21Add separate ffi module for Windows in talpid-coreEmīls2-0/+48
2018-06-20Move extern crate libc into talpid-core rootLinus Färnstrand1-2/+1
2018-05-25Update talpid-core to use winfwOdd Stranne1-57/+57
2018-04-13Fix latest formatting woesEmīls1-3/+3
2018-04-13Add windows firewall implementationEmīls Piņķis1-0/+241