summaryrefslogtreecommitdiff
path: root/lib/net
AgeCommit message (Expand)Author
2015-11-11* lib/net/ftp.rb (initialize): Connections are in passive mode pershugo
2015-11-07* lib/net/http.rb (Net::HTTP#initialize):naruse
2015-11-06change DOTQnobu
2015-10-23* lib/net/imap.rb: remove an empty comment line and -*-.shugo
2015-10-23* lib/net/ftp.rb (gettextfile, getbinaryfile): use the safeshugo
2015-10-22* lib/net/imap (idle): add a new argument timeout for keep-alive.shugo
2015-10-09* lib/net/ftp.rb (parse257): refactor.shugo
2015-10-09* lib/net/imap.rb: use frozen_string_literal: true.shugo
2015-10-09* lib/net/ftp.rb: use frozen_string_literal: true.shugo
2015-09-28* lib/net/ftp.rb (mtime): use usec instead of fractions to parseshugo
2015-09-28* lib/net/ftp.rb (mtime): parse decimal fractions of a second asshugo
2015-09-25* lib/net/http.rb: removed unused variable. It's removed at r13648.hsbt
2015-09-14* lib/net/ftp.rb (parse_mlsx_entry): parse pathnames includingshugo
2015-09-13* lib/net/ftp.rb (size, modify, create, type, unique, perm, lang,shugo
2015-09-12* remove trailing spaces.svn
2015-09-12* lib/net/ftp.rb (file?, directory?, appendable?, creatable?,shugo
2015-09-12* lib/net/ftp.rb (FACT_PARSERS): support system dependent factsshugo
2015-09-12* lib/net/ftp.rb (parse_mlsx_entry, mlst) raise an FTPProtoErrorshugo
2015-09-12* lib/net/ftp.rb (TIME_PARSER): use "Z" instead of "00:00" toshugo
2015-09-12* remove trailing spaces.svn
2015-09-12* lib/net/ftp.rb (mlst, mlsd): support new commands MLST and MLSDshugo
2015-09-11* lib/net/ftp.rb (size, mdtm, system): parse responses according toshugo
2015-09-10* lib/net/ftp.rb (getmultiline): refactor.shugo
2015-09-08* lib/net/ftp.rb (list): fetch all the lines before yielding a blockshugo
2015-08-01* lib/net/http/response.rb (Net::HTTPResponse::Inflater#finish):ktsj
2015-08-01* lib/net/http/response.rb (Net::HTTPResponse#inflater):ktsj
2015-07-09* lib/net/http/responses.rb: Added 308 status to CODE_TO_OBJ list.hsbt
2015-06-29fix previous commit for nil casenaruse
2015-06-29* lib/net/http/response.rb (inflater): CONTENT_ENCODING can be uppernaruse
2015-06-27* lib/net/ftp.rb (makeport): close the TCPServereregon
2015-06-15* lib/net/http.rb (Net::HTTP#connect): use connect_nonblock andnaruse
2015-05-29lib/*: use monotonic clock for timeoutsnormal
2015-05-21* lib/net/telnet.rb: gemify net-telnet.hsbt
2015-05-08* lib/net/imap.rb (body_ext_mpart): should work even if body-fld-dspshugo
2015-04-22* lib/net/imap.rb (move, uid_move): support the MOVE command definedshugo
2015-04-20* ext/openssl/*: use license instead of licence.hsbt
2015-04-15lib/net/*: use io/wait methods instead of IO.selectnormal
2015-04-10lib/net/protocol.rb (rbuf_fill): avoid exception with read_nonblocknormal
2015-04-03* lib/net/http.rb (edit_path): use path which is absolute ftp urlnaruse
2015-02-10* lib/net/ftp.rb (chdir, delete, gettextfile, mdtm, mkdir, nlst,shugo
2015-02-08* lib/net/http/header.rb: pass header names as symbols.hsbt
2015-01-03Revert r49118 [Feature #10652]ayumin
2015-01-03* lib/net/http.rb (proxy_user): retrieve proxy user from http_proxy.ayumin
2015-01-03* lib/net/http.rb: More descriptive error message when net/http failshsbt
2015-01-02* lib/net/http.rb (Net::HTTP#send_request): there is no response bodyhsbt
2014-12-23* lib/net/http/response.rb (Net::HTTPResponse): require one or morenaruse
2014-12-06* lib/net/imap.rb: Fix undefined variable usage & refactor/DRYshugo
2014-11-26use clock_gettime to avoid object creationnaruse
2014-11-25* lib/net/http.rb: Do not attempt SSL session resumption when thedrbrain
2014-11-20* lib/net/imap.rb (Net::IMAP::ResponseParser::BEG_REGEXP): no need to use embbedusa