summaryrefslogtreecommitdiffhomepage
path: root/talpid_ipc
AgeCommit message (Collapse)AuthorFilesLines
2017-07-17Rename all crates from snake_case to kebab-caseLinus Färnstrand4-300/+0
2017-07-10Fix WsIpcClient testsLinus Färnstrand2-22/+3
2017-07-10Improve WsIpcClient to deserialize arbitrary typesLinus Färnstrand1-26/+30
2017-07-06Change WsIpcClient to return result of responseLinus Färnstrand1-7/+14
2017-07-05Change jsonrpc-* crates to upstream gitLinus Färnstrand1-3/+3
2017-06-16Move and refactor connection_info moduleLinus Färnstrand1-43/+0
2017-06-08Add CloseHandle to talpid_ipcLinus Färnstrand2-19/+18
2017-05-23Remove zmq code and dependencyLinus Färnstrand5-197/+0
2017-05-23Update to bumped jsonrpc + wsLinus Färnstrand1-1/+1
2017-05-23Add integration tests for IPC client/serverLinus Färnstrand2-0/+68
2017-05-23Add initial WsIpcClientLinus Färnstrand3-0/+141
2017-05-18Upgrade serde deps to 1.0Linus Färnstrand4-8/+8
2017-05-18Remove port_offset from IpcServer. Bind port zeroLinus Färnstrand1-10/+5
2017-05-18Use fork of jsonrpc for binding to port zeroLinus Färnstrand1-2/+2
2017-05-10Add documentation to IpcServerLinus Färnstrand1-0/+2
2017-05-09Update talpid_ipc to use ws and support sessionsLinus Färnstrand3-85/+61
2017-04-18Reformat with new rustfmt settingsLinus Färnstrand5-27/+38
2017-04-18Move callback out to allow formattingLinus Färnstrand1-1/+2
2017-04-11Upgrading to error-chain 0.10Linus Färnstrand1-1/+1
2017-04-07Use new address getterLinus Färnstrand1-2/+2
2017-04-07Have error_chain! calls in same place in fileLinus Färnstrand1-11/+12
2017-04-07Don't expose address mutable, proide immutable refLinus Färnstrand1-1/+5
2017-04-07Put all chain_err on level. Return last errorLinus Färnstrand1-31/+30
2017-04-07Created the talpid_daemon crate and put the frontend IPC stuff thereErik Larkö4-112/+116
2017-03-29Empty type on channel with unused contentLinus Färnstrand1-4/+4
2017-03-29Loop without breakLinus Färnstrand1-6/+4
2017-03-29One line should_stopLinus Färnstrand1-4/+1
2017-03-29rustfmtErik Larkö1-24/+26
2017-03-27Can stop the Http serverErik Larkö1-23/+72
2017-03-22revert to e_c 0.8Erik Larkö1-1/+1
2017-03-22Log received messages and cleaner reply error handlingErik Larkö1-4/+9
2017-03-22Remove the http ipc clientErik Larkö3-83/+1
2017-03-22Don't chain the boxed errorErik Larkö1-6/+1
2017-03-22Remove the ReplyFailure ErrorKindErik Larkö2-6/+2
2017-03-22Attempt to start the HTTP server on different portsErik Larkö1-7/+13
2017-03-22Simplify serde parsingErik Larkö1-18/+2
2017-03-22Have the IPC API support responsesErik Larkö3-27/+66
2017-03-22Add a HTTP IPC implementationErik Larkö4-1/+126
2017-03-16Add forgotten semicolonsLinus Färnstrand1-1/+1
2017-03-16Make use of bail! macro in error_chainLinus Färnstrand2-3/+3
2017-03-16Clean up according to clippy lintsLinus Färnstrand1-2/+1
2017-03-07Add logging to talpid_ipcLinus Färnstrand3-0/+5
2017-03-06Make nop_ipc API same as zmq_ipcLinus Färnstrand1-6/+13
2017-03-06Remove OnMessage from nop implLinus Färnstrand1-1/+1
2017-03-06Update outdated doc commentLinus Färnstrand1-9/+6
2017-03-06Use same name throughoutLinus Färnstrand1-4/+4
2017-03-06Add serde serialization to ipcLinus Färnstrand3-20/+46
2017-03-06Monomorphize around ipc server closureLinus Färnstrand3-12/+17
2017-03-06Add serde as depLinus Färnstrand2-1/+4
2017-03-06rustfmt + tiny test fixLinus Färnstrand1-1/+3