aboutsummaryrefslogtreecommitdiffstats
path: root/test/net
Commit message (Expand)AuthorAgeFilesLines
* 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
* Try using longer read_timeout for --jit-waitTakashi Kokubun2020-06-141-7/+4
* Skip test_getbinaryfile_command_injection on --jit-waitTakashi Kokubun2020-06-131-0/+2
* `local_address` may raise IOError in debug printKazuhiro NISHIYAMA2020-06-051-1/+1
* Add sockets to debug printKazuhiro NISHIYAMA2020-06-051-0/+1
* [ruby/net-ftp] Added guard condition for the old ruby versionsHiroshi SHIBATA2020-04-081-2/+2
* [ruby/net-ftp] Guard with under the Ruby 2.6Hiroshi SHIBATA2020-04-081-1/+1
* Ignore test_getbinaryfile for --jit-waitTakashi Kokubun2020-03-251-0/+2
* test/net/http/test_http.rb: relax open_timeout limitYusuke Endoh2020-03-211-1/+1
* Skip test_abort_tls with --jit-wait for nowTakashi Kokubun2020-03-121-0/+2
* Let Net::HTTP.get take request headers (#2957)Takashi Kokubun2020-03-102-1/+26
* Fixed FD leakNobuyoshi Nakada2020-03-041-0/+2
* Promote net-http to the default gems.Hiroshi SHIBATA2020-02-211-5/+5
* Add more debug printKazuhiro NISHIYAMA2020-01-291-2/+11
* Add more debug printKazuhiro NISHIYAMA2020-01-261-9/+49
* Add #verify_hostname= and #verify_hostname to skip hostname verification (#2858)Yuta Iwama2020-01-231-0/+23
* Revert "lib/net/http/response.rb: support raw deflate correctly"Yusuke Endoh2019-12-161-16/+16
* lib/net/http/response.rb: support raw deflate correctlyYusuke Endoh2019-12-161-16/+16
* Add more debug infoKazuhiro NISHIYAMA2019-12-151-1/+8
* Move `rescue` for debug into block of assert_raiseKazuhiro NISHIYAMA2019-12-121-2/+2
* Add more debug info when Errno::EINVALKazuhiro NISHIYAMA2019-12-121-0/+2
* fix ipaddr parameter of Net::HTTP.start to support proxyNARUSE, Yui2019-12-101-0/+39
* test/net/http/test_https.rb (test_get_SNI_failure): stop proxy settingsYusuke Endoh2019-12-103-43/+45
* Add ipaddr optional parameter to Net::HTTP#startNARUSE, Yui2019-12-091-0/+31
* Deprecate taint/trust and related methods, and make the methods no-opsJeremy Evans2019-11-181-19/+19
* Warn on access/modify of $SAFE, and remove effects of modifying $SAFEJeremy Evans2019-11-181-13/+0
* Ignore Errno::EPIPE when sending requests in net/httpJeremy Evans2019-09-271-0/+11
* Add Net::FTP#features and Net::FTP#optionShugo Maeda2019-09-021-0/+96
* Adding missing test for Net::HTTPGenericRequest initializer (#1835)Espartaco Palma2019-08-161-0/+1
* Test missing Content-Type warningsNobuyoshi Nakada2019-07-241-4/+11
* Show the caller's locationNobuyoshi Nakada2019-07-241-1/+13
* Suppress unused variable warningsNobuyoshi Nakada2019-06-301-0/+3