1. 01 Feb, 2018 1 commit
    • Dmitry Frank's avatar
      Improve websocket implementation · 7519b2ef
      Dmitry Frank authored
      CL: Mongoose Web Server: Websocket: Respond to Ping with Pong
      CL: Mongoose Web Server: Websocket: Properly close a connection with Close frame (in response to a client's close and when protocol failure is detected)
      CL: Mongoose Web Server: Websocket: Fix support of fragmented messages
      CL: Mongoose Web Server: Websocket: Add support for control frames interjected in the middle of a fragmented message
      
      PUBLISHED_FROM=e2b3794aaacc64633540c493194cccc62afa2077
      7519b2ef
  2. 30 Jan, 2018 13 commits
  3. 29 Jan, 2018 1 commit
  4. 27 Jan, 2018 1 commit
    • Бобби's avatar
      Fix OOB access in mg_match_prefix_n() · 961fb96b
      Бобби authored
      CL: Fix OOB access in mg_match_prefix_n().
          Made mg_match_prefix_n() return non-negative result.
      
      PUBLISHED_FROM=611454df6a6c55bfa7ddf05e7d268a86fa0457a8
      961fb96b
  5. 18 Jan, 2018 1 commit
  6. 16 Jan, 2018 1 commit
  7. 15 Jan, 2018 1 commit
  8. 12 Jan, 2018 1 commit
  9. 04 Jan, 2018 1 commit
  10. 02 Jan, 2018 1 commit
  11. 29 Dec, 2017 2 commits
  12. 28 Dec, 2017 1 commit
  13. 17 Dec, 2017 1 commit
  14. 16 Dec, 2017 1 commit
  15. 14 Dec, 2017 2 commits
  16. 04 Dec, 2017 1 commit
    • Dmitry Frank's avatar
      Improve docs · be63c0dc
      Dmitry Frank authored
      PUBLISHED_FROM=3b75fd8247ba9028e0ef0c3e211e7c1a80013951
      be63c0dc
  17. 02 Dec, 2017 1 commit
  18. 28 Nov, 2017 3 commits
  19. 24 Nov, 2017 1 commit
  20. 23 Nov, 2017 2 commits
    • Бобби's avatar
      Document mg_match_prefix · 0a0852b5
      Бобби authored
      PUBLISHED_FROM=b85fe1ee1e7bae4528c1240d8531c410728d0709
      0a0852b5
    • Deomid Ryabkov's avatar
      Compatibility with LwIP 2.0 · 90716417
      Deomid Ryabkov authored
      2.0 redefined LWIP_VERSION in a way that is no longer compatible with use by preprocessor (boo).
      also, tcp_pcb.acked is gone, but we only use it for debug, so it doesn't matter.
      
      PUBLISHED_FROM=776f90a08bd5024fa8a61dae257af6c60ec6710d
      90716417
  21. 21 Nov, 2017 1 commit
    • Deomid Ryabkov's avatar
      Use weaker but faster cipher suites · 101afbc9
      Deomid Ryabkov authored
      ECDHE is way too slow on ESP8266 w/o cryptochip, this sometimes results in WiFi STA deauths.
      Disable DHE completely because it's just hopelessly slow.
      
      PUBLISHED_FROM=d9c8e95b7d5c992f9e127726c569f187b1e0b453
      101afbc9
  22. 09 Nov, 2017 1 commit
  23. 08 Nov, 2017 1 commit