1. 08 Jul, 2016 1 commit
  2. 07 Jul, 2016 1 commit
  3. 06 Jul, 2016 5 commits
  4. 01 Jul, 2016 1 commit
  5. 29 Jun, 2016 1 commit
  6. 28 Jun, 2016 3 commits
  7. 27 Jun, 2016 1 commit
  8. 24 Jun, 2016 1 commit
    • Deomid Ryabkov's avatar
      Ignore SL_ENOPROTOOPT w/ DOMAIN_NAME_VERIFICATION · 5a19135c
      Deomid Ryabkov authored
      Domain name verification feature was added in NWP service pack
      (reported version: 2.6.0.5). Older versions do not support it.
      There's not much we can do about it, so we just ignore the error.
      
      PUBLISHED_FROM=9495250de1945aae4f2bdf7dddcd7bf1248e24c2
      5a19135c
  9. 22 Jun, 2016 2 commits
  10. 20 Jun, 2016 1 commit
  11. 15 Jun, 2016 4 commits
  12. 13 Jun, 2016 2 commits
    • rojer's avatar
      Change main code image filename in CC3200 bundles · a67323fc
      rojer authored
      /sys/mcuimg.bin is just another file on SLFS, no reason to give it
      special treatment. Preserve backward compatibility with old bundles:
      translate sys_mcuimg.bin -> /sys/mcuimg.bin
      
      PUBLISHED_FROM=be89a3d9785046f09279fef9e2bb6604eeaa576e
      a67323fc
    • rojer's avatar
      Add timestamp to LB log · 1daa5e69
      rojer authored
      PUBLISHED_FROM=61b87fcee909241d5bdf2ba7407003c0c3cfbd72
      1daa5e69
  13. 10 Jun, 2016 1 commit
  14. 09 Jun, 2016 3 commits
    • rojer's avatar
      SimpleLink net_if impl w/ async support; MG_F_SSL · 1d4f97bb
      rojer authored
      SimpleLink sockets are suffciently different from BSD that all the
      ifdefs have become too messy to warrant a separate net_if
      implementation. As part of this we also implement proper async connect
      support.
      
      Added MG_F_SSL to identify SSL-enabled connections in a generic way,
      since SSL state can be different depending on the implementation.
      
      PUBLISHED_FROM=9cdb8c880b90683e4a26b972cf439d47d6f60917
      1d4f97bb
    • rojer's avatar
      clang-format *ALL* the things! · 183fc7ce
      rojer authored
      PUBLISHED_FROM=faf0beb7545eb426c941fc366b6f87667723eb4c
      183fc7ce
    • rojer's avatar
      SimpleLink SSL support; split cert and key opts · dcf1cede
      rojer authored
      SL requires cert and key to be separate files in DER format.
      
      Date verification is disabled for now.
      
      PUBLISHED_FROM=7d76150ed356140728a1e5fd82d8a0456347b7dc
      dcf1cede
  15. 07 Jun, 2016 4 commits
  16. 02 Jun, 2016 1 commit
  17. 31 May, 2016 1 commit
  18. 30 May, 2016 2 commits
  19. 28 May, 2016 4 commits
    • Alexander Alashkin's avatar
      Check malloc results, Contribute to cesanta/dev#3726 · 58b8acd6
      Alexander Alashkin authored
      PUBLISHED_FROM=309be4a56754250406dd48f1abd30b68776f5c7e
      58b8acd6
    • Sergey Lyubka's avatar
      Reference media files in doc directly · 3ec09cee
      Sergey Lyubka authored
      PUBLISHED_FROM=da22d5ea0aa366d7cb9bba838f8e173ae0178f5e
      3ec09cee
    • Sergey Lyubka's avatar
      Simplify doc generation infra · 1ce4aa81
      Sergey Lyubka authored
      PUBLISHED_FROM=80e77fda1c358294f251ca77d3dd64e8ca9160e5
      1ce4aa81
    • Dmitry Frank's avatar
      Add v7 arg to _mk_ and _get_ functions · 177e829f
      Dmitry Frank authored
      `v7_mk_undefined()` and `v7_mk_null()` are left unchanged, but marked
      deprecated, and `V7_UNDEFINED` and `V7_NULL` are public now.
      
      Xtensa code size with instrumentation: 590400 -> 590432, i.e. 32 bytes.
      Xtensa code size without instrumentation: 530848 -> 531760, i.e. 912
      bytes.
      
      As objdump reveals, inside v7.c, `v7_mk_number` and others are inlined,
      so the extra v7 argument is eliminated; outside of v7.c it's obviously
      not inlined.
      
      ----
      
      Also, v7_get_int() is added, which currently just casts stored double
      value to int
      
      PUBLISHED_FROM=e984b7308faf2380b3de388f238e0fae0aea545d
      177e829f
  20. 18 May, 2016 1 commit