aboutsummaryrefslogtreecommitdiffstats
path: root/lib/net
Commit message (Expand)AuthorAgeFilesLines
...
* * 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
* * lib/net/imap.rb: removed commented-out code.hsbt2014-08-211-33/+0
* * lib/net/http.rb (Net::HTTP.proxy_uri): use initializer insteadnaruse2014-08-051-1/+3
* * lib/net/http/requests.rb (Net::HTTP::Options::RESPONSE_HAS_BODY):naruse2014-08-051-1/+1
* * lib/net/http/generic_request.rb (Net::HTTP::GenericRequest#exec):naruse2014-08-051-11/+2
* * lib/net/http/generic_request.rbnaruse2014-08-052-14/+24
* * lib/net/http/generic_request.rbnaruse2014-08-051-9/+8
* * lib/cgi/core.rb: remove unused variables.hsbt2014-07-271-1/+0
* * lib/net/smtp.rb (Net::SMTP#data): enable buffering whilekosaki2014-07-111-4/+11
* * lib/net/htp/response.rb (Net::Inflater#inflate_adapter):naruse2014-07-031-0/+5
* * lib/net/http/response.rb (Net::HTTP.each_response_header):naruse2014-07-031-1/+6
* change default not tot create useless objectnaruse2014-07-031-1/+1
* * lib/net/imap.rb (Net::IMAP#fetch): [DOC] Describe how a range inknu2014-06-231-7/+16
* * lib/net/ftp.rb (gets, readline): read lines without LF properly.shugo2014-06-171-4/+7
* * lib/net/http/responses.rb: added Net::HTTPPermanentRedirect(308)hsbt2014-06-121-1/+3
* * lib/net/imap.rb (body_type_1part): Gmail IMAP reports a bodyshugo2014-06-031-0/+9
* * lib/net/imap.rb (Net::IMAP#initialize): Close the opened socket whenakr2014-05-281-32/+35
* * lib/net/ftp.rb (transfercmd): Close TCP server socket even if anakr2014-05-271-14/+17
* net/protocol.rb: fix SMTP dot stuffingnobu2014-05-231-2/+6
* * lib/net/imap.rb: Proofreading docs. [ruby-core:61931][Bug #9720]hsbt2014-05-021-75/+74
* * lib/net/ftp.rb (Net::FTP#login): [DOC] The default password forknu2014-04-101-6/+6
* * lib/cgi/html.rb: fix typo by @windwiny [fix GH-506]hsbt2014-01-191-2/+2
* * lib/net/smtp.rb: [DOC] Remove dead link to RAA by Giorgos Tsiftsiszzak2014-01-131-2/+3
* * lib/net/pop.rb: [DOC] Fix typoa_matsuda2013-12-131-1/+1
* * lib/net/http/responses.rb:naruse2013-12-082-1/+5
* * lib/net/http/header.rb: [DOC] Net::HTTP#to_hash returns pair of key and...hsbt2013-12-071-4/+4
* * lib/net/smtp.rb: [DOC] Fix typoa_matsuda2013-12-031-1/+1
* * lib/net/smtp.rb (Net::SMTP#critical): Always return adrbrain2013-12-021-1/+1
* * lib/net/ftp.rb: [DOC] Document Net::FTP.mdtm and .set_socket and fixzzak2013-11-071-6/+8