1. 31 May, 2016 1 commit
  2. 30 May, 2016 2 commits
  3. 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
  4. 18 May, 2016 1 commit
  5. 16 May, 2016 3 commits
  6. 15 May, 2016 4 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
    • Marko Mikulicic's avatar
      Temporarily disable appdash from docker-compose · f443c643
      Marko Mikulicic authored
      Until I read the doc and find how to limit the retention,
      otherwise it just eats all my ram and cpu and things start to fall
      apart.
      
      PUBLISHED_FROM=eb33fb44736f07b992270689217aca4af70513ff
      f443c643
  7. 11 May, 2016 1 commit
  8. 03 May, 2016 5 commits
  9. 29 Apr, 2016 2 commits
  10. 28 Apr, 2016 5 commits
  11. 27 Apr, 2016 1 commit
  12. 26 Apr, 2016 7 commits
  13. 22 Apr, 2016 4 commits