Skip to content
Snippets Groups Projects
  1. May 11, 2017
  2. May 09, 2017
  3. May 06, 2017
    • 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. May 05, 2017
  5. May 03, 2017
  6. May 02, 2017
  7. Apr 27, 2017
  8. Apr 26, 2017
  9. Apr 25, 2017
  10. Apr 24, 2017
  11. Apr 21, 2017
  12. Apr 19, 2017
  13. Apr 18, 2017
  14. Apr 17, 2017
  15. Apr 15, 2017
  16. Apr 14, 2017
  17. Apr 12, 2017
  18. Apr 11, 2017
  19. Apr 10, 2017
    • 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. Apr 09, 2017
  21. Apr 08, 2017
  22. Apr 07, 2017
  23. Apr 03, 2017
  24. Mar 30, 2017
  25. Mar 29, 2017
Loading