1. 28 Oct, 2016 2 commits
  2. 27 Oct, 2016 7 commits
  3. 26 Oct, 2016 8 commits
  4. 25 Oct, 2016 4 commits
    • Marko Mikulicic's avatar
      Denoisify mongoose poll logging · c151f9bc
      Marko Mikulicic authored
      PUBLISHED_FROM=ec1cb82cc2404cfe2abdf3bd445ddec3d4ff3e57
      c151f9bc
    • Deomid Ryabkov's avatar
      Krypton + LWIP fixes · 204bf9ac
      Deomid Ryabkov authored
       * Make kr_{send,recv} report status via return code instaed of errno
       * Move mg_if_* recv and connect callback invocation out of LWIP
         callbacks: these can be nested and we don't want that to happen
         to our callbacks. Instead, we post events for the event manager to
         process during next poll.
      
      PUBLISHED_FROM=9b3c1de796fae381dea1641807e51d7a897a398e
      204bf9ac
    • Dmitry Frank's avatar
      Make mongoose compile with ARMCC · e3bac870
      Dmitry Frank authored
      (It compiles, but doesn't really work yet)
      
      PUBLISHED_FROM=0382d355a343bdab9c9eeed87229efe90c30c40b
      e3bac870
    • Marko Mikulicic's avatar
      Fix byte order defines under OSX · 1f095052
      Marko Mikulicic authored
      PUBLISHED_FROM=327a8d729519aa0ad953594a32d63fddac4d1ec9
      1f095052
  5. 24 Oct, 2016 2 commits
  6. 22 Oct, 2016 1 commit
  7. 21 Oct, 2016 4 commits
  8. 20 Oct, 2016 6 commits
  9. 19 Oct, 2016 4 commits
  10. 18 Oct, 2016 2 commits
    • Deomid Ryabkov's avatar
      Enable MQTT client by default · a17eae41
      Deomid Ryabkov authored
      PUBLISHED_FROM=cb5d5afe166f637082d4b1d1bce5d9c263e91fd0
      a17eae41
    • Deomid Ryabkov's avatar
      CS_P_ESP_LWIP -> CS_P_ESP8266;add CS_P_NXP_KINETIS · 7b05d700
      Deomid Ryabkov authored
      LWIP part has been finally fully split from the ESP part, and ESP
      platform defs reduced to bare minimum. It is now possible to use LWIP
      in either low-level or socket mode without any ESP dependencies,
      and NXP Kinetis platform is the first to make use of it.
      
      PUBLISHED_FROM=4a9055897609c812296bdab5b4943ffde641ced2
      7b05d700