Age | Commit message (Expand) | Author |
---|
13 days | [ruby/net-http] Fixed test case for default content-type. | Hiroshi SHIBATA |
2025-04-03 | Use EnvUtil.apply_timeout_scale | Hiroshi SHIBATA |
2025-04-03 | Extend open_timeout for test failure on s390x | Hiroshi SHIBATA |
2024-12-31 | [ruby/net-http] Don't double-interrupt the test HTTP server | Charles Oliver Nutter |
2024-11-15 | Do not wait connection attempt delay without in progress fds (#12087) | Misaki Shioi |
2024-11-12 | Allow Net::HTTP#request to raise Net::OpenTimeout (#12062) | Misaki Shioi |
2024-09-13 | [ruby/net-http] Prevent warnings | Yusuke Endoh |
2024-07-30 | Wait for server threads to finish | Nobuyoshi Nakada |
2024-07-26 | [ruby/net-http] Removed needless NullWriter class | Hiroshi SHIBATA |
2024-07-17 | To avoid fd with fetch request for SSL server | Hiroshi SHIBATA |
2024-07-17 | Fixed fd from TCPServer | Hiroshi SHIBATA |
2024-07-12 | Use fixture certificates to fix test failure with RHEL9. | Hiroshi SHIBATA |
2024-07-11 | [ruby/net-http] implement talking SSL to the proxy too | Evgeni Golov |
2024-07-11 | [ruby/net-http] Add ability to configure default settings for new connections | fatkodima |
2024-07-11 | [ruby/net-http] test_https.rb - fix test_session_reuse_but_expire | MSP-Greg |
2024-07-10 | * append newline at EOF. [ci skip] | git |
2024-07-10 | [ruby/net-http] Commented out unfinished chunked test | Hiroshi SHIBATA |
2024-07-10 | [ruby/net-http] Removed needless warning | Hiroshi SHIBATA |
2024-07-10 | [ruby/net-http] Split POST test because new dummy server can't handle continu... | Hiroshi SHIBATA |
2024-07-10 | [ruby/net-http] Write log after server start, not handling request | Hiroshi SHIBATA |
2024-07-10 | [ruby/net-http] Split test class because TCPServer couldn't accept localhost ... | Hiroshi SHIBATA |
2024-07-10 | [ruby/net-http] Support chunked data and fixed test failure with multipart/fo... | Hiroshi SHIBATA |
2024-07-10 | [ruby/net-http] Removed server-side log test | Hiroshi SHIBATA |
2024-07-10 | [ruby/net-http] Fix wrong hostname with test_max_version test | Hiroshi SHIBATA |
2024-07-10 | [ruby/net-http] Rewrite WEBrick server with TCPServer and OpenSSL::SSL::SSLSe... | Hiroshi SHIBATA |
2024-04-25 | [ruby/net-http] Skip test_session_reuse_but_expire with OpenSSL 3.3 | Xi Ruoyao |
2024-02-07 | Fix test session reuse but expire (#9824) | NARUSE, Yui |
2024-02-03 | Show OpenSSL version in the error message of assert_equal | NARUSE, Yui |
2024-01-05 | [ruby/net-http] Don't invoke response block more than once due to retry | Jeremy Evans |
2024-01-01 | [ruby/net-http] Renew test certificates | Sorah Fukumori |
2023-11-26 | Omit test_session_reuse_but_expire if OpenSSL 3.2.0 | Nobuyoshi Nakada |
2023-11-24 | Omit a broken https test on MinGW | Takashi Kokubun |
2023-10-30 | [ruby/net-http] fix a false-negative test | Christian van Rensen |
2023-10-16 | [ruby/net-http] Force TLS version to 1.2 when using LibreSSL | Jeremy Evans |
2023-10-05 | [ruby/net-http] Net::HTTPResponse nil checking | Brian Hawley |
2023-03-06 | s/mjit/rjit/ | Takashi Kokubun |
2023-03-06 | s/MJIT/RJIT/ | Takashi Kokubun |
2022-12-09 | Merge net-protocol-0.2.1 | Hiroshi SHIBATA |
2022-12-08 | [ruby/net-protocol] Failing test case for #19 | Jean Boussier |
2022-11-26 | [ruby/net-http] Fix test for Ruby head | Peter Zhu |
2022-11-24 | Make String#rstrip{,!} raise Encoding::CompatibilityError for broken coderange | Jeremy Evans |
2022-09-28 | [ruby/net-http] Remove ENVIRONMENT_VARIABLE_IS_MULTIUSER_SAFE | Jeremy Evans |
2022-06-16 | [ruby/net-http] Make `Net::HTTPHeader#content_range` return nil on non-byte u... | Shishir Joshi |
2022-06-16 | Revert "HTTPHeader.content_range throws error on non-byte units" | Nobuyoshi Nakada |
2022-06-16 | HTTPHeader.content_range throws error on non-byte units | Shishir Joshi |
2022-04-20 | [ruby/net-http] Feature detect to make net/http usable with JRuby | Karol Bucek |
2022-04-20 | [ruby/net-http] Add ignore_eof access to HTTP and HTTPResponse | Jeremy Evans |
2022-04-14 | [ruby/net-http] Update the content-length heading when decoding bodies | Jeremy Evans |
2022-04-12 | [ruby/net-http] Add HTTP#response_body_encoding for setting response body enc... | Jeremy Evans |
2022-04-03 | [ruby/net-http] Revert "Update the content-length heading when decoding bodies" | Jeremy Evans |