Skip to content
Snippets Groups Projects
  1. 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
  2. May 02, 2017
  3. Apr 27, 2017
  4. Apr 25, 2017
  5. Apr 24, 2017
  6. Apr 19, 2017
  7. Apr 11, 2017
    • Deomid Ryabkov's avatar
      Add optional digest auth to mOS HTTP server · 7f259f2a
      Deomid Ryabkov authored
      If http.auth_{domain,file} are configured, all HTTP requests require valid digest authorization header.
      This applies to files served by mg_http_serve as well as synamic endpoints such as /update and /rpc.
      
      mongoose-os#229
      
      PUBLISHED_FROM=824d594147cfeb2428b463d24478b207839aa5e2
      7f259f2a
  8. Mar 30, 2017
  9. Mar 24, 2017
  10. Mar 21, 2017
  11. Mar 20, 2017
  12. Mar 17, 2017
  13. Mar 16, 2017
  14. Mar 15, 2017
  15. Mar 11, 2017
  16. Mar 01, 2017
  17. Feb 28, 2017
  18. Feb 24, 2017
    • Dmitry Frank's avatar
      Fix subscription to wildcard topics · 39429149
      Dmitry Frank authored
      `mg_mqtt_match_topic_expression()` and friends are public now.
      
      So far, only `#` is supported.
      
      PUBLISHED_FROM=20c031bcf34be84771c4a9c456318634eb9a517c
      39429149
  19. Feb 16, 2017
  20. Feb 15, 2017
  21. Feb 09, 2017
  22. Feb 06, 2017
  23. Jan 30, 2017
  24. Jan 25, 2017
  25. Jan 24, 2017
    • Deomid Ryabkov's avatar
      Fix ESP32 encr. OTA; clean up {open,read,close}dir · 7bdbd805
      Deomid Ryabkov authored
      Fixed a bunch of things to make OTA work on ESP32 with flash encryption:
      writes to app aprtitions must be 32-byte aligned and mod 32 in size.
      When merging filesystems during update, use spiffs_vfs_* functions so
      that old fs is properly decrypted.
      
      Refactored cs_dirent stuff: SPIFFS support moved to spiffs_vfs.c,
      added dirent.h on ESP8266 and CC3200 which includes cs_dirent.h
      Define DIR and dirent only if asked (ESP8266, CC3200, WIN32).
      
      PUBLISHED_FROM=58b0d05cdc41b1a9e02d341e2a1cdcb012829232
      7bdbd805
  26. Jan 18, 2017
  27. Jan 17, 2017
  28. Jan 13, 2017
    • Deomid Ryabkov's avatar
      ESP32: Update esp-idf · f1d0b451
      Deomid Ryabkov authored
      cesanta/esp-idf is rebased onto espressif/esp-idf#aece3d6fc62fd91d3c5a87e0ab2ddb5ac51d8ff0
      
      A few wifi changes and VFS support for directory-related functions.
      
      PUBLISHED_FROM=7823db802945122aa1b5453da8abd8e380cbf2fa
      f1d0b451
  29. Jan 12, 2017
  30. Jan 11, 2017
  31. Jan 10, 2017
  32. Jan 09, 2017
  33. Dec 15, 2016
  34. Dec 14, 2016
  35. Dec 13, 2016
Loading