summaryrefslogtreecommitdiffhomepage
path: root/talpid-core
AgeCommit message (Expand)AuthorFilesLines
2023-09-19Temporarily disable macOS offline monitor debouncer. The DNS config suffers o...David Lönnhager1-8/+7
2023-09-19Add unit test for ConstantIntervalDavid Lönnhager1-0/+16
2023-09-19Simplify immediate retry strategyDavid Lönnhager1-23/+33
2023-09-19Define retry strategy constantsDavid Lönnhager1-9/+18
2023-09-11Remove pointless open() callsDavid Lönnhager1-8/+14
2023-09-11Fix incorrect comment about SetInterfaceDnsSettingsDavid Lönnhager1-1/+2
2023-09-11Move log depedency to workspace toml fileDavid Lönnhager1-1/+1
2023-09-11Update winreg from 0.7 to 0.51David Lönnhager1-1/+1
2023-09-11Fix warnings about static_resolv_confDavid Lönnhager1-4/+5
2023-09-11Make err-derive a workspace dependencyDavid Lönnhager1-1/+1
2023-08-31Stop building libwg and wireguard-go on WindowsDavid Lönnhager1-1/+0
2023-08-30Add mark based accept rule for forward chain as wellSiddhartha Sahu1-1/+1
2023-08-30Fix clippy lintsEmīls10-39/+36
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