aboutsummaryrefslogtreecommitdiffstats
path: root/lib/net
Commit message (Expand)AuthorAgeFilesLines
* * 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
* * lib/net/http/responses.rb: Added 308 status to CODE_TO_OBJ list.hsbt2015-07-091-0/+1
* fix previous commit for nil casenaruse2015-06-291-1/+2
* * lib/net/http/response.rb (inflater): CONTENT_ENCODING can be uppernaruse2015-06-291-1/+1
* * lib/net/ftp.rb (makeport): close the TCPServereregon2015-06-271-8/+3
* * lib/net/http.rb (Net::HTTP#connect): use connect_nonblock andnaruse2015-06-151-1/+15
* lib/*: use monotonic clock for timeoutsnormal2015-05-291-2/+2
* * lib/net/telnet.rb: gemify net-telnet.hsbt2015-05-211-763/+0
* * lib/net/imap.rb (body_ext_mpart): should work even if body-fld-dspshugo2015-05-081-1/+7
* * lib/net/imap.rb (move, uid_move): support the MOVE command definedshugo2015-04-221-0/+14
* * ext/openssl/*: use license instead of licence.hsbt2015-04-201-1/+1
* lib/net/*: use io/wait methods instead of IO.selectnormal2015-04-152-3/+4
* lib/net/protocol.rb (rbuf_fill): avoid exception with read_nonblocknormal2015-04-101-15/+13
* * lib/net/http.rb (edit_path): use path which is absolute ftp urlnaruse2015-04-031-2/+6
* * lib/net/ftp.rb (chdir, delete, gettextfile, mdtm, mkdir, nlst,shugo2015-02-101-15/+15
* * lib/net/http/header.rb: pass header names as symbols.hsbt2015-02-081-1/+1
* Revert r49118 [Feature #10652]ayumin2015-01-031-10/+2
* * lib/net/http.rb (proxy_user): retrieve proxy user from http_proxy.ayumin2015-01-031-2/+10
* * lib/net/http.rb: More descriptive error message when net/http failshsbt2015-01-031-1/+6
* * lib/net/http.rb (Net::HTTP#send_request): there is no response bodyhsbt2015-01-021-1/+2
* * lib/net/http/response.rb (Net::HTTPResponse): require one or morenaruse2014-12-231-1/+1
* * lib/net/imap.rb: Fix undefined variable usage & refactor/DRYshugo2014-12-061-8/+37
* use clock_gettime to avoid object creationnaruse2014-11-261-1/+1
* * lib/net/http.rb: Do not attempt SSL session resumption when thedrbrain2014-11-251-1/+4
* * lib/net/imap.rb (Net::IMAP::ResponseParser::BEG_REGEXP): no need to use embbedusa2014-11-201-3/+3
* * remove trailing spaces.svn2014-11-131-1/+1
* * lib/net/imap.rb (search_response): parse MODSEQ in SEARCHshugo2014-11-131-1/+8
* Document that Net::IMAP#fetch will return nil instead of an emtpy array.knu2014-10-311-2/+4
* normalize reference to Timeout::Errornormal2014-10-071-1/+1
* * lib/drb/drb.rb: use attr_reader instead of Module#attr.hsbt2014-08-271-1/+1
* * lib/net/imap.rb: split executable code into sample directory.hsbt2014-08-211-170/+0