Commit Graph

1125 Commits (dd7da0203b9c1efd6c333d8abb27d2334c46d307)
 

Author SHA1 Message Date
Roger A. Light dd7da0203b Add mosquitto.init back in advice of DD. 7 years ago
Roger A. Light 5243bb5830 Add upstream/metadata. 7 years ago
Roger A. Light 4550623a0a Minor lintian fixes. 7 years ago
Roger A. Light 18c69bbc75 Bump dh compat to 11. 7 years ago
Roger A. Light a68ddfc935 Extensive debian package update to 1.5.4. 7 years ago
Roger A. Light 54322a3df5 Bump version number, add CVE details. 7 years ago
Roger A. Light 84a356e25e Fix Windows version not starting if include_dir did not contain any files.
Closes #566.

Thanks to marleau.
7 years ago
Roger A. Light 23e336290f Add allow_zero_length_clientid, auto_id_prefix documentation.
Closes #600.
7 years ago
Roger A. Light 443d34a973 Fix incorrect hash usage with duplicate clients.
Fix duplicate clients being added to by_id hash before the old client
was removed.

Closes #645.
7 years ago
Roger A. Light c978fd50fe Minor documentation fix. Closes #520. 7 years ago
Roger A. Light 0e95612fe5 Fix retained msgs not sent by bridges.
This occurred when a bridge connected for the first time and so made a
local subscription for outgoing topics.

Closes #701.
7 years ago
Roger A. Light 016fcc2372 Add test for $test publishing bug. 7 years ago
Roger A. Light c0196547ae Various build improvements to help packaging. 7 years ago
Roger A. Light 7900c2c353 Revert "Remove some test that was always true"
This reverts commit 6fc7cadb63.
7 years ago
Roger A. Light 11c79db249 Better attempt at fixing mac travis. 7 years ago
Roger A. Light 26bbcf5586 Attempt to fix Mac build on travis. 7 years ago
Kurt Van Dijck eebd22a83c fix signal handler on win32
The signal handler thread on win32 did listen to 4 HANDLEs,
of which only 3 were initialized.
The result was 1 thread eating 100% cpu.
This commit reduces the HANDLE array storage.

Signed-off-by: Kurt Van Dijck <dev.kurt@vandijck-laurijssen.be>
7 years ago
Roger A. Light 41c93565d5 Remove requirement to use `user root` in snap package config files. 7 years ago
Roger A. Light fee71d6df1 Elevate log level to warning for situation when socket limit is hit. 7 years ago
Roger A. Light c5b675fa63 Fix build on Windows. 7 years ago
Roger A. Light 36c4cecd48 Add fixed CVE information. 7 years ago
Roger A. Light e649d93191 Add missing posts. 7 years ago
Roger A. Light 20efb33267 Download page update. 7 years ago
Roger A. Light 404394fda7 Update website config. 7 years ago
Roger A. Light b5b25220c8 Add website. 7 years ago
Roger A. Light 1eff425949 Snap build fix.
https://forum.snapcraft.io/t/errors-when-building-via-launchpad/7448
7 years ago
Roger A. Light 41d9105397 Bump version number. 7 years ago
Roger A. Light 4fdcbad93f Fix segfault on HUP when bridges and security options are configured.
Closes #849. Closes #965. Thanks to Wolfgand Hottgenroth and Dustin Sallings.
7 years ago
Roger A. Light 906cca4f21 Fix "round_robin false" behaviour.
Closes #481.
7 years ago
Roger A. Light 921171286d Close spare sock at exit. 7 years ago
Roger A. Light b98fe5e28e Fix for bridge connections when using WITH_ADNS=yes. 7 years ago
Roger A. Light ff04f66423 Add link to tls asciicast.
Closes #968.
7 years ago
Michael Heimpold 7d4c2a0ff3 Install pkg-config files also for non-CMake builds
At the moment, pkg-config hint files are only installed when CMake is
used as build system. However, it is very convenient for programs using
libmosquitto to have these files always in place, so let's add it
here, too.

Signed-off-by: Michael Heimpold <michael.heimpold@i2se.com>
7 years ago
Roger A. Light e88cabc306 Changelog entry for #932. 7 years ago
Fredrik Fornwall 46b824139f Fix build with OPENSSL_NO_ENGINE
Signed-off-by: Fredrik Fornwall <fredrik@fornwall.net>
7 years ago
Roger A. Light e331c8a725 Update changelog and fixes to #927 PR. 7 years ago
yzhivik 434f34911e fix SOCKS5 username and password set
fix SOCKS5 request wrt IP4/IP6/FQDN

Signed-off-by: yzhivik <yuriy.zhyvytsya@gmail.com>
7 years ago
Roger A. Light 5610dd7af4 Better implementation of #948. 7 years ago
Roger A. Light 24bd31f2a0 Fix excessive CPU usage when the number of sockets exceeds the system limit.
Closes #948. Thanks to wiebeytec.
7 years ago
Roger A. Light b81b2287d7 Update expired test certs. 7 years ago
Roger A. Light 1605a4f294 Make it easier to build without bundled uthash.h.
Use "make WITH_BUNDLED_DEPS=no".
7 years ago
Roger A. Light ebdfe0e6f5 Fix incorrect call to setsockopt() for TCP_NODELAY.
Closes #941. Thanks to rfalke.

Signed-off-by: Roger A. Light <roger@atchoo.org>
7 years ago
Roger A. Light 135ff1dd2e Fix build when using WITH_ADNS=yes. 7 years ago
Roger A. Light be8b3b0fae Enable ADNS for the snap. 7 years ago
Roger A. Light b5832eb6b8 Add missing test. 7 years ago
Roger A. Light a6c52cf5af Add websockets support to snap. 7 years ago
Roger A. Light afbb0f6691 Bump version number.
Signed-off-by: Roger A. Light <roger@atchoo.org>
7 years ago
Roger A. Light 63bfcb224e Fix accessor functions for username and client id when used in plugin auth check. 7 years ago
Roger A. Light becbff406b Include snapcraft.yaml in snap. 7 years ago
Roger A. Light 5e365a2597 Documentation fixes. 7 years ago