summaryrefslogtreecommitdiff
path: root/test/net
AgeCommit message (Expand)Author
2025-04-04Use EnvUtil.apply_timeout_scaleHiroshi SHIBATA
2025-04-04Extend open_timeout for test failure on s390xHiroshi SHIBATA
2025-04-03Followed up 7c400c66c9Hiroshi SHIBATA
2025-04-03Use IPv4 for test server because TestNetHTTPS is failing with s390xHiroshi SHIBATA
2024-11-19[ruby/net-http] test_https.rb - fix test_session_reuse_but_expireMSP-Greg
2024-05-08[ruby/net-http] Skip test_session_reuse_but_expire with OpenSSL 3.3Xi Ruoyao
2024-03-21merge revision(s) 64b6a018a38f200c957fdbbe7d0cbe0e64781c9f:nagachika
2024-01-05Bump up net-http to 0.4.1Hiroshi SHIBATA
2024-01-05[ruby/net-http] Renew test certificatesSorah Fukumori
2023-12-16merge revision(s) f109269a0392940df2b314e16502c4509b94a290,14fa5e39d72c84d3e1...nagachika
2023-12-16merge revision(s) 3dec5dc3462286cdbdb53e496e6175a82bdc39b7:nagachika
2023-12-16merge revision(s) 9d58f9382893a71d8badad605879c0120915fbee:nagachika
2022-12-09Merge net-protocol-0.2.1Hiroshi SHIBATA
2022-12-08[ruby/net-protocol] Failing test case for #19Jean Boussier
2022-11-26[ruby/net-http] Fix test for Ruby headPeter Zhu
2022-11-24Make String#rstrip{,!} raise Encoding::CompatibilityError for broken coderangeJeremy Evans
2022-09-28[ruby/net-http] Remove ENVIRONMENT_VARIABLE_IS_MULTIUSER_SAFEJeremy Evans
2022-06-16[ruby/net-http] Make `Net::HTTPHeader#content_range` return nil on non-byte u...Shishir Joshi
2022-06-16Revert "HTTPHeader.content_range throws error on non-byte units"Nobuyoshi Nakada
2022-06-16HTTPHeader.content_range throws error on non-byte unitsShishir Joshi
2022-04-20[ruby/net-http] Feature detect to make net/http usable with JRubyKarol Bucek
2022-04-20[ruby/net-http] Add ignore_eof access to HTTP and HTTPResponseJeremy Evans
2022-04-14[ruby/net-http] Update the content-length heading when decoding bodiesJeremy 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
2022-04-02[ruby/net-http] Update the content-length heading when decoding bodiesJeremy Evans
2022-02-03[ruby/net-http] Do not set SNI hostname if connecting to IP addressJeremy Evans
2022-01-17[ruby/net-http] Remove redundant MJIT conditionKazuhiro NISHIYAMA
2022-01-14[ruby/net-http] Fix unescaped `.` in RegexpKazuhiro NISHIYAMA
2022-01-11[ruby/net-http] Use omit instead of skip for test-unitHiroshi SHIBATA
2022-01-04[ruby/net-http] Handle invalid use of IP addresses in SNIJeremy Evans
2021-12-13Prepare for removing RubyVM::JIT (#5262)Takashi Kokubun
2021-11-15Sync test_http_request.rb after fix to net-httpJeremy Evans
2021-11-16[ruby/net-http] Fix tests after change to allow HEAD to send Accept-EncodingJeremy Evans
2021-11-11quick fix for `test_initialize_HEAD`Koichi Sasada
2021-11-04[ruby/net-http] Reset keep_alive timer on new connectionKazuki Yamaguchi
2021-09-11[ruby/net-http] Use omit instead of skip for test-unitHiroshi SHIBATA
2021-07-29Fix test failure of 60b02db5161625dd5f7d22d31989dd966837333c with WindowsHiroshi SHIBATA
2021-07-29[ruby/net-http] Enforce write timeout when body_stream is usedMiguel Teixeira
2021-05-27Promote net-smtp to the bundled gemsHiroshi SHIBATA
2021-05-27Promote net-pop to the bundled gemsHiroshi SHIBATA
2021-05-27Promote net-imap to the bundled gemsHiroshi SHIBATA
2021-05-27Promote net-ftp to the bundled gemsHiroshi SHIBATA
2021-05-06[ruby/net-http] Do not require stringioKazuki Yamaguchi
2021-05-06[ruby/net-imap] Move UTF7 & datetime formatting to net/imap/data_encodingnicholas a. evans
2021-05-06[ruby/net-imap] Update AUTH=PLAIN to be a little closer to RFC4616nicholas a. evans
2021-05-05test/net/ftp/test_ftp.rb - fix intermittent MinGW failureMSP-Greg
2021-05-04test/net/imap/test_imap.rb: wait a moment before socket is closedYusuke Endoh
2021-05-04Fix test/net/http/test_https.rb host naming for WindowsMSP-Greg
2021-05-04Workaround failures on WindowsNobuyoshi Nakada