summaryrefslogtreecommitdiff
path: root/test/net
AgeCommit message (Expand)Author
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
2019-01-02Try to update certkazu
2018-12-27Fix Net::Protocol::BufferedIO#write when sending large multi-byte stringnobu
2018-12-10Preserve HTTP header key as string [Bug #15394]naruse
2018-11-14test_ftp.rb: loosen another timeout requirementk0kubun
2018-11-14test_ftp.rb: loosen timeout for Travis osxk0kubun
2018-11-08test_ftp.rb: extend timeout for --jit-wait testingk0kubun
2018-10-21Exclude CI platform specific failures by --excludes optionnobu
2018-10-21skip tests broken with OpenSSL 1.1.1 on Travis osxk0kubun
2018-08-16test/net/imap/test_imap.rb (test_exception_during_idle): kill infinite loopernormal
2018-08-09net/http, net/ftp: skip SSL/TLS session resumption testsrhe
2018-08-08net/http, net/ftp: fix session resumption with TLS 1.3rhe
2018-06-25increase body sizenaruse
2018-06-24test/net/http/test_httpresponse.rb: add testcases for net/httpresponsemame
2018-06-22remove debug printnaruse
2018-06-22check net.core.wmem_default and max instead of tcpnaruse