]> git.michaelhowe.org Git - packages/p/paho-mqtt.git/shortlog
packages/p/paho-mqtt.git
2015-12-19 Michael HoweInitial debianization debian/sid
2015-01-29 Roger A. LightMerge branch '1.1' v1.1
2014-11-01 Roger A. Light[448428] Fix possible race condition connecting with...
2014-09-16 Roger A. LightSimplify message states.
2014-09-16 HmvpRemove message from inflight when not connected
2014-09-15 Roger A. LightConvert remaining message states.
2014-09-13 Roger A. LightBump version number.
2014-09-13 Roger A. Light[443881] Handle exceptions from select() in client...
2014-09-12 Roger A. Light[440169] Add information on "protocol" argument.
2014-09-12 Roger A. Light[443964] Fix possible race condition when connecting...
2014-09-12 Roger A. Light[443935] Fix reconnecting with lots of inflight messages.
2014-08-01 Roger A. LightMust treat 3.x and 2.7 separately.
2014-08-01 Roger A. LightHandle "unicode" type payloads on Python 2.7.
2014-08-01 Roger A. LightDon't attempt to encode topic to utf-8 twice.
2014-07-28 Roger A. Light[439277] Fix Client constructor for the case where...
2014-07-28 Roger A. Light[438484] Fix "protocol" not being used in publish.single()
2014-07-04 Roger A. LightFurther reconnect fix.
2014-07-04 Roger A. LightFix incorrect reconnect.
2014-06-24 Roger A. LightBump version numbers. v1.0
2014-06-17 Roger A. LightMerge branch '1.0'
2014-06-16 Roger A. LightAll strings are now correctly encoded as utf-8.
2014-06-16 Roger A. LightRemove debug statement.
2014-06-07 HmvpFix parsing subjectAltName for SSL connections
2014-06-07 Roger A. LightAdd support for "session present" in CONNACK and on_con...
2014-06-04 Roger A. LightDon't hang in loop_forever() after disconnect() when...
2014-05-29 Roger A. LightAdd version information to paho.mqtt.__version__
2014-05-20 Roger A. LightNo need to release mutex here.
2014-05-17 Roger A. LightFix potential lockup when publishing from on_publish...
2014-05-17 Roger A. LightRemove debug statement.
2014-05-12 Roger A. Light[434143] Default protocol is now MQTT v3.1.1.
2014-05-12 Roger A. LightBump version number.
2014-05-12 Roger A. LightFix CONNECT packet for MQTT v3.1.1.
2014-05-08 Roger LightAdd more details on contributing. v0.9
2014-05-01 Roger LightAdd upload target that runs tests first.
2014-05-01 Roger LightPUBREL fix.
2014-04-30 Roger LightImplement multiple callbacks for incoming messages.
2014-04-29 Roger LightSimplify on_message handling code.
2014-04-28 Roger LightFix topic matching edge case.
2014-04-25 Roger LightRemove incorrect toc entry.
2014-04-25 Roger LightAdd a simple example.
2014-04-22 Roger LightDon't distribute test files.
2014-04-22 Roger LightAdd complete documentation to README.
2014-04-22 Roger LightConvert README to reStructuredText for PyPi.
2014-04-21 Roger LightUpdate in-client version number.
2014-04-21 Roger LightVersion number bump.
2014-04-21 Roger LightMANIFEST.in for setup.py sdist.
2014-04-21 Roger Light/usr/bin/python -> /usr/bin/env python
2014-04-21 Roger LightAllow separate Python2/Python3 testing.
2014-04-16 Roger LightFix socket error handling on Windows.
2014-03-27 Roger LightAdd CONTRIBUTING.md.
2014-03-16 Roger LightFix topic matching for $ topics.
2014-03-16 Roger LightFix socketpair read/write when publishing large messages.
2014-02-18 Roger LightStart of MQTT v3.1.1 support.
2014-02-18 Roger LightFix ssl tests.
2014-02-14 Roger LightAdd paho.mqtt.publish.multiple() helper function.
2014-02-12 Roger LightFix import typo.
2014-02-05 Roger LightBreak out of select() on publish()/subscribe() etc.
2014-02-04 Roger LightBump version.
2014-02-04 Roger LightRemove irrelevant license file.
2014-02-04 Roger LightAdd publish helper module.
2014-02-04 Roger LightClose connection after sending a DISCONNECT.
2014-02-03 Roger LightAdd about.html.
2014-02-03 Roger LightAlways return tuple in un/subscribe().
2014-02-03 Roger LightUse loop_forever() in example.
2014-02-03 Roger LightFix typo.
2014-02-03 Roger LightCompatibility class for porting from mosquitto.py.
2014-02-03 Roger LightChange package name and drop version number.
2014-02-03 Roger LightSeparate in/out message queues.
2014-02-03 Roger LightUse dict instead of MQTTPacket.
2014-02-03 Roger LightUse dict instead of MQTTInPacket.
2014-02-03 Roger LightFix typo from MOSQ porting.
2014-02-03 Roger LightHandle null will payloads correctly when connecting.
2014-02-03 Roger LightFix topic comparison.
2014-02-03 Roger LightBlock in loop_stop() until all messages are sent.
2014-02-03 Roger LightTopics are no longer normalised.
2014-02-03 Roger Lightpep8 fixes.
2014-02-03 Roger LightDon't fail reconnecting when broker is unavailable.
2014-02-03 Roger LightRecord version number in code.
2014-02-03 Roger LightHandle EAGAIN on Windows.
2014-02-03 Roger LightFix TLS subjectAltName verification.
2014-02-03 Roger LightClose socket after sending DISCONNECT.
2014-02-03 Roger LightAdd support for un/subscribing to multiple topics.
2014-02-03 Roger LightFix version check logic.
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.
next