mosquitto/src
2015-04-18 22:16:57 +01:00
..
db_dump Add stats mode for db_dump. 2014-06-05 11:56:32 +01:00
bridge.c Fix incorrect bridge connection notifications on local broker. 2015-04-17 21:51:21 +01:00
CMakeLists.txt Fix compiling on Linux with CMake. 2015-02-22 12:20:29 +00:00
conf.c Fix compiler warning. 2015-03-28 15:16:15 +00:00
context.c ACLs are now checked before sending a will message. 2015-04-18 22:16:57 +01:00
database.c [458690] Fix build for WITH_BRIDGE=no 2015-01-27 23:33:36 +00:00
lib_load.h Initial contribution. 2014-05-07 23:27:00 +01:00
linker-macosx.syms Fix building on OS X. 2015-02-17 23:21:14 +00:00
linker.syms Fix errors from big code import. 2014-11-12 20:47:16 +00:00
logging.c Add websockets logging options. 2015-02-13 22:57:49 +00:00
loop.c [463000] Use own type to simplify socket handling. 2015-03-29 10:43:08 +01:00
Makefile Minor packaging related fixes. 2015-02-18 01:34:43 +00:00
mosquitto_broker.h [463000] Use own type to simplify socket handling. 2015-03-29 10:43:08 +01:00
mosquitto_passwd.c Remove unnecessary uses of calloc. 2015-01-14 21:43:39 +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 [463000] Use own type to simplify socket handling. 2015-03-29 10:43:08 +01:00
net.c [463000] Use own type to simplify socket handling. 2015-03-29 10:43:08 +01:00
persist.c Fix persistent db writing on Windows. 2015-04-17 21:51:24 +01:00
persist.h Initial contribution. 2014-05-07 23:27:00 +01:00
read_handle_client.c [456899] Broker: Add bridge_attempt_unsubscribe option. 2015-01-07 21:50:10 +00:00
read_handle_server.c [457371] Fix building for WITH_TLS=no 2015-01-15 20:11:14 +00:00
read_handle.c Remove more unnecessary uses of calloc. 2015-01-14 21:56:57 +00:00
security_default.c Fix possible minor memory leak on acl parsing. 2015-03-30 22:26:44 +01:00
security.c Print dlerror on library loading errors. 2014-11-20 22:33:40 +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 Protect stored messages from removal when queing. 2014-11-20 21:13:21 +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 [463241] Fix possible crash under heavy network load. 2015-03-27 01:07:48 +00:00