コミット履歴

作者 SHA1 メッセージ 日付
  adikabintang ef5c4144d7 add keyword inline to some function definitions to avoid linking error 8 年 前
  yhirose 6aa3fd6b59 Fix #38 8 年 前
  yhirose 755f05c02b Removed global mutex 8 年 前
  yhirose 5574d82eb3 Made a temporary fix for OpenSSL thread problem 8 年 前
  yhirose 4320d7ba3e Merge branch 'pr/55' 8 年 前
  yhirose e2e33a7f0b Updated .gitignore 8 年 前
  Scott Graham 889041f05f Don't fail chunked read if buffer not yet filled 8 年 前
  yhirose 956faae6f0 Changed output type of read_content_??? functions to be std::string& 8 年 前
  yhirose b6df220b55 Fixed #48 8 年 前
  yhirose 7d6df0c651 Fixed toolset setting 8 年 前
  yhirose bc051219f9 Removed is_handling_requests 8 年 前
  yhirose 84e31bdfd4 Merge pull request #54 from sgraham/chunked-case 8 年 前
  Scott Graham ca3613cd21 Make 'chunked' in Transfer-Encoding case-insensitive 8 年 前
  yhirose c6a6530716 Merge pull request #53 from yhirose/issue-52 8 年 前
  yhirose 9dc4e23082 Unit test for #52 8 年 前
  yhirose 3c711089e5 Temporary solution for #52 8 年 前
  yhirose 66550eb71b Changed to return 415 instead of 406 for invalid Content-Encoding. 8 年 前
  yhirose ebe40a7d94 Merge pull request #50 from sgraham/body-decompress 8 年 前
  Scott Graham 5579d4d101 Support Content-Encoding: gzip on server side 8 年 前
  yhirose 4ddd5d9c5c Merge pull request #51 from sgraham/chunk-terminator 8 年 前
  yhirose 35d0054b88 Merge pull request #49 from sgraham/system-assigned-port 8 年 前
  Scott Graham 87c673fd67 Read \r\n terminator after chunked encoding 8 年 前
  Scott Graham 0515c6aad6 Support system-assigned port via two part listen() 8 年 前
  yhirose 0e239a0014 Fix #47 8 年 前
  yhirose 5536d4c1ff Fix #44 8 年 前
  yhirose a0f50911e1 Fixed toolset setting of test/test.vcxproj 8 年 前
  yhirose 4e391fdae6 Added a unit test for REMOTE_ADDR 8 年 前
  yhirose 9d2fe9e6c8 Merge branch 'kevinbcarpenter-master' 8 年 前
  yhirose b6790b39c1 Fixed build problem with OPENSSL_SUPPORT 8 年 前
  Kevin B. Carpenter 73fa115803 Added capture and setting of REMOTE_ADDR in request. 8 年 前