mosquitto/src
Roger A. Light 5b6f6976c7 Fix use of "dup" with pubrel, subscribe, unsubscribe.
Thanks to Paolo Patierno.
2014-11-19 21:28:52 +00:00
..
db_dump Add stats mode for db_dump. 2014-06-05 11:56:32 +01:00
bridge.c Don't use bridge hash in each client. 2014-11-18 23:34:54 +00:00
CMakeLists.txt Allow plugins to call mosquitto_log_printf() (Linux only at the moment). 2014-11-03 08:45:56 +00:00
conf.c Remove unused messages from store immediately. 2014-11-17 23:46:02 +00:00
context.c Fix dereferencing of msg store items. 2014-11-19 20:59:10 +00:00
database.c Fix use of "dup" with pubrel, subscribe, unsubscribe. 2014-11-19 21:28:52 +00:00
lib_load.h Initial contribution. 2014-05-07 23:27:00 +01:00
linker-macosx.syms Fix errors from big code import. 2014-11-12 20:47:16 +00:00
linker.syms Fix errors from big code import. 2014-11-12 20:47:16 +00:00
logging.c Allow plugins to call mosquitto_log_printf() (Linux only at the moment). 2014-11-03 08:45:56 +00:00
loop.c Don't use bridge hash in each client. 2014-11-18 23:34:54 +00:00
Makefile Fix errors from big code import. 2014-11-12 20:47:16 +00:00
mosquitto_broker.h Fix dereferencing of msg store items. 2014-11-19 20:59:10 +00:00
mosquitto_passwd.c Sanitise password file argv input. 2014-11-17 21:00:33 +00:00
mosquitto_plugin.h Allow plugins to call mosquitto_log_printf() (Linux only at the moment). 2014-11-03 08:45:56 +00:00
mosquitto.c Don't use bridge hash in each client. 2014-11-18 23:34:54 +00:00
mosquitto.db Initial contribution. 2014-05-07 23:27:00 +01:00
net.c Don't ask for client cert when require_certificate is false. 2014-10-07 23:20:46 +01:00
persist.c More memory efficient message store than with hashes. 2014-11-18 19:12:08 +00:00
persist.h Initial contribution. 2014-05-07 23:27:00 +01:00
read_handle_client.c Fix use of "dup" with pubrel, subscribe, unsubscribe. 2014-11-19 21:28:52 +00:00
read_handle_server.c Fix dereferencing of msg store items. 2014-11-19 20:59:10 +00:00
read_handle.c Remove unused messages from store immediately. 2014-11-17 23:46:02 +00:00
security_default.c Merge 1.3.2-1.3.5 into 1.4. 2014-10-12 11:17:13 +01:00
security.c Authentication plugin acl_check function is passed local_username for local bridges. 2014-10-29 22:11:18 +00:00
send_server.c Add support for "session present" in CONNACK messages for MQTT v3.1.1. 2014-05-31 15:20:40 +01:00
service.c Initial contribution. 2014-05-07 23:27:00 +01:00
subs.c Fix dereferencing of msg store items. 2014-11-19 20:59:10 +00:00
sys_tree.c Fix errors from big code import. 2014-11-12 20:47:16 +00:00
uthash.h Initial contribution. 2014-05-07 23:27:00 +01:00
websockets.c Change the way that new clients with match client ids are dealt with. 2014-10-12 11:38:21 +01:00