Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-05-01 | Add missing license headers. | Kjetil Ørbekk | |
2012-05-01 | Cancel timer in RpcChannel.close(). | Kjetil Ørbekk | |
2012-05-01 | Fix(1): Set the correct response id when errors occur. | Kjetil Ørbekk | |
Fixes https://github.com/orbekk/protobuf-simple-rpc/issues/1. | |||
2012-05-01 | Add support for RPC logging. | Kjetil Ørbekk | |
2012-04-30 | Add removeService() to SimpleProtobufServer. | Kjetil Ørbekk | |
2012-04-25 | Make Rpc.complete() public. | Kjetil Ørbekk | |
Useful for testing. | |||
2012-04-25 | Fix timeout bug. | Kjetil Ørbekk | |
2012-04-25 | Fix typo. | Kjetil Ørbekk | |
timout => timeout | |||
2012-04-24 | Add timout support in Rpc. | Kjetil Ørbekk | |
Use with Rpc.setTimeout(). | |||
2012-04-24 | Remove TimeoutManager. | Kjetil Ørbekk | |
2012-04-24 | Fix error message. | 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 | Make Rpc more thread-safe. | Kjetil Ørbekk | |
:-( | |||
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 | Use buffered readers on server side. | Kjetil Ørbekk | |
(Not much (any?) effect because the protobuf implementation already does some buffering.) | |||
2012-04-09 | Ignore slow performance test. | Kjetil Ørbekk | |
2012-04-06 | Add better implementation of RpcChannel. | 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-05 | Add RequestHandler. | Kjetil Ørbekk | |
2012-04-02 | Use thread pool in SimpleProtobufServer. | Kjetil Ørbekk | |
2012-03-28 | Apply Apache License version 2.0. | Kjetil Ørbekk | |
2012-03-28 | Add usage example. | 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 | Client support for asynchronous requests. | Kjetil Ørbekk | |
2012-03-28 | Tested version of TimeoutManager. | Kjetil Ørbekk | |
2012-03-28 | Add TimeoutManager. | Kjetil Ørbekk | |
2012-03-28 | Support very simple serving. | Kjetil Ørbekk | |
– Not asynchronous at this point. – Not well-tested. | |||
2012-03-27 | Test classes for sending protocol buffers. | Kjetil Ørbekk | |