summaryrefslogtreecommitdiffhomepage
path: root/mullvad-rpc/src/lib.rs
AgeCommit message (Expand)AuthorFilesLines
2020-04-27Replace JSONRPC with REST for masterEmīls1-78/+355
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-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-07-04Sort problem report metadataLinus Färnstrand1-2/+2
2019-04-08Getting rid of error-chain in mullvad-rpcLinus Färnstrand1-3/+0
2019-04-04Add #![deny(rust_2018_idioms)] to all crates and fix warningsLinus Färnstrand1-0/+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ärnstrand1-19/+6
2018-11-21Fix formatting for rustfmt for rustc 1.32.0-nightly (f1e2fa8f0 2018-11-20)Emīls Piņķis1-2/+3
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ärnstrand1-2/+2
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ärnstrand1-2/+1
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ärnstrand1-12/+10
2018-07-05Use bundled CALinus Färnstrand1-7/+13
2018-07-05Remove special connect() constructor for problem reportLinus Färnstrand1-6/+0
2018-05-18Rename API ip file to kebab-caseLinus Färnstrand1-3/+3
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 Filho1-2/+7
2018-04-11Require an initial fallback address to be usedJanito Vaqueiro Ferreira Filho1-14/+19
2018-04-11Create `CachedDnsResolver` helper typeJanito Vaqueiro Ferreira Filho1-7/+25
2018-04-11Remove hard-coded API URIJanito Vaqueiro Ferreira Filho1-2/+2
2018-04-11Set Host HTTP header in RPC connectionsJanito Vaqueiro Ferreira Filho1-2/+12
2018-04-11Add optional `resource_dir` field to RPC factoryJanito Vaqueiro Ferreira Filho1-2/+12
2018-04-11Create `MullvadRpcFactory` helper typeJanito Vaqueiro Ferreira Filho1-10/+19
2018-04-10Format with rustfmt 0.4.1-nightly (e784712 2018-04-09)Linus Färnstrand1-1/+1
2018-03-26Add AppVersionProxy to mullvad-rpcEmīls Piņķis1-0/+6
2018-01-15Download geoip data from am.i.mullvad on requestLinus Färnstrand1-0/+7
2018-01-15Add event loop creation to mullvad-rpcLinus Färnstrand1-1/+13
2018-01-09Add metadata in problem report RPC callLinus Färnstrand1-1/+9
2017-11-17Remove unused connect() helper methodsLinus Färnstrand1-14/+0
2017-11-14Add RelayListProxy RPC structLinus Färnstrand1-0/+17
2017-10-26Extract master RPC client code to own crateLinus Färnstrand1-0/+49