summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)AuthorFilesLines
2019-02-01Run rustfmtLinus Färnstrand7-8/+11
2019-02-01Fix windows compile errorsLinus Färnstrand7-10/+12
2019-02-01Rename security module to firewallLinus Färnstrand14-72/+72
2019-02-01Fix dns/firewall code to work with new structureLinus Färnstrand12-75/+104
2019-02-01Move talpid-core DNS code out to own moduleLinus Färnstrand12-14/+17
2019-01-30Merge branch 'refactor-talpid-types'Emīls Piņķis37-833/+1128
2019-01-30Adjust GUI code to new TunnelEndpoint typeEmīls Piņķis8-115/+123
2019-01-30Refactor mullvad typesEmīls Piņķis13-76/+352
2019-01-30Refactor talpid-coreEmīls Piņķis17-643/+654
2019-01-30Merge branch 'improve-linux-dependency-instructions'Linus Färnstrand2-4/+12
2019-01-30Remove libappindicator as a dependencyLinus Färnstrand2-2/+1
2019-01-30Adding Fedora instructionsLinus Färnstrand1-2/+11
2019-01-29Merge branch 'allow-building-to-different-cargo-target'Linus Färnstrand3-22/+52
2019-01-29Consider CARGO_TARGET_DIR in build.shLinus Färnstrand3-22/+52
2019-01-29Updating version in package filesLinus Färnstrand5-7/+7
2019-01-29Add 2019.1 to changelogLinus Färnstrand1-0/+4
2019-01-29Updating version in package filesLinus Färnstrand5-7/+7
2019-01-29Add 2019.1-beta1 header to changelogLinus Färnstrand1-0/+3
2019-01-24Merge branch 'shared-types'Andrej Mihajlov20-214/+203
2019-01-24Move DaemonRpc related types to daemon-rpc-typesAndrej Mihajlov20-214/+203
2019-01-24Merge branch 'unsecured-when-set-policy-fails'Janito Vaqueiro Ferreira Filho8-28/+95
2019-01-24Change tray message for firewall errorJanito Vaqueiro Ferreira Filho1-1/+1
2019-01-24Change banner message for firewall failureJanito Vaqueiro Ferreira Filho1-6/+26
2019-01-24Enable external links on firewall failureJanito Vaqueiro Ferreira Filho1-1/+5
2019-01-24Handle set security policy error as insecure stateJanito Vaqueiro Ferreira Filho4-16/+53
2019-01-24Prioritize `SetSecurityPolicyError` block reasonJanito Vaqueiro Ferreira Filho1-4/+10
2019-01-24Fix import from sub-moduleJanito Vaqueiro Ferreira Filho1-1/+1
2019-01-24Merge branch 'deprecate-daemon-rpc-proxy'Andrej Mihajlov18-302/+116
2019-01-24Deprecate and remove DaemonRpcProxyAndrej Mihajlov18-302/+116
2019-01-24Merge branch 'migrate-autostart-to-main'Andrej Mihajlov9-61/+123
2019-01-23Fix error levelsAndrej Mihajlov2-11/+11
2019-01-23Migrate autostart logic to the main processAndrej Mihajlov9-50/+112
2019-01-23Merge branch 'update-changelog'Linus Färnstrand1-0/+17
2019-01-23Update changelog with not yet mentioned changesLinus Färnstrand1-0/+17
2019-01-23Merge branch 'set-account-token-ipc'Andrej Mihajlov4-4/+31
2019-01-23Add IPC events for manipulating the accountAndrej Mihajlov4-4/+31
2019-01-22Merge branch 'linux-fix-nft-on-1404'Emīls Piņķis3-20/+61
2019-01-22Verify if our firewall tables are set on LinuxEmīls Piņķis3-20/+61
2019-01-22Merge branch 'handle-account-token-changes'Andrej Mihajlov4-91/+67
2019-01-22Handle changes to account tokenAndrej Mihajlov4-91/+67
2019-01-20Merge branch 'use-default-allocator'Linus Färnstrand2-9/+1
2019-01-19Remove explicitly setting the system allocatorLinus Färnstrand2-9/+1
2019-01-19Merge branch 'upgrade-jsonrpc-macro-to-rust2018'Linus Färnstrand31-276/+134
2019-01-18Fix import path errorsLinus Färnstrand6-26/+26
2019-01-18Get rid of almost all remaining "extern crate" statementsLinus Färnstrand22-210/+68
2019-01-18Run rustfmt after Rust 2018 use statement cleanupLinus Färnstrand2-5/+5
2019-01-18Upgrade the remaining crates to Rust 2018Linus Färnstrand6-41/+41
2019-01-18Merge branch 'refactor-socket-transport'Andrej Mihajlov1-68/+80
2019-01-18Refactor the SocketTransportAndrej Mihajlov1-68/+80
2019-01-18Merge branch 'add-wireguard-support'Emīls Piņķis21-273/+1165