aboutsummaryrefslogtreecommitdiffstats
path: root/test/net
Commit message (Expand)AuthorAgeFilesLines
* 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
* Raise ArgumentError if host component is nilnaruse2018-03-081-0/+12
* net/pop: make modified strings mutablenormal2018-01-301-0/+29
* net/ftp: fix FrozenError in BufferedSocketnormal2018-01-061-0/+6
* `$SAFE` as a process global state. [Feature #14250]ko12017-12-281-0/+2
* Extend timeout for CI.shugo2017-12-211-2/+2
* raise error if value contains CR/LF in iniheader of initialize_http_headernaruse2017-12-201-0/+15
* Fix a command injection vulnerability in Net::FTP.nagachika2017-12-141-0/+234
* Fix test-all tests to avoid creating report_on_exception warningseregon2017-12-121-0/+1
* remove unnecessary read_timeout.shugo2017-12-061-7/+0
* Remove unnecessary read_timeout.shugo2017-12-051-5/+1
* openssl: revert changes in SSLContext#{min,max}_version= in r60310rhe2017-11-251-2/+2
* Host header should add branckets to IPv6 address [Bug #12642]naruse2017-10-261-0/+27
* OpenSSL may show the different error messagenaruse2017-10-231-1/+2
* Fixed misspelling words.hsbt2017-10-222-3/+3
* ignore server side errornaruse2017-10-211-1/+1
* Revert "ignore server side error"naruse2017-10-211-1/+1
* ignore server side errornaruse2017-10-211-1/+1
* fic expected error messagenaruse2017-10-211-2/+2
* Introduce Net::HTTP#min_version/max_version [Feature #9450]naruse2017-10-211-0/+28
* Fix leaked file descriptorkazu2017-10-031-0/+2
* Net::HTTP.new: Support no_proxy parameter [Feature #11195]naruse2017-09-281-0/+10
* Make retries for Net::HTTP configurable [Feature #10674]naruse2017-09-261-0/+50
* HTTPHeader#add_field should allow binary [Bug #13926]naruse2017-09-251-3/+6
* include query parameters in Net::HTTP.postnaruse2017-09-151-1/+2
* A HTTP Header value must not contain CR or LF.naruse2017-08-301-0/+11
* lib/net/imap.rb: Accept continuation requests without response textshugo2017-08-272-2/+10
* test/net/imap/test_imap.rb: Use Addrinfo.tcp in case localhost is ::1.shugo2017-08-181-19/+21
* Use `&.` instead of modifier ifkazu2017-08-011-3/+3
* lib/net/imap.rb: support CHANGEDSINCE and MODSEQshugo2017-07-261-0/+7
* lib/net/imap.rb: Ignore trailing space for Microsoft Exchange Servershugo2017-07-191-0/+13
* test_http.rb: fix r58855nobu2017-05-241-3/+3
* fix FD leaksnobu2017-05-231-3/+15
* lib/net/protocol.rb: account read_bytes before caller sees itnormal2017-05-221-0/+26