summaryrefslogtreecommitdiff
path: root/lib/net
AgeCommit message (Expand)Author
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
2014-11-13* remove trailing spaces.svn
2014-11-13* lib/net/imap.rb (search_response): parse MODSEQ in SEARCHshugo
2014-10-31Document that Net::IMAP#fetch will return nil instead of an emtpy array.knu
2014-10-07normalize reference to Timeout::Errornormal
2014-08-27* lib/drb/drb.rb: use attr_reader instead of Module#attr.hsbt
2014-08-21* lib/net/imap.rb: split executable code into sample directory.hsbt
2014-08-21* lib/net/imap.rb: removed commented-out code.hsbt
2014-08-05* lib/net/http.rb (Net::HTTP.proxy_uri): use initializer insteadnaruse
2014-08-05* lib/net/http/requests.rb (Net::HTTP::Options::RESPONSE_HAS_BODY):naruse
2014-08-05* lib/net/http/generic_request.rb (Net::HTTP::GenericRequest#exec):naruse
2014-08-05* lib/net/http/generic_request.rbnaruse
2014-08-05* lib/net/http/generic_request.rbnaruse
2014-07-27* lib/cgi/core.rb: remove unused variables.hsbt
2014-07-11* lib/net/smtp.rb (Net::SMTP#data): enable buffering whilekosaki
2014-07-03* lib/net/htp/response.rb (Net::Inflater#inflate_adapter):naruse
2014-07-03* lib/net/http/response.rb (Net::HTTP.each_response_header):naruse
2014-07-03change default not tot create useless objectnaruse
2014-06-23* lib/net/imap.rb (Net::IMAP#fetch): [DOC] Describe how a range inknu
2014-06-17* lib/net/ftp.rb (gets, readline): read lines without LF properly.shugo
2014-06-12* lib/net/http/responses.rb: added Net::HTTPPermanentRedirect(308)hsbt
2014-06-03 * lib/net/imap.rb (body_type_1part): Gmail IMAP reports a bodyshugo
2014-05-28* lib/net/imap.rb (Net::IMAP#initialize): Close the opened socket whenakr
2014-05-27* lib/net/ftp.rb (transfercmd): Close TCP server socket even if anakr
2014-05-23net/protocol.rb: fix SMTP dot stuffingnobu
2014-05-02* lib/net/imap.rb: Proofreading docs. [ruby-core:61931][Bug #9720]hsbt
2014-04-10* lib/net/ftp.rb (Net::FTP#login): [DOC] The default password forknu