aboutsummaryrefslogtreecommitdiffstats
path: root/lib/net
Commit message (Expand)AuthorAgeFilesLines
* Update URL of Japanese document of net/popkazu2016-09-111-1/+1
* * lib/net/http/header.rb: Fix typo. [ci skip][fix GH-1407]hsbt2016-08-161-1/+1
* * lib/net/http/generic_rquest.rb (write_header): A Request-Line mustshugo2016-07-061-1/+6
* * lib/net/ftp.rb (putline): raise an ArgumentError whenshugo2016-07-051-0/+3
* Cache no proxy casenobu2016-06-281-1/+3
* Use conditional operatornobu2016-06-281-5/+1
* Remove dead link [ci skip]nobu2016-06-111-3/+0
* * lib/net/smtp.rb (getok, get_response): raise an ArgumentError whenshugo2016-06-081-0/+9
* * lib/net/http/header.rb: [DOC] add documentation thatktsj2016-05-041-0/+10
* * lib/net/http/header.rb (Net::HTTPHeader#{each_header,each_name,ktsj2016-05-041-5/+5
* net/http/header.rb: refactornobu2016-04-251-12/+8
* * lib/net/http.rb: Improve documentation for SSL requests via GET method.hsbt2016-04-221-4/+9
* net/ftp.rb: NullSocket#closed?nobu2016-02-121-0/+4
* * lib/net/http/header.rb: Warn nil variable on HTTP Header.hsbt2016-01-291-2/+5
* stdlib: avoid extra calls to eliminate "\n" from Base64normal2016-01-104-7/+6
* * lib/net/http/responses.rb: Added new response class for 451 status code.hsbt2015-12-302-0/+4
* [DOC] Fix typosa_matsuda2015-12-233-3/+3
* lib/net/http.rb (open_timeout): update default value in RDoc [ci skip]normal2015-12-211-1/+1
* Add frozen_string_literal: false for all filesnaruse2015-12-1614-0/+14
* * ext/socket/lib/socket.rb: use safe navigation operator.hsbt2015-12-142-3/+3
* fixup! * lib/net/http.rb (connect): detect closed connection and reconnect ...naruse2015-11-271-1/+1
* * lib/net/http.rb (connect): detect closed connection and reconnectnaruse2015-11-271-4/+10
* * lib/net/http.rb: Fixed regression for Net::HTTP::PUT with "Expect-100"hsbt2015-11-201-3/+3
* * lib/net/http.rb: set hostname before call ossl_ssl_set_session.hsbt2015-11-201-2/+2
* * lib/net/ftp.rb (initialize): Connections are in passive mode pershugo2015-11-111-2/+15
* * lib/net/http.rb (Net::HTTP#initialize):naruse2015-11-071-1/+1
* change DOTQnobu2015-11-061-9/+9
* * lib/net/imap.rb: remove an empty comment line and -*-.shugo2015-10-231-2/+1
* * lib/net/ftp.rb (gettextfile, getbinaryfile): use the safeshugo2015-10-231-13/+15
* * lib/net/imap (idle): add a new argument timeout for keep-alive.shugo2015-10-221-2/+12
* * lib/net/ftp.rb (parse257): refactor.shugo2015-10-091-18/+1
* * lib/net/imap.rb: use frozen_string_literal: true.shugo2015-10-091-3/+5
* * lib/net/ftp.rb: use frozen_string_literal: true.shugo2015-10-091-4/+6
* * lib/net/ftp.rb (mtime): use usec instead of fractions to parseshugo2015-09-281-2/+1
* * lib/net/ftp.rb (mtime): parse decimal fractions of a second asshugo2015-09-281-13/+10
* * lib/net/http.rb: removed unused variable. It's removed at r13648.hsbt2015-09-251-2/+0
* * lib/net/ftp.rb (parse_mlsx_entry): parse pathnames includingshugo2015-09-141-1/+1
* * lib/net/ftp.rb (size, modify, create, type, unique, perm, lang,shugo2015-09-131-0/+8
* * remove trailing spaces.svn2015-09-121-1/+1
* * lib/net/ftp.rb (file?, directory?, appendable?, creatable?,shugo2015-09-121-1/+107
* * lib/net/ftp.rb (FACT_PARSERS): support system dependent factsshugo2015-09-121-2/+8
* * lib/net/ftp.rb (parse_mlsx_entry, mlst) raise an FTPProtoErrorshugo2015-09-121-1/+8
* * lib/net/ftp.rb (TIME_PARSER): use "Z" instead of "00:00" toshugo2015-09-121-2/+1
* * remove trailing spaces.svn2015-09-121-1/+1
* * lib/net/ftp.rb (mlst, mlsd): support new commands MLST and MLSDshugo2015-09-121-0/+74
* * lib/net/ftp.rb (size, mdtm, system): parse responses according toshugo2015-09-111-23/+28
* * lib/net/ftp.rb (getmultiline): refactor.shugo2015-09-101-8/+8
* * lib/net/ftp.rb (list): fetch all the lines before yielding a blockshugo2015-09-081-7/+6
* * lib/net/http/response.rb (Net::HTTPResponse::Inflater#finish):ktsj2015-08-011-0/+1
* * lib/net/http/response.rb (Net::HTTPResponse#inflater):ktsj2015-08-011-3/+3