summaryrefslogtreecommitdiff
path: root/test/net
AgeCommit message (Expand)Author
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
2020-09-24test/net/http/test_https.rb: The test logic was buggyYusuke Endoh
2020-09-24test/net/http/test_https.rb: the order of verify_callback seems to varyYusuke Endoh
2020-09-24test/net/http/test_https.rb: Stop the error due to openssl 1.1.1hYusuke Endoh
2020-09-14[ruby/net-smtp] Net::SMTP.start arguments are keyword argumentsTOMITA Masahiro
2020-09-14[ruby/net-smtp] TLS should not check the host name by default.TOMITA Masahiro
2020-08-03[ruby/net-http] Fix SSL session reuse test with LibreSSL 3.2+Jeremy Evans
2020-08-03[ruby/net-http] Switch invalid server name formatJeremy Evans
2020-06-22Skip test_read_body_block_mod for --jit-waitTakashi Kokubun
2020-06-21Try increasing read_timeout a little moreTakashi Kokubun
2020-06-21Increase read_timeout for --jit-waitTakashi Kokubun
2020-06-21Increase read timeout of FTP tests with --jit-waitTakashi Kokubun
2020-06-14Try using longer read_timeout for --jit-waitTakashi Kokubun
2020-06-13Skip test_getbinaryfile_command_injection on --jit-waitTakashi Kokubun
2020-06-05`local_address` may raise IOError in debug printKazuhiro NISHIYAMA
2020-06-05Add sockets to debug printKazuhiro NISHIYAMA
2020-04-08[ruby/net-ftp] Added guard condition for the old ruby versionsHiroshi SHIBATA
2020-04-08[ruby/net-ftp] Guard with under the Ruby 2.6Hiroshi SHIBATA
2020-03-25Ignore test_getbinaryfile for --jit-waitTakashi Kokubun
2020-03-21test/net/http/test_http.rb: relax open_timeout limitYusuke Endoh