Historique des commits

Auteur SHA1 Message Date
  yhirose e46cc54d13 Merge pull request #63 from aguadoenzo/master 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 25e613b438 Merge pull request #61 from yhirose/issue-60 il y a 7 ans
  yhirose 3eff00bbc8 Fix #60 il y a 7 ans
  yhirose 083106339c Merge pull request #59 from adikabintang/master 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
  yhirose 4320d7ba3e Merge branch 'pr/55' il y a 7 ans
  yhirose e2e33a7f0b Updated .gitignore 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 7d6df0c651 Fixed toolset setting il y a 7 ans
  yhirose bc051219f9 Removed is_handling_requests il y a 7 ans
  yhirose 84e31bdfd4 Merge pull request #54 from sgraham/chunked-case il y a 7 ans
  Scott Graham ca3613cd21 Make 'chunked' in Transfer-Encoding case-insensitive il y a 7 ans
  yhirose c6a6530716 Merge pull request #53 from yhirose/issue-52 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
  yhirose 35d0054b88 Merge pull request #49 from sgraham/system-assigned-port il y a 7 ans
  Scott Graham 87c673fd67 Read \r\n terminator after chunked encoding il y a 7 ans
  Scott Graham 0515c6aad6 Support system-assigned port via two part listen() il y a 7 ans
  yhirose 0e239a0014 Fix #47 il y a 7 ans