提交歷史

作者 SHA1 備註 提交日期
  yhirose 5b3187e2f9 Fix #72 7 年之前
  yhirose 5a78e1c457 Added 'set_keep_alive_max_count' method on Server 7 年之前
  Scott Graham f275352cba Handle port==0 when socket is bound on ipv6 7 年之前
  yhirose 7b9d752583 Fixed problem with connection close 7 年之前
  yhirose 312a8d7523 Removed HTTP version. It's now always 'HTTP/1.1'. 7 年之前
  yhirose 37130cd7f9 Changed to use INVALID_SOCKET 7 年之前
  Joshua Peraza 75285e8713 Define and use kInvalidSocket 7 年之前
  yhirose 6c5d0b2a18 Fix #57 and #62 7 年之前
  Enzo AGUADO 911e620a54 don't include sys/select on windows 7 年之前
  Enzo AGUADO 632df52b4f add sys/select.h for musl libc 7 年之前
  yhirose 3eff00bbc8 Fix #60 7 年之前
  adikabintang ef5c4144d7 add keyword inline to some function definitions to avoid linking error 7 年之前
  yhirose 6aa3fd6b59 Fix #38 7 年之前
  yhirose 755f05c02b Removed global mutex 7 年之前
  yhirose 5574d82eb3 Made a temporary fix for OpenSSL thread problem 7 年之前
  Scott Graham 889041f05f Don't fail chunked read if buffer not yet filled 7 年之前
  yhirose 956faae6f0 Changed output type of read_content_??? functions to be std::string& 7 年之前
  yhirose b6df220b55 Fixed #48 7 年之前
  yhirose bc051219f9 Removed is_handling_requests 7 年之前
  Scott Graham ca3613cd21 Make 'chunked' in Transfer-Encoding case-insensitive 7 年之前
  yhirose 9dc4e23082 Unit test for #52 7 年之前
  yhirose 3c711089e5 Temporary solution for #52 7 年之前
  yhirose 66550eb71b Changed to return 415 instead of 406 for invalid Content-Encoding. 7 年之前
  yhirose ebe40a7d94 Merge pull request #50 from sgraham/body-decompress 7 年之前
  Scott Graham 5579d4d101 Support Content-Encoding: gzip on server side 7 年之前
  yhirose 4ddd5d9c5c Merge pull request #51 from sgraham/chunk-terminator 7 年之前
  Scott Graham 87c673fd67 Read \r\n terminator after chunked encoding 7 年之前
  Scott Graham 0515c6aad6 Support system-assigned port via two part listen() 7 年之前
  yhirose 0e239a0014 Fix #47 7 年之前
  yhirose 5536d4c1ff Fix #44 7 年之前