summaryrefslogtreecommitdiffhomepage
path: root/talpid_ipc
AgeCommit message (Collapse)AuthorFilesLines
2017-03-06Change the assertion in the zmq integration testErik Larkö1-3/+1
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ö2-3/+3
2017-03-06Remove unused errorErik Larkö1-3/+0
2017-03-06Add IpcClientErik Larkö4-46/+65
2017-03-02Fix smallish things discovered during reviewErik Larkö5-122/+88
2017-03-02Try a bunch of ports when starting the IpcServerErik Larkö3-44/+42
2017-03-02Removed the parsing of messages from the serverErik Larkö2-37/+16
2017-03-02No server trait, return Id when startedErik Larkö7-222/+215
2017-03-02Remove the port from the public APIErik Larkö3-10/+21
2017-03-02IPC in separate crateErik Larkö5-0/+228