コミット履歴

作者 SHA1 メッセージ 日付
  yhirose 312a8d7523 Removed HTTP version. It's now always 'HTTP/1.1'. 8 年 前
  yhirose 37130cd7f9 Changed to use INVALID_SOCKET 8 年 前
  Joshua Peraza 75285e8713 Define and use kInvalidSocket 8 年 前
  yhirose e6abebf989 Fix #65, #66 8 年 前
  yhirose 7c721b65fc Merge pull request #64 from yhirose/issue-57 8 年 前
  yhirose 6c5d0b2a18 Fix #57 and #62 8 年 前
  yhirose e46cc54d13 Merge pull request #63 from aguadoenzo/master 8 年 前
  Enzo AGUADO 911e620a54 don't include sys/select on windows 8 年 前
  Enzo AGUADO 632df52b4f add sys/select.h for musl libc 8 年 前
  yhirose 25e613b438 Merge pull request #61 from yhirose/issue-60 8 年 前
  yhirose 3eff00bbc8 Fix #60 8 年 前
  yhirose 083106339c Merge pull request #59 from adikabintang/master 8 年 前
  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 年 前