提交歷史

作者 SHA1 備註 提交日期
  bel2125 5f54d6441f Comment incomplete feature for additional response headers 8 年之前
  bel f5ea8a5ee8 Fix error in timeout handling for writing larger files (may be related to #422) 8 年之前
  bel 3bbf77b804 Fix compile error for old C standards 8 年之前
  bel2125 4c6fa8c058 Set legacy define for deprecated API 8 年之前
  bel2125 95603a3a74 Allow to separate server private key and certificate chain in two different files 8 年之前
  bel b3cdb1ba32 For "Range" requests to zip files, return "416 Range Not Satisfiable" 8 年之前
  bel2125 d2ebc9d35d Possible fix for SSL implementations where CRYPTO_num_locks returns 0 (see #436) 8 年之前
  bel2125 ad83f8ecd9 Resolve old TODO 8 年之前
  bel2125 5bd621ccf1 mg_send_http_error as public API 8 年之前
  bel2125 f7d3df28f8 Fix some warnings 8 年之前
  bel2125 fb9ef36bb2 Replace deprecated ASN1_digest by EVP_Digest 8 年之前
  bel2125 54555d9b1d load_dll: On error, print all missing functions, not only the first 8 年之前
  bel2125 d9b713b71b Fix unused variable warning 8 年之前
  bel2125 316d3eda2e Fix some "unused" and "signed/unsigned" warnings 8 年之前
  bel2125 ffdc5d862d Initialize SSL in mg_init_library, so https client functions can be used without initializing a server first (fix) 8 年之前
  bel2125 c9115f59d0 mg_init_library: return the features initialized 8 年之前
  bel2125 de7d40f126 Initialize SSL in mg_init_library, so https client functions can be used without initializing a server first 8 年之前
  Philipp Hasper 0c3947112a Fixed typo 8 年之前
  bel 41c60b64c9 Format code, minor code policy adaptations 8 年之前
  pkvamme 38e05751ed Fails on large POST requests #428 8 年之前
  bel 60c778ea7a Supress clang warning for protocol string generation 8 年之前
  bel 26d3579fdc Format code 8 年之前
  bel 4532a9d3e2 Fix build 8 年之前
  bel db1acbfd0f Add mg_send_chunk interface function 8 年之前
  bel 47929c3f75 Add example POST handler 8 年之前
  bel 034008fe92 Allow "REPORT" HTTP method for REST calls 8 年之前
  bel 8b2a59a657 Fix warning 8 年之前
  bel a457e918d0 Replace string manipulation algorithm in interpret_uri 8 年之前
  bel 8296b4298e Allow to compile civetweb.c as C++ by adding a typecast for ASN1_digest (see #425) 8 年之前
  bel 65e3cbe1cc Allow to use timers outside civetweb.c (with TIMER_API define) 8 年之前