1. 05 Jul, 2017 2 commits
  2. 04 Jul, 2017 2 commits
  3. 03 Jul, 2017 2 commits
  4. 02 Jul, 2017 1 commit
  5. 01 Jul, 2017 1 commit
  6. 29 Jun, 2017 1 commit
  7. 28 Jun, 2017 2 commits
  8. 27 Jun, 2017 1 commit
  9. 26 Jun, 2017 1 commit
  10. 21 Jun, 2017 1 commit
  11. 20 Jun, 2017 4 commits
  12. 13 Jun, 2017 1 commit
    • Deomid Ryabkov's avatar
      mOS filesystem refactoring: introduce VFS · 27094896
      Deomid Ryabkov authored
      With different filesystem implementations and storage drivers, like grown-ups have :)
      This is not currently used to add any new functionality, we still have
      only one FS and driver on ESP8266 and ESP32; CC3200 has two: SPIFFS and SLFS.
      This will be used soon to implement filesystems on additional SPI flash chips and SD cards.
      
      PUBLISHED_FROM=293960fef82952c505e9b1925aac7724c7308362
      27094896
  13. 09 Jun, 2017 3 commits
  14. 07 Jun, 2017 1 commit
  15. 04 Jun, 2017 1 commit
  16. 30 May, 2017 1 commit
  17. 28 May, 2017 2 commits
  18. 26 May, 2017 1 commit
  19. 25 May, 2017 1 commit
  20. 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
  21. 11 May, 2017 1 commit
  22. 09 May, 2017 1 commit
  23. 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
  24. 05 May, 2017 2 commits
  25. 03 May, 2017 1 commit
  26. 02 May, 2017 3 commits
  27. 27 Apr, 2017 1 commit