Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-04-25 | Fix timeout bug. | Kjetil Ørbekk | |
2012-04-24 | Add timout support in Rpc. | Kjetil Ørbekk | |
Use with Rpc.setTimeout(). | |||
2012-04-24 | Remove TimeoutManager. | Kjetil Ørbekk | |
2012-04-11 | Rename NewRpcChannel => RpcChannel. | Kjetil Ørbekk | |
2012-04-11 | Remove old RpcChannel. | Kjetil Ørbekk | |
Fix tests with NewRpcChannel. | |||
2012-04-11 | Implement done signal in Rpc. | Kjetil Ørbekk | |
Clients can wait for an Rpc to complete with Rpc.await(). | |||
2012-04-10 | Change in buffering. | Kjetil Ørbekk | |
2012-04-10 | Fix some bugs in RpcChannel and NewRpcChannel. | Kjetil Ørbekk | |
Use protobuf v.2.4.1. | |||
2012-04-09 | Ignore slow performance test. | Kjetil Ørbekk | |
2012-04-06 | Add benchmark test. | Kjetil Ørbekk | |
2012-04-05 | Better server design. | Kjetil Ørbekk | |
Proper handling of asynchronous requests on the server. | |||
2012-04-02 | Use thread pool in SimpleProtobufServer. | Kjetil Ørbekk | |
2012-03-28 | Apply Apache License version 2.0. | Kjetil Ørbekk | |
2012-03-28 | Handle failing RPCs. | Kjetil Ørbekk | |
– Handles RPCs that fail because the recipient calls setFailed(). – Handles RPCs that fail because the connection is closed. | |||
2012-03-28 | Add functional test. | Kjetil Ørbekk | |
2012-03-28 | Tested version of TimeoutManager. | Kjetil Ørbekk | |