summaryrefslogtreecommitdiffhomepage
path: root/talpid-ipc/src
AgeCommit message (Expand)AuthorFilesLines
2019-04-10Use slightly less map and other confusing codeLinus Färnstrand1-4/+5
2019-04-10Map an error instead of panicing when starting tokio runtimeLinus Färnstrand1-1/+4
2019-04-04Add #![deny(rust_2018_idioms)] to all crates and fix warningsLinus Färnstrand1-1/+3
2019-03-29Replace error-chain with err-derive in talpid-ipcLinus Färnstrand1-23/+20
2019-01-18Get rid of almost all remaining "extern crate" statementsLinus Färnstrand1-11/+0
2018-12-13Activate the merge_imports rustfmt featureLinus Färnstrand1-2/+1
2018-11-21Fix formatting for rustfmt for rustc 1.32.0-nightly (f1e2fa8f0 2018-11-20)Emīls Piņķis1-1/+1
2018-10-24Fix various warnings emitted by the Clippy linterLinus Färnstrand1-5/+5
2018-09-27Reformat with rustfmt 0.99.5Linus Färnstrand1-1/+2
2018-09-11Upgrade to newer tokio librariesEmīls Piņķis1-1/+14
2018-08-29Use IPC instead of websockets in talpid-ipcEmīls Piņķis1-15/+24
2018-08-29Use IPC instead of a websocket to communicate between daemon and pluginLinus Färnstrand2-607/+25
2018-07-30Reformat with rustfmt 0.9.0Linus Färnstrand2-11/+13
2018-05-16Add support for JSON-RPC PubSub subscriptionsJanito Vaqueiro Ferreira Filho2-10/+214
2018-05-16Use a separate thread to handle RPC connectionJanito Vaqueiro Ferreira Filho1-63/+137
2018-05-16Use custom error types consistentlyJanito Vaqueiro Ferreira Filho1-11/+41
2018-05-07Borrow server ID instead of moving itJanito Vaqueiro Ferreira Filho1-2/+2
2018-05-04Reuse WebSocket connection in `WsIpcClient`Janito Vaqueiro Ferreira Filho1-62/+214
2017-12-18Reformat with new rustfmtLinus Färnstrand1-5/+3
2017-12-01Change RPC logging to trace levelLinus Färnstrand1-2/+2
2017-10-30Update rustfmt to 0.2.13Linus Färnstrand1-5/+4
2017-09-18Run rustfmt-nightly 0.2.6 on everythingLinus Färnstrand2-26/+28
2017-09-08Add license metadataLinus Färnstrand1-0/+8
2017-08-29Implement Debug for IpcServerLinus Färnstrand1-0/+12
2017-07-17Rename all crates from snake_case to kebab-caseLinus Färnstrand2-0/+212