Commit History

Author SHA1 Message Date
  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 3eff00bbc8 Fix #60 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
  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
  yhirose bc051219f9 Removed is_handling_requests 7 years ago
  Scott Graham ca3613cd21 Make 'chunked' in Transfer-Encoding case-insensitive 7 years ago
  yhirose 9dc4e23082 Unit test for #52 7 years ago
  yhirose 3c711089e5 Temporary solution for #52 7 years ago
  yhirose 66550eb71b Changed to return 415 instead of 406 for invalid Content-Encoding. 7 years ago
  yhirose ebe40a7d94 Merge pull request #50 from sgraham/body-decompress 7 years ago
  Scott Graham 5579d4d101 Support Content-Encoding: gzip on server side 7 years ago
  yhirose 4ddd5d9c5c Merge pull request #51 from sgraham/chunk-terminator 7 years ago
  Scott Graham 87c673fd67 Read \r\n terminator after chunked encoding 7 years ago
  Scott Graham 0515c6aad6 Support system-assigned port via two part listen() 7 years ago
  yhirose 0e239a0014 Fix #47 7 years ago
  yhirose 5536d4c1ff Fix #44 7 years ago
  yhirose b6790b39c1 Fixed build problem with OPENSSL_SUPPORT 7 years ago
  Kevin B. Carpenter 73fa115803 Added capture and setting of REMOTE_ADDR in request. 7 years ago
  yhirose b7b3588afb Connection timeout support on Client (Fixed #34) 8 years ago
  yhirose 1d5fbe6a5b Add gzip support. resolved #11 8 years ago
  yhirose 1c86540fe5 Fixed content-type problems 8 years ago
  yhirose 23c8f0c738 Fixed #28. (Keep-Alive connection support) 8 years ago
  yhirose a83dcefe86 Fixed SSL server problem with bad key.pem and cert.pem 8 years ago
  yhirose 95b22a980a Fixed #35 8 years ago