1. 14 Feb, 2020 1 commit
  2. 01 Feb, 2020 1 commit
  3. 19 Dec, 2019 1 commit
  4. 04 Nov, 2019 1 commit
    • Sergey Lyubka's avatar
      Lsm · 8fb58ebb
      Sergey Lyubka authored
      PUBLISHED_FROM=5f465d245bb9ada5202cdd23ddc5b9856df26951
      8fb58ebb
  5. 12 Jul, 2019 1 commit
    • Sergey Lyubka's avatar
      Next · 1a38e910
      Sergey Lyubka authored
      PUBLISHED_FROM=6fa0be81ce429b8db9e3ed572cb4a876b6fb2693
      1a38e910
  6. 26 Jun, 2019 1 commit
    • Sergey Lyubka's avatar
      Lsm · b6196371
      Sergey Lyubka authored
      PUBLISHED_FROM=18d9d1e6411db84788c527d1c34ad2adc846df00
      b6196371
  7. 19 Mar, 2019 1 commit
  8. 14 Feb, 2019 1 commit
    • Deomid Ryabkov's avatar
      Fix handling of WS handshake error response · 1e9fabe1
      Deomid Ryabkov authored
      Check response code, make sure it's 101.
      Pass http_message to the client to keep it appraised.
      This represents a slight change in the API -
      in case of an error MG_EV_WEBSOCKET_HANDSHAKE_DONE will now be delivered where previosuly connection would just hang.
      Clients that do not examine the argument may for a moment think handshake has succeeded but in fact connection will be closed immediately.
      
      CL: mg: Fix handling of WS handshake error response
      
      PUBLISHED_FROM=645a43d9e5bee216e54411f85827c9b974e9a7d1
      1e9fabe1
  9. 16 Jan, 2019 1 commit
  10. 05 Dec, 2018 1 commit
  11. 15 Oct, 2018 1 commit
    • Deomid Ryabkov's avatar
      Fix digest auth result comparison · 220231e6
      Deomid Ryabkov authored
      Should use length of the exected response, not the response sent by the user.
      
      CL: mg: Fix digest auth result comparison
      
      PUBLISHED_FROM=23375133b8babac0b276b51395917ad975e1bd3c
      220231e6
  12. 27 Sep, 2018 2 commits
  13. 21 Aug, 2018 1 commit
  14. 09 Jul, 2018 1 commit
  15. 26 Jun, 2018 1 commit
  16. 20 Jun, 2018 1 commit
    • Deomid Ryabkov's avatar
      mg_file_upload_handler: Support multiple files · 339bbee0
      Deomid Ryabkov authored
      curl -F file1 -F file2 ...
      
      Add a unit test and fix a minor memory leak when returning an error.
      
      CL: mg_file_upload_handler: Support multiple files
      
      PUBLISHED_FROM=5c4bf2be676346fb782e80f50f79df6a6721ac88
      339bbee0
  17. 17 May, 2018 1 commit
  18. 10 Apr, 2018 1 commit
    • Deomid Ryabkov's avatar
      Fix mg_http_parse_header · c2fbff6d
      Deomid Ryabkov authored
      Per standard, cookies are delimited by `; `.
      
      CL: Fix mg_http_parse_header: treat ";" as a delimiter.
      
      PUBLISHED_FROM=039243c30f5fabf4a4700a43506f841b3268306a
      c2fbff6d
  19. 30 Mar, 2018 1 commit
    • Deomid Ryabkov's avatar
      Fix an edge case in multipart HTTP upload parsing · c80f4c53
      Deomid Ryabkov authored
      Consume buffer as soon as we know there is no boundary there, no need to delay until next chunk arrives.
      This prevents stall where buffer fills up in one go and next chunk never arrives.
      
      CL: Fix an edge case in multipart HTTP upload parsing
      
      PUBLISHED_FROM=025f9001d272df2a75ece22b199b1944d5db9840
      c80f4c53
  20. 20 Mar, 2018 1 commit
    • Serge A. Zaitsev's avatar
      mongoose: fix http pipeline · d16dbc19
      Serge A. Zaitsev authored
      mongoose: fix formatting
      
      mongoose: fix formatting
      
      mongoose: remove debugging messages
      
      PUBLISHED_FROM=1194e018001cc5f2b598096593d7aac4ec8dc04d
      d16dbc19
  21. 07 Feb, 2018 1 commit
    • Dmitry Frank's avatar
      Implement mg_http_parse_header2() · b9b20c64
      Dmitry Frank authored
      Which is a replacement of (deprecated) `mg_http_parse_header`, but,
      similarly to `asprintf`, allocates a new buffer if the client-provided
      one is not large enough.
      
      Also use it throughout mongoose code, and thus some header-related
      limitations are removed; in particular,
      https://github.com/cesanta/mongoose/issues/813 is fixed.
      
      CL: Mongoose Web Server: Deprecate `mg_http_parse_header()` and implement `mg_http_parse_header2()` instead, which allocates a new buffer if the client-provided one is not large enough (similarly to `asprintf`).
      CL: Mongoose Web Server: Fix limitations of header value lengths, e.g. when parsing authentication headers such as nonce, etc.
      
      PUBLISHED_FROM=c75b1bbbbdb294ea85075ce69b1368f115fdd1ef
      b9b20c64
  22. 05 Feb, 2018 1 commit
    • Dmitry Frank's avatar
      Remove "mongoose" prefix from includes · c3d9d17e
      Dmitry Frank authored
      In certain files it was necessary to make tests work from public
      mongoose repo, so this commit makes things consistent.
      
      PUBLISHED_FROM=694454d0ff007229c65d524a2a2beaf126420f15
      c3d9d17e
  23. 02 Feb, 2018 3 commits