Imported Upstream version 1.6.8 51/279351/1 upstream upstream/1.6.8
authorjiung-yu <jiung.yu@samsung.com>
Sun, 7 Aug 2022 21:44:57 +0000 (06:44 +0900)
committerjiung-yu <jiung.yu@samsung.com>
Sun, 7 Aug 2022 21:47:22 +0000 (06:47 +0900)
commitc1a463cdfe0f2fc941fb61490eff7a90a8de79ee
treec989cc83902b336d8841cb43081ace886179c185
parent8b1c83d413e8383a8ea27519e5a238e4e9bd8744
Imported Upstream version 1.6.8

Change-Id: I841c0ddc056043c94d4969e7562b806473c5b9d6
Signed-off-by: Yu jiung <jiung.yu@samsung.com>
941 files changed:
.github/lock.yml [new file with mode: 0644]
.github/pull_request_template.md [new file with mode: 0644]
.gitignore [new file with mode: 0644]
.travis.yml [new file with mode: 0644]
CMakeLists.txt [new file with mode: 0644]
CONTRIBUTING.md [new file with mode: 0644]
ChangeLog.txt [new file with mode: 0644]
LICENSE.txt [new file with mode: 0644]
Makefile [new file with mode: 0644]
Mosquitto.podspec [new file with mode: 0644]
SECURITY.md [new file with mode: 0644]
THANKS.txt [new file with mode: 0644]
about.html [new file with mode: 0644]
aclfile.example [new file with mode: 0644]
appveyor.yml [new file with mode: 0644]
buildtest.py [new file with mode: 0755]
client/CMakeLists.txt [new file with mode: 0644]
client/Makefile [new file with mode: 0644]
client/client_props.c [new file with mode: 0644]
client/client_shared.c [new file with mode: 0644]
client/client_shared.h [new file with mode: 0644]
client/pub_client.c [new file with mode: 0644]
client/pub_shared.c [new file with mode: 0644]
client/pub_shared.h [new file with mode: 0644]
client/pub_test_properties [new file with mode: 0755]
client/rr_client.c [new file with mode: 0644]
client/sub_client.c [new file with mode: 0644]
client/sub_client_output.c [new file with mode: 0644]
client/sub_test_properties [new file with mode: 0755]
compiling.txt [new file with mode: 0644]
config.h [new file with mode: 0644]
config.mk [new file with mode: 0644]
doc/historical/old-regex.txt [new file with mode: 0644]
doc/historical/topic-match.kds [new file with mode: 0644]
doc/joss-paper/codemeta.json [new file with mode: 0644]
doc/joss-paper/paper.bib [new file with mode: 0644]
doc/joss-paper/paper.md [new file with mode: 0644]
docker/1.4.12/Dockerfile [new file with mode: 0644]
docker/1.4.12/README.md [new file with mode: 0644]
docker/1.4.12/docker-entrypoint.sh [new file with mode: 0755]
docker/1.5/Dockerfile [new file with mode: 0644]
docker/1.5/README.md [new file with mode: 0644]
docker/1.5/docker-entrypoint.sh [new file with mode: 0755]
docker/1.6/Dockerfile [new file with mode: 0644]
docker/1.6/README.md [new file with mode: 0644]
docker/1.6/docker-entrypoint.sh [new file with mode: 0755]
docker/README.md [new file with mode: 0644]
docker/generic/Dockerfile [new file with mode: 0644]
docker/generic/README.md [new file with mode: 0644]
docker/generic/docker-entrypoint.sh [new file with mode: 0755]
docker/local/Dockerfile [new file with mode: 0644]
docker/local/README.md [new file with mode: 0644]
docker/local/docker-entrypoint.sh [new file with mode: 0755]
edl-v10 [new file with mode: 0644]
epl-v10 [new file with mode: 0644]
examples/mysql_log/Makefile [new file with mode: 0644]
examples/mysql_log/mysql_log.c [new file with mode: 0644]
examples/subscribe_simple/Makefile [new file with mode: 0644]
examples/subscribe_simple/callback.c [new file with mode: 0644]
examples/subscribe_simple/multiple.c [new file with mode: 0644]
examples/subscribe_simple/single.c [new file with mode: 0644]
examples/temperature_conversion/Makefile [new file with mode: 0644]
examples/temperature_conversion/main.cpp [new file with mode: 0644]
examples/temperature_conversion/readme.txt [new file with mode: 0644]
examples/temperature_conversion/temperature_conversion.cpp [new file with mode: 0644]
examples/temperature_conversion/temperature_conversion.h [new file with mode: 0644]
installer/mosquitto.nsi [new file with mode: 0644]
installer/mosquitto64.nsi [new file with mode: 0644]
lib/CMakeLists.txt [new file with mode: 0644]
lib/Makefile [new file with mode: 0644]
lib/actions.c [new file with mode: 0644]
lib/alias_mosq.c [new file with mode: 0644]
lib/alias_mosq.h [new file with mode: 0644]
lib/callbacks.c [new file with mode: 0644]
lib/connect.c [new file with mode: 0644]
lib/cpp/CMakeLists.txt [new file with mode: 0644]
lib/cpp/Makefile [new file with mode: 0644]
lib/cpp/mosquittopp.cpp [new file with mode: 0644]
lib/cpp/mosquittopp.h [new file with mode: 0644]
lib/dummypthread.h [new file with mode: 0644]
lib/handle_auth.c [new file with mode: 0644]
lib/handle_connack.c [new file with mode: 0644]
lib/handle_disconnect.c [new file with mode: 0644]
lib/handle_ping.c [new file with mode: 0644]
lib/handle_pubackcomp.c [new file with mode: 0644]
lib/handle_publish.c [new file with mode: 0644]
lib/handle_pubrec.c [new file with mode: 0644]
lib/handle_pubrel.c [new file with mode: 0644]
lib/handle_suback.c [new file with mode: 0644]
lib/handle_unsuback.c [new file with mode: 0644]
lib/helpers.c [new file with mode: 0644]
lib/linker.version [new file with mode: 0644]
lib/logging_mosq.c [new file with mode: 0644]
lib/logging_mosq.h [new file with mode: 0644]
lib/loop.c [new file with mode: 0644]
lib/memory_mosq.c [new file with mode: 0644]
lib/memory_mosq.h [new file with mode: 0644]
lib/messages_mosq.c [new file with mode: 0644]
lib/messages_mosq.h [new file with mode: 0644]
lib/mosquitto.c [new file with mode: 0644]
lib/mosquitto.h [new file with mode: 0644]
lib/mosquitto_internal.h [new file with mode: 0644]
lib/mqtt_protocol.h [new file with mode: 0644]
lib/net_mosq.c [new file with mode: 0644]
lib/net_mosq.h [new file with mode: 0644]
lib/net_mosq_ocsp.c [new file with mode: 0644]
lib/options.c [new file with mode: 0644]
lib/packet_datatypes.c [new file with mode: 0644]
lib/packet_mosq.c [new file with mode: 0644]
lib/packet_mosq.h [new file with mode: 0644]
lib/property_mosq.c [new file with mode: 0644]
lib/property_mosq.h [new file with mode: 0644]
lib/read_handle.c [new file with mode: 0644]
lib/read_handle.h [new file with mode: 0644]
lib/send_connect.c [new file with mode: 0644]
lib/send_disconnect.c [new file with mode: 0644]
lib/send_mosq.c [new file with mode: 0644]
lib/send_mosq.h [new file with mode: 0644]
lib/send_publish.c [new file with mode: 0644]
lib/send_subscribe.c [new file with mode: 0644]
lib/send_unsubscribe.c [new file with mode: 0644]
lib/socks_mosq.c [new file with mode: 0644]
lib/socks_mosq.h [new file with mode: 0644]
lib/srv_mosq.c [new file with mode: 0644]
lib/thread_mosq.c [new file with mode: 0644]
lib/time_mosq.c [new file with mode: 0644]
lib/time_mosq.h [new file with mode: 0644]
lib/tls_mosq.c [new file with mode: 0644]
lib/tls_mosq.h [new file with mode: 0644]
lib/utf8_mosq.c [new file with mode: 0644]
lib/util_mosq.c [new file with mode: 0644]
lib/util_mosq.h [new file with mode: 0644]
lib/util_topic.c [new file with mode: 0644]
lib/will_mosq.c [new file with mode: 0644]
lib/will_mosq.h [new file with mode: 0644]
libmosquitto.pc.in [new file with mode: 0644]
libmosquittopp.pc.in [new file with mode: 0644]
logo/legacy/mosquitto-14x14.png [new file with mode: 0644]
logo/legacy/mosquitto-16x16.png [new file with mode: 0644]
logo/legacy/mosquitto.svg [new file with mode: 0644]
logo/mosquitto-logo-min.svg [new file with mode: 0644]
logo/mosquitto-logo-only.svg [new file with mode: 0644]
logo/mosquitto-text-below.svg [new file with mode: 0644]
logo/mosquitto-text-side.svg [new file with mode: 0644]
logo/mosquitto.ico [new file with mode: 0644]
man/CMakeLists.txt [new file with mode: 0644]
man/Makefile [new file with mode: 0644]
man/html.xsl [new file with mode: 0644]
man/libmosquitto.3.meta [new file with mode: 0644]
man/libmosquitto.3.xml [new file with mode: 0644]
man/manpage.xsl [new file with mode: 0644]
man/mosquitto-tls.7.meta [new file with mode: 0644]
man/mosquitto-tls.7.xml [new file with mode: 0644]
man/mosquitto.8.meta [new file with mode: 0644]
man/mosquitto.8.xml [new file with mode: 0644]
man/mosquitto.conf.5.meta [new file with mode: 0644]
man/mosquitto.conf.5.xml [new file with mode: 0644]
man/mosquitto_passwd.1.meta [new file with mode: 0644]
man/mosquitto_passwd.1.xml [new file with mode: 0644]
man/mosquitto_pub.1.meta [new file with mode: 0644]
man/mosquitto_pub.1.xml [new file with mode: 0644]
man/mosquitto_rr.1.meta [new file with mode: 0644]
man/mosquitto_rr.1.xml [new file with mode: 0644]
man/mosquitto_sub.1.meta [new file with mode: 0644]
man/mosquitto_sub.1.xml [new file with mode: 0644]
man/mqtt.7.meta [new file with mode: 0644]
man/mqtt.7.xml [new file with mode: 0644]
misc/currentcost/cc128_log_mysql.pl [new file with mode: 0755]
misc/currentcost/cc128_parse.pl [new file with mode: 0755]
misc/currentcost/cc128_read.pl [new file with mode: 0755]
misc/currentcost/cc128_read.py [new file with mode: 0755]
misc/currentcost/gnome-panel/CurrentCostMQTT.py [new file with mode: 0755]
misc/currentcost/gnome-panel/CurrentCostMQTT.server [new file with mode: 0644]
misc/currentcost/gnome-panel/currentcost.png [new file with mode: 0644]
mosquitto.conf [new file with mode: 0644]
notice.html [new file with mode: 0644]
pskfile.example [new file with mode: 0644]
pwfile.example [new file with mode: 0644]
readme-tests.md [new file with mode: 0644]
readme-windows.txt [new file with mode: 0644]
readme.md [new file with mode: 0644]
security/mosquitto.apparmor [new file with mode: 0644]
service/monit/mosquitto.monit [new file with mode: 0644]
service/svscan/run [new file with mode: 0755]
service/systemd/README [new file with mode: 0644]
service/systemd/mosquitto.service.notify [new file with mode: 0644]
service/systemd/mosquitto.service.simple [new file with mode: 0644]
service/upstart/mosquitto.conf [new file with mode: 0644]
set-version.sh [new file with mode: 0755]
snap/local/default_config.conf [new file with mode: 0644]
snap/local/launcher.sh [new file with mode: 0755]
snap/snapcraft.yaml [new file with mode: 0644]
src/CMakeLists.txt [new file with mode: 0644]
src/Makefile [new file with mode: 0644]
src/bridge.c [new file with mode: 0644]
src/conf.c [new file with mode: 0644]
src/conf_includedir.c [new file with mode: 0644]
src/context.c [new file with mode: 0644]
src/database.c [new file with mode: 0644]
src/db_dump/Makefile [new file with mode: 0644]
src/db_dump/db_dump.c [new file with mode: 0644]
src/deps/uthash.h [new file with mode: 0644]
src/deps/utlist.h [new file with mode: 0644]
src/handle_auth.c [new file with mode: 0644]
src/handle_connack.c [new file with mode: 0644]
src/handle_connect.c [new file with mode: 0644]
src/handle_disconnect.c [new file with mode: 0644]
src/handle_publish.c [new file with mode: 0644]
src/handle_subscribe.c [new file with mode: 0644]
src/handle_unsubscribe.c [new file with mode: 0644]
src/lib_load.h [new file with mode: 0644]
src/linker-macosx.syms [new file with mode: 0644]
src/linker.syms [new file with mode: 0644]
src/logging.c [new file with mode: 0644]
src/loop.c [new file with mode: 0644]
src/mosquitto.c [new file with mode: 0644]
src/mosquitto_broker.h [new file with mode: 0644]
src/mosquitto_broker_internal.h [new file with mode: 0644]
src/mosquitto_passwd.c [new file with mode: 0644]
src/mosquitto_plugin.h [new file with mode: 0644]
src/net.c [new file with mode: 0644]
src/persist.h [new file with mode: 0644]
src/persist_read.c [new file with mode: 0644]
src/persist_read_v234.c [new file with mode: 0644]
src/persist_read_v5.c [new file with mode: 0644]
src/persist_write.c [new file with mode: 0644]
src/persist_write_v5.c [new file with mode: 0644]
src/plugin.c [new file with mode: 0644]
src/plugin_defer.c [new file with mode: 0644]
src/property_broker.c [new file with mode: 0644]
src/read_handle.c [new file with mode: 0644]
src/security.c [new file with mode: 0644]
src/security_default.c [new file with mode: 0644]
src/send_auth.c [new file with mode: 0644]
src/send_connack.c [new file with mode: 0644]
src/send_suback.c [new file with mode: 0644]
src/send_unsuback.c [new file with mode: 0644]
src/service.c [new file with mode: 0644]
src/session_expiry.c [new file with mode: 0644]
src/signals.c [new file with mode: 0644]
src/subs.c [new file with mode: 0644]
src/sys_tree.c [new file with mode: 0644]
src/sys_tree.h [new file with mode: 0644]
src/uhpa.h [new file with mode: 0644]
src/websockets.c [new file with mode: 0644]
src/will_delay.c [new file with mode: 0644]
test/Makefile [new file with mode: 0644]
test/broker/01-connect-anon-denied.pwfile [new file with mode: 0644]
test/broker/01-connect-anon-denied.py [new file with mode: 0755]
test/broker/01-connect-bad-packet.py [new file with mode: 0755]
test/broker/01-connect-disconnect-v5.py [new file with mode: 0755]
test/broker/01-connect-duplicate-v5.py [new file with mode: 0755]
test/broker/01-connect-duplicate.py [new file with mode: 0755]
test/broker/01-connect-invalid-id-0-311.py [new file with mode: 0755]
test/broker/01-connect-invalid-id-0.py [new file with mode: 0755]
test/broker/01-connect-invalid-id-missing.py [new file with mode: 0755]
test/broker/01-connect-invalid-id-utf8.py [new file with mode: 0755]
test/broker/01-connect-invalid-protonum.py [new file with mode: 0755]
test/broker/01-connect-invalid-reserved.py [new file with mode: 0755]
test/broker/01-connect-success-v5.py [new file with mode: 0755]
test/broker/01-connect-success.py [new file with mode: 0755]
test/broker/01-connect-uname-invalid-utf8.py [new file with mode: 0755]
test/broker/01-connect-uname-no-flag.py [new file with mode: 0755]
test/broker/01-connect-uname-no-password-denied.pwfile [new file with mode: 0644]
test/broker/01-connect-uname-no-password-denied.py [new file with mode: 0755]
test/broker/01-connect-uname-password-denied-no-will.py [new file with mode: 0755]
test/broker/01-connect-uname-password-denied.pwfile [new file with mode: 0644]
test/broker/01-connect-uname-password-denied.py [new file with mode: 0755]
test/broker/01-connect-uname-password-success-no-tls.pwfile [new file with mode: 0644]
test/broker/01-connect-uname-password-success-no-tls.py [new file with mode: 0755]
test/broker/01-connect-uname-password-success.pwfile [new file with mode: 0644]
test/broker/01-connect-uname-password-success.py [new file with mode: 0755]
test/broker/01-connect-uname-pwd-no-flag.py [new file with mode: 0755]
test/broker/01-connect-zero-length-id.py [new file with mode: 0755]
test/broker/02-shared-qos0-v5.py [new file with mode: 0755]
test/broker/02-subhier-crash.py [new file with mode: 0755]
test/broker/02-subpub-qos0-long-topic.py [new file with mode: 0755]
test/broker/02-subpub-qos0-retain-as-publish.py [new file with mode: 0755]
test/broker/02-subpub-qos0-send-retain.py [new file with mode: 0755]
test/broker/02-subpub-qos0-subscription-id.py [new file with mode: 0755]
test/broker/02-subpub-qos0-topic-alias-unknown.py [new file with mode: 0755]
test/broker/02-subpub-qos0-topic-alias.py [new file with mode: 0755]
test/broker/02-subpub-qos0-v5.py [new file with mode: 0755]
test/broker/02-subpub-qos0.py [new file with mode: 0755]
test/broker/02-subpub-qos1-bad-pubcomp.py [new file with mode: 0755]
test/broker/02-subpub-qos1-bad-pubrec.py [new file with mode: 0755]
test/broker/02-subpub-qos1-message-expiry-retain.py [new file with mode: 0755]
test/broker/02-subpub-qos1-message-expiry-will.py [new file with mode: 0755]
test/broker/02-subpub-qos1-message-expiry.py [new file with mode: 0755]
test/broker/02-subpub-qos1-nolocal.py [new file with mode: 0755]
test/broker/02-subpub-qos1-v5.py [new file with mode: 0755]
test/broker/02-subpub-qos1.py [new file with mode: 0755]
test/broker/02-subpub-qos2-1322.py [new file with mode: 0755]
test/broker/02-subpub-qos2-bad-puback-1.py [new file with mode: 0755]
test/broker/02-subpub-qos2-bad-puback-2.py [new file with mode: 0755]
test/broker/02-subpub-qos2-bad-pubcomp.py [new file with mode: 0755]
test/broker/02-subpub-qos2-pubrec-error-helper.py [new file with mode: 0755]
test/broker/02-subpub-qos2-pubrec-error.py [new file with mode: 0755]
test/broker/02-subpub-qos2-receive-maximum-1.py [new file with mode: 0755]
test/broker/02-subpub-qos2-receive-maximum-2.py [new file with mode: 0755]
test/broker/02-subpub-qos2-receive-maximum-helper.py [new file with mode: 0755]
test/broker/02-subpub-qos2-v5.py [new file with mode: 0755]
test/broker/02-subpub-qos2.py [new file with mode: 0755]
test/broker/02-subscribe-dollar-v5.py [new file with mode: 0755]
test/broker/02-subscribe-invalid-utf8.py [new file with mode: 0755]
test/broker/02-subscribe-long-topic.py [new file with mode: 0755]
test/broker/02-subscribe-persistence-flipflop.py [new file with mode: 0755]
test/broker/02-subscribe-qos0.py [new file with mode: 0755]
test/broker/02-subscribe-qos1.py [new file with mode: 0755]
test/broker/02-subscribe-qos2.py [new file with mode: 0755]
test/broker/02-unsubscribe-invalid-no-topic.py [new file with mode: 0755]
test/broker/02-unsubscribe-qos0.py [new file with mode: 0755]
test/broker/02-unsubscribe-qos1.py [new file with mode: 0755]
test/broker/02-unsubscribe-qos2-multiple-v5.py [new file with mode: 0755]
test/broker/02-unsubscribe-qos2-multiple.py [new file with mode: 0755]
test/broker/02-unsubscribe-qos2-v5.py [new file with mode: 0755]
test/broker/02-unsubscribe-qos2.py [new file with mode: 0755]
test/broker/03-pattern-matching-helper.py [new file with mode: 0755]
test/broker/03-pattern-matching.py [new file with mode: 0755]
test/broker/03-publish-b2c-disconnect-qos1-helper.py [new file with mode: 0755]
test/broker/03-publish-b2c-disconnect-qos1.py [new file with mode: 0755]
test/broker/03-publish-b2c-disconnect-qos2-helper.py [new file with mode: 0755]
test/broker/03-publish-b2c-disconnect-qos2.py [new file with mode: 0755]
test/broker/03-publish-b2c-qos1-len-helper.py [new file with mode: 0755]
test/broker/03-publish-b2c-qos1-len.py [new file with mode: 0755]
test/broker/03-publish-b2c-qos2-len-helper.py [new file with mode: 0755]
test/broker/03-publish-b2c-qos2-len.py [new file with mode: 0755]
test/broker/03-publish-b2c-timeout-qos1-helper.py [new file with mode: 0755]
test/broker/03-publish-b2c-timeout-qos1.py [new file with mode: 0755]
test/broker/03-publish-b2c-timeout-qos2-helper.py [new file with mode: 0755]
test/broker/03-publish-b2c-timeout-qos2.py [new file with mode: 0755]
test/broker/03-publish-c2b-disconnect-qos2.py [new file with mode: 0755]
test/broker/03-publish-c2b-qos2-len.py [new file with mode: 0755]
test/broker/03-publish-c2b-timeout-qos2.py [new file with mode: 0755]
test/broker/03-publish-dollar-v5.py [new file with mode: 0755]
test/broker/03-publish-dollar.py [new file with mode: 0755]
test/broker/03-publish-invalid-utf8.py [new file with mode: 0755]
test/broker/03-publish-long-topic.py [new file with mode: 0755]
test/broker/03-publish-qos1-max-inflight.py [new file with mode: 0755]
test/broker/03-publish-qos1-no-subscribers-v5.py [new file with mode: 0755]
test/broker/03-publish-qos1-queued-bytes.conf [new file with mode: 0644]
test/broker/03-publish-qos1-queued-bytes.py [new file with mode: 0755]
test/broker/03-publish-qos1-retain-disabled.py [new file with mode: 0755]
test/broker/03-publish-qos1.py [new file with mode: 0755]
test/broker/03-publish-qos2-max-inflight.py [new file with mode: 0755]
test/broker/03-publish-qos2.py [new file with mode: 0755]
test/broker/04-retain-check-source-persist-diff-port.py [new file with mode: 0755]
test/broker/04-retain-check-source-persist.py [new file with mode: 0755]
test/broker/04-retain-check-source.py [new file with mode: 0755]
test/broker/04-retain-qos0-clear.py [new file with mode: 0755]
test/broker/04-retain-qos0-fresh.py [new file with mode: 0755]
test/broker/04-retain-qos0-repeated.py [new file with mode: 0755]
test/broker/04-retain-qos0.py [new file with mode: 0755]
test/broker/04-retain-qos1-qos0.py [new file with mode: 0755]
test/broker/04-retain-upgrade-outgoing-qos.py [new file with mode: 0755]
test/broker/05-clean-session-qos1-helper.py [new file with mode: 0755]
test/broker/05-clean-session-qos1.py [new file with mode: 0755]
test/broker/05-session-expiry-v5.py [new file with mode: 0755]
test/broker/06-bridge-b2br-disconnect-qos1.py [new file with mode: 0755]
test/broker/06-bridge-b2br-disconnect-qos2.py [new file with mode: 0755]
test/broker/06-bridge-b2br-late-connection-retain.py [new file with mode: 0755]
test/broker/06-bridge-b2br-late-connection.py [new file with mode: 0755]
test/broker/06-bridge-b2br-remapping.py [new file with mode: 0755]
test/broker/06-bridge-br2b-disconnect-qos1-helper.py [new file with mode: 0755]
test/broker/06-bridge-br2b-disconnect-qos1.py [new file with mode: 0755]
test/broker/06-bridge-br2b-disconnect-qos2-helper.py [new file with mode: 0755]
test/broker/06-bridge-br2b-disconnect-qos2.py [new file with mode: 0755]
test/broker/06-bridge-br2b-remapping.py [new file with mode: 0755]
test/broker/06-bridge-fail-persist-resend-qos1.py [new file with mode: 0755]
test/broker/06-bridge-fail-persist-resend-qos2.py [new file with mode: 0755]
test/broker/06-bridge-no-local.py [new file with mode: 0755]
test/broker/06-bridge-per-listener-settings.py [new file with mode: 0755]
test/broker/06-bridge-reconnect-local-out-helper.py [new file with mode: 0755]
test/broker/06-bridge-reconnect-local-out.py [new file with mode: 0755]
test/broker/07-will-delay-reconnect.py [new file with mode: 0755]
test/broker/07-will-delay-recover.py [new file with mode: 0755]
test/broker/07-will-delay-session-expiry.py [new file with mode: 0755]
test/broker/07-will-delay-session-expiry2.py [new file with mode: 0755]
test/broker/07-will-delay.py [new file with mode: 0755]
test/broker/07-will-disconnect-with-will.py [new file with mode: 0755]
test/broker/07-will-invalid-utf8.py [new file with mode: 0755]
test/broker/07-will-no-flag.py [new file with mode: 0755]
test/broker/07-will-null-helper.py [new file with mode: 0755]
test/broker/07-will-null-topic.py [new file with mode: 0755]
test/broker/07-will-null.py [new file with mode: 0755]
test/broker/07-will-properties.py [new file with mode: 0755]
test/broker/07-will-qos0.py [new file with mode: 0755]
test/broker/07-will-reconnect-1273.py [new file with mode: 0755]
test/broker/08-ssl-bridge-helper.py [new file with mode: 0755]
test/broker/08-ssl-bridge.py [new file with mode: 0755]
test/broker/08-ssl-connect-cert-auth-crl.py [new file with mode: 0755]
test/broker/08-ssl-connect-cert-auth-expired.py [new file with mode: 0755]
test/broker/08-ssl-connect-cert-auth-revoked.py [new file with mode: 0755]
test/broker/08-ssl-connect-cert-auth-without.py [new file with mode: 0755]
test/broker/08-ssl-connect-cert-auth.py [new file with mode: 0755]
test/broker/08-ssl-connect-identity.py [new file with mode: 0755]
test/broker/08-ssl-connect-no-auth-wrong-ca.py [new file with mode: 0755]
test/broker/08-ssl-connect-no-auth.py [new file with mode: 0755]
test/broker/08-ssl-connect-no-identity.py [new file with mode: 0755]
test/broker/08-ssl-hup-disconnect.py [new file with mode: 0755]
test/broker/08-tls-psk-bridge.psk [new file with mode: 0644]
test/broker/08-tls-psk-bridge.py [new file with mode: 0755]
test/broker/08-tls-psk-pub.psk [new file with mode: 0644]
test/broker/08-tls-psk-pub.py [new file with mode: 0755]
test/broker/09-acl-access-variants.py [new file with mode: 0755]
test/broker/09-acl-change.py [new file with mode: 0755]
test/broker/09-acl-empty-file.py [new file with mode: 0755]
test/broker/09-auth-bad-method.py [new file with mode: 0755]
test/broker/09-extended-auth-change-username.py [new file with mode: 0755]
test/broker/09-extended-auth-multistep-reauth.py [new file with mode: 0755]
test/broker/09-extended-auth-multistep.py [new file with mode: 0755]
test/broker/09-extended-auth-single.py [new file with mode: 0755]
test/broker/09-extended-auth-single2.py [new file with mode: 0755]
test/broker/09-extended-auth-unsupported.py [new file with mode: 0755]
test/broker/09-plugin-auth-acl-pub.py [new file with mode: 0755]
test/broker/09-plugin-auth-acl-sub-denied.py [new file with mode: 0755]
test/broker/09-plugin-auth-acl-sub.py [new file with mode: 0755]
test/broker/09-plugin-auth-context-params.py [new file with mode: 0755]
test/broker/09-plugin-auth-defer-unpwd-fail.py [new file with mode: 0755]
test/broker/09-plugin-auth-defer-unpwd-success.py [new file with mode: 0755]
test/broker/09-plugin-auth-msg-params.py [new file with mode: 0755]
test/broker/09-plugin-auth-unpwd-fail.py [new file with mode: 0755]
test/broker/09-plugin-auth-unpwd-success.py [new file with mode: 0755]
test/broker/09-plugin-auth-v2-unpwd-fail.py [new file with mode: 0755]
test/broker/09-plugin-auth-v2-unpwd-success.py [new file with mode: 0755]
test/broker/09-pwfile-parse-invalid.py [new file with mode: 0755]
test/broker/10-listener-mount-point-helper.py [new file with mode: 0755]
test/broker/10-listener-mount-point.py [new file with mode: 0755]
test/broker/11-message-expiry.py [new file with mode: 0755]
test/broker/11-persistent-subscription-no-local.py [new file with mode: 0755]
test/broker/11-persistent-subscription-v5.py [new file with mode: 0755]
test/broker/11-persistent-subscription.py [new file with mode: 0755]
test/broker/11-pub-props.py [new file with mode: 0755]
test/broker/11-subscription-id.py [new file with mode: 0755]
test/broker/12-prop-assigned-client-identifier.py [new file with mode: 0755]
test/broker/12-prop-maximum-packet-size-broker.py [new file with mode: 0755]
test/broker/12-prop-maximum-packet-size-connect.py [new file with mode: 0755]
test/broker/12-prop-maximum-packet-size-publish-qos1.py [new file with mode: 0755]
test/broker/12-prop-maximum-packet-size-publish-qos2.py [new file with mode: 0755]
test/broker/12-prop-maximum-packet-size-publish.py [new file with mode: 0755]
test/broker/12-prop-response-topic-correlation-data.py [new file with mode: 0755]
test/broker/12-prop-response-topic.py [new file with mode: 0755]
test/broker/12-prop-server-keepalive.py [new file with mode: 0755]
test/broker/12-prop-session-expiry-invalid.py [new file with mode: 0755]
test/broker/12-prop-subpub-content-type.py [new file with mode: 0755]
test/broker/12-prop-subpub-payload-format.py [new file with mode: 0755]
test/broker/12-prop-topic-alias-invalid.py [new file with mode: 0755]
test/broker/Makefile [new file with mode: 0644]
test/broker/c/08-tls-psk-bridge.c [new file with mode: 0644]
test/broker/c/08-tls-psk-pub.c [new file with mode: 0644]
test/broker/c/Makefile [new file with mode: 0644]
test/broker/c/auth_plugin.c [new file with mode: 0644]
test/broker/c/auth_plugin_acl.c [new file with mode: 0644]
test/broker/c/auth_plugin_acl_sub_denied.c [new file with mode: 0644]
test/broker/c/auth_plugin_context_params.c [new file with mode: 0644]
test/broker/c/auth_plugin_extended_multiple.c [new file with mode: 0644]
test/broker/c/auth_plugin_extended_single.c [new file with mode: 0644]
test/broker/c/auth_plugin_extended_single2.c [new file with mode: 0644]
test/broker/c/auth_plugin_msg_params.c [new file with mode: 0644]
test/broker/c/auth_plugin_pwd.c [new file with mode: 0644]
test/broker/c/auth_plugin_v2.c [new file with mode: 0644]
test/broker/c/mosquitto_plugin_v2.h [new file with mode: 0644]
test/broker/mosq_test_helper.py [new file with mode: 0644]
test/broker/prop_subpub_helper.py [new file with mode: 0755]
test/broker/readme.txt [new file with mode: 0644]
test/broker/test.py [new file with mode: 0755]
test/lib/01-con-discon-success.py [new file with mode: 0755]
test/lib/01-keepalive-pingreq.py [new file with mode: 0755]
test/lib/01-no-clean-session.py [new file with mode: 0755]
test/lib/01-server-keepalive-pingreq.py [new file with mode: 0755]
test/lib/01-unpwd-set.py [new file with mode: 0755]
test/lib/01-will-set.py [new file with mode: 0755]
test/lib/01-will-unpwd-set.py [new file with mode: 0755]
test/lib/02-subscribe-qos0.py [new file with mode: 0755]
test/lib/02-subscribe-qos1.py [new file with mode: 0755]
test/lib/02-subscribe-qos2.py [new file with mode: 0755]
test/lib/02-unsubscribe-multiple-v5.py [new file with mode: 0755]
test/lib/02-unsubscribe-v5.py [new file with mode: 0755]
test/lib/02-unsubscribe.py [new file with mode: 0755]
test/lib/03-publish-b2c-qos1.py [new file with mode: 0755]
test/lib/03-publish-b2c-qos2-len.py [new file with mode: 0755]
test/lib/03-publish-b2c-qos2.py [new file with mode: 0755]
test/lib/03-publish-c2b-qos1-disconnect.py [new file with mode: 0755]
test/lib/03-publish-c2b-qos1-len.py [new file with mode: 0755]
test/lib/03-publish-c2b-qos1-receive-maximum.py [new file with mode: 0755]
test/lib/03-publish-c2b-qos1-timeout.py [new file with mode: 0755]
test/lib/03-publish-c2b-qos2-disconnect.py [new file with mode: 0755]
test/lib/03-publish-c2b-qos2-len.py [new file with mode: 0755]
test/lib/03-publish-c2b-qos2-maximum-qos-0.py [new file with mode: 0755]
test/lib/03-publish-c2b-qos2-maximum-qos-1.py [new file with mode: 0755]
test/lib/03-publish-c2b-qos2-pubrec-error.py [new file with mode: 0755]
test/lib/03-publish-c2b-qos2-receive-maximum-1.py [new file with mode: 0755]
test/lib/03-publish-c2b-qos2-receive-maximum-2.py [new file with mode: 0755]
test/lib/03-publish-c2b-qos2-timeout.py [new file with mode: 0755]
test/lib/03-publish-c2b-qos2.py [new file with mode: 0755]
test/lib/03-publish-qos0-no-payload.py [new file with mode: 0755]
test/lib/03-publish-qos0.py [new file with mode: 0755]
test/lib/03-request-response-correlation.py [new file with mode: 0755]
test/lib/03-request-response.py [new file with mode: 0755]
test/lib/04-retain-qos0.py [new file with mode: 0755]
test/lib/08-ssl-bad-cacert.py [new file with mode: 0755]
test/lib/08-ssl-connect-cert-auth-enc.py [new file with mode: 0755]
test/lib/08-ssl-connect-cert-auth.py [new file with mode: 0755]
test/lib/08-ssl-connect-no-auth.py [new file with mode: 0755]
test/lib/08-ssl-fake-cacert.py [new file with mode: 0755]
test/lib/09-util-topic-tokenise.py [new file with mode: 0755]
test/lib/11-prop-oversize-packet.py [new file with mode: 0755]
test/lib/11-prop-recv-qos0.py [new file with mode: 0755]
test/lib/11-prop-recv-qos1.py [new file with mode: 0755]
test/lib/11-prop-recv-qos2.py [new file with mode: 0755]
test/lib/11-prop-send-content-type.py [new file with mode: 0755]
test/lib/11-prop-send-payload-format.py [new file with mode: 0755]
test/lib/Makefile [new file with mode: 0644]
test/lib/c/01-con-discon-success.c [new file with mode: 0644]
test/lib/c/01-keepalive-pingreq.c [new file with mode: 0644]
test/lib/c/01-no-clean-session.c [new file with mode: 0644]
test/lib/c/01-server-keepalive-pingreq.c [new file with mode: 0644]
test/lib/c/01-unpwd-set.c [new file with mode: 0644]
test/lib/c/01-will-set.c [new file with mode: 0644]
test/lib/c/01-will-unpwd-set.c [new file with mode: 0644]
test/lib/c/02-subscribe-qos0.c [new file with mode: 0644]
test/lib/c/02-subscribe-qos1-async1.c [new file with mode: 0644]
test/lib/c/02-subscribe-qos1-async2.c [new file with mode: 0644]
test/lib/c/02-subscribe-qos1.c [new file with mode: 0644]
test/lib/c/02-subscribe-qos2.c [new file with mode: 0644]
test/lib/c/02-unsubscribe-multiple-v5.c [new file with mode: 0644]
test/lib/c/02-unsubscribe-v5.c [new file with mode: 0644]
test/lib/c/02-unsubscribe.c [new file with mode: 0644]
test/lib/c/03-publish-b2c-qos1.c [new file with mode: 0644]
test/lib/c/03-publish-b2c-qos2-len.c [new file with mode: 0644]
test/lib/c/03-publish-b2c-qos2.c [new file with mode: 0644]
test/lib/c/03-publish-c2b-qos1-disconnect.c [new file with mode: 0644]
test/lib/c/03-publish-c2b-qos1-len.c [new file with mode: 0644]
test/lib/c/03-publish-c2b-qos1-receive-maximum.c [new file with mode: 0644]
test/lib/c/03-publish-c2b-qos2-disconnect.c [new file with mode: 0644]
test/lib/c/03-publish-c2b-qos2-len.c [new file with mode: 0644]
test/lib/c/03-publish-c2b-qos2-maximum-qos-0.c [new file with mode: 0644]
test/lib/c/03-publish-c2b-qos2-maximum-qos-1.c [new file with mode: 0644]
test/lib/c/03-publish-c2b-qos2-pubrec-error.c [new file with mode: 0644]
test/lib/c/03-publish-c2b-qos2-receive-maximum-1.c [new file with mode: 0644]
test/lib/c/03-publish-c2b-qos2-receive-maximum-2.c [new file with mode: 0644]
test/lib/c/03-publish-c2b-qos2.c [new file with mode: 0644]
test/lib/c/03-publish-qos0-no-payload.c [new file with mode: 0644]
test/lib/c/03-publish-qos0.c [new file with mode: 0644]
test/lib/c/03-request-response-1.c [new file with mode: 0644]
test/lib/c/03-request-response-2.c [new file with mode: 0644]
test/lib/c/03-request-response-correlation-1.c [new file with mode: 0644]
test/lib/c/04-retain-qos0.c [new file with mode: 0644]
test/lib/c/08-ssl-bad-cacert.c [new file with mode: 0644]
test/lib/c/08-ssl-connect-cert-auth-enc.c [new file with mode: 0644]
test/lib/c/08-ssl-connect-cert-auth.c [new file with mode: 0644]
test/lib/c/08-ssl-connect-no-auth.c [new file with mode: 0644]
test/lib/c/08-ssl-fake-cacert.c [new file with mode: 0644]
test/lib/c/09-util-topic-tokenise.c [new file with mode: 0644]
test/lib/c/11-prop-oversize-packet.c [new file with mode: 0644]
test/lib/c/11-prop-recv-qos0.c [new file with mode: 0644]
test/lib/c/11-prop-recv-qos1.c [new file with mode: 0644]
test/lib/c/11-prop-recv-qos2.c [new file with mode: 0644]
test/lib/c/11-prop-send-content-type.c [new file with mode: 0644]
test/lib/c/11-prop-send-payload-format.c [new file with mode: 0644]
test/lib/c/Makefile [new file with mode: 0644]
test/lib/cpp/01-con-discon-success.cpp [new file with mode: 0644]
test/lib/cpp/01-keepalive-pingreq.cpp [new file with mode: 0644]
test/lib/cpp/01-no-clean-session.cpp [new file with mode: 0644]
test/lib/cpp/01-unpwd-set.cpp [new file with mode: 0644]
test/lib/cpp/01-will-set.cpp [new file with mode: 0644]
test/lib/cpp/01-will-unpwd-set.cpp [new file with mode: 0644]
test/lib/cpp/02-subscribe-qos0.cpp [new file with mode: 0644]
test/lib/cpp/02-subscribe-qos1.cpp [new file with mode: 0644]
test/lib/cpp/02-subscribe-qos2.cpp [new file with mode: 0644]
test/lib/cpp/02-unsubscribe.cpp [new file with mode: 0644]
test/lib/cpp/03-publish-b2c-qos1.cpp [new file with mode: 0644]
test/lib/cpp/03-publish-b2c-qos2.cpp [new file with mode: 0644]
test/lib/cpp/03-publish-c2b-qos1-disconnect.cpp [new file with mode: 0644]
test/lib/cpp/03-publish-c2b-qos2-disconnect.cpp [new file with mode: 0644]
test/lib/cpp/03-publish-c2b-qos2.cpp [new file with mode: 0644]
test/lib/cpp/03-publish-qos0-no-payload.cpp [new file with mode: 0644]
test/lib/cpp/03-publish-qos0.cpp [new file with mode: 0644]
test/lib/cpp/04-retain-qos0.cpp [new file with mode: 0644]
test/lib/cpp/08-ssl-bad-cacert.cpp [new file with mode: 0644]
test/lib/cpp/08-ssl-connect-cert-auth-enc.cpp [new file with mode: 0644]
test/lib/cpp/08-ssl-connect-cert-auth.cpp [new file with mode: 0644]
test/lib/cpp/08-ssl-connect-no-auth.cpp [new file with mode: 0644]
test/lib/cpp/08-ssl-fake-cacert.cpp [new file with mode: 0644]
test/lib/cpp/09-util-topic-tokenise.cpp [new file with mode: 0644]
test/lib/cpp/Makefile [new file with mode: 0644]
test/lib/mosq_test_helper.py [new file with mode: 0644]
test/lib/test.py [new file with mode: 0755]
test/mosq_test.py [new file with mode: 0644]
test/mqtt5_opts.py [new file with mode: 0644]
test/mqtt5_props.py [new file with mode: 0644]
test/mqtt5_rc.py [new file with mode: 0644]
test/old/Makefile [new file with mode: 0644]
test/old/msgsps_common.h [new file with mode: 0644]
test/old/msgsps_pub.c [new file with mode: 0644]
test/old/msgsps_sub.c [new file with mode: 0644]
test/ptest.py [new file with mode: 0755]
test/random/Makefile [new file with mode: 0644]
test/random/auth_plugin.c [new file with mode: 0644]
test/random/pwfile [new file with mode: 0644]
test/random/random.conf [new file with mode: 0644]
test/random/random_client.py [new file with mode: 0755]
test/random/test.py [new file with mode: 0755]
test/ssl/all-ca.crt [new file with mode: 0644]
test/ssl/client-encrypted.crt [new file with mode: 0644]
test/ssl/client-encrypted.key [new file with mode: 0644]
test/ssl/client-expired.crt [new file with mode: 0644]
test/ssl/client-expired.key [new file with mode: 0644]
test/ssl/client-revoked.crt [new file with mode: 0644]
test/ssl/client-revoked.key [new file with mode: 0644]
test/ssl/client.crt [new file with mode: 0644]
test/ssl/client.key [new file with mode: 0644]
test/ssl/crl-empty.pem [new file with mode: 0644]
test/ssl/crl.pem [new file with mode: 0644]
test/ssl/gen.sh [new file with mode: 0755]
test/ssl/openssl.cnf [new file with mode: 0644]
test/ssl/readme.txt [new file with mode: 0644]
test/ssl/rootCA/crlnumber [new file with mode: 0644]
test/ssl/rootCA/index.txt.attr [new file with mode: 0644]
test/ssl/rootCA/serial [new file with mode: 0644]
test/ssl/server-expired.crt [new file with mode: 0644]
test/ssl/server-expired.key [new file with mode: 0644]
test/ssl/server.crt [new file with mode: 0644]
test/ssl/server.key [new file with mode: 0644]
test/ssl/signingCA/crlnumber [new file with mode: 0644]
test/ssl/signingCA/index.txt.attr [new file with mode: 0644]
test/ssl/signingCA/serial [new file with mode: 0644]
test/ssl/test-alt-ca.crt [new file with mode: 0644]
test/ssl/test-alt-ca.key [new file with mode: 0644]
test/ssl/test-bad-root-ca.crt [new file with mode: 0644]
test/ssl/test-bad-root-ca.key [new file with mode: 0644]
test/ssl/test-fake-root-ca.crt [new file with mode: 0644]
test/ssl/test-fake-root-ca.key [new file with mode: 0644]
test/ssl/test-root-ca.crt [new file with mode: 0644]
test/ssl/test-root-ca.key [new file with mode: 0644]
test/ssl/test-signing-ca.crt [new file with mode: 0644]
test/ssl/test-signing-ca.key [new file with mode: 0644]
test/unit/Makefile [new file with mode: 0644]
test/unit/datatype_read.c [new file with mode: 0644]
test/unit/datatype_write.c [new file with mode: 0644]
test/unit/files/persist_read/corrupt-header-long.test-db [new file with mode: 0644]
test/unit/files/persist_read/corrupt-header-short.test-db [new file with mode: 0644]
test/unit/files/persist_read/empty.test-db [new file with mode: 0644]
test/unit/files/persist_read/unsupported-version.test-db [new file with mode: 0644]
test/unit/files/persist_read/v3-bad-chunk.test-db [new file with mode: 0644]
test/unit/files/persist_read/v3-cfg-bad-dbid.test-db [new file with mode: 0644]
test/unit/files/persist_read/v3-cfg-truncated.test-db [new file with mode: 0644]
test/unit/files/persist_read/v3-cfg.test-db [new file with mode: 0644]
test/unit/files/persist_read/v3-client-message.test-db [new file with mode: 0644]
test/unit/files/persist_read/v3-client.test-db [new file with mode: 0644]
test/unit/files/persist_read/v3-message-store.test-db [new file with mode: 0644]
test/unit/files/persist_read/v3-retain.test-db [new file with mode: 0644]
test/unit/files/persist_read/v3-sub.test-db [new file with mode: 0644]
test/unit/files/persist_read/v4-cfg.test-db [new file with mode: 0644]
test/unit/files/persist_read/v4-message-store.test-db [new file with mode: 0644]
test/unit/files/persist_read/v5-bad-chunk.test-db [new file with mode: 0644]
test/unit/files/persist_read/v5-cfg-truncated.test-db [new file with mode: 0644]
test/unit/files/persist_read/v5-cfg.test-db [new file with mode: 0644]
test/unit/files/persist_read/v5-client-message-props.test-db [new file with mode: 0644]
test/unit/files/persist_read/v5-client-message.test-db [new file with mode: 0644]
test/unit/files/persist_read/v5-client.test-db [new file with mode: 0644]
test/unit/files/persist_read/v5-message-store-props.test-db [new file with mode: 0644]
test/unit/files/persist_read/v5-message-store.test-db [new file with mode: 0644]
test/unit/files/persist_read/v5-retain.test-db [new file with mode: 0644]
test/unit/files/persist_read/v5-sub.test-db [new file with mode: 0644]
test/unit/files/persist_write/empty.test-db [new file with mode: 0644]
test/unit/files/persist_write/v4-full.test-db [new file with mode: 0644]
test/unit/files/persist_write/v5-message-store-no-ref.test-db [new file with mode: 0644]
test/unit/persist_read_stubs.c [new file with mode: 0644]
test/unit/persist_read_test.c [new file with mode: 0644]
test/unit/persist_write_stubs.c [new file with mode: 0644]
test/unit/persist_write_test.c [new file with mode: 0644]
test/unit/property_add.c [new file with mode: 0644]
test/unit/property_read.c [new file with mode: 0644]
test/unit/property_user_read.c [new file with mode: 0644]
test/unit/property_write.c [new file with mode: 0644]
test/unit/publish_test.c [new file with mode: 0644]
test/unit/stubs.c [new file with mode: 0644]
test/unit/test.c [new file with mode: 0644]
test/unit/utf8.c [new file with mode: 0644]
test/unit/util_topic_test.c [new file with mode: 0644]
travis-configure.sh [new file with mode: 0755]
travis-install.sh [new file with mode: 0755]
www/README.md [new file with mode: 0644]
www/conf.py [new file with mode: 0644]
www/files/android-chrome-192x192.png [new file with mode: 0644]
www/files/android-chrome-512x512.png [new file with mode: 0644]
www/files/apple-touch-icon.png [new file with mode: 0644]
www/files/blog/uploads/2010/06/powermeter-example-150x150.png [new file with mode: 0644]
www/files/blog/uploads/2010/06/powermeter-example-300x138.png [new file with mode: 0644]
www/files/blog/uploads/2010/06/powermeter-example.png [new file with mode: 0644]
www/files/blog/uploads/2011/08/image-150x150.png [new file with mode: 0644]
www/files/blog/uploads/2011/08/image-300x225.png [new file with mode: 0644]
www/files/blog/uploads/2011/08/image.png [new file with mode: 0644]
www/files/blog/uploads/2012/08/IMAG0006-150x150.jpg [new file with mode: 0644]
www/files/blog/uploads/2012/08/IMAG0006-300x199.jpg [new file with mode: 0644]
www/files/blog/uploads/2012/08/IMAG0006.jpg [new file with mode: 0644]
www/files/blog/uploads/2014/05/14098345978_c15d12f19a_z-150x150.jpg [new file with mode: 0644]
www/files/blog/uploads/2014/05/14098345978_c15d12f19a_z-300x200.jpg [new file with mode: 0644]
www/files/blog/uploads/2014/05/14098345978_c15d12f19a_z.jpg [new file with mode: 0644]
www/files/blog/uploads/2016/05/stickers-150x150.jpg [new file with mode: 0644]
www/files/blog/uploads/2016/05/stickers-300x225.jpg [new file with mode: 0644]
www/files/blog/uploads/2016/05/stickers.jpg [new file with mode: 0644]
www/files/blog/uploads/2017/03/img_20170308_155049248_33196894011_o-1024x576.jpg [new file with mode: 0644]
www/files/blog/uploads/2017/03/img_20170308_155049248_33196894011_o-150x150.jpg [new file with mode: 0644]
www/files/blog/uploads/2017/03/img_20170308_155049248_33196894011_o-300x169.jpg [new file with mode: 0644]
www/files/blog/uploads/2017/03/img_20170308_155049248_33196894011_o-768x432.jpg [new file with mode: 0644]
www/files/blog/uploads/2017/03/img_20170308_155049248_33196894011_o.jpg [new file with mode: 0644]
www/files/favicon-16x16.png [new file with mode: 0644]
www/files/favicon-32x32.png [new file with mode: 0644]
www/files/favicon.ico [new file with mode: 0644]
www/files/images/eclipse_logo_colour.png [new file with mode: 0644]
www/files/images/github-icon.jpg [new file with mode: 0644]
www/files/images/iot-logo.png [new file with mode: 0644]
www/files/images/mosquitto-logo-47.png [new file with mode: 0644]
www/files/images/mosquitto-logo.png [new file with mode: 0644]
www/files/images/mosquitto-text-side-28.png [new file with mode: 0644]
www/files/images/mosquitto-text-side.png [new file with mode: 0644]
www/files/manifest.json [new file with mode: 0644]
www/files/mstile-144x144.png [new file with mode: 0644]
www/files/mstile-150x150.png [new file with mode: 0644]
www/files/mstile-310x150.png [new file with mode: 0644]
www/files/mstile-310x310.png [new file with mode: 0644]
www/files/mstile-70x70.png [new file with mode: 0644]
www/files/safari-pinned-tab.svg [new file with mode: 0644]
www/files/stickers/index.html [new file with mode: 0644]
www/files/stickers/mosquitto-colour-deselected.png [new file with mode: 0644]
www/files/stickers/mosquitto-colour.png [new file with mode: 0644]
www/files/stickers/mosquitto-mono-deselected.png [new file with mode: 0644]
www/files/stickers/mosquitto-mono.png [new file with mode: 0644]
www/man [new symlink]
www/pages/documentation.md [new file with mode: 0644]
www/pages/download.md [new file with mode: 0644]
www/pages/index.html [new file with mode: 0644]
www/pages/roadmap.md [new file with mode: 0644]
www/pages/security.md [new file with mode: 0644]
www/plugins/__init__.py [new file with mode: 0644]
www/plugins/docbookmanpage/docbookmanpage.plugin [new file with mode: 0644]
www/plugins/docbookmanpage/docbookmanpage.py [new file with mode: 0644]
www/plugins/docbookmanpage/html.xsl [new file with mode: 0644]
www/posts/2009/12/version-0-2-released.md [new file with mode: 0644]
www/posts/2009/12/version-0-3-released.md [new file with mode: 0644]
www/posts/2010/01/mailing-list-irc.md [new file with mode: 0644]
www/posts/2010/01/version-0-4-1-released.md [new file with mode: 0644]
www/posts/2010/01/version-0-4-released.md [new file with mode: 0644]
www/posts/2010/02/version-0-4-2-released.md [new file with mode: 0644]
www/posts/2010/03/google-powermeter.md [new file with mode: 0644]
www/posts/2010/03/upgrading-to-0-5-1.md [new file with mode: 0644]
www/posts/2010/03/version-0-5-1-released.md [new file with mode: 0644]
www/posts/2010/03/version-0-5-2-released.md [new file with mode: 0644]
www/posts/2010/03/version-0-5-3-released.md [new file with mode: 0644]
www/posts/2010/03/version-0-5-4-released.md [new file with mode: 0644]
www/posts/2010/04/help-wanted-rpm-packaging.md [new file with mode: 0644]
www/posts/2010/04/mind-control-mqtt.md [new file with mode: 0644]
www/posts/2010/04/oggcamp.md [new file with mode: 0644]
www/posts/2010/05/fedora-packages-available.md [new file with mode: 0644]
www/posts/2010/05/gentoo-ebuilds-available.md [new file with mode: 0644]
www/posts/2010/05/mosquitto-org.md [new file with mode: 0644]
www/posts/2010/05/mqtt-push-on-android.md [new file with mode: 0644]
www/posts/2010/05/mqtt-wiki.md [new file with mode: 0644]
www/posts/2010/05/version-0-6-1-released.md [new file with mode: 0644]
www/posts/2010/05/version-0-6-released.md [new file with mode: 0644]
www/posts/2010/06/automation-has-the-oven-warmed-up-yet.md [new file with mode: 0644]
www/posts/2010/06/google-powermeter-step-by-step.attachments.json [new file with mode: 0644]
www/posts/2010/06/google-powermeter-step-by-step.md [new file with mode: 0644]
www/posts/2010/06/mosquitto-0-7rc1.md [new file with mode: 0644]
www/posts/2010/06/version-0-7-released.md [new file with mode: 0644]
www/posts/2010/07/mosquitto-on-opensuse-11-3.md [new file with mode: 0644]
www/posts/2010/07/mqtt-client-library.md [new file with mode: 0644]
www/posts/2010/08/compiling-mosquitto-on-mac-os-x.md [new file with mode: 0644]
www/posts/2010/08/mosquitto-running-on-mac-os-x.md [new file with mode: 0644]
www/posts/2010/08/mqtt-v3-1.md [new file with mode: 0644]
www/posts/2010/08/version-0-8-1-released.md [new file with mode: 0644]
www/posts/2010/08/version-0-8-2.md [new file with mode: 0644]
www/posts/2010/08/version-0-8-released.md [new file with mode: 0644]
www/posts/2010/09/debian-packages.md [new file with mode: 0644]
www/posts/2010/09/mqtt-with-php.md [new file with mode: 0644]
www/posts/2010/10/man-page-translations.md [new file with mode: 0644]
www/posts/2010/10/one-year-old.md [new file with mode: 0644]
www/posts/2010/10/version-0-8-3-released.md [new file with mode: 0644]
www/posts/2010/11/distro-packaging.md [new file with mode: 0644]
www/posts/2010/11/mosquitto-0-9test2.md [new file with mode: 0644]
www/posts/2010/11/version-0-9-released.md [new file with mode: 0644]
www/posts/2010/12/version-0-9-1-released.md [new file with mode: 0644]
www/posts/2011/01/mosquitto-for-slackware.md [new file with mode: 0644]
www/posts/2011/01/mqtt-news.md [new file with mode: 0644]
www/posts/2011/02/lightweight-messaging-and-linux.md [new file with mode: 0644]
www/posts/2011/02/mosquitto-on-maemo.md [new file with mode: 0644]
www/posts/2011/02/mqtt-on-android.md [new file with mode: 0644]
www/posts/2011/02/version-0-9-2-released.md [new file with mode: 0644]
www/posts/2011/03/api-documentation.md [new file with mode: 0644]
www/posts/2011/03/mosquitto-in-mac-homebrew.md [new file with mode: 0644]
www/posts/2011/03/version-0-9-3-released.md [new file with mode: 0644]
www/posts/2011/04/version-0-10-released.md [new file with mode: 0644]
www/posts/2011/05/mqtt-ontology.md [new file with mode: 0644]
www/posts/2011/05/version-0-10-1-released.md [new file with mode: 0644]
www/posts/2011/06/nanode-a-cheap-networked-arduino-clone.md [new file with mode: 0644]
www/posts/2011/06/version-0-10-2-released.md [new file with mode: 0644]
www/posts/2011/06/version-0-11-1-released.md [new file with mode: 0644]
www/posts/2011/06/version-0-11-2-released.md [new file with mode: 0644]
www/posts/2011/06/version-0-11-released.md [new file with mode: 0644]
www/posts/2011/07/debian-and-ubuntu-packaging.md [new file with mode: 0644]
www/posts/2011/07/lua-mqtt-client.md [new file with mode: 0644]
www/posts/2011/07/mosquitto-on-qnx.md [new file with mode: 0644]
www/posts/2011/07/version-0-11-3-released.md [new file with mode: 0644]
www/posts/2011/07/version-0-12-released.md [new file with mode: 0644]
www/posts/2011/07/wireshark-mqtt-decoder.md [new file with mode: 0644]
www/posts/2011/08/arch-linux-package.md [new file with mode: 0644]
www/posts/2011/08/facebook-using-mqtt.attachments.json [new file with mode: 0644]
www/posts/2011/08/facebook-using-mqtt.md [new file with mode: 0644]
www/posts/2011/08/mosquitto-on-openwrt.md [new file with mode: 0644]
www/posts/2011/08/mqtt-standardisation.md [new file with mode: 0644]
www/posts/2011/09/version-0-13-released.md [new file with mode: 0644]
www/posts/2011/10/mqtt-power-usage-on-android.md [new file with mode: 0644]
www/posts/2011/10/two.md [new file with mode: 0644]
www/posts/2011/11/android-mqtt-example-project.md [new file with mode: 0644]
www/posts/2011/11/ibm-java-and-c-clients-to-be-open-source.md [new file with mode: 0644]
www/posts/2011/11/new-linux-repositories.md [new file with mode: 0644]
www/posts/2011/11/version-0-14-1-released.md [new file with mode: 0644]
www/posts/2011/11/version-0-14-2-released.md [new file with mode: 0644]
www/posts/2011/11/version-0-14-released.md [new file with mode: 0644]
www/posts/2011/12/mqtt-on-nanode.md [new file with mode: 0644]
www/posts/2011/12/version-0-14-3-released.md [new file with mode: 0644]
www/posts/2012/01/challenge-web-based-mqtt-graphing.md [new file with mode: 0644]
www/posts/2012/01/do-you-use-mqtt.md [new file with mode: 0644]
www/posts/2012/01/mosquitto-test-server.md [new file with mode: 0644]
www/posts/2012/01/version-0-14-4-released.md [new file with mode: 0644]
www/posts/2012/02/mqtt2pachube.md [new file with mode: 0644]
www/posts/2012/02/version-0-15-released.md [new file with mode: 0644]
www/posts/2012/03/quick-start-guide-for-mqtt-with-pachube.md [new file with mode: 0644]
www/posts/2012/03/upcoming-incompatible-library-changes.md [new file with mode: 0644]
www/posts/2012/05/python-client-module-available-for-testing.md [new file with mode: 0644]
www/posts/2012/06/ipv6-on-test-server.md [new file with mode: 0644]
www/posts/2012/06/ssl-support-on-test-server.md [new file with mode: 0644]
www/posts/2012/07/upcoming-release.md [new file with mode: 0644]
www/posts/2012/08/baby.attachments.json [new file with mode: 0644]
www/posts/2012/08/baby.md [new file with mode: 0644]
www/posts/2012/08/bugfix-coming-soon.md [new file with mode: 0644]
www/posts/2012/08/version-1-0-1-released.md [new file with mode: 0644]
www/posts/2012/08/version-1-0-2-released.md [new file with mode: 0644]
www/posts/2012/08/version-1-0-released.md [new file with mode: 0644]
www/posts/2012/09/updating-password-files.md [new file with mode: 0644]
www/posts/2012/09/version-1-0-3-released.md [new file with mode: 0644]
www/posts/2012/10/version-1-0-4-released.md [new file with mode: 0644]
www/posts/2012/11/making-mosquitto-packages-for-debian-yourself.md [new file with mode: 0644]
www/posts/2012/11/version-1-0-5-released.md [new file with mode: 0644]
www/posts/2012/12/libmosquitto-go-bindings.md [new file with mode: 0644]
www/posts/2012/12/version-1-1-released.md [new file with mode: 0644]
www/posts/2013/01/mosquitto-debian-repository.md [new file with mode: 0644]
www/posts/2013/01/version-1-1-1-released.md [new file with mode: 0644]
www/posts/2013/01/version-1-1-2-released.md [new file with mode: 0644]
www/posts/2013/02/mqtt-standardisation-oasis-call-for-participation.md [new file with mode: 0644]
www/posts/2013/02/version-1-1-3-released.md [new file with mode: 0644]
www/posts/2013/04/some-interesting-mqtt-things.md [new file with mode: 0644]
www/posts/2013/05/mosquitto-javascript-client-deprecated.md [new file with mode: 0644]
www/posts/2013/07/authentication-plugins.md [new file with mode: 0644]
www/posts/2013/07/version-1-2-near-complete.md [new file with mode: 0644]
www/posts/2013/08/mosquitto-on-fedora.md [new file with mode: 0644]
www/posts/2013/08/mqtt-watchdir.md [new file with mode: 0644]
www/posts/2013/08/version-1-2-released.md [new file with mode: 0644]
www/posts/2013/09/version-1-2-1-released.md [new file with mode: 0644]
www/posts/2013/10/version-1-2-2-released.md [new file with mode: 0644]
www/posts/2013/12/paho-mqtt-python-client.md [new file with mode: 0644]
www/posts/2013/12/version-1-2-3-released.md [new file with mode: 0644]
www/posts/2014/03/version-1-3-1-released.md [new file with mode: 0644]
www/posts/2014/03/version-1-3-released.md [new file with mode: 0644]
www/posts/2014/05/new-arrival.attachments.json [new file with mode: 0644]
www/posts/2014/05/new-arrival.md [new file with mode: 0644]
www/posts/2014/07/version-1-3-2-released.md [new file with mode: 0644]
www/posts/2014/08/version-1-3-3-released.md [new file with mode: 0644]
www/posts/2014/08/version-1-3-4-released.md [new file with mode: 0644]
www/posts/2014/10/mosquitto-and-poodle.md [new file with mode: 0644]
www/posts/2014/10/unintended-change-of-behaviour-in-1-3-4.md [new file with mode: 0644]
www/posts/2014/10/version-1-3-5-released.md [new file with mode: 0644]
www/posts/2015/01/seeking-sponsorship.md [new file with mode: 0644]
www/posts/2015/02/version-1-4-released.md [new file with mode: 0644]
www/posts/2015/04/version-1-4-1-released.md [new file with mode: 0644]
www/posts/2015/05/mosquitto-and-current-unreleased-libwebsockets-branch.md [new file with mode: 0644]
www/posts/2015/05/version-1-4-2-released.md [new file with mode: 0644]
www/posts/2015/08/version-1-4-3-released.md [new file with mode: 0644]
www/posts/2015/09/version-1-4-4-released.md [new file with mode: 0644]
www/posts/2015/11/version-1-4-5-released.md [new file with mode: 0644]
www/posts/2015/12/using-lets-encrypt-certificates-with-mosquitto.md [new file with mode: 0644]
www/posts/2015/12/version-1-4-7-released.md [new file with mode: 0644]
www/posts/2016/01/test6-mosquitto-org.md [new file with mode: 0644]
www/posts/2016/02/version-1-4-8-released.md [new file with mode: 0644]
www/posts/2016/03/logo-contest-results-for-shortlisting.md [new file with mode: 0644]
www/posts/2016/03/logo-contest.md [new file with mode: 0644]
www/posts/2016/03/repository-moved-to-github.md [new file with mode: 0644]
www/posts/2016/05/stickers.attachments.json [new file with mode: 0644]
www/posts/2016/05/stickers.md [new file with mode: 0644]
www/posts/2016/06/version-1-4-9-released.md [new file with mode: 0644]
www/posts/2016/08/mqtt-v5-draft-features.md [new file with mode: 0644]
www/posts/2016/08/version-1-4-10-released.md [new file with mode: 0644]
www/posts/2016/12/pre-christmas-update.md [new file with mode: 0644]
www/posts/2017/02/version-1-4-11-released.md [new file with mode: 0644]
www/posts/2017/03/for-the-final-time.attachments.json [new file with mode: 0644]
www/posts/2017/03/for-the-final-time.md [new file with mode: 0644]
www/posts/2017/05/security-advisory-cve-2017-7650.md [new file with mode: 0644]
www/posts/2017/06/citing-eclipse-mosquitto.md [new file with mode: 0644]
www/posts/2017/06/security-advisory-cve-2017-9868.md [new file with mode: 0644]
www/posts/2017/07/version-1-4-13-released.md [new file with mode: 0644]
www/posts/2017/07/version-1-4-14-released.md [new file with mode: 0644]
www/posts/2018/01/mosquitto-debian-repo-key-updated.md [new file with mode: 0644]
www/posts/2018/02/security-advisory-cve-2017-7651-cve-2017-7652.md [new file with mode: 0644]
www/posts/2018/05/press-release.md [new file with mode: 0644]
www/posts/2018/05/version-1-5-released.md [new file with mode: 0644]
www/posts/2018/08/updated-debian-repository-backend.md [new file with mode: 0644]
www/posts/2018/08/version-151-released.md [new file with mode: 0644]
www/posts/2018/09/security-advisory-cve-2018-12543.md [new file with mode: 0644]
www/posts/2018/09/version-152-released.md [new file with mode: 0644]
www/posts/2018/11/mqtt5-progress.md [new file with mode: 0644]
www/posts/2018/11/version-154-released.md [new file with mode: 0644]
www/posts/2018/12/version-155-released.md [new file with mode: 0644]
www/posts/2019/02/mqtt5-test-release.md [new file with mode: 0644]
www/posts/2019/02/version-1-5-6-released.md [new file with mode: 0644]
www/posts/2019/02/version-1-5-7-released.md [new file with mode: 0644]
www/posts/2019/02/version-1-5-8-released.md [new file with mode: 0644]
www/posts/2019/04/version-1-6-1-released.md [new file with mode: 0644]
www/posts/2019/04/version-1-6-2-released.md [new file with mode: 0644]
www/posts/2019/04/version-1-6-released.md [new file with mode: 0644]
www/posts/2019/06/version-1-6-3-released.md [new file with mode: 0644]
www/posts/2019/08/version-1-6-4-released.md [new file with mode: 0644]
www/posts/2019/09/version-1-6-5-released.md [new file with mode: 0644]
www/posts/2019/09/version-1-6-6-released.md [new file with mode: 0644]
www/posts/2019/09/version-1-6-7-released.md [new file with mode: 0644]
www/posts/2019/11/version-1-6-8-released.md [new file with mode: 0644]
www/templates/book.tmpl [new file with mode: 0644]
www/themes/mosquitto/assets/css/bulma.css [new file with mode: 0644]
www/themes/mosquitto/assets/css/local.css [new file with mode: 0644]
www/themes/mosquitto/assets/css/man.css [new file with mode: 0644]
www/themes/mosquitto/engine [new file with mode: 0644]
www/themes/mosquitto/parent [new file with mode: 0644]
www/themes/mosquitto/templates/base.tmpl [new file with mode: 0644]
www/themes/mosquitto/templates/base_footer.tmpl [new file with mode: 0644]
www/themes/mosquitto/templates/base_header.tmpl [new file with mode: 0644]
www/themes/mosquitto/templates/base_helper.tmpl [new file with mode: 0644]
www/themes/mosquitto/templates/index.tmpl [new file with mode: 0644]
www/themes/mosquitto/templates/post.tmpl [new file with mode: 0644]
www/themes/mosquitto/templates/post_header.tmpl [new file with mode: 0644]
www/themes/mosquitto/templates/story.tmpl [new file with mode: 0644]