1. 09 Jun, 2017 1 commit
  2. 07 Jun, 2017 1 commit
  3. 04 Jun, 2017 1 commit
  4. 30 May, 2017 1 commit
  5. 28 May, 2017 2 commits
  6. 26 May, 2017 1 commit
  7. 25 May, 2017 1 commit
  8. 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
  9. 11 May, 2017 1 commit
  10. 09 May, 2017 1 commit
  11. 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
  12. 05 May, 2017 2 commits
  13. 03 May, 2017 1 commit
  14. 02 May, 2017 3 commits
  15. 27 Apr, 2017 3 commits
  16. 26 Apr, 2017 1 commit
  17. 25 Apr, 2017 1 commit
  18. 24 Apr, 2017 1 commit
  19. 21 Apr, 2017 1 commit
  20. 19 Apr, 2017 1 commit
  21. 18 Apr, 2017 3 commits
  22. 17 Apr, 2017 1 commit
  23. 15 Apr, 2017 1 commit
  24. 14 Apr, 2017 1 commit
  25. 12 Apr, 2017 2 commits
  26. 11 Apr, 2017 3 commits
  27. 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