1. Mar 12, 2021
  2. Mar 11, 2021
  3. Oct 22, 2020
    • CJ Lee's avatar
      Add missing header for QNX · ebc8b76d
      CJ Lee authored
      
      
      <arpa/inet.h> header is required to compile this source. Without it, WARNING is generated.
      
      mosquitto/lib/socks_mosq.c: In function 'socks5__send':
      mosquitto/lib/socks_mosq.c:156:22: warning: implicit declaration of function 'inet_pton' [-Wimplicit-function-declaration]
         ipv4_pton_result = inet_pton(AF_INET, mosq->host, &addr_ipv4);
      
      Signed-off-by: default avatarChangJoon Lee <changjoon.lee@lge.com>
      ebc8b76d
  4. Aug 19, 2020
    • Roger A. Light's avatar
      Bump version. · 32c8221d
      Roger A. Light authored
      32c8221d
    • Roger A. Light's avatar
      Fix memory leak on handling QoS 2 PUBLISH. · 3190d292
      Roger A. Light authored
      In some circumstances, Mosquitto could leak memory when handling PUBLISH messages. This is limited to incoming QoS 2 messages, and is related to the combination of the broker having persistence enabled, a clean session=false client, which was connected prior to the broker restarting, then has reconnected and has now sent messages at a sufficiently high rate that the incoming queue at the broker has filled up and hence messages are being dropped. This is more likely to have an effect where max_queued_messages is a small value. This has now been fixed.
      
      Closes #1793.
      3190d292
  5. Sep 17, 2019
  6. Mar 01, 2019
  7. Feb 28, 2019
  8. Feb 27, 2019
  9. Feb 26, 2019
  10. Feb 15, 2019
  11. Feb 14, 2019
  12. Feb 13, 2019
  13. Feb 12, 2019
  14. Feb 09, 2019
  15. Feb 08, 2019