summaryrefslogtreecommitdiffhomepage
path: root/talpid-ipc/src/lib.rs
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ärnstrand1-22/+25
2018-07-30Reformat with rustfmt 0.9.0Linus Färnstrand1-2/+1
2018-05-16Add support for JSON-RPC PubSub subscriptionsJanito Vaqueiro Ferreira Filho1-0/+3
2017-12-18Reformat with new rustfmtLinus Färnstrand1-5/+3
2017-09-18Run rustfmt-nightly 0.2.6 on everythingLinus Färnstrand1-11/+10
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ärnstrand1-0/+89