summaryrefslogtreecommitdiffhomepage
path: root/talpid_ipc/src
AgeCommit message (Collapse)AuthorFilesLines
2017-07-17Rename all crates from snake_case to kebab-caseLinus Färnstrand2-212/+0
2017-07-10Fix WsIpcClient testsLinus Färnstrand1-20/+0
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-06-16Move and refactor connection_info moduleLinus Färnstrand1-43/+0
2017-06-08Add CloseHandle to talpid_ipcLinus Färnstrand1-16/+15
2017-05-23Remove zmq code and dependencyLinus Färnstrand3-157/+0
2017-05-23Add initial WsIpcClientLinus Färnstrand2-0/+138
2017-05-18Upgrade serde deps to 1.0Linus Färnstrand2-5/+5
2017-05-18Remove port_offset from IpcServer. Bind port zeroLinus Färnstrand1-10/+5
2017-05-10Add documentation to IpcServerLinus Färnstrand1-0/+2
2017-05-09Update talpid_ipc to use ws and support sessionsLinus Färnstrand2-84/+60
2017-04-18Reformat with new rustfmt settingsLinus Färnstrand4-23/+34
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ö3-111/+114
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-22Log received messages and cleaner reply error handlingErik Larkö1-4/+9
2017-03-22Remove the http ipc clientErik Larkö1-42/+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ö2-24/+61
2017-03-22Add a HTTP IPC implementationErik Larkö2-0/+85
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ärnstrand2-0/+4
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ärnstrand2-5/+35
2017-03-06Monomorphize around ipc server closureLinus Färnstrand3-12/+17
2017-03-06Add serde as depLinus Färnstrand1-1/+2
2017-03-06Better error messages when setting up the Ipc clientErik Larkö1-1/+1
2017-03-06Fix stupid mistakeErik Larkö1-1/+1
2017-03-06Send is now &mut selfErik Larkö1-2/+2
2017-03-06Remove unused errorErik Larkö1-3/+0
2017-03-06Add IpcClientErik Larkö3-0/+51
2017-03-02Fix smallish things discovered during reviewErik Larkö3-62/+39
2017-03-02Try a bunch of ports when starting the IpcServerErik Larkö1-10/+23
2017-03-02Removed the parsing of messages from the serverErik Larkö1-31/+9