summaryrefslogtreecommitdiffhomepage
path: root/mullvad-rpc/src/lib.rs
AgeCommit message (Expand)AuthorFilesLines
2020-09-25Use an address cache for reaching the APIEmīls1-15/+45
2020-09-07Use new-style futures for AccountsProxyDavid Lönnhager1-16/+11
2020-09-07Fix deadlock in the problem report toolDavid Lönnhager1-3/+3
2020-09-01Share tokio runtime between the management interface and daemonDavid Lönnhager1-21/+9
2020-09-01Remove unused MISSING_ARGUMENT constant and document remaining constantsLinus Färnstrand1-3/+5
2020-07-03Use new style future for wireguard keysEmīls1-36/+25
2020-06-25Parse version info to check if version is too newEmīls1-22/+10
2020-06-25Allow AppVersionProxy to be cloneableEmīls1-0/+1
2020-06-25Allow users of mullvad-rpc to use rpc runtimeEmīls1-0/+4
2020-06-16Report key generation failuresEmīls Piņķis1-9/+15
2020-05-07Use embeded TLS certificatesEmīls1-9/+4
2020-05-05Handle `null` value for `latest_stable` versionJanito Vaqueiro Ferreira Filho1-6/+26
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