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 94b39d12ac Fix potential NULL dereference.
Coverity Scan 1431139.
5 years ago
..
db_dump db_dump: Fix mosquitto_msg_store usage. 5 years ago
deps Will delay tests and implementation. 7 years ago
CMakeLists.txt Prototype separate poll/epoll files. 6 years ago
Makefile Prototype separate poll/epoll files. 6 years ago
bridge.c Remove unused values. 5 years ago
bridge_topic.c Bridge remapping refactoring and tests. 6 years ago
conf.c DLT logging is now configurable at runtime with `log_dest dlt`. 5 years ago
conf_includedir.c Update changelog. Release page. Bump copyright. 6 years ago
context.c Fix minor leak when cleaning a bridge on exit. 5 years ago
database.c Fix minor leak when cleaning a bridge on exit. 5 years ago
handle_auth.c Update changelog. Release page. Bump copyright. 6 years ago
handle_connack.c Allow MQTT v5.0 outgoing bridges to fall back to MQTT v3.1.1 6 years ago
handle_connect.c Send DISCONNECT with malformed-packet reason code on bad PUBLISHes. 5 years ago
handle_disconnect.c Update changelog. Release page. Bump copyright. 6 years ago
handle_publish.c Send DISCONNECT with malformed-packet reason code on bad PUBLISHes. 5 years ago
handle_subscribe.c Send DISCONNECT with malformed-packet reason code on bad SUBSCRIBEs. 5 years ago
handle_unsubscribe.c Send DISCONNECT with malformed-packet reason code on bad SUBSCRIBEs. 5 years ago
lib_load.h Update changelog. Release page. Bump copyright. 6 years ago
linker-macosx.syms Add `mosquitto_client_protocol_version()` function. 5 years ago
linker.syms Add `mosquitto_client_protocol_version()` function. 5 years ago
logging.c DLT logging is now configurable at runtime with `log_dest dlt`. 5 years ago
loop.c Remove unused values. 5 years ago
mosquitto.c Tidy up main(). 6 years ago
mosquitto_broker.h Add `mosquitto_client_protocol_version()` function. 5 years ago
mosquitto_broker_internal.h Fix minor leak when cleaning a bridge on exit. 5 years ago
mosquitto_passwd.c Update changelog. Release page. Bump copyright. 6 years ago
mosquitto_plugin.h Update changelog. Release page. Bump copyright. 6 years ago
mux.c Prototype separate poll/epoll files. 6 years ago
mux.h Prototype separate poll/epoll files. 6 years ago
mux_epoll.c Fix bridge reconnect 5 years ago
mux_poll.c Prototype separate poll/epoll files. 6 years ago
net.c Merge branch 'fixes' into develop 6 years ago
persist.h Update changelog. Release page. Bump copyright. 6 years ago
persist_read.c Fix incorrect store ref count usage. 5 years ago
persist_read_v5.c Be more tolerant when loading persistence files. 5 years ago
persist_read_v234.c Update changelog. Release page. Bump copyright. 6 years ago
persist_write.c Be more tolerant when loading persistence files. 5 years ago
persist_write_v5.c Merge branch 'fixes' into develop 6 years ago
plugin.c Fix potential NULL dereference. 5 years ago
plugin_debug.c Update changelog. Release page. Bump copyright. 6 years ago
plugin_defer.c Update changelog. Release page. Bump copyright. 6 years ago
property_broker.c Update changelog. Release page. Bump copyright. 6 years ago
read_handle.c Send DISCONNECT with malformed-packet reason code on bad PUBLISHes. 5 years ago
retain.c Reduce heap allocation churn when tokenising topics. 6 years ago
security.c No need to pass separate username/password here. 5 years ago
security_default.c No need to pass separate username/password here. 5 years ago
send_auth.c Merge branch 'fixes' into develop 6 years ago
send_connack.c Merge branch 'fixes' into develop 6 years ago
send_suback.c Merge branch 'fixes' into develop 6 years ago
send_unsuback.c Merge branch 'fixes' into develop 6 years ago
service.c Update changelog. Release page. Bump copyright. 6 years ago
session_expiry.c Update changelog. Release page. Bump copyright. 6 years ago
signals.c Update changelog. Release page. Bump copyright. 6 years ago
subs.c Fix memory leak when cleaning all shared subs. 6 years ago
sys_tree.c Remove duplicate strlen() calls. 6 years ago
sys_tree.h Update changelog. Release page. Bump copyright. 6 years ago
topic_tok.c Merge branch 'fixes' into develop 6 years ago
uhpa.h Update changelog. Release page. Bump copyright. 6 years ago
websockets.c Prototype separate poll/epoll files. 6 years ago
will_delay.c Update changelog. Release page. Bump copyright. 6 years ago