1
I Use This!
Activity Not Available

Commits : Listings

Analyzed about 1 year ago. based on code collected about 1 year ago.
Jan 20, 2023 — Jan 20, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Modularized Jetson. This is to allow a lean RPC mechanism based on bits. Upgraded to the netty CR7 More... over 11 years ago
Added Javassist dependency; investigating the performance difference when this dependency is present. Tydying More... over 11 years ago
Added Javassist dependency; investigating the performance difference when this dependency is present. Tydying More... over 11 years ago
Upgraded to Netty 4 CR5 and Jackson 2.2.2 More... over 11 years ago
Upgraded to Netty 4 CR5 and Jackson 2.2.2 More... over 11 years ago
Added check for dispatch before making remote call from a client. If methods such as toString, hasCode are note defined in the remote interface, such methods are invoked locally on the instance of InvocationHandler. More... over 11 years ago
Added check for dispatch before making remote call from a client. If methods such as toString, hasCode are note defined in the remote interface, such methods are invoked locally on the instance of InvocationHandler. More... over 11 years ago
Addressed PMD warnings More... over 11 years ago
Addressed PMD warnings More... over 11 years ago
Separated delimiter injection from request/response encoding More... over 11 years ago
Separated delimiter injection from request/response encoding More... over 11 years ago
Separated delimiter injection from request/response encoding More... over 11 years ago
Separated delimiter injection from request/response encoding More... over 11 years ago
Implemented message to byte encoder More... over 11 years ago
Implemented message to byte encoder More... over 11 years ago
Added Connection timeout More... over 11 years ago
Added Connection timeout More... over 11 years ago
Fixed PMD warning More... over 11 years ago
Fixed PMD warning More... over 11 years ago
updated to the latest version of common pom More... over 11 years ago
updated to the latest version of common pom More... over 11 years ago
Upgraded to the latest Netty version 4 CR2 More... over 11 years ago
Upgraded to the latest Netty version 4 CR2 More... over 11 years ago
investigating NPE when response recieved without request More... over 11 years ago
investigating NPE when response recieved without request More... over 11 years ago
Added a new constructor to transport exception that only takes message Tidy up More... over 11 years ago
Added a new constructor to transport exception that only takes message Tidy up More... over 11 years ago
Fixed a bug in request handler: when a read timeout exception occures the channel is most likely dead; there is no point sending response-error. More... over 11 years ago
Fixed a bug in request handler: when a read timeout exception occures the channel is most likely dead; there is no point sending response-error. More... over 11 years ago
Replaced the cyclic barrier with semaphore as it is more readable in the code javadoc More... over 11 years ago