mosquitto/lib
2017-02-20 23:48:30 +00:00
..
cpp Don't use reserved identifiers in public headers. 2017-02-20 23:48:30 +00:00
CMakeLists.txt Check for rt and pthread libraries before linking 2017-02-20 23:48:30 +00:00
dummypthread.h Initial contribution. 2014-05-07 23:27:00 +01:00
linker.version Add client support for MQTT v3.1.1. 2015-01-27 00:32:20 +00:00
logging_mosq.c Initial contribution. 2014-05-07 23:27:00 +01:00
logging_mosq.h Initial contribution. 2014-05-07 23:27:00 +01:00
Makefile Add experimental SOCKS5 support for the clients. 2014-09-30 00:56:57 +01:00
memory_mosq.c [475707] Fix free related crash on openwrt. 2015-09-16 21:20:40 +01:00
memory_mosq.h Build fixes for OpenBSD. 2015-05-21 17:15:33 +01:00
messages_mosq.c Only increment inflight msgs when limit not reached. 2016-02-09 23:01:31 +00:00
messages_mosq.h [474935] Increment inflight message count correctly. 2015-08-17 20:50:41 +01:00
mosquitto_internal.h Start of fix for [344]. 2017-02-20 23:48:30 +00:00
mosquitto.c [329] Fix potential negative timeout being passed to pselect. 2017-02-20 23:48:30 +00:00
mosquitto.h Don't use reserved identifiers in public headers. 2017-02-20 23:48:30 +00:00
mqtt3_protocol.h Initial contribution. 2014-05-07 23:27:00 +01:00
net_mosq.c [344] More leak fixes. 2017-02-20 23:48:30 +00:00
net_mosq.h [344] Fix leaks and incorrect connect call. 2017-02-20 23:48:30 +00:00
read_handle_client.c Fixes for clients that disconnect very quickly. 2014-07-01 22:16:53 +01:00
read_handle_shared.c [57] Handle PUB* with unknown message id gracefully. 2016-05-19 15:16:19 +01:00
read_handle.c Initial contribution. 2014-05-07 23:27:00 +01:00
read_handle.h Remove unused messages from store immediately. 2014-11-17 23:46:02 +00:00
send_client_mosq.c Remove logically dead code. 2015-05-17 07:05:46 +01:00
send_mosq.c [180] Fix #includes in lib/send_mosq.c 2016-05-31 12:07:10 +01:00
send_mosq.h Fix use of "dup" with pubrel, subscribe, unsubscribe. 2014-11-19 21:28:52 +00:00
socks_mosq.c Remove duplicate code. 2015-07-01 11:51:32 +01:00
socks_mosq.h Add missing socks code! 2014-10-02 09:42:19 +01:00
srv_mosq.c Don't use exit() on SRV failure. 2014-05-20 10:22:06 +01:00
thread_mosq.c [166] Don't cancel external threads. 2016-05-18 14:05:08 +01:00
time_mosq.c Initial contribution. 2014-05-07 23:27:00 +01:00
time_mosq.h Initial contribution. 2014-05-07 23:27:00 +01:00
tls_mosq.c [237] Fix memory leak when verifying a server certificate. 2016-08-08 21:49:32 +01:00
tls_mosq.h [470660] Handle fragmented TLS packets without a delay. 2015-06-25 10:53:24 +01:00
util_mosq.c Fix mosquitto_topic_matches_sub(). 2016-06-02 20:53:09 +01:00
util_mosq.h [458410] Add missing headers to util_mosq.h 2015-01-26 20:46:15 +00:00
will_mosq.c Remove unnecessary includes. 2015-04-18 22:22:55 +01:00
will_mosq.h Initial contribution. 2014-05-07 23:27:00 +01:00