Commit Verlauf

Autor SHA1 Nachricht Datum
  Martin Gaida 7105998eb8 fixed ssl_short_trust bug in sslize (see #280) vor 9 Jahren
  Martin Gaida 134f978964 optimized flow for use of short lived certificates vor 9 Jahren
  Martin Gaida 2c78581a37 decreased disk io and added thread safety for short lived certificates vor 9 Jahren
  Martin Gaida 007588a08c fixed small bug vor 9 Jahren
  Martin Gaida 21fc4332c2 fixed minor bug vor 9 Jahren
  Martin Gaida ca755dd11d Added certificate hot swap for use with short lived certificates. vor 9 Jahren
  bel 54c6b08917 Add unit test for CGI vor 9 Jahren
  bel2125 6506e38923 Merge pull request #275 from jd-boyd/mg_send_mime_file vor 9 Jahren
  Joshua D. Boyd 4c52dcfd6a Add mg_send_mime_file. vor 9 Jahren
  bel aa4408b202 Fix crash if mg_start is called twice, with invalid port at first call (see #270) vor 9 Jahren
  Joshua D. Boyd 3ff8a74afe Add MIME types for fonts. vor 9 Jahren
  bel da7f6c3943 Do not call CRYPTO_cleanup_all_ex_data for every thread ... again. vor 9 Jahren
  bel 833fda13ba mg_remove is also available if NO_FILE is set vor 9 Jahren
  bel 8b5b7d516d Add some comments on cache control vor 9 Jahren
  bel2125 e7758c8ef5 Fix some coverity warnings vor 9 Jahren
  bel f8709d6caf Call CRYPTO_cleanup_all_ex_data for every thread (#263) vor 9 Jahren
  bel 23f02df8fd Configuration for Cache-Control: max-age vor 9 Jahren
  bel bfc6dfe52b Remove nested comment vor 9 Jahren
  bel 2ed461a147 HTTP response codes according to IANA registration page: vor 9 Jahren
  bel 0c5c6aa74f Auto-format after merge vor 9 Jahren
  Jack 0529225b5e In read_request() function, last_action_time is always zero before entering the while loop vor 9 Jahren
  bel 55eea8eb8d Change option `tcp_nodelay` from boolean to number vor 9 Jahren
  bel ccd67fabef Uninitialize openSSL to avoid memory leak (see #263) vor 9 Jahren
  bel 60f207111d Don't call local request handler for requests with absolute URIs of other servers (#266) vor 9 Jahren
  bel bd30fe2fd5 Check domain name when checking absolute URIs vor 9 Jahren
  bel 451735c7e3 Replace fopen by mg_fopen in civetweb.c vor 9 Jahren
  bel 92099ed0da Add funtion to store body data vor 9 Jahren
  bel2125 75fcc82daa Merge pull request #261 from javaJake/websocketclose vor 9 Jahren
  Jacob Skillin c793d57105 Free mutex prior to freeing conn vor 9 Jahren
  Jacob Skillin 1fd406d476 Only free conn if in client context. vor 9 Jahren