mosquitto/src
2015-05-06 16:40:10 -05: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 parsing of auth_opt_ arguments with extra spaces/tabs. 2015-04-24 20:57:30 +01:00
context.c ACLs are now checked before sending a will message. 2015-04-18 22:16:57 +01:00
database.c Don't send websockets messages if the message is queued. 2015-04-29 10:16:59 +01: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 [465384] Fix crash on Windows when using bridges. 2015-04-24 09:34:24 +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 Broker will return CONNACK rc=5 when a client is not authorised. 2015-05-06 04:54:11 -05: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 [464811] Fix handling of payload lengths>4096 with websockets. 2015-05-06 16:40:10 -05:00