1. 06 Jul, 2016 1 commit
  2. 01 Jul, 2016 1 commit
  3. 29 Jun, 2016 1 commit
  4. 28 Jun, 2016 3 commits
  5. 27 Jun, 2016 1 commit
  6. 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
  7. 22 Jun, 2016 2 commits
  8. 20 Jun, 2016 1 commit
  9. 15 Jun, 2016 4 commits
  10. 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
  11. 10 Jun, 2016 1 commit
  12. 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
  13. 07 Jun, 2016 4 commits
  14. 02 Jun, 2016 1 commit
  15. 31 May, 2016 1 commit
  16. 30 May, 2016 2 commits
  17. 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
  18. 18 May, 2016 1 commit
  19. 16 May, 2016 3 commits
  20. 15 May, 2016 3 commits
    • Deomid Ryabkov's avatar
      Add CPP guards to net_if.h · 5d0a5cfe
      Deomid Ryabkov authored
      cesanta/mongoose#653
      
      PUBLISHED_FROM=a676dbce6d04b78ca316a4601e9cbb676ecc88d2
      5d0a5cfe
    • Dmitry Frank's avatar
      Refactor v7_to_number -> v7_get_double and others · d4b81bb9
      Dmitry Frank authored
      We wanted to avoid `to` since it implies some kind of conversion, but
      these functions merely return underlying C entity.
      
      Public API changes:
      
      - `v7_to_number()` -> `v7_get_double()`
      - `v7_to_boolean()` -> `v7_get_bool()`
      - `v7_to_cstring()` -> `v7_get_cstring()`
      - `v7_get_string_data()` -> `v7_get_string()`
      - `v7_to_foreign()` -> `v7_get_ptr()`
      
      Private API changes:
      
      - `v7_to_pointer()` -> `get_ptr()`
      - `v7_to_generic_object()` -> `get_generic_object_struct()`
      - `v7_to_object()` -> `get_object_struct()`
      - `to_js_function()` -> `get_js_function_struct()`
      - `to_cfunction()` -> `get_cfunction_ptr()`
      
      PUBLISHED_FROM=036ac18d442c1128106292ad3e7a818b177eec6a
      d4b81bb9
    • Dmitry Frank's avatar
      Remove old docs, rename docs_new to docs · 23122b32
      Dmitry Frank authored
      It would be probably good idea to also remove tools/docgen.py and
      asciidoc.mk, but asciidoc.mk is still mentioned under `cloud/doc`, which
      may contain some useful info which we'll need at least to review before
      removing.
      
      PUBLISHED_FROM=faf454d4c52a2f07ea8ac084cf0bd11a0c9c9b3b
      23122b32