Commit Graph

  • dca344d237 Add method to cound number of subscription support_retain Mathieu Maret 2022-09-10 22:44:01 +0200
  • af01dcb7da Added retain flag for publishing Assaf Inbal 2017-01-02 09:11:56 +0200
  • 7413e92e77
    Merge pull request #213 from adafruit/update-ssl-cert Brent Rubell 2022-08-15 13:35:40 -0400
  • 25662868c5 add cert and warning brentru 2022-08-15 13:18:56 -0400
  • 223d419ebd
    Update library.properties Brent Rubell 2021-07-12 09:53:23 -0400
  • 37e175dcef
    Merge pull request #196 from xdylanm/send_long_packet_fix Brent Rubell 2021-07-12 09:53:02 -0400
  • d466773076
    Update library.properties Brent Rubell 2021-06-22 13:29:31 -0400
  • 3a319ab695
    Merge pull request #195 from rgorosito/fix-loss-subscriptions Brent Rubell 2021-06-22 13:29:11 -0400
  • a2bdbacb17 format xdylanm 2021-05-30 16:16:14 -0700
  • b007806ac1 Fixed length calculation when payload exceeds 128bytes xdylanm 2021-05-30 14:13:57 -0700
  • ab78b291b2 more c formatting fixing Ricardo Gorosito 2021-05-25 13:23:51 -0300
  • 986c1b405c fix c formatting Ricardo Gorosito 2021-05-25 13:16:43 -0300
  • 4cb40f87d2 stop loosing messages Ricardo Gorosito 2021-05-23 15:52:35 -0300
  • e524b5f3ae
    Merge pull request #194 from brentru/add-kat-public-funct Brent Rubell 2021-05-18 17:04:56 -0400
  • c5cdfc9564 clang format brentru 2021-05-18 16:54:01 -0400
  • 86aff92f0b fixup brentru 2021-05-18 16:43:33 -0400
  • a1e64c039e settable keepalive interval brentru 2021-05-18 16:41:26 -0400
  • ea2fb46de3
    Merge pull request #193 from xdylanm/send_rcv_long_packets Brent Rubell 2021-05-14 12:01:40 -0400
  • db003d30d1 Addressing comments from PR #193 with merge from PR#166. Clang-format, version ticked to 2.3.0, replaced duplicate topicOffsetFromLength with packetAdditionalLen. xdylanm 2021-05-14 08:09:07 -0700
  • c782cc454f Merge branch 'master' of https://github.com/adafruit/Adafruit_MQTT_Library into send_rcv_long_packets xdylanm 2021-05-14 07:47:38 -0700
  • ca12d21eb2
    Merge pull request #166 from flavio-fernandes/protect.buffer Brent Rubell 2021-05-14 09:22:29 -0400
  • 93a35d1a3e fix typo xdylanm 2021-05-12 21:54:08 -0700
  • 2ea8a0b3fc Support publishing and receiving large messages. Send multiple 250 byte packets (ref PR#113) for larger messages. Correctly identify topic start position for >127byte messages (ref PR#166). Resolves issue #102 xdylanm 2021-05-12 21:31:22 -0700
  • ce30d2a146
    Merge branch 'master' into protect.buffer Flaviof 2021-05-12 21:25:20 -0400
  • fff701ee62 Bump to 2.2.0 Flavio Fernandes 2021-04-02 12:05:34 -0400
  • e8922f60a9
    Merge pull request #192 from brentru/add-esp32-esp32s2-example Brent Rubell 2021-05-12 17:36:47 -0400
  • 1a3ff727a3 add .skip files for 8266/zero, this is an esp32 example! brentru 2021-05-12 17:33:16 -0400
  • 2adac525e1 bump version brentru 2021-05-12 17:30:17 -0400
  • 813585f72b add example for esp32s2/esp32 brentru 2021-05-12 17:26:26 -0400
  • d6f07ed4e4 Adafruit_MQTT::publishPacket: Protect against memory corruption. Flavio Fernandes 2020-08-29 15:56:43 -0400
  • f63a37b6fb
    Merge pull request #170 from Fapiko/better-ping-handling Brent Rubell 2020-11-06 10:39:12 -0500
  • f3f5c18c6d Reformatted with clang-format Lucas Jandrew 2020-11-06 10:20:52 -0500
  • c952333c40 Removing commented out debug statements Lucas Jandrew 2020-11-05 13:06:12 -0500
  • 7e0a1573ea Merge master to resolve conflicts Lucas Jandrew 2020-11-05 13:04:17 -0500
  • 1e72fa7c4a
    Bump version number for release Lucas Jandrew 2020-11-05 12:55:09 -0500
  • c7f716cf5d
    Bump to 2.0.0 Dylan Herrada 2020-09-30 15:21:46 -0400
  • 381c3e576c
    Merge pull request #171 from frederikheld/fix/typo_in_comment Brent Rubell 2020-09-23 11:49:07 -0400
  • 569c83af8c
    Merge pull request #179 from cmumford/fix-protected Brent Rubell 2020-09-23 11:48:02 -0400
  • 2f572776c1
    Merge pull request #184 from mlwinters/master Brent Rubell 2020-09-23 11:43:33 -0400
  • f1f515651f
    Moved defined(ARDUINO_SAMD_MKR1010) to line 25 Morgan 2020-09-23 10:27:06 +0100
  • 4b360f2522
    Added support for the MKR1010 Morgan 2020-09-23 09:51:56 +0100
  • 4a409caf16
    Merge branch 'master' into better-ping-handling Brent Rubell 2020-08-04 10:38:19 -0400
  • 956242a28b
    Bump library.properties version for release Brent Rubell 2020-07-07 10:19:42 -0400
  • bf7ce5af91
    Latest Adafruit IO SSL Fingerprint Justin Cooper 2020-07-06 15:53:19 -0500
  • c5599bfabc Corrected client public/private methods. Chris Mumford 2020-07-02 10:02:15 -0700
  • 8db0c2787d
    Merge pull request #177 from adafruit/actionci dherrada 2020-06-26 10:40:14 -0400
  • 148cfb3591
    Moved to actions, no doxygen dherrada 2020-06-25 09:56:46 -0400
  • ba9a03a41d Fixes typo in comment Frederik Held 2020-02-29 00:21:45 +0100
  • 9bf437e61c Fix missing handleSubscriptionPacket from code formatting. Lucas Jandrew 2020-02-24 01:41:00 -0500
  • adb717f7dd Removing remainder of whitespace differences Lucas Jandrew 2020-02-24 01:28:48 -0500
  • 3ba30fe64b Revert code formatting changes by CLion Lucas Jandrew 2020-02-24 01:22:58 -0500
  • 8e8245d734 Removed code from my previous PR Lucas Jandrew 2020-02-24 01:11:43 -0500
  • 44199a17ee Fixes issue with client erroneously reading a byte from 0 length packets Lucas Jandrew 2020-02-24 01:10:09 -0500
  • 0b8488d9bf Uncommented code to handle subscription packets... Lucas Jandrew 2020-02-23 22:44:35 -0500
  • 5ea3e3ba72 Handle publish packets when they're not the expected packet type Lucas Jandrew 2020-02-23 22:42:43 -0500
  • 259cba0837 Adds retain support for publishing messages Lucas Jandrew 2020-02-19 19:15:27 -0500
  • 3693eb8800
    Merge pull request #156 from brentru/patch-esp-bsp-2-5-1 brentrubell 2019-05-20 15:01:58 -0400
  • 4caf05cf8a bump version for release brentru 2019-05-20 15:01:47 -0400
  • d5aa959525 adding ssl fingerprint verification to comply with bearssl in esp8266 bsp 2.5.1 brentru 2019-05-20 11:20:45 -0400
  • bfdece49f7
    Merge pull request #155 from brentru/add-airlift-example brentrubell 2019-05-02 10:16:12 -0400
  • 3c71f1c560 remove print for pins brentru 2019-04-19 16:36:14 -0400
  • 4a709ffc28 update for a master airlift example brentru 2019-04-19 16:32:14 -0400
  • 4b328500e2
    Merge pull request #153 from brentru/add-pyportal-mqtts brentrubell 2019-04-18 12:10:02 -0400
  • 2b3892a4b6 bump to v1.0.0 brentru 2019-04-17 20:37:20 -0400
  • 727dc9f986 fix travis brentru 2019-04-16 14:18:06 -0400
  • c1e0ecd30e bump to 0.3.0 for release! brentru 2019-04-16 13:51:36 -0400
  • 5dd4f68de7 add skip file brentru 2019-04-16 13:45:01 -0400
  • 610514e83b add PyPortal MQTTS Example brentru 2019-04-16 13:44:28 -0400
  • 0687c95333
    Merge pull request #152 from brentru/fixup-readme brentrubell 2019-04-16 12:07:10 -0400
  • 03ac17773f update readme travis and add samd51 to compat table brentru 2019-04-16 11:56:18 -0400
  • b7838a3278
    Merge pull request #148 from ACE1046/master brentrubell 2019-04-16 11:49:27 -0400
  • 9eb37efa1c
    bumping library for compilation on m4 targets (#151) brentrubell 2019-04-16 11:48:54 -0400
  • 417d342078
    Message type check in readSubscription (#147) Anton ACE 2019-03-14 17:54:06 +0300
  • 493a1cf590
    remove CC3000 from keywords.txt (#145) brentrubell 2019-02-19 16:56:07 -0500
  • 12479b2592
    fix sha1 fingerprint for io.adafruit.com (#143) brentrubell 2019-02-19 16:36:34 -0500
  • c9ccc11da8 Added retain flag for publishing retain_rebase Assaf Inbal 2017-01-02 09:11:56 +0200
  • 07c9ae7153
    Bump version for new release. 0.20.3 brentrubell 2018-08-28 10:54:44 -0400
  • 0786de66b6
    Merge pull request #130 from brentru/mqtt-subscription-increase Limor "Ladyada" Fried 2018-08-27 13:17:19 -0700
  • 8780dd5491 increase mqtt sub. limit for non 32u4/328p devices brentru 2018-08-27 14:51:29 -0400
  • 61f75246f4 Library Fixes (#127) 0.20.2 brentrubell 2018-08-17 18:01:52 -0400
  • a4e1ee0133
    Merge pull request #110 from abachman/abachman-update-IO-tls-fingerprint master_upstream Limor "Ladyada" Fried 2018-02-05 17:17:02 -0500
  • c25d31f813
    update IO TLS fingerprint Adam Bachman 2018-02-05 17:08:40 -0500
  • 7fffb1e769 bump fix for winc1500 0.20.1 ladyada 2018-01-29 14:37:03 -0500
  • f0e97737f7 update to wifi101 library ladyada 2018-01-29 14:27:41 -0500
  • 5b25a96d1b typo 0.20.0 ladyada 2018-01-10 00:27:24 -0500
  • 13854f6487 bump! 0.2.0 ladyada 2018-01-10 00:26:31 -0500
  • a3f09cfa4c
    Merge pull request #107 from jerryneedell/patch-1 Limor "Ladyada" Fried 2018-01-06 19:46:31 -0500
  • 2d384b9697
    Update Adafruit_MQTT_Client.cpp to remove use of min() jerryneedell 2018-01-06 17:52:40 -0500
  • 974f4b8713
    Merge pull request #95 from fpistm/min_STL Limor "Ladyada" Fried 2017-11-21 10:34:32 -0500
  • ce9bcab0b4 Fix min() usage when using STL C++ Frederic.Pillon 2017-10-20 16:14:39 +0200
  • 786ca3fdb2 Merge pull request #87 from per1234/fix-keywords Limor "Ladyada" Fried 2017-09-02 13:01:03 -0400
  • 564f34a84b Use correct separator in keywords.txt per1234 2017-09-02 07:56:17 -0700
  • 8a8c0b1228 Update Adafruit IO SSL Fingerprint Justin Cooper 2017-08-15 09:31:22 -0500
  • 1e3fb01778 Remove reference to cc3000 Justin Cooper 2017-08-10 09:28:15 -0500
  • f5bb4e4e97 Remove references to cc3000 Justin Cooper 2017-08-10 09:27:05 -0500
  • 47ebe871e4 Merge pull request #65 from adafruit/io_callbacks 0.17.0 Todd Treece 2017-02-15 11:39:30 -0500
  • 08a4d8bdee Merge branch 'master' of github.com:adafruit/Adafruit_MQTT_Library into io_callbacks Todd Treece 2017-02-15 10:47:41 -0500
  • c5233ead52 remove cc3k from supported boards Todd Treece 2016-12-29 16:09:17 -0500
  • 3553074d45 bump lib to 0.17.0 Todd Treece 2016-12-29 16:09:07 -0500
  • c50f42c563 bump version define in Adafruit_MQTT.h 0.16.2 Todd Treece 2016-11-21 14:11:52 -0500