summaryrefslogtreecommitdiffhomepage
path: root/talpid-core
AgeCommit message (Expand)AuthorFilesLines
2023-08-29Fix resolver tests in talpid-coreEmīls1-1/+1
2023-08-28Update trust-dnsEmīls2-7/+8
2023-08-08Simplify dnsapi moduleDavid Lönnhager1-47/+14
2023-08-08Explain why run-time linking is used for SetInterfaceDnsSettingsDavid Lönnhager1-0/+7
2023-08-08Always use std::ffi::c_char for a c_char typeLinus Färnstrand1-4/+3
2023-08-08Migrate from libc::c_void to std::ffi::c_voidLinus Färnstrand1-3/+3
2023-08-08Fix signature on SetInterfaceDnsSettingsLinus Färnstrand2-11/+10
2023-08-08Update talpid-core to windows-sys 0.48Linus Färnstrand5-11/+9
2023-08-04Replace all use of `lazy_static` with `once_cell`Markus Pettersson5-53/+72
2023-08-02Make chrono a workspace dependency and fix featuresLinus Färnstrand1-1/+1
2023-08-02Move bitflags dependency to windows platform where it belongsLinus Färnstrand1-1/+1
2023-08-02Move nix dependency to Linux specific dependency section in talpid-coreLinus Färnstrand1-3/+1
2023-08-02Remove a lot of unused dependency from talpid-coreLinus Färnstrand1-17/+0
2023-08-02Move async-trait to macOS dependencyLinus Färnstrand1-1/+1
2023-08-01Remove cfg-if and use regular cfg! macroLinus Färnstrand3-15/+8
2023-08-01Move windows-sys to a workspace dependencyLinus Färnstrand1-1/+1
2023-08-01Disable chrono features to get rid of time dependencyLinus Färnstrand1-1/+1
2023-07-14Move tonic and related crates to workspace dependenciesLinus Färnstrand1-4/+3
2023-07-14Move tokio dependency to be a workspace dependencyLinus Färnstrand1-2/+2
2023-07-14Set package fields in workspace and inherit in packagesLinus Färnstrand1-5/+6
2023-07-07Remove unused instance of os_pipeLinus Färnstrand1-1/+0
2023-07-07Upgrade os_pipe to 1.1.4Linus Färnstrand1-1/+1
2023-06-05Update documentation for offline monitorDavid Lönnhager1-18/+5
2023-06-05Rework macOS routingDavid Lönnhager5-148/+125
2023-06-05Attempt to setup routes the other wayEmīls2-29/+96
2023-05-24Allow unused async on some Android codeLinus Färnstrand1-0/+2
2023-05-24Add tunnel interface to output of `mullvad status`Markus Pettersson1-1/+5
2023-05-22Add shadowsocks-proxy crateEmīls1-1/+0
2023-05-03And gRPC interface wrapper and refactor CLI to use clap derive instead of the...David Lönnhager1-13/+1
2023-05-02Fix macOS specific Clippy warningsLinus Färnstrand4-90/+50
2023-04-26Fix remaining clippy warningsDavid Lönnhager5-10/+10
2023-04-26Fix clippy errors on WindowsDavid Lönnhager2-11/+9
2023-04-24Misc clippy fixesLinus Färnstrand6-24/+32
2023-04-21Remove mullvad-exclusion group on macOSDavid Lönnhager1-13/+0
2023-04-21Rename Windows DNS management error variant namesLinus Färnstrand4-22/+22
2023-04-21Fix misc clippy warnings for WindowsLinus Färnstrand3-12/+7
2023-04-21Fix remaining clippy --fix auto fixes with modificationsLinus Färnstrand2-5/+4
2023-04-21Apply clippy --fix fixesLinus Färnstrand10-54/+45
2023-04-20Update shadowsocks to 1.15.3Emīls1-1/+1
2023-04-17Log important settingsDavid Lönnhager1-2/+0
2023-03-27Fix many typosAlexander Seiler4-6/+6
2023-03-15Remove non-inet tables. This deprecates support for older Linux kernelsDavid Lönnhager1-124/+94
2023-03-14Update parking_lotDavid Lönnhager1-1/+1
2023-03-14Update windows-sys in mullvad and talpid cratesDavid Lönnhager1-1/+1
2023-03-14Update windows-service to 0.6.0David Lönnhager1-1/+1
2023-03-01Fall back on registry method if dnscache is disabledDavid Lönnhager4-13/+139
2023-03-01Use run-time linking for iphlpapi DNS method. Fall back on netsh if necessaryDavid Lönnhager2-6/+78
2023-03-01Add iphlpapi DNS monitorDavid Lönnhager2-2/+165
2023-02-28Retry if PSK negotiation fails for any reasonDavid Lönnhager1-3/+1
2023-02-28Update naming in windows firewallJonathan1-19/+21