summaryrefslogtreecommitdiffhomepage
path: root/talpid-openvpn-plugin/src/processing.rs
AgeCommit message (Expand)AuthorFilesLines
2025-07-09Put the `tonic::Status` in a Box to make the error type smallerSebastian Holmin1-1/+4
2024-09-25Upgrade `tonic` to 0.12 and `prost` to 0.13Sebastian Holmin1-5/+5
2024-02-19Fix redundant importsDavid Lönnhager1-4/+1
2022-08-29Silence clippy warnings due to tonicDavid Lönnhager1-0/+1
2022-06-13Perform a clippy --fixjonathan1-1/+1
2021-11-29Reformat code without blank_lines_upper_bound = 2Linus Färnstrand1-1/+0
2021-07-13Fix tokio runtime buildersDavid Lönnhager1-4/+1
2021-07-02Configure ST tunnel addresses before setting up routesDavid Lönnhager1-0/+1
2021-06-16Improve OpenVPN event handlingDavid Lönnhager1-5/+14
2020-09-01Reduce excessive thread countDavid Lönnhager1-0/+1
2020-06-02Use gRPC for OpenVPN plugin IPCDavid Lönnhager1-57/+46
2019-04-05Get rid of error-chain in talpid-openvpn-pluginLinus Färnstrand1-27/+28
2019-04-05Stop using deprecated Handle::current()Linus Färnstrand1-1/+1
2018-12-12Upgrade talpid-openvpn-plugin to Rust 2018Linus Färnstrand1-3/+0
2018-11-20Silence plugin from logging not-important panicLinus Färnstrand1-16/+10
2018-11-07Update paths to start with crate:: etcLinus Färnstrand1-1/+1
2018-11-05Use latest changes to openvpn-plugin libraryLinus Färnstrand1-2/+2
2018-10-29Remove #[macro_use] from jsonrpc_macros and jsonrpc_client_coreLinus Färnstrand1-10/+7
2018-10-29Remove #[macro_use] from log crateLinus Färnstrand1-2/+2
2018-09-11Upgrade to newer tokio librariesEmīls Piņķis1-12/+22
2018-08-29Use IPC instead of a websocket to communicate between daemon and pluginLinus Färnstrand1-22/+49
2018-07-30Reformat with rustfmt 0.9.0Linus Färnstrand1-2/+2
2018-07-17Simplify is_another_instance_runningLinus Färnstrand1-1/+1
2018-06-13Update plugin to authenticate with IPC serverJanito Vaqueiro Ferreira Filho1-4/+17
2018-05-07Borrow server ID instead of moving itJanito Vaqueiro Ferreira Filho1-1/+1
2018-05-04Reuse WebSocket connection in `WsIpcClient`Janito Vaqueiro Ferreira Filho1-3/+9
2017-09-18Run rustfmt-nightly 0.2.6 on everythingLinus Färnstrand1-4/+5
2017-07-19Update openvpn plugin to use openvpn-plugin libLinus Färnstrand1-12/+5
2017-07-17Rename all crates from snake_case to kebab-caseLinus Färnstrand1-0/+43