0
I Use This!
Inactive

Commits : Listings

Analyzed about 11 hours ago. based on code collected about 11 hours ago.
Feb 22, 2025 — Feb 22, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
The class DeliveryGuaranty was replaced with an enumeration of same name in the IDeliveryGuaranty interface. Corresponding changes done to all classes. More... almost 14 years ago
instanceof check is now removed from the handlers. It will throw runtime exception if wrong object is passed to it. More... almost 14 years ago
Added unit test for reading and writing socket address to a netty channelbuffer. More... almost 14 years ago
Changes done to make id as Object from long. Regenerated the equals and hashcode methods. More... almost 14 years ago
Removed getUniqueKey, setUniqueKey methods. More... almost 14 years ago
Trivial change, method arguments were switched places. More... almost 14 years ago
Added writeSocketAddress method and removed usage of deprecated ObjectDecoder constructor. More... almost 14 years ago
Fixed bug with wrong class cast. Incoming object in this decoder is of type ChannelBuffer not ByteArrayInputstream More... almost 14 years ago
Modified junit version to 4.8.2 More... almost 14 years ago
JUnit version upgraded to 4.8.2. Corresponding changes done to tests. More... almost 14 years ago
Trivial change in comments. More... almost 14 years ago
Using BatchSubscription in jetlang, this will generally provide smoother performance since fibers with a lag can run the events in a loop. More... almost 14 years ago
Modified log from warn to trace. More... almost 14 years ago
Made the channel and socket address to be final class variables. More... almost 14 years ago
javadoc updated. More... almost 14 years ago
Latest version of binaries updated. More... almost 14 years ago
Delete log More... almost 14 years ago
Removed ServerDataProtocols enum and the handshake handler interface and class. Corresponding changes done to related classes. More... almost 14 years ago
eventType variable is now final More... almost 14 years ago
Cleared some PMD violations. More... almost 14 years ago
Updated jar versions in the explicit jar list. More... almost 14 years ago
Changes done to get latest version of Netty library. More... about 14 years ago
lookupservice is now defined in the @Configuration spring bean java file instead of the xml file. More... about 14 years ago
Added the new versions of the libraries. More... about 14 years ago
Updated binaries. More... about 14 years ago
Changes made to use the new @Configuration spring java bean file. More... about 14 years ago
Removed one entry from the beans file. More... about 14 years ago
Added exception catching logic. More... about 14 years ago
Added some null checks and corrected port number for udp port. More... about 14 years ago
First commit of @Configuration spring bean java file which replaces the beans.xml contents. More... about 14 years ago