aboutsummaryrefslogtreecommitdiffstats
path: root/test/net
Commit message (Expand)AuthorAgeFilesLines
* Move certificates to test/net/fixtures/.shugo2016-11-196-9/+9
* Support TLS and hash styles options for Net::FTP.new.shugo2016-11-191-0/+456
* ftp.rb: use Addrinfo interfacesshugo2016-11-151-1/+2
* Fix undefined method 'dump' for nil:NilClass (NoMethodError)a_matsuda2016-11-081-0/+16
* Extend Net::HTTP#open_timeout for chkbuild on Solaris 10s.shugo2016-11-071-1/+1
* * test/net/smtp/test_smtp.rb (test_tls_connect, test_tls_connect):shugo2016-11-061-9/+24
* * lib/net/http.rb (Net::HTTP.post): new convenience method to send a POST req...shugo2016-11-051-0/+16
* * lib/net/http.rb (transport_request): other than HTTPContinuenaruse2016-11-051-0/+33
* * lib/net/smtp.rb (tlsconnect): support timeout for TLS handshake.shugo2016-11-052-0/+61
* Add an assertion.shugo2016-07-061-0/+3
* * lib/net/http/generic_rquest.rb (write_header): A Request-Line mustshugo2016-07-061-0/+8
* * lib/net/ftp.rb (putline): raise an ArgumentError whenshugo2016-07-051-0/+10
* * lib/net/smtp.rb (getok, get_response): raise an ArgumentError whenshugo2016-06-081-0/+47
* * lib/net/http/header.rb (Net::HTTPHeader#{each_header,each_name,ktsj2016-05-041-0/+40
* * test/net/http/test_httpheader.rb: add missing test ofktsj2016-05-041-0/+9
* * test/net/imap/test_imap.rb (test_idle_timeout): Because of theodaira2016-03-071-10/+22
* test: use assert_not_*nobu2016-02-193-22/+22
* net/ftp.rb: NullSocket#closed?nobu2016-02-121-0/+8
* * lib/net/http/header.rb: Warn nil variable on HTTP Header.hsbt2016-01-291-0/+6
* leakchecker.rb: remove temporary measurenobu2016-01-051-0/+1
* fix common misspelling [ci skip]nobu2015-12-241-3/+3
* Add frozen_string_literal: false for all filesnaruse2015-12-1614-0/+14
* fix r53013; the environment defines "example" as local hostnamenaruse2015-12-091-20/+20
* add tests for El Capitan failurenaruse2015-12-091-0/+11
* * test/net/smtp/test_response.rb: use Test::Unit. We should use Test::Unithsbt2015-12-091-2/+2
* * lib/net/http.rb (connect): detect closed connection and reconnectnaruse2015-11-271-0/+17
* * lib/net/http.rb: Fixed regression for Net::HTTP::PUT with "Expect-100"hsbt2015-11-201-0/+16
* * lib/net/ftp.rb (initialize): Connections are in passive mode pershugo2015-11-111-0/+3
* * lib/open-uri.rb: Remove indicator for "frozen_string_literal: true".akr2015-11-102-4/+2
* Add binmode for Tempfile to prevent EOF (0x1A)naruse2015-10-271-0/+1
* 0.1 second is not enough for FreeBSDnaruse2015-10-241-1/+2
* * lib/net/imap.rb: remove an empty comment line and -*-.shugo2015-10-232-4/+2
* * lib/net/ftp.rb (gettextfile, getbinaryfile): use the safeshugo2015-10-231-2/+127
* * lib/net/imap (idle): add a new argument timeout for keep-alive.shugo2015-10-221-0/+44
* * test/net/ftp/test_ftp.rb: add tests for getbinaryfile andshugo2015-10-221-0/+159
* * lib/net/ftp.rb (parse257): refactor.shugo2015-10-091-1/+19
* * lib/net/imap.rb: use frozen_string_literal: true.shugo2015-10-092-3/+9
* * lib/net/ftp.rb: use frozen_string_literal: true.shugo2015-10-093-3/+12
* * lib/net/ftp.rb (mtime): use usec instead of fractions to parseshugo2015-09-281-0/+11
* * lib/net/ftp.rb (mtime): parse decimal fractions of a second asshugo2015-09-281-0/+38
* * lib/net/ftp.rb (parse_mlsx_entry): parse pathnames includingshugo2015-09-141-2/+2
* * lib/net/ftp.rb (file?, directory?, appendable?, creatable?,shugo2015-09-122-1/+97
* * lib/net/ftp.rb (FACT_PARSERS): support system dependent factsshugo2015-09-121-1/+12
* * lib/net/ftp.rb (parse_mlsx_entry, mlst) raise an FTPProtoErrorshugo2015-09-121-0/+25
* * lib/net/ftp.rb (mlst, mlsd): support new commands MLST and MLSDshugo2015-09-121-0/+111
* * lib/net/ftp.rb (size, mdtm, system): parse responses according toshugo2015-09-111-0/+66
* * lib/net/ftp.rb (getmultiline): refactor.shugo2015-09-101-0/+28
* * lib/net/ftp.rb (list): fetch all the lines before yielding a blockshugo2015-09-081-0/+140
* * lib/net/http/response.rb (Net::HTTPResponse::Inflater#finish):ktsj2015-08-011-0/+53
* fix a failure without zlibkazu2015-07-011-1/+1