1
I Use This!
Inactive

Commits : Listings

Analyzed about 19 hours ago. based on code collected about 19 hours ago.
Jul 23, 2024 — Jul 23, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
java: rename close() to tryClose(). close() is used for Client class. More... about 15 years ago
java: fix spaces More... about 15 years ago
java: code cleanup of TCPSocket More... about 15 years ago
java: hide EventLoop from the user More... about 15 years ago
java: channel is closed by TCPSocket class More... about 15 years ago
java: remove unused handler functions from RPCClientHandler More... about 15 years ago
java: changed to import Unpacker only. More... about 15 years ago
java: oops. remove main() program. More... about 15 years ago
java: more readable code by preparing generateMessageID() and createRPCMessage() More... about 15 years ago
java: remove needless member variable 'factory' More... about 15 years ago
java: more proper close() in TCPTransport More... about 15 years ago
java: change Future interface. throws Exception when calling getResult(). More... about 15 years ago
java: add send() interface for async call. More... about 15 years ago
java: more kind Future interface. cannot call getter without join() More... about 15 years ago
java: added first version of MessagePack-RPC for Java. It depends on netty. More... about 15 years ago
cpp: session has only one transport More... about 15 years ago
cpp: update test/error.cc More... about 15 years ago
cpp: add test/error.cc More... about 15 years ago
cpp: connect_error More... about 15 years ago
cpp: exception More... about 15 years ago
cpp: add server::base and client::base More... about 15 years ago
cpp: add request::type<T> and future::type<T> More... about 15 years ago
reqeust has a auto_zone More... about 15 years ago
README.md More... about 15 years ago
msgpack::rpc::TIMEOUT_ERROR More... about 15 years ago
msgpack::rpc::remote_error, msgpack::rpc::timeout_error More... about 15 years ago
don't build cclog in default More... about 15 years ago
add ./preprocess, fixes Makefile.am More... about 15 years ago
add test/notify.cc More... about 15 years ago
session::notify More... about 15 years ago