summaryrefslogtreecommitdiff
path: root/test/net
AgeCommit message (Expand)Author
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
2020-03-12Skip test_abort_tls with --jit-wait for nowTakashi Kokubun
2020-03-10Let Net::HTTP.get take request headers (#2957)Takashi Kokubun
2020-03-04Fixed FD leakNobuyoshi Nakada
2020-02-21Promote net-http to the default gems.Hiroshi SHIBATA
2020-01-29Add more debug printKazuhiro NISHIYAMA
2020-01-26Add more debug printKazuhiro NISHIYAMA
2020-01-23Add #verify_hostname= and #verify_hostname to skip hostname verification (#2858)Yuta Iwama
2019-12-16Revert "lib/net/http/response.rb: support raw deflate correctly"Yusuke Endoh
2019-12-16lib/net/http/response.rb: support raw deflate correctlyYusuke Endoh
2019-12-15Add more debug infoKazuhiro NISHIYAMA
2019-12-12Move `rescue` for debug into block of assert_raiseKazuhiro NISHIYAMA
2019-12-12Add more debug info when Errno::EINVALKazuhiro NISHIYAMA
2019-12-10fix ipaddr parameter of Net::HTTP.start to support proxyNARUSE, Yui
2019-12-10test/net/http/test_https.rb (test_get_SNI_failure): stop proxy settingsYusuke Endoh
2019-12-09Add ipaddr optional parameter to Net::HTTP#startNARUSE, Yui
2019-11-18Deprecate taint/trust and related methods, and make the methods no-opsJeremy Evans
2019-11-18Warn on access/modify of $SAFE, and remove effects of modifying $SAFEJeremy Evans
2019-09-27Ignore Errno::EPIPE when sending requests in net/httpJeremy Evans
2019-09-02Add Net::FTP#features and Net::FTP#optionShugo Maeda
2019-08-16Adding missing test for Net::HTTPGenericRequest initializer (#1835)Espartaco Palma
2019-07-24Test missing Content-Type warningsNobuyoshi Nakada
2019-07-24Show the caller's locationNobuyoshi Nakada
2019-06-30Suppress unused variable warningsNobuyoshi Nakada
2019-06-30Removed unused variablesNobuyoshi Nakada
2019-06-29Add max option to TestProtocol#create_mockioNobuyoshi Nakada
2019-06-25test/net/imap/test_imap.rb: use Thread#stop? to wait for server threadYusuke Endoh
2019-06-15test/net/imap/test_imap.rb: wait for the server thread to startYusuke Endoh
2019-06-11test/net/http/test_http.rb: Extend the timeoutYusuke Endoh
2019-06-06test/net/http/test_http.rb: extend the timeout for Solaris CIYusuke Endoh
2019-01-02test/net/fixtures/Makefile: moved from test/net/imapmrkn
2019-01-02Try to update cert (2nd try)kazu