Historique des commits

Auteur SHA1 Message Date
  yhirose 890025e347 Merge pull request #75 from crtxcr/http_response_codes il y a 7 ans
  yhirose 2bb27aa25d Fix #74 il y a 7 ans
  Albert S bb2f96afeb Added a few more common http status codes il y a 7 ans
  yhirose 5b3187e2f9 Fix #72 il y a 7 ans
  yhirose 5a78e1c457 Added 'set_keep_alive_max_count' method on Server il y a 7 ans
  Scott Graham f275352cba Handle port==0 when socket is bound on ipv6 il y a 7 ans
  yhirose 7b9d752583 Fixed problem with connection close il y a 7 ans
  yhirose 312a8d7523 Removed HTTP version. It's now always 'HTTP/1.1'. il y a 7 ans
  yhirose 37130cd7f9 Changed to use INVALID_SOCKET il y a 7 ans
  Joshua Peraza 75285e8713 Define and use kInvalidSocket il y a 7 ans
  yhirose 6c5d0b2a18 Fix #57 and #62 il y a 7 ans
  Enzo AGUADO 911e620a54 don't include sys/select on windows il y a 7 ans
  Enzo AGUADO 632df52b4f add sys/select.h for musl libc il y a 7 ans
  yhirose 3eff00bbc8 Fix #60 il y a 7 ans
  adikabintang ef5c4144d7 add keyword inline to some function definitions to avoid linking error il y a 7 ans
  yhirose 6aa3fd6b59 Fix #38 il y a 7 ans
  yhirose 755f05c02b Removed global mutex il y a 7 ans
  yhirose 5574d82eb3 Made a temporary fix for OpenSSL thread problem il y a 7 ans
  Scott Graham 889041f05f Don't fail chunked read if buffer not yet filled il y a 7 ans
  yhirose 956faae6f0 Changed output type of read_content_??? functions to be std::string& il y a 7 ans
  yhirose b6df220b55 Fixed #48 il y a 7 ans
  yhirose bc051219f9 Removed is_handling_requests il y a 7 ans
  Scott Graham ca3613cd21 Make 'chunked' in Transfer-Encoding case-insensitive il y a 7 ans
  yhirose 9dc4e23082 Unit test for #52 il y a 7 ans
  yhirose 3c711089e5 Temporary solution for #52 il y a 7 ans
  yhirose 66550eb71b Changed to return 415 instead of 406 for invalid Content-Encoding. il y a 7 ans
  yhirose ebe40a7d94 Merge pull request #50 from sgraham/body-decompress il y a 7 ans
  Scott Graham 5579d4d101 Support Content-Encoding: gzip on server side il y a 7 ans
  yhirose 4ddd5d9c5c Merge pull request #51 from sgraham/chunk-terminator il y a 7 ans
  Scott Graham 87c673fd67 Read \r\n terminator after chunked encoding il y a 7 ans