mosquitto/src
Roger A. Light 6dec2b468b Remove redundant expiry checks
This is all now handled in session_expiry.c, through session expiry interval/time.
2019-11-28 16:19:57 +00:00
..
db_dump Remove useless if statement 2019-08-16 02:04:52 +08:00
deps Will delay tests and implementation. 2019-02-27 09:27:34 +00:00
bridge.c Fix regression on use of mosquitto_connect_async() not working. 2019-09-24 20:15:04 +01: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 problems with reloading config when per_listener_settings was true. 2019-10-15 15:32:24 +01:00
context.c Fix persistent_client_expiration not being used 2019-11-28 16:17:41 +00:00
database.c Fix regression on use of mosquitto_connect_async() not working. 2019-09-24 20:15:04 +01:00
handle_auth.c Build fixes. 2019-09-25 12:17:17 +01:00
handle_connack.c Fix regression on use of mosquitto_connect_async() not working. 2019-09-24 20:15:04 +01:00
handle_connect.c Fix TLS Websockets clients not receiving messages. 2019-11-06 22:25:33 +00:00
handle_disconnect.c Fix regression on use of mosquitto_connect_async() not working. 2019-09-24 20:15:04 +01:00
handle_publish.c Fix regression on use of mosquitto_connect_async() not working. 2019-09-24 20:15:04 +01:00
handle_subscribe.c Fix regression on use of mosquitto_connect_async() not working. 2019-09-24 20:15:04 +01:00
handle_unsubscribe.c Fix regression on use of mosquitto_connect_async() not working. 2019-09-24 20:15:04 +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 Remove redundant expiry checks 2019-11-28 16:19:57 +00:00
Makefile Build fixes around CFLAGS et al. 2019-04-26 17:06:54 +01:00
mosquitto_broker_internal.h Fix regression on use of mosquitto_connect_async() not working. 2019-09-24 20:15:04 +01:00
mosquitto_broker.h Add 'extern "C"' on public headers. 2019-05-23 11:03:09 +01:00
mosquitto_passwd.c mosquitto_passwd returns 1 on an error condition 2019-09-17 09:37:16 +01: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 Only a single CRL could be loaded at once. This has been fixed. 2019-10-02 13:37:52 +01: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 Fix retained messages with an expiry interval not being expired. 2019-10-31 12:54:20 +00: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 Fix potential crash when reloading config. 2019-09-25 11:24:47 +01:00
security.c Fix plugin psk_key_get for v4 2019-06-17 13:00:27 +02: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 Remove redundant expiry checks 2019-11-28 16:19:57 +00:00
signals.c Merge branch 'master' 2019-03-16 10:05:38 +00:00
subs.c Fix messages with an expiry interval missing the property. 2019-10-31 12:56:13 +00: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 Build fixes. 2019-09-25 12:17:17 +01:00
will_delay.c Further fix for #1401. 2019-09-06 22:28:11 +01:00