You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
mosquitto/src
Roger A. Light c4e41f3444 Back port db_dump from develop.
Closes #1519. Thanks to Christoph Krey.
6 years ago
..
db_dump Back port db_dump from develop. 6 years ago
deps Will delay tests and implementation. 7 years ago
CMakeLists.txt cmake: add ADNS enable/disable dynamic support 6 years ago
Makefile Improve password file parsing in the broker and mosqitto_passwd. 6 years ago
bridge.c Fix regression on use of `mosquitto_connect_async()` not working. 6 years ago
conf.c Improve password file parsing in the broker and mosqitto_passwd. 6 years ago
conf_includedir.c Merge branch 'master' 7 years ago
context.c Fix persistent_client_expiration not being used 6 years ago
database.c Remove dead values. 6 years ago
handle_auth.c Build fixes. 6 years ago
handle_connack.c Fix regression on use of `mosquitto_connect_async()` not working. 6 years ago
handle_connect.c Fix TLS Websockets clients not receiving messages. 6 years ago
handle_disconnect.c Fix regression on use of `mosquitto_connect_async()` not working. 6 years ago
handle_publish.c Fix regression on use of `mosquitto_connect_async()` not working. 6 years ago
handle_subscribe.c Fix regression on use of `mosquitto_connect_async()` not working. 6 years ago
handle_unsubscribe.c Merge branch 'bugfix-MemLeak_in_handle_unsubscribe' of git://github.com/panava/mosquitto into panava-bugfix-MemLeak_in_handle_unsubscribe 6 years ago
lib_load.h Update changelog, bump version, bump copyright year. 7 years ago
linker-macosx.syms Add mosquitto_set_username() plugin function. 7 years ago
linker.syms Add mosquitto_set_username() plugin function. 7 years ago
logging.c Improve password file parsing in the broker and mosqitto_passwd. 6 years ago
loop.c Fix possible null dereferences. 6 years ago
mosquitto.c Merge branch 'coverity-fixes' into fixes 6 years ago
mosquitto_broker.h Add 'extern "C"' on public headers. 6 years ago
mosquitto_broker_internal.h Fix for internal logging not printing. 6 years ago
mosquitto_passwd.c Improve password file parsing in the broker and mosqitto_passwd. 6 years ago
mosquitto_plugin.h Add 'extern "C"' on public headers. 6 years ago
net.c Print OpenSSL errors in more situations 6 years ago
persist.h Back port db_dump from develop. 6 years ago
persist_read.c Back port db_dump from develop. 6 years ago
persist_read_v5.c Fix Coverity Scan defect 1400435. 7 years ago
persist_read_v234.c v5 persistence file format 7 years ago
persist_write.c Improve password file parsing in the broker and mosqitto_passwd. 6 years ago
persist_write_v5.c Fix some -Wextra compiler warnings. 7 years ago
plugin.c Add mosquitto_set_username() plugin function. 7 years ago
plugin_defer.c Update changelog, bump version, bump copyright year. 7 years ago
property_broker.c Fix Will message not allowing user-property properties. 7 years ago
read_handle.c Merge branch 'master' 7 years ago
security.c Fix plugin psk_key_get for v4 6 years ago
security_default.c Improve password file parsing in the broker and mosqitto_passwd. 6 years ago
send_auth.c Multistep auth, plus reauth, plus tests. 7 years ago
send_connack.c Multistep auth, plus reauth, plus tests. 7 years ago
send_suback.c Merge branch 'master' 7 years ago
send_unsuback.c Fix missing reason_code on v5 UNSUBACK. 7 years ago
service.c Update changelog, bump version, bump copyright year. 7 years ago
session_expiry.c Fix session expiry with very large expiry intervals. 6 years ago
signals.c Merge branch 'master' 7 years ago
subs.c Fix possible null dereferences. 6 years ago
sys_tree.c Fix $SYS/broker/version being incorrectly expired after 60 seconds. 7 years ago
sys_tree.h Update changelog, bump version, bump copyright year. 7 years ago
uhpa.h Merge branch 'master' 7 years ago
websockets.c Build fixes. 6 years ago
will_delay.c Further fix for #1401. 6 years ago