Skip to content
Snippets Groups Projects
  1. Feb 03, 2018
  2. Feb 02, 2018
    • Dmitry Frank's avatar
      Remove tunneling from mongoose · f29457e9
      Dmitry Frank authored
      CL: Mongoose Web Server: Remove tunneling functionality which was used by nobody
      
      PUBLISHED_FROM=38b9e8ae7b0a5a1dbba5cff4074843dc681267d3
      f29457e9
  3. Feb 01, 2018
    • Dmitry Frank's avatar
      Fix nonce in digest authentication · 47abc641
      Dmitry Frank authored
      CL: Mongoose Web Server: Digest authentication: Fix nonce validity check (expired nonce or nonce from the future did not cause the the check to fail)
      CL: Mongoose Web Server: Digest authentication: Fix nonce request value; it worked before because nonce validity check was broken as well
      CL: Mongoose Web Server: Digest authentication: Add `nonce` argument to `mg_http_create_digest_auth_header()`: clients should use the value received from the server's authentication request.
      
      Resolves https://github.com/cesanta/mongoose/issues/809
      
      PUBLISHED_FROM=5e59f90ed6b2a4311ed6763159da81c2aaf6af4c
      47abc641
    • 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
  4. Nov 28, 2017
  5. Aug 22, 2017
  6. Jul 21, 2017
    • Deomid Ryabkov's avatar
      Make mg_url_encode public · 0fba87c7
      Deomid Ryabkov authored
      Change the API to heap-allocate the string and get rid of a bunch of fat stack buffers.
      
      PUBLISHED_FROM=c793dc64a9a044a9769d92ea16859f5d704a2181
      0fba87c7
  7. Jul 02, 2017
  8. Jul 01, 2017
  9. Jun 28, 2017
  10. Jun 26, 2017
  11. Jun 04, 2017
  12. 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
  13. Apr 27, 2017
  14. Apr 24, 2017
  15. Mar 24, 2017
  16. Mar 21, 2017
    • Yiming Sun's avatar
      Fix typo · 14094aae
      Yiming Sun authored
      PUBLISHED_FROM=56fdeaf4965ef26c398267c8656735bb52e45085
      14094aae
  17. Mar 20, 2017
  18. Mar 15, 2017
  19. Mar 11, 2017
  20. Mar 01, 2017
  21. Feb 28, 2017
  22. 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
  23. Feb 15, 2017
  24. Feb 09, 2017
  25. Jan 30, 2017
  26. Jan 10, 2017
  27. Nov 25, 2016
  28. Nov 18, 2016
  29. Nov 17, 2016
  30. Nov 14, 2016
  31. Nov 11, 2016
  32. Nov 10, 2016
  33. Nov 09, 2016
Loading