]> git.michaelhowe.org Git - packages/p/paho-mqtt.git/shortlog
packages/p/paho-mqtt.git
2014-02-03 Jan-Piet MensEnable loading without ssl import
2014-02-03 Jan-Piet MensAdd support for DNS SRV records
2014-02-03 Roger LightFix support for Python 2.6, 3.0, 3.1.
2014-02-03 Roger LightImprove handling of disconnect() with threaded mode.
2014-02-03 Roger LightImplement SSL hostname verification.
2014-02-03 Roger LightFix QoS 2 reconnect handling.
2014-02-03 Roger LightRemove old .hgtags file.
2014-02-03 Roger LightAdd example of using the client in a class.
2014-02-03 Roger LightExample program to clear retained topic trees.
2014-02-03 Roger LightOnly modify sys.path if paho.mqtt.client not found.
2014-02-03 Roger LightHandle will_payload==None.
2014-02-03 Roger LightImplement inflight message handling.
2014-02-03 Roger LightAdd support for binding client connections to a local...
2014-02-03 Roger LightPrint retain as int not bool.
2014-02-03 Roger LightAuto generate client id if it is None as well as "".
2014-02-03 Roger LightUse loop_forever() in _thread_main().
2014-02-03 Roger LightMatch version number to other Paho modules.
2014-02-03 Roger LightAdd more topic matching tests.
2014-02-03 Roger LightAdd missing file and fix associated tests.
2014-02-03 Roger LightChange old version tags to be mosquitto specific.
2014-02-03 Roger LightFix license classifiers and version number.
2014-02-03 Roger LightChange licensing BSD -> dual EPL/EDL.
2014-02-03 Roger LightAdd .gitignore, remove .hgeol and .hgignore.
2014-02-03 Roger LightBasic readme based on Paho C client.
2014-02-03 Roger LightMore mosq->paho name changes.
2014-02-03 Roger LightFix makefiles.
2014-02-03 Roger LightFix tests.
2014-02-03 Roger LightFix setup.py for new packages.
2014-02-03 Roger LightRename src, add required submodule files and fix example.
2014-02-03 Roger LightStart of reorganisation for Paho.
2014-02-03 Roger LightFix possible thread locking situation.
2014-02-03 Roger LightRemove unused variables.
2014-02-03 Roger LightFix comparison errors reported by pychecker.
2014-02-03 Roger LightRemove unused uthash license.
2014-02-03 Roger LightAdd OpenSSL attribution.
2014-02-03 Roger LightInitial contribution.