Commit Graph

  • 625e2a5060 Refactor to remove duplicate code. Roger A. Light 2021-06-08 11:59:12 +0100
  • 0e1388a615 Fix the return of plugin__handle_message not being fully handled. Roger A. Light 2021-05-21 14:54:28 +0100
  • 90e3b287de Remove redundant check, this is handled in send__pubrec. Roger A. Light 2021-05-21 14:18:27 +0100
  • a01dcd68a5 Document that bind_address can be NULL. Roger A. Light 2021-05-20 10:21:05 +0100
  • 58c0c0cef4 Document dynsec plugin location for Linux. Roger A. Light 2021-05-19 14:43:45 +0100
  • 99833795f2 Man page improvements - document MQTT support. Roger A. Light 2021-05-19 13:33:09 +0100
  • b6187c8880 Dynsec doc tweaks. Roger A. Light 2021-05-19 11:48:00 +0100
  • 2e2c9012ec Document reason for Windows connection limit. Roger A. Light 2021-05-19 11:19:58 +0100
  • 16fb0025a7 Improve QoS 0 outgoing packet queueing. Roger A. Light 2021-05-18 15:35:10 +0100
  • c317891df1 Clarify when callbacks get called. Roger Light 2021-05-17 23:38:23 +0100
  • 0db306ef6b Fix compiler warning. Roger A. Light 2021-05-17 16:54:30 +0100
  • 4a08626f43 Only a single call to lws_write() is required. Roger A. Light 2021-05-17 16:44:03 +0100
  • ff872cf943 Upgrade docker images to lws 4.2.0. Roger A. Light 2021-05-17 16:37:37 +0100
  • 5f34f27b5e Distribute licenses of self compiled components in docker images. Roger A. Light 2021-05-17 11:43:17 +0100
  • 880df7360d Fix bridge not reconnectng if the first reconnection attempt fails. Roger Light 2021-05-17 00:49:44 +0100
  • 9bb58a88fc Cleanup messsage before return. Roger Light 2021-05-16 19:57:59 +0100
  • 2ae13092f1 Update notice file. Roger A. Light 2021-05-13 17:37:26 +0100
  • 07399c2f3c Fix mosquitto_pub -l quitting if broker unavailable. Roger Light 2021-05-08 23:07:02 +0100
  • c8cd3590f1 Check for NULL. Roger A. Light 2021-05-06 21:05:10 +0100
  • a2ab20df13 Don't call read() if sockpairR < 0. Roger A. Light 2021-05-06 21:04:28 +0100
  • 501690d312 Handle identifier==NULL case. Roger A. Light 2021-04-28 09:21:50 +0100
  • be78a26fe8 Fix pid paths in systemd unit. Roger Light 2021-04-26 21:53:18 +0100
  • b4c86df6f5 Fix missing control path. Roger Light 2021-04-25 22:28:52 +0100
  • e1c8f09372 Remove C++ style comments. Roger Light 2021-04-25 22:26:12 +0100
  • f29ed90e4a Merge branch 'bk138-fixes' into fixes Roger Light 2021-04-25 22:12:37 +0100
  • 5434931dbc Merge branch 'fixes' of git://github.com/bk138/mosquitto into bk138-fixes Roger Light 2021-04-25 22:10:30 +0100
  • 613489f735 Fix typo. Roger A. Light 2021-04-20 21:09:08 +0100
  • 0446bba7df Fix some conversion warnings. Roger A. Light 2021-04-19 09:37:20 +0100
  • fe10226cc9 Fix building with Visual Studio 2008 Christian Beier 2021-04-18 21:23:25 +0200
  • d3dd89da82 Fix man page typos. Roger A. Light 2021-04-18 09:10:27 +0100
  • 702aaabee2 mux init must happen before bridges are started. Roger Light 2021-04-14 23:06:16 +0100
  • d5ecd9f5aa Update CVE information. Roger Light 2021-04-10 08:28:41 +0100
  • f1f0396d86 Fix links in man pages. Roger Light 2021-04-09 22:54:36 +0100
  • c418b57d0f Fix possible crash having just upgraded from 1.6. Roger Light 2021-04-08 22:49:11 +0100
  • ec54bce037 Fix mosquitto_sub pipe close detection. Roger A. Light 2021-04-06 23:01:48 +0100
  • 229b1f752f
    Merge pull request #2166 from mnhauke/master Roger Light 2021-04-06 21:54:57 +0100
  • e21eaeca37 CMake: Fix undefined symbols in plugins Martin Hauke 2021-04-06 21:15:08 +0200
  • ea46a8188e Add more documentation on pthread support. Roger A. Light 2021-04-06 14:51:30 +0100
  • 34522913ea Update Windows readme. Roger A. Light 2021-04-06 14:41:45 +0100
  • 1c79920d78 Update docker. Roger A. Light 2021-04-03 13:50:40 +0100
  • 1a6fdfb695 Merge branch 'fixes' Roger A. Light 2021-04-03 12:01:43 +0100
  • e7aa0fed2f Bump version, update web page. Roger A. Light 2021-04-03 12:00:33 +0100
  • 54df92cdc9 Add references to dynsec plugin in mosquitto.conf(5) Roger A. Light 2021-04-03 11:41:25 +0100
  • 983dc14f2c Provide help for users trying to bind to privileged ports. Roger A. Light 2021-04-03 11:33:57 +0100
  • eead0d2943 Fix build on Solaris non-sparc. Roger A. Light 2021-04-03 11:15:13 +0100
  • 6a4a547892 Fix segfault on client sending malformed CONNACk. Roger A. Light 2021-04-03 11:07:30 +0100
  • cde735a480 Add issue template. Roger A. Light 2021-04-03 11:05:01 +0100
  • 6ebbb4d654 Fix possible socket leak. Roger Light 2021-04-02 11:02:13 +0100
  • 117e59b7cf Fix CMake cross compile builds not finding opensslconf.h. Roger Light 2021-04-01 21:53:13 +0100
  • 4ee03f21e3 Guard against missing UNUSED. Roger A. Light 2021-03-29 17:07:40 +0100
  • 7d214a445d Fix TLS-PSK mode not working with port 8883. Roger A. Light 2021-03-26 11:06:57 +0000
  • 3ac2c3ee09 Improve mosquitto_ctrl documentation. Roger A. Light 2021-03-26 10:38:57 +0000
  • 20e154c1dd Add missing config file. Roger A. Light 2021-03-25 20:41:50 +0000
  • 27ca78ba60 Bring generic Dockerfile in line with 2.0-openssl. Roger A. Light 2021-03-25 16:20:22 +0000
  • e32bd8fb92 Add info on config-less docker to the generic image readme. Roger A. Light 2021-03-25 15:56:27 +0000
  • 71366fd569 Add mosquitto_ctrl options Roger A. Light 2021-03-23 21:49:47 +0000
  • 0f9e5795a2
    Merge pull request #2145 from abiliojr/empty_sockpairR Roger Light 2021-03-22 10:34:57 +0000
  • 1c6571a83a
    Merge pull request #2144 from abiliojr/fix_duplicates_on_connect Roger Light 2021-03-22 10:34:04 +0000
  • dd4a64b049 fully empty socketpairR on interruptible_sleep Abilio Marques 2021-03-22 08:15:47 +0100
  • 91f34e084f fix duplication of messages during connect Abilio Marques 2021-03-22 07:46:10 +0100
  • a5d9986cbd More compiler warning fixes. Roger Light 2021-03-21 22:50:48 +0000
  • 2de8c15bc9 Minor build fixes. Roger Light 2021-03-21 09:17:53 +0000
  • cca41d176d Fix inconsistent sign in log__printf declaration. Roger Light 2021-03-20 19:16:13 +0000
  • 9989a3502d Add link to authentication options if running in local only mode. Roger Light 2021-03-20 10:33:58 +0000
  • a6bb8d3611 Don't over write new receive-maximum if a v5 client connects. Roger Light 2021-03-14 19:26:41 +0000
  • 9faf89be8d Set receive-maximum to not exceed the -C message count. Roger Light 2021-03-14 19:24:56 +0000
  • 9f21a43eee Update docker. Roger A. Light 2021-03-11 22:45:42 +0000
  • c03c6b765e Merge branch 'fixes' Roger A. Light 2021-03-11 22:35:31 +0000
  • bb73eed557 Bump version number and update web pages. Roger A. Light 2021-03-11 22:33:01 +0000
  • f8838243fb Fix connections retrying very rapidly in some situations. Roger A. Light 2021-03-11 21:04:16 +0000
  • 891be8c2fe Fix max_keepalive option not applying to keepalive=0. Roger A. Light 2021-03-11 19:57:51 +0000
  • 1109f53fbf Merge branch 'vidarino-master' into fixes Roger A. Light 2021-03-11 19:58:43 +0000
  • 720ce01faf Minor tweaks to PR. Roger A. Light 2021-03-11 15:21:49 +0000
  • 87cf3680e5 Merge branch 'master' of git://github.com/vidarino/mosquitto into vidarino-master Roger A. Light 2021-03-11 15:15:30 +0000
  • f4d088b6d0 Improve logging of pull request. Roger A. Light 2021-03-11 15:09:38 +0000
  • 095d6e1caa Merge branch 'mosterdt-fix_interface_binding' into fixes Roger A. Light 2021-03-11 15:04:57 +0000
  • 88d2c74ab2 Fix bridge backoff calculation. Roger A. Light 2021-03-11 15:02:31 +0000
  • 9a87603a64 Merge branch 'abiliojr-fix-backoff' into fixes Roger A. Light 2021-03-11 14:02:04 +0000
  • 4b0a4c5c08 Merge branch 'fix-backoff' of git://github.com/abiliojr/mosquitto into abiliojr-fix-backoff Roger A. Light 2021-03-11 14:01:47 +0000
  • c11a2d5a8b Fix mosquitto_rr doc default version. Roger A. Light 2021-03-11 14:00:08 +0000
  • 8a5de787a7 Merge branch 'fix_interface_binding' of git://github.com/mosterdt/mosquitto into mosterdt-fix_interface_binding Roger A. Light 2021-03-11 13:44:53 +0000
  • b7a08d5c40 Fix TLS bridge/lib incorrectly connecting on invalid CA file. Roger A. Light 2021-03-11 12:45:04 +0000
  • ace2aa764e Fix cmake epoll detection. Roger Light 2021-03-08 23:57:04 +0000
  • e401def06d Fix QoS 0 messages not being delivered when max_queued_bytes was configured. Roger A. Light 2021-03-08 23:23:45 +0000
  • f89a3c3fc0 Fix messages to $ prefixed topics being rejected. Roger A. Light 2021-03-06 00:57:37 +0000
  • 7baca428da Remove obsolete tests. Roger A. Light 2021-03-04 09:49:29 +0000
  • 83334afee8 Remove redunant function delaration. Roger Light 2021-03-03 22:44:50 +0000
  • 64f697d55d Fix tls_version behaviour not matching documentation. Roger Light 2021-03-03 22:21:24 +0000
  • 5c45bc4e84 Improve Docker no-auth mode. Roger A. Light 2021-03-03 17:14:16 +0000
  • 2a38b7115b brige: fix backoff not working for remote broker returned errors Abilio Marques 2021-02-26 01:00:48 +0100
  • 1103c83268 Bump docker builds. Roger A. Light 2021-02-25 17:37:03 +0000
  • 1890a86ebc Merge branch 'fixes' Roger A. Light 2021-02-25 17:27:21 +0000
  • cec9d36445 Bump version and web pages. Roger A. Light 2021-02-25 17:23:24 +0000
  • 465ee546c4 Update comment. Roger A. Light 2021-02-25 17:13:56 +0000
  • 2190e98b20 Fix memory tracking not being available on FreeBSD or macOS. Roger A. Light 2021-02-25 17:04:15 +0000
  • 12ff9d5e14 Allow Docker images to run with anon, without a config file. Roger A. Light 2021-02-25 13:51:27 +0000
  • ebfcc84cda Add new function to header. Minor tweaks. Vidar Madsen 2021-02-19 13:53:50 +0100
  • 6bea9f7b32 Handle stale stored messages with conflicting message IDs. Vidar Madsen 2021-02-18 15:34:53 +0100
  • 9b08faf0bd Fix mosquitto_{pub|sub}_topic_check() function returns. Roger A. Light 2021-02-09 14:09:53 +0000
  • 1b24f625ea Give compile time warning for libwebsockets Roger A. Light 2021-02-03 20:16:06 +0000