0
I Use This!
Inactive

Commits : Listings

Analyzed about 4 hours ago. based on code collected about 4 hours ago.
Mar 02, 2025 — Mar 02, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Package "jetserver" has been added. This has resulted in changes to mostly all classes. More... almost 14 years ago
onConnect event will in turn send the start event to client. This logic which was earlier part of AbstractNettySessionHandler was re-factored to this class. More... almost 14 years ago
SessionHandler now extends AbstractSessionHandler instead of NettySessionHandler More... almost 14 years ago
Removed un-necessary files More... almost 14 years ago
Fixed bug where event instance got corrupted. New event is created while encoding now. More... almost 14 years ago
Commented out perf test "test" annotation to reduce install time. More... almost 14 years ago
AMF3Protocol will only serialize event payload rather than whole event. New codec classes are hence used for this protocol. Corresponding changes done to spring xml configuration. More... almost 14 years ago
Initial commit of event source decoder and encoder. More... almost 14 years ago
Added comment. More... almost 14 years ago
Fixed bug with buffer.array() method. Now readable bytes are checked before the .array() is called. More... almost 14 years ago
Trivial change in enum access mode. More... almost 14 years ago
AMF3Protocol will only serialize event payload rather than whole event. More... almost 14 years ago
AMF3 binary protocol pipeline was modified to remove EventEncoder. Test and xml were modified. More... almost 14 years ago
Increased sleep time due to failing test. More... almost 14 years ago
classpath modified to add blazeds common jar file More... almost 14 years ago
Classpath file modified to add blazeds common jar file More... almost 14 years ago
Adding blazeds common jar which is required for AMF3 serialization and de-serialization. More... almost 14 years ago
Unit test for AMF3 string protocol encoding and decoding. More... almost 14 years ago
Modifications for AMF3StringProtocol More... almost 14 years ago
Added dependency on blazeds common jar. More... almost 14 years ago
Removed bytearraystreamdecoder and renamed frameSize to maxFrameSize More... almost 14 years ago
Encoding is done for whole object instead of events source alone. More... almost 14 years ago
Modified class to decode the whole object instead of event's source. More... almost 14 years ago
Test to see if the encoding and decoding of default MessageBuffer protocol works as expected. More... almost 14 years ago
createLengthFieldBasedFrameDecoder now returns LengthFieldBasedFrameDecoder instead of the superclass ChannelHandler More... almost 14 years ago
Spring lookup-method style injection is removed. Frame decoders are created by the AbstractNettyProtocol class More... almost 14 years ago
Added class DummyProtocol to prevent code duplication. Also modified number of sessions per game room to 25 since it is causing oom exception in older machines. More... almost 14 years ago
Change in variable access modifier More... almost 14 years ago
Modified to reflect change in new networkEvent method added to Events class. More... almost 14 years ago
Added shutdown logic. More... almost 14 years ago