summaryrefslogtreecommitdiffhomepage
path: root/mullvad-rpc/src
AgeCommit message (Collapse)AuthorFilesLines
2018-04-11Ensure cache is periodically invalidatedJanito Vaqueiro Ferreira Filho1-9/+77
2018-04-11Require an initial fallback address to be usedJanito Vaqueiro Ferreira Filho2-42/+100
2018-04-11Use a mock DNS resolver for testingJanito Vaqueiro Ferreira Filho1-18/+82
2018-04-11Test `CachedDnsResolver`Janito Vaqueiro Ferreira Filho1-0/+83
2018-04-11Create `CachedDnsResolver` helper typeJanito Vaqueiro Ferreira Filho2-7/+88
Use it to cache the API address in RPC factory when possible.
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-03-26Format code with newer rustfmtLinus Färnstrand1-2/+2
2018-01-15Download geoip data from am.i.mullvad on requestLinus Färnstrand3-8/+82
2018-01-15Add event loop creation to mullvad-rpcLinus Färnstrand2-1/+54
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