summaryrefslogtreecommitdiffhomepage
path: root/mullvad-rpc/src
AgeCommit message (Expand)AuthorFilesLines
2020-05-05Handle `null` value for `latest_stable` versionJanito Vaqueiro Ferreira Filho1-6/+26
2020-04-27Use REST endpoint for relay list in buildscriptEmīls1-0/+17
2020-04-27Replace JSONRPC with REST for masterEmīls5-266/+1336
2020-02-12Update the API IPDavid Marby1-1/+1
2020-02-06Remove licence headers from Rust source codeLinus Färnstrand1-8/+0
2020-01-29Use RPC for wg key removal when accounts are removed from historyDavid Lönnhager1-0/+5
2019-10-17Upgrade err-derive to 0.2.1Linus Färnstrand2-8/+8
2019-10-08Add RPC for submitting vouchers to DaemonEmīls Piņķis1-2/+6
2019-10-08Add submit-voucher RPCEmīls Piņķis1-0/+1
2019-10-04Add RPC to create accounts to daemonEmīls Piņķis1-0/+1
2019-10-02Add get_www_auth_token RPC in daemonEmīls Piņķis1-0/+1
2019-09-13Update daemon to handle relay_list_v3Linus Färnstrand1-1/+1
2019-09-05Add RPC to replace wireguard keyEmīls Piņķis1-0/+6
2019-08-12Replace ::std with just stdLinus Färnstrand2-2/+2
2019-07-04Sort problem report metadataLinus Färnstrand1-2/+2
2019-04-08Getting rid of error-chain in mullvad-rpcLinus Färnstrand4-70/+66
2019-04-04Add #![deny(rust_2018_idioms)] to all crates and fix warningsLinus Färnstrand1-0/+1
2019-03-29Upgrade filetime, nix & widestringLinus Färnstrand1-1/+1
2019-03-26Send two GeoIP lookups, one over each IPvLinus Färnstrand1-6/+3
2019-03-07Bump the RPC timeout to 10sAndrej Mihajlov1-1/+1
2019-03-04Update daemon+CLI to use new app_version_checkLinus Färnstrand1-2/+1
2019-02-27Add wireguard key management RPCsEmīls Piņķis1-0/+14
2019-02-14Change relay_list RPC to relay_list_v2Emīls Piņķis1-1/+1
2018-12-13Activate the merge_imports rustfmt featureLinus Färnstrand1-2/+1
2018-12-13Upgrade mullvad-rpc to Rust 2018Linus Färnstrand4-67/+52
2018-12-05Disable http keep-alive on location requestsLinus Färnstrand1-1/+4
2018-11-21Fix formatting for rustfmt for rustc 1.32.0-nightly (f1e2fa8f0 2018-11-20)Emīls Piņķis1-2/+3
2018-11-19Turn off HTTP keep alive for all RPC requestsLinus Färnstrand1-1/+4
2018-11-19Make problem-report tool create its own tokio CoreLinus Färnstrand1-5/+0
2018-11-07Update paths to start with crate:: etcLinus Färnstrand4-9/+9
2018-11-05Update master IPLinus Färnstrand1-1/+1
2018-10-29Remove #[macro_use] from jsonrpc_macros and jsonrpc_client_coreLinus Färnstrand1-1/+1
2018-10-29Remove #[macro_use] from log crateLinus Färnstrand3-4/+4
2018-10-29Remove a number of #[macro_use] in favor of new way of importingLinus Färnstrand1-9/+8
2018-10-24Make non-cached MullvadRpcFactory also use API IPs directlyLinus Färnstrand2-35/+49
2018-10-24Fix various warnings emitted by the Clippy linterLinus Färnstrand1-1/+1
2018-09-27Reformat with rustfmt 0.99.5Linus Färnstrand1-1/+2
2018-07-30Reformat with rustfmt 0.9.0Linus Färnstrand1-2/+1
2018-07-05Use bundled CALinus Färnstrand3-48/+59
2018-07-05Remove special connect() constructor for problem reportLinus Färnstrand1-6/+0
2018-06-11Replace tempdir with tempfile in mullvad-rpc testsEmīls Piņķis1-3/+3
2018-05-18Rename API ip file to kebab-caseLinus Färnstrand2-10/+9
2018-05-17Format with rustfmt 0.7.0Linus Färnstrand1-1/+2
2018-04-26Update tests to not use private IPsLinus Färnstrand1-7/+23
2018-04-26Filter out obviously invalid API IPs from DNS resultsLinus Färnstrand1-0/+20
2018-04-24Move API IP up to global static. Remove word "master"Linus Färnstrand1-13/+15
2018-04-23Reduce timeout for RPCs to masterJanito Vaqueiro Ferreira Filho1-6/+15
2018-04-17Configure SNI domain for TLS handshake with masterJanito Vaqueiro Ferreira Filho2-2/+164
2018-04-11Use custom error types in `CachedDnsResolver`Janito Vaqueiro Ferreira Filho1-38/+94
2018-04-11Implement timeout for DNS resolutionJanito Vaqueiro Ferreira Filho1-4/+32