summaryrefslogtreecommitdiff
path: root/test/net
AgeCommit message (Expand)Author
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
2021-04-30test/net/smtp/test_smtp.rb: wait a moment before socket is closedYusuke Endoh
2021-04-28[ruby/net-http] Decode user and password from env configured proxyLukas Eipert
2021-04-28test/net/ftp/test_ftp.rb: Use RubyVM::JIT instead of RubyVM::MJITYusuke Endoh
2021-04-28test/net/ftp/test_ftp.rb: reduce the size of a long responseYusuke Endoh
2021-04-28test/net/ftp/test_ftp.rb: remove unused variableYusuke Endoh
2021-04-27[ruby/net-ftp] Add test casesShugo Maeda
2021-04-27[ruby/net-ftp] Reduce resource cosumption of Net::FTP::TIME_PARSERShugo Maeda
2021-04-27[ruby/net-ftp] Close the passive connection data socket if there is an error ...Jeremy Evans
2021-04-27[ruby/net-ftp] Re-apply 827e471d438fdec1ae329afb5912b8e06d534823Hiroshi SHIBATA
2021-04-22Merge net-imap-0.2.0Hiroshi SHIBATA
2021-01-23Fix a warningKazuhiro NISHIYAMA
2021-01-21[ruby/net-http] RubyVM::MJIT is deprecated, prefer RubyVM::JIT nowNobuyoshi Nakada
2021-01-13Rename RubyVM::MJIT to RubyVM::JITTakashi Kokubun
2020-12-29Try increasing SMTP's read_timeout for --jit-waitTakashi Kokubun
2020-12-13Wait testing/helper threads to terminateNobuyoshi Nakada
2020-12-04Guard all accesses to RubyVM::MJIT with defined?(RubyVM::MJIT) &&Benoit Daloze
2020-11-18test/net/smtp - use TCPSocket when UNIXSocket unavailableMSP-Greg
2020-11-17Skip tests related TLS with Windows platform.Hiroshi SHIBATA
2020-11-17Import net-smtp-0.2.0 from https://github.com/ruby/net-smtpHiroshi SHIBATA
2020-09-26test/net/smtp/test_smtp.rb: Stop io leaksYusuke Endoh