mosquitto/lib
2020-03-27 21:57:06 +00:00
..
cpp Fix WITH_STATIC_LIBRARIES using CMake on Windows 2019-08-06 12:01:29 +01:00
actions.c Merge branch 'fixes' into develop 2020-03-03 12:54:57 +00:00
alias_mosq.c Update changelog. Release page. Bump copyright. 2020-02-27 23:26:58 +00:00
alias_mosq.h Update changelog. Release page. Bump copyright. 2020-02-27 23:26:58 +00:00
callbacks.c Update changelog. Release page. Bump copyright. 2020-02-27 23:26:58 +00:00
CMakeLists.txt CMake: Make building clients, broker and C++ library optional. 2020-03-27 21:57:06 +00:00
connect.c Merge branch 'fixes' into develop 2020-03-03 12:54:57 +00:00
dummypthread.h Don't use reserved names in header guards. 2016-03-13 18:43:13 +00:00
handle_auth.c Update changelog. Release page. Bump copyright. 2020-02-27 23:26:58 +00:00
handle_connack.c Merge branch 'fixes' into develop 2020-03-03 12:54:57 +00:00
handle_disconnect.c Update changelog. Release page. Bump copyright. 2020-02-27 23:26:58 +00:00
handle_ping.c Update changelog. Release page. Bump copyright. 2020-02-27 23:26:58 +00:00
handle_pubackcomp.c Update changelog. Release page. Bump copyright. 2020-02-27 23:26:58 +00:00
handle_publish.c Update changelog. Release page. Bump copyright. 2020-02-27 23:26:58 +00:00
handle_pubrec.c Update changelog. Release page. Bump copyright. 2020-02-27 23:26:58 +00:00
handle_pubrel.c Update changelog. Release page. Bump copyright. 2020-02-27 23:26:58 +00:00
handle_suback.c Update changelog. Release page. Bump copyright. 2020-02-27 23:26:58 +00:00
handle_unsuback.c Update changelog. Release page. Bump copyright. 2020-02-27 23:26:58 +00:00
helpers.c Update changelog. Release page. Bump copyright. 2020-02-27 23:26:58 +00:00
linker.version Add property helper functions. 2019-10-15 13:47:46 +01:00
logging_mosq.c Update changelog. Release page. Bump copyright. 2020-02-27 23:26:58 +00:00
logging_mosq.h Update changelog. Release page. Bump copyright. 2020-02-27 23:26:58 +00:00
loop.c Update changelog. Release page. Bump copyright. 2020-02-27 23:26:58 +00:00
Makefile Improve password file parsing in the broker and mosqitto_passwd. 2020-02-04 16:38:51 +00:00
memory_mosq.c Update changelog. Release page. Bump copyright. 2020-02-27 23:26:58 +00:00
memory_mosq.h Update changelog. Release page. Bump copyright. 2020-02-27 23:26:58 +00:00
messages_mosq.c Update changelog. Release page. Bump copyright. 2020-02-27 23:26:58 +00:00
messages_mosq.h Update changelog. Release page. Bump copyright. 2020-02-27 23:26:58 +00:00
misc_mosq.c Update changelog. Release page. Bump copyright. 2020-02-27 23:26:58 +00:00
misc_mosq.h Update changelog. Release page. Bump copyright. 2020-02-27 23:26:58 +00:00
mosquitto_internal.h Merge branch 'fixes' into develop 2020-03-03 12:54:57 +00:00
mosquitto.c Update changelog. Release page. Bump copyright. 2020-02-27 23:26:58 +00:00
mosquitto.h doc: lib clarify _topic_check functions 2020-03-19 16:40:48 +00:00
mqtt_protocol.h doc: add mqtt5 property options. 2020-03-19 16:40:48 +00:00
net_mosq_ocsp.c Update changelog. Release page. Bump copyright. 2020-02-27 23:26:58 +00:00
net_mosq.c Merge branch 'fixes' into develop 2020-03-03 12:54:57 +00:00
net_mosq.h Update changelog. Release page. Bump copyright. 2020-02-27 23:26:58 +00:00
options.c Merge branch 'fixes' into develop 2020-03-03 12:54:57 +00:00
packet_datatypes.c Update changelog. Release page. Bump copyright. 2020-02-27 23:26:58 +00:00
packet_mosq.c Update changelog. Release page. Bump copyright. 2020-02-27 23:26:58 +00:00
packet_mosq.h Update changelog. Release page. Bump copyright. 2020-02-27 23:26:58 +00:00
property_mosq.c Merge branch 'fixes' into develop 2020-03-03 12:54:57 +00:00
property_mosq.h Merge branch 'fixes' into develop 2020-03-03 12:54:57 +00:00
read_handle.c Update changelog. Release page. Bump copyright. 2020-02-27 23:26:58 +00:00
read_handle.h Update changelog. Release page. Bump copyright. 2020-02-27 23:26:58 +00:00
send_connect.c Merge branch 'fixes' into develop 2020-03-03 12:54:57 +00:00
send_disconnect.c Merge branch 'fixes' into develop 2020-03-03 12:54:57 +00:00
send_mosq.c Merge branch 'fixes' into develop 2020-03-03 12:54:57 +00:00
send_mosq.h Update changelog. Release page. Bump copyright. 2020-02-27 23:26:58 +00:00
send_publish.c Merge branch 'fixes' into develop 2020-03-03 12:54:57 +00:00
send_subscribe.c Merge branch 'fixes' into develop 2020-03-03 12:54:57 +00:00
send_unsubscribe.c Merge branch 'fixes' into develop 2020-03-03 12:54:57 +00:00
socks_mosq.c Update changelog. Release page. Bump copyright. 2020-02-27 23:26:58 +00:00
socks_mosq.h Update changelog. Release page. Bump copyright. 2020-02-27 23:26:58 +00:00
srv_mosq.c Update changelog. Release page. Bump copyright. 2020-02-27 23:26:58 +00:00
thread_mosq.c Update changelog. Release page. Bump copyright. 2020-02-27 23:26:58 +00:00
time_mosq.c Update changelog. Release page. Bump copyright. 2020-02-27 23:26:58 +00:00
time_mosq.h Update changelog. Release page. Bump copyright. 2020-02-27 23:26:58 +00:00
tls_mosq.c Merge branch 'fixes' into develop 2020-03-03 12:54:57 +00:00
tls_mosq.h Update changelog. Release page. Bump copyright. 2020-02-27 23:26:58 +00:00
utf8_mosq.c Update changelog. Release page. Bump copyright. 2020-02-27 23:26:58 +00:00
util_mosq.c Update changelog. Release page. Bump copyright. 2020-02-27 23:26:58 +00:00
util_mosq.h Update changelog. Release page. Bump copyright. 2020-02-27 23:26:58 +00:00
util_topic.c Update changelog. Release page. Bump copyright. 2020-02-27 23:26:58 +00:00
will_mosq.c Update changelog. Release page. Bump copyright. 2020-02-27 23:26:58 +00:00
will_mosq.h Update changelog. Release page. Bump copyright. 2020-02-27 23:26:58 +00:00