summaryrefslogtreecommitdiffhomepage
path: root/talpid_ipc/src/lib.rs
AgeCommit message (Expand)AuthorFilesLines
2017-06-08Add CloseHandle to talpid_ipcLinus Färnstrand1-16/+15
2017-05-23Remove zmq code and dependencyLinus Färnstrand1-10/+0
2017-05-23Add initial WsIpcClientLinus Färnstrand1-0/+6
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ärnstrand1-2/+60
2017-03-22Remove the ReplyFailure ErrorKindErik Larkö1-3/+0
2017-03-22Have the IPC API support responsesErik Larkö1-0/+3
2017-03-22Add a HTTP IPC implementationErik Larkö1-0/+2
2017-03-07Add logging to talpid_ipcLinus Färnstrand1-0/+2
2017-03-06Add serde serialization to ipcLinus Färnstrand1-1/+4
2017-03-06Monomorphize around ipc server closureLinus Färnstrand1-4/+0
2017-03-06Add serde as depLinus Färnstrand1-1/+2
2017-03-06Remove unused errorErik Larkö1-3/+0
2017-03-06Add IpcClientErik Larkö1-0/+7
2017-03-02Fix smallish things discovered during reviewErik Larkö1-3/+3
2017-03-02No server trait, return Id when startedErik Larkö1-6/+28
2017-03-02IPC in separate crateErik Larkö1-0/+9