1. 11 May, 2017 1 commit
  2. 09 May, 2017 1 commit
  3. 06 May, 2017 1 commit
    • Sergey Lyubka's avatar
      Move struct http_message::body · cfe77a3d
      Sergey Lyubka authored
      Rationale: this is the optimisation to make JS FFI-ed API
      work nicer. We don't have strucuture introspection now,
      and do not generate offsets automatially. Thus, using a
      stable well-known location of the parsed message body is
      better, in case of number of HTTP headers macro changes.
      
      PUBLISHED_FROM=55bf25ac77060a9c81dfecd6601f037562530801
      cfe77a3d
  4. 05 May, 2017 2 commits
  5. 03 May, 2017 1 commit
  6. 02 May, 2017 3 commits
  7. 27 Apr, 2017 3 commits
  8. 26 Apr, 2017 1 commit
  9. 25 Apr, 2017 1 commit
  10. 24 Apr, 2017 1 commit
  11. 21 Apr, 2017 1 commit
  12. 19 Apr, 2017 1 commit
  13. 18 Apr, 2017 3 commits
  14. 17 Apr, 2017 1 commit
  15. 15 Apr, 2017 1 commit
  16. 14 Apr, 2017 1 commit
  17. 12 Apr, 2017 2 commits
  18. 11 Apr, 2017 3 commits
  19. 10 Apr, 2017 3 commits
    • Sergey Lyubka's avatar
      Bobify format targets · 82761bb8
      Sergey Lyubka authored
      PUBLISHED_FROM=2c1d372e4db856e23266c29195c07968abc2ec81
      82761bb8
    • Deomid Ryabkov's avatar
      Handle multiple MQTT messages per RECV event · 08a10a8a
      Deomid Ryabkov authored
      PUBLISHED_FROM=fc98c51254dd94d3f443fb66e49449da7d9e754c
      08a10a8a
    • Dmitry Frank's avatar
      Commonize arg checking in cfunctions · bd130136
      Dmitry Frank authored
      Add `mjs_check_arg()` which checks whether argument is provided, and
      checks its type. It simplifies code and makes it smaller (because
      error strings are not ad-hoc, so they are not duplicated)
      
      As part of that, also commonize type stringifying: implement
      `mjs_stringify_type` and reimplement `mjs_typeof` on top of that.
      
      Use `mjs_check_arg()` in `mjs_string_slice()` and
      `mjs_string_char_code_at()`.
      
      PUBLISHED_FROM=0b72cf479738ff405d991cbd4bf9e75edda0f111
      bd130136
  20. 09 Apr, 2017 1 commit
  21. 08 Apr, 2017 1 commit
  22. 07 Apr, 2017 1 commit
  23. 03 Apr, 2017 2 commits
  24. 30 Mar, 2017 2 commits
  25. 29 Mar, 2017 2 commits