aboutsummaryrefslogtreecommitdiffstats
path: root/lib/net
Commit message (Expand)AuthorAgeFilesLines
* * 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
* range.c: revert r42400nobu2013-08-081-1/+2
* net/http/header.rb: remove a hacknobu2013-08-061-1/+0
* fix r42168; Add class name to constantsnaruse2013-07-251-1/+1
* * lib/net/http.rb (Net::HTTP#connect): disable Nagle's algorithm onnaruse2013-07-251-0/+1
* * lib/cgi.rb: [DOC] Capitalize "Ruby" in documentation [Fixes GH-341]zzak2013-07-181-3/+3
* Fixing example in comments that raised an error by @JackDanger [fix GH-345]hsbt2013-07-041-1/+1
* * lib/net/imap.rb (capability_response): should ignore trailingshugo2013-06-051-0/+1
* fix typos inspired by r40825kazu2013-05-192-9/+9
* fix typos. Patch by k_takata.ktsj2013-05-191-1/+1
* * lib/net/imap.rb (getacl_response): parse the mailbox of an ACLshugo2013-04-231-3/+3
* * lib/net/imap.rb (body_type_msg): should acceptshugo2013-04-191-20/+19
* Document the default Net timeout values by @toolmantim [GH fixes #269]hsbt2013-03-314-10/+11
* cleanup by @vipulnsward [GH fixes #262]hsbt2013-03-222-2/+1
* * lib/net/smtp.rb: Added Net::SMTP#rset method to implement the SMTPdrbrain2013-03-111-0/+6
* * lib/net/http.rb: Removed duplicate Accept-Encoding in Net::HTTP#get.drbrain2013-02-241-7/+0
* * lib/net/http.rb: Removed OpenSSL dependency from Net::HTTP.drbrain2013-02-141-1/+3