aboutsummaryrefslogtreecommitdiffstats
path: root/test/net
Commit message (Expand)AuthorAgeFilesLines
* * 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
* * lib/net/http/response.rb (inflater): CONTENT_ENCODING can be uppernaruse2015-06-291-0/+28
* * lib/net/ftp.rb (makeport): close the TCPServereregon2015-06-271-0/+40
* use assert_raisenobu2015-06-024-8/+8
* * lib/net/imap.rb (body_ext_mpart): should work even if body-fld-dspshugo2015-05-081-0/+13
* * test/net/ftp/test_ftp.rb (create_ftp_server): set SO_OOBINLINEngoto2015-03-021-4/+5
* * lib/net/ftp.rb (chdir, delete, gettextfile, mdtm, mkdir, nlst,shugo2015-02-101-0/+78
* * lib/net/http/header.rb: pass header names as symbols.hsbt2015-02-081-0/+8
* test_http.rb: test without DNS accessnobu2015-01-131-5/+8
* * lib/net/http.rb: More descriptive error message when net/http failshsbt2015-01-031-0/+9
* * test/net/http/test_http.rb (_test_send_request__HEAD): Addedhsbt2015-01-021-0/+11
* * lib/net/http/response.rb (Net::HTTPResponse): require one or morenaruse2014-12-231-0/+59
* test_https.rb: skip old OpenSSLnobu2014-12-131-1/+1
* * test/net/http/test_https.rbusa2014-12-091-4/+8
* * test/net/imap/test_imap.rb (ImapTest#imaps_test): forced error on SSL socketsusa2014-12-071-1/+1
* * lib/net/imap.rb: Fix undefined variable usage & refactor/DRYshugo2014-12-061-0/+50