aboutsummaryrefslogtreecommitdiffstats
path: root/test/net
Commit message (Expand)AuthorAgeFilesLines
* Prepare for removing RubyVM::JIT (#5262)Takashi Kokubun2021-12-131-1/+1
* Sync test_http_request.rb after fix to net-httpJeremy Evans2021-11-151-1/+1
* [ruby/net-http] Fix tests after change to allow HEAD to send Accept-EncodingJeremy Evans2021-11-161-2/+3
* quick fix for `test_initialize_HEAD`Koichi Sasada2021-11-111-1/+1
* [ruby/net-http] Reset keep_alive timer on new connectionKazuki Yamaguchi2021-11-041-0/+24
* [ruby/net-http] Use omit instead of skip for test-unitHiroshi SHIBATA2021-09-111-1/+1
* Fix test failure of 60b02db5161625dd5f7d22d31989dd966837333c with WindowsHiroshi SHIBATA2021-07-291-2/+1
* [ruby/net-http] Enforce write timeout when body_stream is usedMiguel Teixeira2021-07-291-0/+28
* Promote net-smtp to the bundled gemsHiroshi SHIBATA2021-05-275-752/+0
* Promote net-pop to the bundled gemsHiroshi SHIBATA2021-05-271-166/+0
* Promote net-imap to the bundled gemsHiroshi SHIBATA2021-05-274-1314/+0
* Promote net-ftp to the bundled gemsHiroshi SHIBATA2021-05-273-2782/+0
* [ruby/net-http] Do not require stringioKazuki Yamaguchi2021-05-061-1/+0
* [ruby/net-imap] Move UTF7 & datetime formatting to net/imap/data_encodingnicholas a. evans2021-05-062-38/+46
* [ruby/net-imap] Update AUTH=PLAIN to be a little closer to RFC4616nicholas a. evans2021-05-061-0/+23
* test/net/ftp/test_ftp.rb - fix intermittent MinGW failureMSP-Greg2021-05-051-1/+1
* test/net/imap/test_imap.rb: wait a moment before socket is closedYusuke Endoh2021-05-041-0/+1
* Fix test/net/http/test_https.rb host naming for WindowsMSP-Greg2021-05-041-43/+25
* Workaround failures on WindowsNobuyoshi Nakada2021-05-041-0/+2
* test/net/smtp/test_smtp.rb: wait a moment before socket is closedYusuke Endoh2021-04-301-0/+1
* [ruby/net-http] Decode user and password from env configured proxyLukas Eipert2021-04-281-0/+17
* test/net/ftp/test_ftp.rb: Use RubyVM::JIT instead of RubyVM::MJITYusuke Endoh2021-04-281-1/+1
* test/net/ftp/test_ftp.rb: reduce the size of a long responseYusuke Endoh2021-04-281-2/+2
* test/net/ftp/test_ftp.rb: remove unused variableYusuke Endoh2021-04-281-1/+0
* [ruby/net-ftp] Add test casesShugo Maeda2021-04-271-0/+6
* [ruby/net-ftp] Reduce resource cosumption of Net::FTP::TIME_PARSERShugo Maeda2021-04-271-0/+11
* [ruby/net-ftp] Close the passive connection data socket if there is an error ...Jeremy Evans2021-04-271-2/+37
* [ruby/net-ftp] Re-apply 827e471d438fdec1ae329afb5912b8e06d534823Hiroshi SHIBATA2021-04-271-1/+1
* Merge net-imap-0.2.0Hiroshi SHIBATA2021-04-222-10/+137
* Fix a warningKazuhiro NISHIYAMA2021-01-231-1/+1
* [ruby/net-http] RubyVM::MJIT is deprecated, prefer RubyVM::JIT nowNobuyoshi Nakada2021-01-211-1/+3
* Rename RubyVM::MJIT to RubyVM::JITTakashi Kokubun2021-01-133-19/+19
* Try increasing SMTP's read_timeout for --jit-waitTakashi Kokubun2020-12-291-0/+11
* Wait testing/helper threads to terminateNobuyoshi Nakada2020-12-132-2/+2
* Guard all accesses to RubyVM::MJIT with defined?(RubyVM::MJIT) &&Benoit Daloze2020-12-042-16/+16
* test/net/smtp - use TCPSocket when UNIXSocket unavailableMSP-Greg2020-11-182-4/+6
* Skip tests related TLS with Windows platform.Hiroshi SHIBATA2020-11-172-2/+2
* Import net-smtp-0.2.0 from https://github.com/ruby/net-smtpHiroshi SHIBATA2020-11-173-1/+250
* test/net/smtp/test_smtp.rb: Stop io leaksYusuke Endoh2020-09-261-9/+17
* test/net/http/test_https.rb: The test logic was buggyYusuke Endoh2020-09-241-4/+4
* test/net/http/test_https.rb: the order of verify_callback seems to varyYusuke Endoh2020-09-241-4/+4
* test/net/http/test_https.rb: Stop the error due to openssl 1.1.1hYusuke Endoh2020-09-241-4/+8
* [ruby/net-smtp] Net::SMTP.start arguments are keyword argumentsTOMITA Masahiro2020-09-141-6/+88
* [ruby/net-smtp] TLS should not check the host name by default.TOMITA Masahiro2020-09-141-1/+3
* [ruby/net-http] Fix SSL session reuse test with LibreSSL 3.2+Jeremy Evans2020-08-031-0/+8
* [ruby/net-http] Switch invalid server name formatJeremy Evans2020-08-031-5/+5
* Skip test_read_body_block_mod for --jit-waitTakashi Kokubun2020-06-221-1/+2
* Try increasing read_timeout a little moreTakashi Kokubun2020-06-211-1/+1
* Increase read_timeout for --jit-waitTakashi Kokubun2020-06-211-0/+1
* Increase read timeout of FTP tests with --jit-waitTakashi Kokubun2020-06-211-1/+13