summaryrefslogtreecommitdiff
path: root/test/net
AgeCommit message (Expand)Author
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
2018-06-22show net.ipv4.tcp_wmem to debug failure on travisnaruse
2018-06-08assert_raise(Net::ReadTimeout) on Windows [Bug #14829]naruse
2018-06-08th is nilusa
2018-06-07skip write_timeout test on Windowsnaruse
2018-06-07Some platforms immediately returns from Socket#writeusa
2018-06-06Add Net::HTTPClientException [Bug #14688]naruse
2018-06-06Introduce write_timeout to Net::HTTP [Feature #13396]naruse
2018-05-11net/imap: Fix ArgumentError in send_string_datashugo
2018-04-30io.c: workaround for EPROTOTYPEnobu
2018-04-28test_ftp.rb: extend read_timeout for --jit-waitk0kubun
2018-03-08Raise ArgumentError if host component is nilnaruse
2018-01-30net/pop: make modified strings mutablenormal
2018-01-06net/ftp: fix FrozenError in BufferedSocketnormal
2017-12-28`$SAFE` as a process global state. [Feature #14250]ko1
2017-12-21Extend timeout for CI.shugo
2017-12-20raise error if value contains CR/LF in iniheader of initialize_http_headernaruse
2017-12-14Fix a command injection vulnerability in Net::FTP.nagachika
2017-12-12Fix test-all tests to avoid creating report_on_exception warningseregon
2017-12-06remove unnecessary read_timeout.shugo
2017-12-05Remove unnecessary read_timeout.shugo
2017-11-25openssl: revert changes in SSLContext#{min,max}_version= in r60310rhe
2017-10-26Host header should add branckets to IPv6 address [Bug #12642]naruse
2017-10-23OpenSSL may show the different error messagenaruse
2017-10-22Fixed misspelling words.hsbt
2017-10-21ignore server side errornaruse
2017-10-21Revert "ignore server side error"naruse
2017-10-21ignore server side errornaruse
2017-10-21fic expected error messagenaruse
2017-10-21Introduce Net::HTTP#min_version/max_version [Feature #9450]naruse
2017-10-03Fix leaked file descriptorkazu
2017-09-28Net::HTTP.new: Support no_proxy parameter [Feature #11195]naruse
2017-09-26Make retries for Net::HTTP configurable [Feature #10674]naruse
2017-09-25HTTPHeader#add_field should allow binary [Bug #13926]naruse