1. 12 Oct, 2016 1 commit
  2. 11 Oct, 2016 2 commits
    • Deomid Ryabkov's avatar
      esp_mg_net_if refactoring: split LWIP & ESP parts · ab48174b
      Deomid Ryabkov authored
      esp_mg_net_if was a rat's nest of mongoose net_if and event manager
      implementaions and the event loop task for the ESP8266 miot port.
      From that, pieces that are related to LWIP support have been pulled out,
      separated into net_if and event manager files, and event loop task
      has been moved under the miot esp8266 dirrectory.
      
      This is done to facilitate LWIP code reuse. This may not be the end of
      it, but it's a start.
      
      Note: custom retransmit logic has been removed for now. Can be
      reintroduced later is necessary.
      
      PUBLISHED_FROM=fd5bbf75714583ce95776d4c76b6c5b5dc535364
      ab48174b
    • Marko Mikulicic's avatar
      Add MBED as platform · 4439251f
      Marko Mikulicic authored
      Currently this allows V7 to be built on MBED; more
      work is likely required to port mongoose.
      
      PUBLISHED_FROM=32cd0a38349c8e9019af46d4ce7e1429e660db25
      4439251f
  3. 04 Oct, 2016 1 commit
    • Deomid Ryabkov's avatar
      Add MG_EV_SSI_CALL_CTX · f9a6403b
      Deomid Ryabkov authored
      This is the variant of MG_EV_SSI_CALL with context of the SSI call being
      processed in addition to the tag argument. Specifically, call handler
      now gets access to the HTTP request and the name of the file being processed.
      
      MG_EV_SSI_CALL is preserved for backward compatibility.
      
      PUBLISHED_FROM=eeea7487c062505abdb23b6f64994ff7a6b60ff8
      f9a6403b
  4. 03 Oct, 2016 3 commits
  5. 30 Sep, 2016 6 commits
  6. 29 Sep, 2016 3 commits
  7. 28 Sep, 2016 2 commits
  8. 27 Sep, 2016 2 commits
  9. 26 Sep, 2016 2 commits
  10. 23 Sep, 2016 5 commits
  11. 22 Sep, 2016 3 commits
  12. 16 Sep, 2016 1 commit
  13. 15 Sep, 2016 4 commits
  14. 13 Sep, 2016 4 commits
  15. 12 Sep, 2016 1 commit