Skip to content
Snippets Groups Projects
  1. Jul 22, 2016
  2. Jul 20, 2016
  3. Jul 15, 2016
  4. Jul 14, 2016
    • Deomid Ryabkov's avatar
      Fix SSL stuff · 9f78a290
      Deomid Ryabkov authored
      Do not use CA bundle on CC3200, it doesn't work.
      Make ssl_ca_cert = "*" mean "no verification" and make sure
      SSL is enabled on the connection when it's required, even w/o verification.
      
      PUBLISHED_FROM=c8710a5d24ecfe174ef45b7f81c114d41faf5c12
      9f78a290
  5. Jul 13, 2016
  6. Jul 12, 2016
  7. Jul 11, 2016
    • Deomid Ryabkov's avatar
      Properly override rename on Newlib · 459cd1b0
      Deomid Ryabkov authored
      Newlib implements rename as _link and _unlink, not _rename.
      There is no _link on either SLFS or SPIFFS, so override rename directly.
      
      PUBLISHED_FROM=ebb54664f8a3c8664ecab1fac021bef286a0e230
      459cd1b0
  8. Jul 07, 2016
  9. Jul 06, 2016
  10. Jul 01, 2016
  11. Jun 29, 2016
  12. Jun 28, 2016
  13. Jun 27, 2016
  14. Jun 24, 2016
    • 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
  15. Jun 22, 2016
  16. Jun 15, 2016
  17. Jun 09, 2016
    • 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
      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
  18. Jun 07, 2016
  19. May 28, 2016
    • 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. May 18, 2016
  21. May 16, 2016
  22. May 15, 2016
    • 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
  23. May 03, 2016
  24. Apr 29, 2016
  25. Apr 26, 2016
  26. Apr 22, 2016
Loading