Commit History

Author SHA1 Message Date
  yhirose 890025e347 Merge pull request #75 from crtxcr/http_response_codes 7 years ago
  yhirose 2bb27aa25d Fix #74 7 years ago
  Albert S bb2f96afeb Added a few more common http status codes 7 years ago
  yhirose 5b3187e2f9 Fix #72 7 years ago
  yhirose 5a78e1c457 Added 'set_keep_alive_max_count' method on Server 7 years ago
  yhirose a7f47091bd Merge pull request #70 from sgraham/ipv6-getsockname 7 years ago
  Scott Graham f275352cba Handle port==0 when socket is bound on ipv6 7 years ago
  yhirose 40662d5e3c Fix #68 7 years ago
  yhirose 7b9d752583 Fixed problem with connection close 7 years ago
  yhirose 312a8d7523 Removed HTTP version. It's now always 'HTTP/1.1'. 7 years ago
  yhirose 37130cd7f9 Changed to use INVALID_SOCKET 7 years ago
  Joshua Peraza 75285e8713 Define and use kInvalidSocket 7 years ago
  yhirose e6abebf989 Fix #65, #66 7 years ago
  yhirose 7c721b65fc Merge pull request #64 from yhirose/issue-57 7 years ago
  yhirose 6c5d0b2a18 Fix #57 and #62 7 years ago
  yhirose e46cc54d13 Merge pull request #63 from aguadoenzo/master 7 years ago
  Enzo AGUADO 911e620a54 don't include sys/select on windows 7 years ago
  Enzo AGUADO 632df52b4f add sys/select.h for musl libc 7 years ago
  yhirose 25e613b438 Merge pull request #61 from yhirose/issue-60 7 years ago
  yhirose 3eff00bbc8 Fix #60 7 years ago
  yhirose 083106339c Merge pull request #59 from adikabintang/master 7 years ago
  adikabintang ef5c4144d7 add keyword inline to some function definitions to avoid linking error 7 years ago
  yhirose 6aa3fd6b59 Fix #38 7 years ago
  yhirose 755f05c02b Removed global mutex 7 years ago
  yhirose 5574d82eb3 Made a temporary fix for OpenSSL thread problem 7 years ago
  yhirose 4320d7ba3e Merge branch 'pr/55' 7 years ago
  yhirose e2e33a7f0b Updated .gitignore 7 years ago
  Scott Graham 889041f05f Don't fail chunked read if buffer not yet filled 7 years ago
  yhirose 956faae6f0 Changed output type of read_content_??? functions to be std::string& 7 years ago
  yhirose b6df220b55 Fixed #48 7 years ago