1. 25 May, 2017 1 commit
  2. 19 May, 2017 1 commit
    • Deomid Ryabkov's avatar
      Fix double-removal of send_mbuf data with SSL on · 06670d34
      Deomid Ryabkov authored
      Other minor fixes.
      Also decrease idle poll interval to 100 ms, as a workaround for some cases of incorrect next poll delay computation.
      
      Added HW tests for SSL fetches.
      
      Fixes cesanta/mongoose-os#262
      
      PUBLISHED_FROM=4d19f845768b4b3b990d25959d4211972368d7fc
      06670d34
  3. 11 May, 2017 1 commit
  4. 09 May, 2017 1 commit
  5. 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
  6. 05 May, 2017 2 commits
  7. 03 May, 2017 1 commit
  8. 02 May, 2017 3 commits
  9. 27 Apr, 2017 3 commits
  10. 26 Apr, 2017 1 commit
  11. 25 Apr, 2017 1 commit
  12. 24 Apr, 2017 1 commit
  13. 21 Apr, 2017 1 commit
  14. 19 Apr, 2017 1 commit
  15. 18 Apr, 2017 3 commits
  16. 17 Apr, 2017 1 commit
  17. 15 Apr, 2017 1 commit
  18. 14 Apr, 2017 1 commit
  19. 12 Apr, 2017 2 commits
  20. 11 Apr, 2017 3 commits
  21. 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
  22. 09 Apr, 2017 1 commit
  23. 08 Apr, 2017 1 commit
  24. 07 Apr, 2017 1 commit
  25. 03 Apr, 2017 2 commits
  26. 30 Mar, 2017 2 commits