提交歷史

作者 SHA1 備註 提交日期
  thewaterymoon 16da6d722f Restart an interrupted recv() 9 年之前
  thewaterymoon af26c5c670 Fix the checking of 'keep-alive' connection flag. 9 年之前
  bel 1ef0bc06c1 Re-format source 9 年之前
  bel 6a5cdc470e Avoid warnings in pthread_t to unsigned long cast 9 年之前
  Martin Gaida 007588a08c fixed small bug 9 年之前
  Martin Gaida 21fc4332c2 fixed minor bug 9 年之前
  bel2125 055e807198 Use of pthread_self must be changed for OSX build 9 年之前
  bel2125 657e30ddd7 Fix for long values >=0x80000000L 9 年之前
  bel2125 3c0b1e6079 Fix MinGW warning (SSL_OP_ALL needs to be unsigned in a 32 bit environment) 9 年之前
  bel a41e091973 Win64 builds should use OpenSSL 64 bit as default 9 年之前
  Martin Gaida ca755dd11d Added certificate hot swap for use with short lived certificates. 9 年之前
  bel 54c6b08917 Add unit test for CGI 9 年之前
  bel2125 6506e38923 Merge pull request #275 from jd-boyd/mg_send_mime_file 9 年之前
  Joshua D. Boyd 4c52dcfd6a Add mg_send_mime_file. 9 年之前
  bel aa4408b202 Fix crash if mg_start is called twice, with invalid port at first call (see #270) 9 年之前
  Joshua D. Boyd 3ff8a74afe Add MIME types for fonts. 9 年之前
  bel da7f6c3943 Do not call CRYPTO_cleanup_all_ex_data for every thread ... again. 9 年之前
  bel 833fda13ba mg_remove is also available if NO_FILE is set 9 年之前
  bel 8b5b7d516d Add some comments on cache control 9 年之前
  bel2125 e7758c8ef5 Fix some coverity warnings 9 年之前
  bel f8709d6caf Call CRYPTO_cleanup_all_ex_data for every thread (#263) 9 年之前
  bel 23f02df8fd Configuration for Cache-Control: max-age 9 年之前
  bel bfc6dfe52b Remove nested comment 9 年之前
  bel 2ed461a147 HTTP response codes according to IANA registration page: 9 年之前
  bel 0c5c6aa74f Auto-format after merge 9 年之前
  Jack 0529225b5e In read_request() function, last_action_time is always zero before entering the while loop 9 年之前
  bel 55eea8eb8d Change option `tcp_nodelay` from boolean to number 9 年之前
  bel ccd67fabef Uninitialize openSSL to avoid memory leak (see #263) 9 年之前
  bel 60f207111d Don't call local request handler for requests with absolute URIs of other servers (#266) 9 年之前
  bel bd30fe2fd5 Check domain name when checking absolute URIs 9 年之前