Historial de Commits

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