1. 18 Nov, 2016 1 commit
  2. 17 Nov, 2016 1 commit
  3. 09 Nov, 2016 1 commit
  4. 26 Oct, 2016 1 commit
  5. 30 Sep, 2016 1 commit
  6. 01 Sep, 2016 1 commit
  7. 26 Jul, 2016 1 commit
  8. 25 Jul, 2016 16 commits
  9. 06 Jul, 2016 1 commit
  10. 15 Jun, 2016 2 commits
  11. 07 Jun, 2016 1 commit
  12. 28 May, 2016 2 commits
    • Alexander Alashkin's avatar
      Check malloc results, Contribute to cesanta/dev#3726 · 58b8acd6
      Alexander Alashkin authored
      PUBLISHED_FROM=309be4a56754250406dd48f1abd30b68776f5c7e
      58b8acd6
    • 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
  13. 15 May, 2016 2 commits
    • 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
  14. 03 May, 2016 1 commit
  15. 28 Apr, 2016 2 commits
  16. 22 Apr, 2016 2 commits
  17. 15 Apr, 2016 1 commit
  18. 13 Apr, 2016 1 commit
  19. 12 Apr, 2016 2 commits