- Dec 22, 2022
-
-
Roger A. Light authored
-
- Dec 17, 2022
-
-
Roger A. Light authored
This could occur when built with assertions removed. Closes #2708. Thanks to ckoehne.
-
- Dec 16, 2022
-
-
Roger A. Light authored
-
-
- Dec 08, 2022
-
-
Roger Light authored
fix example JSON
-
Roger Light authored
Fix memory leak in mosquitto_tls_opts_set()
-
Roger Light authored
Removed repeated line
-
Roger Light authored
Fix build error: expected ‘)’ before ‘PRIu64’
-
- Dec 04, 2022
-
-
Roger A. Light authored
-
- Dec 03, 2022
-
-
Rob Swindell authored
system with 'make WITH_TLS=no WITH_CJSON=no WITH_DOCS=no' Signed-off-by:Rob Swindell <rob@synchro.net>
-
- Dec 02, 2022
-
-
Roger A. Light authored
-
- Nov 29, 2022
-
-
Roger A. Light authored
-
- Nov 23, 2022
-
-
zivillian authored
Signed-off-by:zivillian <devel@zivillian.de>
-
- Nov 22, 2022
-
-
Rony B Chandran authored
<listitem><para><option>%I</option> ISO-8601 format date and time, e.g. 2016-08-10T09:47:38+0100</para></listitem>
-
- Nov 09, 2022
-
-
Guillaume PELLEGRINO authored
When calling mosquitto_tls_opts_set() multiple time in a row on the same mosquitto context (Example: trying to reconnect to mqtt broker), some of the tls options are not free, resulting in a memory leak. The TLS options (tls_version, tls_ciphers) must be free before being set. Signed-off-by:Guillaume PELLEGRINO <guillaume.pellegrino@yahoo.com>
-
- Nov 04, 2022
-
-
Roger Light authored
Fixed empty string crash in mosquitto_property_copy_all
-
- Oct 26, 2022
-
-
Roger A. Light authored
-
- Oct 10, 2022
-
-
Roger Light authored
Correct a wrong example
-
Roger Light authored
Fix comments errors, it is the client that sends PING to broker actively
-
- Oct 09, 2022
-
-
Alexander Fiebig authored
Signed-off-by:Alexander Fiebig <alex.fiebig@online.de>
-
- Aug 31, 2022
-
-
Roger A. Light authored
-
Roger A. Light authored
-
Roger A. Light authored
-
- Aug 24, 2022
-
-
Arvin authored
-
- Aug 22, 2022
-
-
Roger A. Light authored
and hence unchanged values disappearing. Thanks to Wim Nelis and Christoph Krey.
-
- Aug 18, 2022
-
-
Roger A. Light authored
-
Roger A. Light authored
-
- Aug 16, 2022
-
-
Roger A. Light authored
-
Roger A. Light authored
-
Roger A. Light authored
-
Roger A. Light authored
-
Roger A. Light authored
-
https://github.com/hardillb/mosquittoRoger A. Light authored
Merge branch 'x-forwarded-for-lws' of https://github.com/hardillb/mosquitto into hardillb-x-forwarded-for-lws
-
Ben Hardill authored
I know you've added this for the next release, but here is a fix for LWS. But just incase there are any more 2.0.x releases. It does leave the incoming port as 0 but as this is pretty meaningless for a proxied connection I think it's probably ok. Signed-off-by:Ben Hardill <hardillb@gmail.com>
-
Roger A. Light authored
-
Roger A. Light authored
-
Roger A. Light authored
-
Roger A. Light authored
Closes #2609. Thanks to JSchy65.
-
Roger A. Light authored
-
Roger A. Light authored
Currently only a single plugin can interact with a unique $CONTROL topic. Using multiple instances of the plugin would produce duplicate entries in the config file. Closes #2601. Closes #2470.
-