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/lib
Roger Light 2f8573b456 Add property helper functions.
mosquitto_property_identifier()
mosquitto_property_identifier_to_string()
mosquitto_property_next()
6 years ago
..
cpp Fix WITH_STATIC_LIBRARIES using CMake on Windows 6 years ago
CMakeLists.txt Fix WITH_STATIC_LIBRARIES using CMake on Windows 6 years ago
Makefile Install mqtt_protocol.h 6 years ago
actions.c Fix properties not being sent on QoS>0 PUBLISH messages. 6 years ago
alias_mosq.c Add alias support to the broker. 7 years ago
alias_mosq.h Add alias support to the broker. 7 years ago
callbacks.c Merge branch 'master' 7 years ago
connect.c Add support for unix sockets to broker, lib, and clients. 6 years ago
dummypthread.h Don't use reserved names in header guards. 10 years ago
handle_auth.c private struct mqtt5__property -> public mosquitto_property. 7 years ago
handle_connack.c Fix regression on use of `mosquitto_connect_async()` not working. 6 years ago
handle_disconnect.c Tests and fixes for shortened DISCONNECT packets. 7 years ago
handle_ping.c Fix regression on use of `mosquitto_connect_async()` not working. 6 years ago
handle_pubackcomp.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_pubrec.c Fix regression on use of `mosquitto_connect_async()` not working. 6 years ago
handle_pubrel.c Fix regression on use of `mosquitto_connect_async()` not working. 6 years ago
handle_suback.c Fix regression on use of `mosquitto_connect_async()` not working. 6 years ago
handle_unsuback.c Fix regression on use of `mosquitto_connect_async()` not working. 6 years ago
helpers.c Merge branch 'master' 7 years ago
linker.version Add property helper functions. 6 years ago
logging_mosq.c Update changelog, bump version, bump copyright year. 7 years ago
logging_mosq.h Update changelog, bump version, bump copyright year. 7 years ago
loop.c Build fixes. 6 years ago
memory_mosq.c Remove incorrect and unused memory limiting code. 7 years ago
memory_mosq.h Update changelog, bump version, bump copyright year. 7 years ago
messages_mosq.c Fix inflight max behaviour and option setting. 6 years ago
messages_mosq.h Separate broker message queues into in/out. 7 years ago
mosquitto.c Fix missing function warnings on NetBSD. 6 years ago
mosquitto.h Add property helper functions. 6 years ago
mosquitto_internal.h Fix regression on use of `mosquitto_connect_async()` not working. 6 years ago
mqtt_protocol.h Retain-as-published support. 7 years ago
net_mosq.c Add support for unix sockets to broker, lib, and clients. 6 years ago
net_mosq.h Guard ssize_t definition on Windows. 6 years ago
net_mosq_ocsp.c Windows build fixes. 7 years ago
options.c Fix inflight max behaviour and option setting. 6 years ago
packet_datatypes.c Fix datatype_read test. 7 years ago
packet_mosq.c Fix regression on use of `mosquitto_connect_async()` not working. 6 years ago
packet_mosq.h Make behaviour of `mosquitto_connect[_async]()` consistent. 6 years ago
property_mosq.c Add property helper functions. 6 years ago
property_mosq.h Refactor property remaining length calculation. 6 years ago
read_handle.c Merge branch 'master' 7 years ago
read_handle.h Merge branch 'master' 7 years ago
send_connect.c Basic MQTT v5 support for bridges. 6 years ago
send_disconnect.c Refactor property remaining length calculation. 6 years ago
send_mosq.c Refactor property remaining length calculation. 6 years ago
send_mosq.h Merge branch 'master' 7 years ago
send_publish.c Remove debug statements. 7 years ago
send_subscribe.c Refactor property remaining length calculation. 6 years ago
send_unsubscribe.c Refactor property remaining length calculation. 6 years ago
socks_mosq.c Build fixes. 6 years ago
socks_mosq.h Update changelog, bump version, bump copyright year. 7 years ago
srv_mosq.c Build fixes. 6 years ago
thread_mosq.c Fix regression on use of `mosquitto_connect_async()` not working. 6 years ago
time_mosq.c Update changelog, bump version, bump copyright year. 7 years ago
time_mosq.h Update changelog, bump version, bump copyright year. 7 years ago
tls_mosq.c Add support for unix sockets to broker, lib, and clients. 6 years ago
tls_mosq.h Merge branch 'master' 7 years ago
utf8_mosq.c Merge branch 'master' 7 years ago
util_mosq.c Fix regression on use of `mosquitto_connect_async()` not working. 6 years ago
util_mosq.h Fix regression on use of `mosquitto_connect_async()` not working. 6 years ago
util_topic.c Restrict topic hierarchy to 200 levels to prevent possible stack overflow. 6 years ago
will_mosq.c Merge branch 'master' 7 years ago
will_mosq.h Merge branch 'master' 7 years ago