Commit History

Author SHA1 Message Date
  yhirose b4eec3ee77 Removed deprecated APIs (#2423) 4 months ago
  yhirose 203e1bf2ac Code cleanup 4 months ago
  yhirose ff04679538 Release v0.42.0 4 months ago
  yhirose 994d76ab39 Fix #2422 4 months ago
  yhirose 4f589c1ffb Fix #2421 4 months ago
  yhirose ca82c93772 Refactor SSLVerifierResponse to enum class and add get_param_values method to Request 4 months ago
  yhirose 073b587962 Release v0.41.0 4 months ago
  yhirose 96785eea21 Add parse_url 4 months ago
  yhirose 3093bdd9ab Fix #2416 4 months ago
  yhirose b7e02de4a7 Release v0.40.0 4 months ago
  yhirose a9359df42e Optimize multipart content provider to coalesce small writes and reduce TCP packet fragmentation (Fix #2410) 4 months ago
  yhirose 9a97e948f0 Add set_socket_opt function and corresponding test for TCP_NODELAY option (Resolve #2411) 4 months ago
  yhirose 6fd97aeca0 Implement request body consumption and reject invalid Content-Length with Transfer-Encoding to prevent request smuggling 4 months ago
  yhirose a77284a634 Release v0.39.0 4 months ago
  yhirose 703abbb53b Prevent forwarding of authentication credentials during cross-host redirects as per RFC 9110. Add tests for basic auth and bearer token scenarios. 4 months ago
  yhirose cb8365349f Fix #2404 (Refactor make_file_body to improve file handling and scope management) 4 months ago
  yhirose 3792ce0da7 Add socket configuration options and corresponding test case for WebSocketClient. Fix #2401 4 months ago
  yhirose c2bdb1c5c1 SSE Client: Update Authorization Header 4 months ago
  yhirose 45820de332 Enhance stream handling in LongPollingTest and add new test for client close detection 4 months ago
  yhirose 4a1e9443ee Update deprecation messages to indicate removal in v1.0.0 4 months ago
  yhirose 6f2717e623 Release v0.38.0 4 months ago
  yhirose 257b266190 Add runtime configuration for WebSocket ping interval and related tests 4 months ago
  yhirose ec1ffbc27d Add Brotli compression support and corresponding tests 4 months ago
  yhirose bb7c7ab075 Add quality parameter parsing for Accept-Encoding header and enhance encoding type selection logic 4 months ago
  yhirose 1c3d35f83c Update comment to clarify requirements for safe handling in ClientImpl::handle_request 4 months ago
  yhirose b1bb2b7ecc Implement setup_proxy_connection method for SSLClient and refactor proxy handling in open_stream 4 months ago
  yhirose f6ed5fc60f Add SSL support for proxy connections in open_stream and corresponding test 4 months ago
  yhirose f787f31b87 Implement symlink protection in static file server and add corresponding tests 5 months ago
  yhirose 43a54a3e3d Add tests for Unicode path component decoding in decode_path_component function 5 months ago
  yhirose 83e98a28dd Add filename sanitization function and tests to prevent path traversal vulnerabilities 5 months ago