mosquitto/src
Roger Light 44d170053d
Merge pull request #1255 from etactica/ssl-fixes
Ssl fixes for ENGINE and UI includes
2019-05-29 10:34:11 +01:00
..
db_dump Fix db_dump. 2019-03-19 16:42:47 +00:00
deps Will delay tests and implementation. 2019-02-27 09:27:34 +00:00
bridge.c Bridge TLS Application-Layer Protocol Negotiation 2019-04-04 17:27:52 -07:00
CMakeLists.txt Use CMAKE_INSTALL_* variables when installing in CMake. 2019-04-26 17:07:05 +01:00
conf_includedir.c Merge branch 'master' 2019-03-16 10:05:38 +00:00
conf.c Fix default max_topic_alias listener config not being used. 2019-05-16 14:03:39 +01:00
context.c Fixes for bug #1273 2019-05-21 17:08:52 +01:00
database.c Consistent ref counting inc and dec functions. 2019-05-22 13:20:45 +01:00
handle_auth.c Fixes for bug #1273 2019-05-21 17:08:52 +01:00
handle_connack.c Merge branch 'master' 2019-03-16 10:05:38 +00:00
handle_connect.c Consistent ref counting inc and dec functions. 2019-05-22 13:20:45 +01:00
handle_disconnect.c Fixes for bug #1273 2019-05-21 17:08:52 +01:00
handle_publish.c Fix broker originated messages not being sent. 2019-04-30 13:25:54 +01:00
handle_subscribe.c Restrict what packets are allowed in what client state. 2019-04-03 20:46:21 +01:00
handle_unsubscribe.c Restrict what packets are allowed in what client state. 2019-04-03 20:46:21 +01:00
lib_load.h Update changelog, bump version, bump copyright year. 2019-02-28 16:56:15 +00:00
linker-macosx.syms Add mosquitto_set_username() plugin function. 2019-04-04 12:39:38 +01:00
linker.syms Add mosquitto_set_username() plugin function. 2019-04-04 12:39:38 +01:00
logging.c Colour internal logs for visibility. 2019-05-28 22:00:11 +01:00
loop.c Fix persistent Websockets clients not receiving messages. 2019-05-28 22:13:22 +01:00
Makefile Build fixes around CFLAGS et al. 2019-04-26 17:06:54 +01:00
mosquitto_broker_internal.h Consistent ref counting inc and dec functions. 2019-05-22 13:20:45 +01:00
mosquitto_broker.h Add 'extern "C"' on public headers. 2019-05-23 11:03:09 +01:00
mosquitto_passwd.c https links where possible. 2019-03-30 20:34:40 +00:00
mosquitto_plugin.h Add 'extern "C"' on public headers. 2019-05-23 11:03:09 +01:00
mosquitto.c Test and fix for client message prop persistence. 2019-03-25 06:55:45 +00:00
net.c ssl: support openssl with ENGINE support disabled. 2019-05-02 16:44:14 +00:00
persist_read_v5.c Fix Coverity Scan defect 1400435. 2019-03-26 14:22:25 +00:00
persist_read_v234.c v5 persistence file format 2019-03-21 00:35:56 +00:00
persist_read.c Consistent ref counting inc and dec functions. 2019-05-22 13:20:45 +01:00
persist_write_v5.c Fix some -Wextra compiler warnings. 2019-03-26 12:15:34 +00:00
persist_write.c Separate broker message queues into in/out. 2019-04-17 09:29:34 +01:00
persist.h Fix Coverity Scan defect 1400433. Integer overflow. 2019-03-26 14:14:46 +00:00
plugin_defer.c Update changelog, bump version, bump copyright year. 2019-02-28 16:56:15 +00:00
plugin.c Add mosquitto_set_username() plugin function. 2019-04-04 12:39:38 +01:00
property_broker.c Fix Will message not allowing user-property properties. 2019-04-30 13:25:27 +01:00
read_handle.c Merge branch 'master' 2019-03-16 10:05:38 +00:00
security_default.c Improve some messages when client disconnects. 2019-04-16 11:40:07 +01:00
security.c Fix Coverity Scan 1400486-1400487. Unused values. 2019-04-05 22:38:14 +01:00
send_auth.c Multistep auth, plus reauth, plus tests. 2019-04-04 22:08:55 +01:00
send_connack.c Multistep auth, plus reauth, plus tests. 2019-04-04 22:08:55 +01:00
send_suback.c Merge branch 'master' 2019-03-16 10:05:38 +00:00
send_unsuback.c Fix missing reason_code on v5 UNSUBACK. 2019-02-17 09:30:06 +00:00
service.c Update changelog, bump version, bump copyright year. 2019-02-28 16:56:15 +00:00
session_expiry.c v5 persistence file format 2019-03-21 00:35:56 +00:00
signals.c Merge branch 'master' 2019-03-16 10:05:38 +00:00
subs.c Consistent ref counting inc and dec functions. 2019-05-22 13:20:45 +01:00
sys_tree.c Fix $SYS/broker/version being incorrectly expired after 60 seconds. 2019-04-30 13:25:56 +01:00
sys_tree.h Update changelog, bump version, bump copyright year. 2019-02-28 16:56:15 +00:00
uhpa.h Merge branch 'master' 2019-03-16 10:05:38 +00:00
websockets.c Fix missing errors for websockets. 2019-04-17 09:43:38 +01:00
will_delay.c Only add to disused if session expiry is 0. 2019-05-28 23:37:26 +01:00