summaryrefslogtreecommitdiffhomepage
path: root/mullvad-rpc/src
AgeCommit message (Expand)AuthorFilesLines
2020-09-25Always use fallback addressEmīls1-0/+4
2020-09-25Use an address cache for reaching the APIEmīls4-499/+322
2020-09-07Remove futures 0.1 from mullvad-rpcDavid Lönnhager1-17/+0
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-01Replace tokio handle references in `Daemon` with async/await syntaxDavid Lönnhager1-11/+2
2020-09-01Share tokio runtime between the management interface and daemonDavid Lönnhager3-39/+17
2020-09-01Remove unused MISSING_ARGUMENT constant and document remaining constantsLinus Färnstrand1-3/+5
2020-07-29Use new futures for relay list fetchingEmīls2-6/+5
2020-07-21Use futures::future::abortable insteadEmīls1-8/+8
2020-07-21Move Cancellable et al to talpid-coreEmīls1-77/+8
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