1. 27 Oct, 2016 1 commit
  2. 26 Oct, 2016 8 commits
  3. 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
  4. 24 Oct, 2016 2 commits
  5. 22 Oct, 2016 1 commit
  6. 21 Oct, 2016 4 commits
  7. 20 Oct, 2016 6 commits
  8. 19 Oct, 2016 4 commits
  9. 18 Oct, 2016 6 commits
  10. 17 Oct, 2016 4 commits
    • Deomid Ryabkov's avatar
      MG_DISABLE_(DNS|(_SYNC)?_RESOLVER) -> MG_ENABLE_$1 · 492dcdca
      Deomid Ryabkov authored
      Disable sync resolver by default.
      
      PUBLISHED_FROM=dbaed194e5fe211c07564fe6880649a1aee7f662
      492dcdca
    • Deomid Ryabkov's avatar
      Introduce MG_NET_IF var, replaces MG_NET_IF_* · 4ef3a778
      Deomid Ryabkov authored
      Possible values:
        MG_NET_IF_SOCKET (1) - traditional BSD socket API
        MG_NET_IF_SIMPLELINK (2) - TI's SimpleLink socket interface
        MG_NET_IF_LWIP_LOW_LEVEL - a net_if implementation that uses LWIP's
          low-level API, when LWIP_SOCKET is not available.
      
      PUBLISHED_FROM=a5c0aebb7b6bdb1f1f4cb3210763d16f3ab5e133
      4ef3a778
    • Marko Mikulicic's avatar
      Don't clang-format non checked out things · 31c5ef1b
      Marko Mikulicic authored
      mbed-os is a directory that gets checked out by the mbed cli
      (a tool similar in spirit to miot) and it contains a lot of
      .c sources, so many of them that clang-format burns your CPU.
      
      While we're at it, also fix check_no_ifdefs when running under a commit
      hook.
      
      PUBLISHED_FROM=e5dd457ea3c4f9bd880f2491fb322dffa7abf70a
      31c5ef1b
    • Dmitry Frank's avatar
      Don't access nc->ssl if SSL is disabled · 4656e7b0
      Dmitry Frank authored
      PUBLISHED_FROM=bdbd9416f73f84a3d8afbffe886d0922c36769d4
      4656e7b0