summaryrefslogtreecommitdiffhomepage
path: root/mullvad-daemon/src
AgeCommit message (Collapse)AuthorFilesLines
2019-02-04Clear last used relay when using custom relayEmīls Piņķis1-3/+6
2019-02-04Add RPCs for setting wireguard settingsEmīls Piņķis2-0/+77
2019-01-30Refactor mullvad typesEmīls Piņķis3-24/+42
2019-01-18Fix import path errorsLinus Färnstrand1-2/+2
2019-01-18Get rid of almost all remaining "extern crate" statementsLinus Färnstrand5-49/+4
2019-01-09Remove unused dependency in mullvad-daemon/src/relays.rsEmīls Piņķis1-1/+1
2019-01-09Further improve get_current_location RPCEmīls Piņķis2-25/+25
2018-12-19Check relay list cache age more oftenLinus Färnstrand1-9/+25
This reverts commit 52cdd81d77d4922945ec4598f6799671d92b0823.
2018-12-13Activate the merge_imports rustfmt featureLinus Färnstrand6-33/+48
2018-12-11Don't log messages from netlink cratesJanito Vaqueiro Ferreira Filho1-0/+2
2018-12-03Activate the use_field_init_shorthand rustfmt optionLinus Färnstrand2-3/+3
2018-12-03Run rustfmt 1.0.0-nightlyLinus Färnstrand1-1/+3
2018-11-21Fix formatting for rustfmt for rustc 1.32.0-nightly (f1e2fa8f0 2018-11-20)Emīls Piņķis3-3/+3
2018-11-16Add log directory to help outputLinus Färnstrand1-0/+2
2018-11-16Print MULLVAD_ path variable defaults in help textLinus Färnstrand1-10/+20
2018-11-14Filter out relays that have tunnel endpointsLinus Färnstrand1-0/+6
Solves bug of Wireguard servers showing up in the GUI. Also solves potential future problems if the API supplies relays without any endpoints, they should not be selectable
2018-11-13Add env section to CLI helpAndrej Mihajlov1-2/+12
2018-11-13Add block_on_disconnected setting, for never unblocking the firewallLinus Färnstrand2-0/+49
2018-11-09Update windows-service-rsAndrej Mihajlov1-1/+1
2018-11-08Manually editing full paths to be Rust2018 compatibleLinus Färnstrand2-20/+18
2018-11-07Update paths to start with crate:: etcLinus Färnstrand1-1/+1
2018-11-05Add CLI command for making daemon update relay listLinus Färnstrand2-0/+16
2018-11-05Update relay list every hour. Remove mtime checkLinus Färnstrand1-16/+6
2018-11-01Make all binaries use same version formatLinus Färnstrand3-4/+4
2018-10-30Set TCP as transport and recreate tunnel when proxy is configuredOdd Stranne1-9/+42
2018-10-30Add OpenVPN proxy support in DaemonOdd Stranne2-3/+61
2018-10-29Remove #[macro_use] from jsonrpc_macros and jsonrpc_client_coreLinus Färnstrand2-5/+3
2018-10-29Remove #[macro_use] from log crateLinus Färnstrand8-52/+57
2018-10-29Remove a number of #[macro_use] in favor of new way of importingLinus Färnstrand3-4/+2
2018-10-24Fix various warnings emitted by the Clippy linterLinus Färnstrand6-40/+36
2018-10-16Include known exit IP address in current locationJanito Vaqueiro Ferreira Filho2-33/+56
2018-10-16Send tunnel endpoint on connected and connectingJanito Vaqueiro Ferreira Filho1-1/+1
2018-10-12Automatically reconnect tunnel on mssfix changeLinus Färnstrand1-0/+2
2018-10-10Move relay constraint tweaking to separate methodLinus Färnstrand1-35/+46
2018-10-10Add logic for making tunnel state machine pull parameters via new traitLinus Färnstrand1-106/+128
2018-10-10Make RelaySelector smarter by trying different protocolsLinus Färnstrand1-9/+26
2018-10-05Don't rely on exit ip in relay_listLinus Färnstrand1-2/+3
Instead, show the hostname in the UI
2018-10-03Move allow_lan into SharedTunnelStateValueLinus Färnstrand1-3/+4
2018-10-03Move log_dir and resource_dir to SharedTunnelStateValuesLinus Färnstrand1-10/+7
2018-09-28Download relay list every 2 hours instead of 24Linus Färnstrand1-1/+1
2018-09-28Stop reconnection attempt on tunnel state changesJanito Vaqueiro Ferreira Filho1-6/+20
2018-09-27Reformat with rustfmt 0.99.5Linus Färnstrand5-7/+14
2018-09-24Split mullvad_daemon into lib.rs and main.rsLinus Färnstrand5-659/+704
2018-09-19Don't log entire uniqueness check error chain by defaultLinus Färnstrand1-3/+3
2018-09-17Try to reconnect if authentication failsJanito Vaqueiro Ferreira Filho1-2/+23
2018-09-17Remove `Copy` impl. for `TunnelStateTransition`Janito Vaqueiro Ferreira Filho1-5/+5
2018-09-13Remove obsolete management interface get callsLinus Färnstrand2-111/+2
2018-09-13Fix so on_update_relay_settings broadcasts new settingsLinus Färnstrand1-4/+5
2018-09-10Attempt to apply target state if in blocked stateEmīls Piņķis1-1/+1
2018-09-08Move the Mullvad Settings type to mullvad_typesLinus Färnstrand3-200/+5