aboutsummaryrefslogtreecommitdiffstats
path: root/test/net
Commit message (Expand)AuthorAgeFilesLines
* merge revision(s) 07786edd66f59a529d6febb2e0fe901782991755,1917afa34bca55ba1e...nagachika2020-09-301-4/+8
* 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
* Removed unused variablesNobuyoshi Nakada2019-06-302-3/+2
* Add max option to TestProtocol#create_mockioNobuyoshi Nakada2019-06-291-8/+6
* test/net/imap/test_imap.rb: use Thread#stop? to wait for server threadYusuke Endoh2019-06-251-4/+3
* test/net/imap/test_imap.rb: wait for the server thread to startYusuke Endoh2019-06-151-14/+29
* test/net/http/test_http.rb: Extend the timeoutYusuke Endoh2019-06-111-2/+2
* test/net/http/test_http.rb: extend the timeout for Solaris CIYusuke Endoh2019-06-061-5/+5
* test/net/fixtures/Makefile: moved from test/net/imapmrkn2019-01-021-0/+0
* Try to update cert (2nd try)kazu2019-01-022-84/+83
* Try to update certkazu2019-01-023-118/+124
* Fix Net::Protocol::BufferedIO#write when sending large multi-byte stringnobu2018-12-271-3/+13
* Preserve HTTP header key as string [Bug #15394]naruse2018-12-101-0/+5
* test_ftp.rb: loosen another timeout requirementk0kubun2018-11-141-2/+2
* test_ftp.rb: loosen timeout for Travis osxk0kubun2018-11-141-4/+4
* test_ftp.rb: extend timeout for --jit-wait testingk0kubun2018-11-081-1/+1
* Exclude CI platform specific failures by --excludes optionnobu2018-10-211-5/+0
* skip tests broken with OpenSSL 1.1.1 on Travis osxk0kubun2018-10-211-0/+5
* test/net/imap/test_imap.rb (test_exception_during_idle): kill infinite loopernormal2018-08-161-1/+3
* net/http, net/ftp: skip SSL/TLS session resumption testsrhe2018-08-092-0/+20
* net/http, net/ftp: fix session resumption with TLS 1.3rhe2018-08-081-25/+10
* increase body sizenaruse2018-06-251-1/+1
* test/net/http/test_httpresponse.rb: add testcases for net/httpresponsemame2018-06-241-0/+30
* remove debug printnaruse2018-06-221-1/+1
* check net.core.wmem_default and max instead of tcpnaruse2018-06-221-1/+1
* show net.ipv4.tcp_wmem to debug failure on travisnaruse2018-06-221-1/+1
* assert_raise(Net::ReadTimeout) on Windows [Bug #14829]naruse2018-06-081-5/+3
* th is nilusa2018-06-081-2/+2
* skip write_timeout test on Windowsnaruse2018-06-071-5/+5
* Some platforms immediately returns from Socket#writeusa2018-06-071-3/+3
* Add Net::HTTPClientException [Bug #14688]naruse2018-06-061-1/+1
* Introduce write_timeout to Net::HTTP [Feature #13396]naruse2018-06-062-0/+109
* net/imap: Fix ArgumentError in send_string_datashugo2018-05-111-0/+37
* io.c: workaround for EPROTOTYPEnobu2018-04-301-1/+1
* test_ftp.rb: extend read_timeout for --jit-waitk0kubun2018-04-281-1/+1