summaryrefslogtreecommitdiffhomepage
path: root/mullvad-daemon/src/rpc_uniqueness_check.rs
AgeCommit message (Collapse)AuthorFilesLines
2023-05-03And gRPC interface wrapper and refactor CLI to use clap derive instead of ↵David Lönnhager1-2/+2
the builder
2020-08-20Add mullvad-management-interface crate for IPC types and functionsDavid Lönnhager1-27/+2
2020-08-20Use gRPC for management interface in backend and CLIDavid Lönnhager1-3/+27
2019-04-08Remove error-chain from mullvad-ipc-clientLinus Färnstrand1-3/+1
2018-10-29Remove #[macro_use] from log crateLinus Färnstrand1-4/+3
2018-09-19Don't log entire uniqueness check error chain by defaultLinus Färnstrand1-3/+3
2018-08-29Use IPC transport for management interface in daemonEmīls Piņķis1-1/+2
2018-08-29Use IPC instead of a websocket to communicate between daemon and pluginLinus Färnstrand1-2/+2
2018-07-17Simplify is_another_instance_runningLinus Färnstrand1-14/+9
2018-05-07Reuse RPC connection in `DaemonRpcClient`Janito Vaqueiro Ferreira Filho1-1/+1
2018-05-03Use `DaemonRpcClient` to check for other daemonJanito Vaqueiro Ferreira Filho1-23/+16
2018-03-09Separate address retrieval from RPC callJanito Vaqueiro Ferreira Filho1-7/+10
Refactor so that if the former fails (which is a normal and frequent situation) nothing is logged.
2018-03-09Separate `rpc_info` module in twoJanito Vaqueiro Ferreira Filho1-0/+34
Rename `rpc_info` into `rpc_address_file` and move RPC client code used for checking for other instances to a separate `rpc_uniqueness_check` module.