mosquitto/lib
2021-01-03 20:52:45 +00:00
..
cpp Update to EPL-2.0 2020-11-25 17:34:21 +00:00
actions.c Add SPDX license identifiers. 2020-12-01 20:46:56 +00:00
alias_mosq.c Add SPDX license identifiers. 2020-12-01 20:46:56 +00:00
alias_mosq.h Add SPDX license identifiers. 2020-12-01 20:46:56 +00:00
callbacks.c Add SPDX license identifiers. 2020-12-01 20:46:56 +00:00
CMakeLists.txt Fix connack error printing. 2020-12-01 15:57:37 +00:00
connect.c Do not reset bind address option if passed NULL. 2020-12-20 17:21:17 +00:00
dummypthread.h Fix mosquitto_loop_stop() not stopping on Windows 2020-08-11 08:55:05 +01:00
handle_auth.c Add SPDX license identifiers. 2020-12-01 20:46:56 +00:00
handle_connack.c Add SPDX license identifiers. 2020-12-01 20:46:56 +00:00
handle_disconnect.c Add SPDX license identifiers. 2020-12-01 20:46:56 +00:00
handle_ping.c Fix client state conversion warnings. 2020-12-02 10:26:22 +00:00
handle_pubackcomp.c Fix client state conversion warnings. 2020-12-02 10:26:22 +00:00
handle_publish.c Fix client state conversion warnings. 2020-12-02 10:26:22 +00:00
handle_pubrec.c Fix client state conversion warnings. 2020-12-02 10:26:22 +00:00
handle_pubrel.c Fix client state conversion warnings. 2020-12-02 10:26:22 +00:00
handle_suback.c Fix client state conversion warnings. 2020-12-02 10:26:22 +00:00
handle_unsuback.c Fix client state conversion warnings. 2020-12-02 10:26:22 +00:00
helpers.c Add SPDX license identifiers. 2020-12-01 20:46:56 +00:00
linker.version Merge remote-tracking branch 'origin/fixes' into develop 2020-09-24 17:03:14 +01:00
logging_mosq.c Add SPDX license identifiers. 2020-12-01 20:46:56 +00:00
logging_mosq.h Add SPDX license identifiers. 2020-12-01 20:46:56 +00:00
loop.c Fixed some VS2017 compilation error and warnings (#1916) 2020-12-02 15:59:45 +00:00
Makefile Fix connack error printing. 2020-12-01 15:57:37 +00:00
memory_mosq.c Add SPDX license identifiers. 2020-12-01 20:46:56 +00:00
memory_mosq.h Add SPDX license identifiers. 2020-12-01 20:46:56 +00:00
messages_mosq.c Add SPDX license identifiers. 2020-12-01 20:46:56 +00:00
messages_mosq.h Add SPDX license identifiers. 2020-12-01 20:46:56 +00:00
misc_mosq.c Fixed some VS2017 compilation error and warnings (#1916) 2020-12-02 15:59:45 +00:00
misc_mosq.h Add SPDX license identifiers. 2020-12-01 20:46:56 +00:00
mosquitto_internal.h Improve struct packing. 2020-12-10 12:52:11 +00:00
mosquitto.c Fixed some VS2017 compilation error and warnings (#1916) 2020-12-02 15:59:45 +00:00
net_mosq_ocsp.c Add SPDX license identifiers. 2020-12-01 20:46:56 +00:00
net_mosq.c net__write buf should be const. 2021-01-03 20:52:45 +00:00
net_mosq.h net__write buf should be const. 2021-01-03 20:52:45 +00:00
options.c Add SPDX license identifiers. 2020-12-01 20:46:56 +00:00
packet_datatypes.c Add SPDX license identifiers. 2020-12-01 20:46:56 +00:00
packet_mosq.c Fix large packets not being completely published to slow clients. 2020-12-27 23:03:38 +00:00
packet_mosq.h Add SPDX license identifiers. 2020-12-01 20:46:56 +00:00
property_mosq.c Add SPDX license identifiers. 2020-12-01 20:46:56 +00:00
property_mosq.h Add SPDX license identifiers. 2020-12-01 20:46:56 +00:00
read_handle.c Add SPDX license identifiers. 2020-12-01 20:46:56 +00:00
read_handle.h Add SPDX license identifiers. 2020-12-01 20:46:56 +00:00
send_connect.c Fixed some VS2017 compilation error and warnings (#1916) 2020-12-02 15:59:45 +00:00
send_disconnect.c Add SPDX license identifiers. 2020-12-01 20:46:56 +00:00
send_mosq.c Add SPDX license identifiers. 2020-12-01 20:46:56 +00:00
send_mosq.h Add SPDX license identifiers. 2020-12-01 20:46:56 +00:00
send_publish.c Add SPDX license identifiers. 2020-12-01 20:46:56 +00:00
send_subscribe.c Add SPDX license identifiers. 2020-12-01 20:46:56 +00:00
send_unsubscribe.c Add SPDX license identifiers. 2020-12-01 20:46:56 +00:00
socks_mosq.c Fix client state conversion warnings. 2020-12-02 10:26:22 +00:00
socks_mosq.h Add SPDX license identifiers. 2020-12-01 20:46:56 +00:00
srv_mosq.c Add SPDX license identifiers. 2020-12-01 20:46:56 +00:00
strings_mosq.c Add SPDX license identifiers. 2020-12-01 20:46:56 +00:00
thread_mosq.c Fix client state conversion warnings. 2020-12-02 10:26:22 +00:00
time_mosq.c Add SPDX license identifiers. 2020-12-01 20:46:56 +00:00
time_mosq.h Add SPDX license identifiers. 2020-12-01 20:46:56 +00:00
tls_mosq.c Add SPDX license identifiers. 2020-12-01 20:46:56 +00:00
tls_mosq.h Add SPDX license identifiers. 2020-12-01 20:46:56 +00:00
utf8_mosq.c Add SPDX license identifiers. 2020-12-01 20:46:56 +00:00
util_mosq.c Fix client state conversion warnings. 2020-12-02 10:26:22 +00:00
util_mosq.h Add SPDX license identifiers. 2020-12-01 20:46:56 +00:00
util_topic.c Add SPDX license identifiers. 2020-12-01 20:46:56 +00:00
will_mosq.c Add SPDX license identifiers. 2020-12-01 20:46:56 +00:00
will_mosq.h Add SPDX license identifiers. 2020-12-01 20:46:56 +00:00