Commit History

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