| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2018-07-03 | Refactor IpcFacade to DaemonRpc and JsonRpcWs to JsonRpcTransport | Andrej Mihajlov | 1 | -312/+0 | |
| 2018-06-14 | Create `JsonRpcError` type | Janito Vaqueiro Ferreira Filho | 1 | -4/+25 | |
| And rename the previous existing type into `JsonRpcErrorMessage`. | |||||
| 2018-06-12 | Migrate some of old IPC methods to use async+await | Andrej Mihajlov | 1 | -27/+21 | |
| 2018-06-12 | Adjust websocket IPC verbosity levels | Andrej Mihajlov | 1 | -5/+5 | |
| 2018-06-05 | Add formatted source code | Andrej Mihajlov | 1 | -30/+37 | |
| 2018-02-20 | Fix flow annotations to work on flow v0.66 | Andrej Mihajlov | 1 | -2/+2 | |
| 2018-01-15 | Move logging to platform dependent file | anderklander | 1 | -1/+1 | |
| And change open to openLink/openItem in platform.js | |||||
| 2017-11-08 | tcp and port | Erik Larkö | 1 | -1/+1 | |
| 2017-10-12 | Add transparent authentication | Andrej Mihajlov | 1 | -0/+9 | |
| 2017-09-27 | Send [null] with the logout call instead of [] | Erik Larkö | 1 | -1/+3 | |
| 2017-09-14 | Replace object dicts with Maps to increase security | Erik Larkö | 1 | -12/+12 | |
| 2017-08-29 | Increase default ipc timeout | Erik Larkö | 1 | -1/+1 | |
| 2017-08-28 | Allow each IPC call to have a different timeout | Erik Larkö | 1 | -9/+18 | |
| 2017-07-17 | Start the backend again | Erik Larkö | 1 | -0/+4 | |
| 2017-07-06 | Improve error output in RpcServer | Erik Larkö | 1 | -2/+13 | |
| 2017-07-06 | Allow to wait for the websocket even if the instance isnt created yet | Erik Larkö | 1 | -1/+1 | |
| 2017-07-06 | Timeout even if the websocket isnt up yet | Erik Larkö | 1 | -30/+28 | |
| 2017-06-09 | Remove all "any" types | Erik Larkö | 1 | -12/+22 | |
| 2017-06-07 | Validate the IPC API responses | Erik Larkö | 1 | -0/+10 | |
| 2017-05-28 | Very slightly improve notification handling | Erik Larkö | 1 | -2/+2 | |
| 2017-05-28 | Allow to set the ipc timeout | Erik Larkö | 1 | -1/+7 | |
| 2017-05-28 | JSONRPC communication tests | Erik Larkö | 1 | -2/+9 | |
| 2017-05-28 | Send on connect test | Erik Larkö | 1 | -1/+1 | |
| 2017-05-28 | Prepare for tests: Allow Ipc to accept a WebSocketFactory | Erik Larkö | 1 | -2/+4 | |
| 2017-05-28 | Flow ipc.js | Erik Larkö | 1 | -10/+57 | |
| 2017-05-28 | IPC facade | Erik Larkö | 1 | -0/+175 | |
