Skip to content
Snippets Groups Projects
  1. Apr 27, 2017
  2. Apr 25, 2017
  3. Apr 24, 2017
  4. Apr 19, 2017
  5. 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
  6. Mar 30, 2017
  7. Mar 24, 2017
  8. Mar 21, 2017
  9. Mar 20, 2017
  10. Mar 17, 2017
  11. Mar 16, 2017
  12. Mar 15, 2017
  13. Mar 11, 2017
  14. Mar 01, 2017
  15. Feb 28, 2017
  16. 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
  17. Feb 16, 2017
  18. Feb 15, 2017
  19. Feb 09, 2017
  20. Feb 06, 2017
  21. Jan 30, 2017
  22. Jan 25, 2017
  23. 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
  24. Jan 18, 2017
  25. Jan 17, 2017
  26. 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
  27. Jan 12, 2017
  28. Jan 11, 2017
  29. Jan 10, 2017
  30. Jan 09, 2017
  31. Dec 15, 2016
  32. Dec 14, 2016
  33. Dec 13, 2016
Loading