mosquitto/lib
2015-03-08 22:06:20 +00:00
..
cpp Add client support for MQTT v3.1.1. 2015-01-27 00:32:20 +00:00
CMakeLists.txt Add experimental SOCKS5 support for the clients. 2014-09-30 00:56:57 +01: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 Initial contribution. 2014-05-07 23:27:00 +01:00
memory_mosq.h Disable memory tracking with uclibc. 2015-01-07 22:24:57 +00:00
messages_mosq.c [461620] Inflight limits should only apply to outgoing messages. 2015-03-08 22:06:20 +00:00
messages_mosq.h Initial contribution. 2014-05-07 23:27:00 +01:00
mosquitto_internal.h Struct optimisations. 2015-02-13 21:17:11 +00:00
mosquitto.c Windows fixes. 2015-02-13 21:18:52 +00:00
mosquitto.h Add websockets logging options. 2015-02-13 22:57:49 +00:00
mqtt3_protocol.h Initial contribution. 2014-05-07 23:27:00 +01:00
net_mosq.c Struct optimisations. 2015-02-13 21:17:11 +00:00
net_mosq.h Handle "error" codes from SSL_connect() correctly. 2015-01-27 23:33:36 +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 Fix use of "dup" with pubrel, subscribe, unsubscribe. 2014-11-19 21:28:52 +00: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 Fix client CONNECT packet on MQTT v3.1.1. 2015-02-06 20:48:45 +00:00
send_mosq.c Remove more unnecessary uses of calloc. 2015-01-14 21:56:57 +00:00
send_mosq.h Fix use of "dup" with pubrel, subscribe, unsubscribe. 2014-11-19 21:28:52 +00:00
socks_mosq.c [457371] Fix building for WITH_TLS=no 2015-01-15 20:11:14 +00: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 Add mosquitto_threaded_set(). 2014-07-02 20:45:26 +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 [457225] Add support for wildcard certificates. 2015-01-15 21:35:59 +00:00
tls_mosq.h Initial contribution. 2014-05-07 23:27:00 +01:00
util_mosq.c Expose mosquitto_pub_topic_check() and mosquitto_sub_topic_check(). 2014-09-10 15:57:20 +01:00
util_mosq.h [458410] Add missing headers to util_mosq.h 2015-01-26 20:46:15 +00:00
will_mosq.c Expose mosquitto_pub_topic_check() and mosquitto_sub_topic_check(). 2014-09-10 15:57:20 +01:00
will_mosq.h Initial contribution. 2014-05-07 23:27:00 +01:00