提交历史

作者 SHA1 备注 提交日期
  bel2125 1beb379c99 Fix some warnings 5 年之前
  bel2125 eecda64209 Fix PVS-Studio warnings (#597) 5 年之前
  bel2125 13848d2d72 Fix more PSV Studio warnings 5 年之前
  bel2125 e14dff167a Merge branches to 'master' 5 年之前
  bel2125 5475c99e94 Code format after merge 6 年之前
  Tomasz Gorochowik d35f7d6dbf Move variable declarations to the top 6 年之前
  Tomasz Gorochowik f82f78c1ef Add option to use civetweb without filesystems 6 年之前
  bel2125 e2e0f08a6c Return error for incomplete multipart form data (#682) 6 年之前
  bel2125 e8b8b9c9b1 Fix missing boundary (#682) 6 年之前
  bel2125 149a5e8bd3 Stop form handler after read timeout, only if no data is left 6 年之前
  bel2125 3c2c25ded2 Stop form handler after read timeout 6 年之前
  bel2125 ee2f3bd199 Ignore parameters for APPLICATION/X-WWW-FORM-URLENCODED contents (#651) 7 年之前
  bel2125 fc281de264 Define return values to skip fields in mg_handle_form handling functions 7 年之前
  bel2125 9234684879 Prepare to use return values in form handling (#646) 7 年之前
  bel2125 e5787daa83 Increase buffer size for form parsing 7 年之前
  bel2125 3235a2ecae Fix some PVS Studio warnings (#597) 7 年之前
  bel2125 13839585ed Reset next pointer when handling url-encoded form data POST requests (#605) 7 年之前
  bel2125 9607b17529 Fix some more PVS-Studio warnings (#597) 7 年之前
  bel2125 a5c237895e Update year in copyright header 7 年之前
  bel2125 3b9519a3e7 Add function and line number for internal use of mg_cry 7 年之前
  bel2125 c72d313346 Fix static source code analysis warnings 7 年之前
  newsoft 27be5f3d6a Avoid leaking file descriptors on read error. 7 年之前
  bel2125 773334f891 Support multiple domains (Step 1/?) 7 年之前
  bel2125 9fc4d3e250 Add client interface to standalone server and fix ssl init for clients 7 年之前
  bel2125 bb973db7de Use new nomenclature for enums in the code (see #522) 7 年之前
  bel2125 0d1453d3a8 Fix some missing casts for compiling with C++ (see comment on #504) 8 年之前
  bel2125 9ec3c463f5 Fix handle_form for quoted strings and reactivate unit test 8 年之前
  bel2125 25645a094e Avoid const cast (see #504) 8 年之前
  bel2125 0be394f23d Format code 8 年之前
  bel2125 a7d3ad7c70 Fix signed/unsigned warning 8 年之前