summaryrefslogtreecommitdiffhomepage
path: root/mullvad-rpc/Cargo.toml
AgeCommit message (Expand)AuthorFilesLines
2022-03-23Rename mullvad-rpc to mullvad-apiDavid Lönnhager1-40/+0
2022-03-01Add maybe proxy stream typeDavid Lönnhager1-0/+2
2022-02-17Remove superfluous whitespace in feature arraysEmīls1-1/+1
2022-02-15Upgrade err-derive to at least 0.3.1Linus Färnstrand1-1/+1
2022-02-15Upgrade chrono. 0.4.0 does not correctly specify minimum dependency versionsLinus Färnstrand1-1/+1
2022-01-26Add unit tests for AbortableStreamDavid Lönnhager1-1/+1
2022-01-21Upgrade rustlsDavid Lönnhager1-2/+3
2021-12-13Remove unused dependencies found by cargo-udepsLinus Färnstrand1-4/+0
2021-12-03Rename MULLVAD_API_ADDRESS to MULLVAD_API_ADDRLinus Färnstrand1-1/+1
2021-11-08Set all Rust crates to edition 2021Linus Färnstrand1-1/+1
2021-10-26Add environment variables for overriding API hostname and IP for devDavid Lönnhager1-0/+5
2021-08-12Remove superfluous [[bin]] directives for some special binariesLinus Färnstrand1-6/+0
2021-08-12Remove unused bytes dependencyLinus Färnstrand1-1/+0
2021-07-13Fix bypass socket setupDavid Lönnhager1-3/+0
2021-07-13Update the route manager for macOSDavid Lönnhager1-0/+3
2021-07-13Update tokio dependenciesDavid Lönnhager1-4/+4
2021-02-05Upgrade err-derive dependency to 0.3.0Linus Färnstrand1-1/+1
2021-01-25Bypass socket on AndroidEmīls1-0/+3
2021-01-25Add tcp_stream.rsEmīls1-0/+1
2020-11-19Shuffle API address cache when loaded, and use bundled API address cache as f...David Lönnhager1-0/+1
2020-11-19Cache the API addresses at build timeDavid Lönnhager1-0/+3
2020-09-25Use an address cache for reaching the APIEmīls1-1/+1
2020-09-07Remove futures 0.1 from mullvad-rpcDavid Lönnhager1-2/+1
2020-09-03Upgrade to rustls 0.18Linus Färnstrand1-2/+2
2020-09-01Share tokio runtime between the management interface and daemonDavid Lönnhager1-1/+1
2020-08-24Remove unused dependencies reported by cargo udepsLinus Färnstrand1-1/+0
2020-06-25Parse version info to check if version is too newEmīls1-0/+1
2020-06-09Update ipnetwork to 0.16Emīls Piņķis1-1/+1
2020-04-27Use REST endpoint for relay list in buildscriptEmīls1-0/+3
2020-04-27Replace JSONRPC with REST for masterEmīls1-8/+12
2020-01-21Add `publish = false` to all Cargo.toml filesLinus Färnstrand1-0/+1
2020-01-15Remove usage of Mullvad email in crate manifestsJanito Vaqueiro Ferreira Filho1-1/+1
2019-10-17Upgrade err-derive to 0.2.1Linus Färnstrand1-2/+1
2019-09-23Upgrade derive_moreLinus Färnstrand1-1/+1
2019-04-08Getting rid of error-chain in mullvad-rpcLinus Färnstrand1-1/+2
2019-03-29Upgrade filetime, nix & widestringLinus Färnstrand1-1/+1
2019-03-26Send two GeoIP lookups, one over each IPvLinus Färnstrand1-1/+0
2019-02-27Add wireguard key management RPCsEmīls Piņķis1-0/+1
2018-12-13Upgrade mullvad-rpc to Rust 2018Linus Färnstrand1-0/+1
2018-09-27Remove everyone from authors field of librariesLinus Färnstrand1-1/+1
2018-07-05Use bundled CALinus Färnstrand1-3/+2
2018-06-25Upgrade error-chain to 0.12Linus Färnstrand1-3/+3
2018-06-11Replace tempdir with tempfile in mullvad-rpc testsEmīls Piņķis1-1/+1
2018-04-24Move API IP up to global static. Remove word "master"Linus Färnstrand1-0/+1
2018-04-17Configure SNI domain for TLS handshake with masterJanito Vaqueiro Ferreira Filho1-0/+2
2018-04-11Ensure cache is periodically invalidatedJanito Vaqueiro Ferreira Filho1-0/+1
2018-04-11Test `CachedDnsResolver`Janito Vaqueiro Ferreira Filho1-0/+3
2018-04-11Use latest development version of jsonrpc-clientJanito Vaqueiro Ferreira Filho1-2/+2
2018-03-06Upgrade jsonrpc-* cratesLinus Färnstrand1-2/+2
2018-03-02Upgrade log crate to 0.4Linus Färnstrand1-1/+1