0
I Use This!
Inactive

Commits : Listings

Analyzed about 9 hours ago. based on code collected about 9 hours ago.
Sep 03, 2024 — Sep 03, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Extracted persistence interface for subscriptions from IStorageService More... over 11 years ago
Enabled overriding of subscription from same client to same topic with different QoS, the latest wins More... over 11 years ago
Minor change, added coverage plugin More... over 11 years ago
Forced some delay in server shutdown to give time the ProcessorEvent to shutdown correclty (it's asynch operation) More... over 11 years ago
Minor change added logging More... over 11 years ago
Missed in 2 commits ago More... over 11 years ago
Minor change, condensed debug logging More... over 11 years ago
Added a test to check the cleaning of server status in start/sop cycles (usually used in integration tests itself. More... over 11 years ago
Minor change, introduced a latch to fix threading problem in test unit More... over 11 years ago
Minor change, introduced a latch to fix threading problem in test unit More... over 11 years ago
Fixed issue #18, bad pubblishing of QoS0 message to inactive ( not connected) clients More... over 11 years ago
Minor change, augmented logging quality More... over 11 years ago
Fixed a bug in store remove subscription that doesn't check the clientID but just the topic match More... over 11 years ago
Minor change, redefined toString for ConnectionDescriptor More... over 11 years ago
In test, moved publisher and subscriber from local variables to fields More... over 11 years ago
Fixed issue #16 More... almost 12 years ago
Added management of PUBACK messages in return of re-publish messages (after a cleanSession = false rebooted client) to clean sequentially the already dispatched messages More... almost 12 years ago
Re-added FuseSource MQTT client because simplify certain testing use cases More... almost 12 years ago
Minor, added ByteBuffer to string conversion debug Utils More... almost 12 years ago
Minor, removed unused import More... almost 12 years ago
Fixed ghost error due to bad timing in the test More... almost 12 years ago
Merge the switch from byte[] to ByteBuffer More... almost 12 years ago
Changed the use of string concatenation of String.format in favor of formatted logging methods More... almost 12 years ago
Added publisher and subscriber using mqtt-client lib from FuseSource More... almost 12 years ago
Fixed the switching from byte[] to ByteBuffer on server storage More... almost 12 years ago
Adapted Netty parser to use ByteBuffer instead of byte[] More... almost 12 years ago
Adapted Netty parser to use ByteBuffer instead of byte[] More... almost 12 years ago
Merge branch 'master' into remove_content_copy More... almost 12 years ago
Minor change, removed the logging of contents More... almost 12 years ago
Fixed issue #15, missed notification of publish due to bad re-activation on a nested topic tree. More... almost 12 years ago