0
I Use This!
Inactive

Commits : Listings

Analyzed about 6 hours ago. based on code collected about 6 hours ago.
Sep 08, 2024 — Sep 08, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Fixing QOSType encoding and decoding of FAILURE qos (0x80). This was causing bug with decoding a SubAck with failure qos type. See Appendix B: MQTT-3.9.3-2 More... almost 10 years ago
Minor change, just changed log level in PublishDecoder More... almost 10 years ago
Minor, fixed a shutdown exception More... almost 10 years ago
Added null check to fix issue #93 More... almost 10 years ago
Minor changes More... almost 10 years ago
Added subprotocol specs for MQTT over WebSocket (fix issue #90) More... almost 10 years ago
Added check to avoid creation of LostConnectionEvents for not yet completed connects (fix issue #88) More... almost 10 years ago
Merge pull request #103 from runafter/issue-91 More... almost 10 years ago
Published old committed on local branch changes (fix for issue #79) More... almost 10 years ago
Fixed ugly empty session storage, avoid fake NullObject empty subscription subscription More... almost 10 years ago
Minor, splitted ProtocolProcessorTest into 2 sub TestSuites More... almost 10 years ago
Minor added check fake issue #87 More... almost 10 years ago
Changed willMessage and password in CONNECT message from String to byte[] (fix issue #94 and #95) More... almost 10 years ago
Minor change, just aligned ChangeLog More... almost 10 years ago
Minor change, just added MapDB groovy toy script More... almost 10 years ago
Fix multiple client using SSL issue #91 More... almost 10 years ago
Merge pull request #89 from kazvictor/PubRelEncodeFix More... about 10 years ago
Adding unit test to check that PubRelEncoder encodes PubRel message flag to match what is in the MQTT specification (both 3.1.1 and 3.1). See Appendix B: MQTT-3.6.1-1 More... about 10 years ago
Fixing PubRelEncoder to encode PubRel message flag to match what is in the MQTT specification http://docs.oasis-open.org/mqtt/mqtt/v3.1.1/os/mqtt-v3.1.1-os.html#_Toc398718054 More... about 10 years ago
Moved config part in its separate package More... about 10 years ago
Abstracted configuration part to use filesystem or classpath files More... about 10 years ago
Added shutdown sequence of the disruptor used in the output part (from ProtocolProcessor down to the cable) More... about 10 years ago
Added simple main class to test embedding of Broker More... about 10 years ago
Merge pull request #85 from wagnerluis1982/master More... about 10 years ago
Encapsulating every intercept data More... about 10 years ago
Minor change, updated Netty and MapDB versions More... about 10 years ago
Added checking of valid topicFilter format in unsubscribe More... about 10 years ago
Fixed issue #69 More... about 10 years ago
Minor change, updated copyright to 2012-2015 More... about 10 years ago
From cloning of Publish and Connect messages to unmodifiable copies More... about 10 years ago