Commit History

Author SHA1 Message Date
  yhirose efe709c45f Format example/accept_header.cc 2 days ago
  Robert Miller 794a997d8c Fail make_file_body()'s provider when the file is short (#2566) 2 days ago
  yhirose e96a52e9dd Ignore empty list elements in the Accept header (Fix #2567) 2 days ago
  yhirose 2addb41089 Stop a throwing user callback from terminating the server (#2564) 3 days ago
  yhirose ae417b405a Do not let a zero-length write end a chunked body (#2563) 3 days ago
  yhirose bc7e51dbb9 Give DataSink's optional callbacks safe defaults (#2562) 3 days ago
  yhirose f9c205632d Fix accept() error handling on Windows (#2561) 3 days ago
  yhirose 84f75185fe Clear svr_sock_ before closing it on the accept loop's fatal path (#2560) 3 days ago
  yhirose 19352ae929 Cap the received multipart boundary at RFC 2046's 70 characters (#2565) 3 days ago
  yhirose 2afe933103 Send the Connection: close header the multipart test comment describes 3 days ago
  yhirose bc58e6e9ac Bound the multipart parser's buffer while it waits for a boundary (#2557) 3 days ago
  yhirose 254e576b50 Add Server::CustomRoute() for HTTP methods outside the built-in set (#2553) 3 days ago
  yhirose af75a4160f CI: quote the OpenSSL installer's /DIR argument 3 days ago
  yhirose f3e5a93a5b CI: install Windows OpenSSL from slproweb's manifest instead of Chocolatey 3 days ago
  yhirose 00d1f54267 Fix WebSocket::close() racing a concurrent read() on the same stream 4 days ago
  yhirose f82d2d90b6 Update README-websocket.md 5 days ago
  yhirose 228af9033b Fix TLS session data race on wss:// WebSocket connections (#2551) 5 days ago
  yhirose 6494edd8c0 Add static-file, large-body and TLS workloads to the A/B benchmark 1 week ago
  yhirose 70b49d50bd Simplify get_bearer_token_auth and table-drive its test 1 week ago
  metsw24-max 2a068def54 validate bearer scheme in get_bearer_token_auth (#2544) 1 week ago
  yhirose abf525d78c Parse WWW-Authenticate/Proxy-Authenticate as an RFC 9110 challenge list 1 week ago
  yhirose 0151b3e23e Match the Upgrade websocket token rather than the whole field value 1 week ago
  yhirose 8b19c288e8 Tidy up the new list-field tests 1 week ago
  yhirose f442226581 Match the Expect 100-continue expectation as a token 1 week ago
  yhirose 3e3e4863b0 Read Content-Encoding as the combined field value 1 week ago
  yhirose e8887d98e9 Match Brotli and Zstandard content codings as whole tokens 1 week ago
  yhirose 881842cd72 Match Connection options as tokens rather than whole field values 1 week ago
  yhirose 2731b728f5 Move has_header_token() next to the other header field helpers 1 week ago
  yhirose 161f787fee Combine repeated field lines before parsing list-valued headers 1 week ago
  BioticR 7ae9ffad3e Update README.md (#2543) 1 week ago