1
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Aug 28, 2024 — Aug 28, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
myqtt: * [fix] Fixed compilation warnings.. More... about 10 years ago
myqtt: * [fix] Updated TODO file to include more references.. More... about 10 years ago
myqtt: * [fix] Updating TODO file.. More... about 10 years ago
myqtt: * [new] Updated MyQttD to support disabling wildcard subscription globally or by domain. Added reg test (test_16) to check support added. Nice! More... about 10 years ago
myqtt: * [fix] Added code to allow configuring a handler that will be called when a subscription is received, allowing to reconfigure QoS accepted or simply deny subscription request received. API added: More... about 10 years ago
myqtt: * [fix] Updated internal copy myqtt connection function used to transfer connections between domains quickly to also transfer peer_wait_replies hash recently added into libMyQtt More... about 10 years ago
myqtt: * [fix] Finished complete and tested support for message retention when subscribing with a filter including wildcards. Updated regression test to add to new tests: test_17a and test_17b to check wildcards + and # More... about 10 years ago
myqtt: * [fix] Updated regression test 15 to also support checking wildcard + and wildcard #. Added regression test_15a and test_15b. More... about 10 years ago
myqtt: * [fix] Updated test_14 to also check wildcard + and wildcard #. Added regression tests test_14b and test_14c. Everything working as expected. More... about 10 years ago
myqtt: * [fix] Updated reg test (test_13) to also support checking wildcard + and wildcard #. Everything working as expected. Added regression tests test_13a and test_13b. More... about 10 years ago
myqtt: * [fix] Updated regression test_12 to also check wildcard + and wildcard # Added regression tests test_12a and test_12b. Everything is working.. More... about 10 years ago
myqtt: * [fix] Updated internal __myqtt_reader_get_reply to acquire a reference to the connection during the whole operation, to ensure we don't lose the reference because thread planner's playing. More... about 10 years ago
myqtt: * [fix] More updates to myqtt-regression-client.c to clarify error messages at test_14. More... about 10 years ago
myqtt: * [fix] Added preliminary support for wildcard subscription. Everything working so far but more testing is needed. Added regression tests test_02a, test_03a, test_03b. More... about 10 years ago
myqtt: * [fix] Adding more documentation about myqtt-client and how to use topic-match function to test topic filters without creating a MQTT connection. More... about 10 years ago
myqtt: * [fix] Updated MyQtt documentation to fix some references.. More... about 10 years ago
myqtt: * [fix] Making internal get reply used by myqtt reader to detect if the thread planner is playing with us by activaing the connection close but leaving it freezed in the middle, making the other thread the release the queue is about to be used by the handler freezed. Now, this is detected and the queue release is adjurn associated to the connection release (given it is closed). More... about 10 years ago
myqtt: * [fix] Adding documentation to explain some internal decisions about why some wait hashes are used over others. More... about 10 years ago
myqtt: * [fix] Several updates to have different tracking hashings for packet ids generated from the remote peer from those generated locally. More... about 10 years ago
myqtt: * [fix] Several updates to add support for v.3.1 MQTT. More... about 10 years ago
myqtt: * [fix] More documentation updates added.. More... about 10 years ago
myqtt: * [fix] More updates.. More... about 10 years ago
myqtt: * [fix] Fixed myqtt-init.d scripts.. More... about 10 years ago
myqtt: * [fix] Reorganized login handling that hands over incoming connections from parent context into domain's context. Added regression test 10-a to check bug found and fix introduced. More... about 10 years ago
myqtt: * [fix] Updated myqtt_conn_ref implementation to check reference after operation. More... about 10 years ago
myqtt: * [fix] More updates to explain how to do some tests with the quick install manual.. More... about 10 years ago
myqtt: * [fix] Added some help to myqtt-client about --get-msgs More... about 10 years ago
myqtt: * [fix] Adding some debug information to report when a database backend is loaded.. More... about 10 years ago
myqtt: * [fix] Adding some debug while authenticating... More... about 10 years ago
myqtt: * [fix] Removed requirement for pcre libs.. More... about 10 years ago