summaryrefslogtreecommitdiffhomepage
path: root/mullvad-rpc/src
AgeCommit message (Expand)AuthorFilesLines
2020-07-03Use new style future for wireguard keysEmīls2-50/+73
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-25Allow consumer of mullvad-rpc to set request timeoutEmīls1-2/+2
2020-06-25Allow factory to set timeoutsEmīls1-2/+14
2020-06-16Report key generation failuresEmīls Piņķis1-9/+15
2020-05-14Display REST response error codeEmīls1-2/+2
2020-05-14Remove unused errorsLinus Färnstrand1-6/+0
2020-05-14Exit with different exit codes in relay_list binary depending on errorLinus Färnstrand2-12/+24
2020-05-08Ensure country codes, city codes, and hostnames are lowercase in relay listDavid Lönnhager1-8/+18
2020-05-07Add new LetsEncrypt root certificateEmīls1-0/+9
2020-05-07Use embeded TLS certificatesEmīls3-44/+28
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