0
I Use This!
Inactive

Commits : Listings

Analyzed about 11 hours ago. based on code collected about 11 hours ago.
Sep 09, 2024 — Sep 09, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Added idea IDE files to gitignore More... almost 13 years ago
Implemented the QoS 2 sending part for the server plus a unit test More... almost 13 years ago
Fixed encoders and decoders declaration for the broker More... almost 13 years ago
Added rough implementation for QoS 2 publish More... almost 13 years ago
Removed the CleanInFlight evente, because the clean is done once the Publish QoS 1 is just published More... almost 13 years ago
Fixed imports More... about 13 years ago
Renamed methods in SubscriptionStore, connect-> activate disconnect ->deactivate More... about 13 years ago
Extracted private inner classes from SubscriptionStore to self contained classes More... about 13 years ago
Moved SubscriptionStore and its stuff in separate package More... about 13 years ago
Extracted part of setUp for some tests More... about 13 years ago
Re-enabled ignored test, moved from ServerIntegrationTests More... about 13 years ago
Moved inner class StoredMessage from SimpleMsessaging to HawtDBStorageService More... about 13 years ago
Fixed a test More... about 13 years ago
Fixed error in storage of QoS publish messages, before stored with current clientID and not matching subscription's clientID More... about 13 years ago
Fixed log message More... about 13 years ago
Minor change added log on method call More... about 13 years ago
Added connect method to re-activate client subscription on the tree More... about 13 years ago
Minor change, added toString More... about 13 years ago
Added message type to string decoder helper method More... about 13 years ago
Added toString util method More... about 13 years ago
Added brute force MINA testing client and server More... about 13 years ago
Merged the intergation test part that uses Fusesource MQTT client More... about 13 years ago
Removed unused imports More... about 13 years ago
Cleanedup MQTTHandler after the move of logic into the event loop More... about 13 years ago
Moved subscription logic inside the event loop More... about 13 years ago
Removed no more used Unsubscribe event More... about 13 years ago
Minor change, removed commented code added a comment More... about 13 years ago
Moved Unsubscribe message handling inside event loop More... about 13 years ago
Moved disconnect message handling inside event loop More... about 13 years ago
Moved publish message handling inside event loop More... about 13 years ago