aboutsummaryrefslogtreecommitdiffstats
path: root/lib/net
Commit message (Expand)AuthorAgeFilesLines
* * 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
* * lib/net/http: Do not handle Content-Encoding when the user setsdrbrain2013-02-143-0/+26
* * lib/net/http.rb (HTTP.post_form): Fix module scope in documentationzzak2013-02-071-2/+2
* * lib/net/smtp.rb: Fix rdoc title for Net::SMTPzzak2013-02-021-3/+1
* * lib/net/pop.rb: Fix rdoc title for Net::POP3zzak2013-02-021-5/+3
* * lib/net/http/generic_request.rb (encode_multipart_form_data): removeakr2013-01-291-0/+1
* * lib/net/http/generic_request.rb:naruse2013-01-051-1/+8
* * lib/net/http/generic_request.rb (Net::HTTPGenericRequest):naruse2012-12-231-0/+3
* * lib/net/http.rb: Requests may be created with a URI which sets thedrbrain2012-12-213-12/+70
* Suppress warning: uninitialized variable [ruby-core:50470] [Bug #7494]naruse2012-12-041-1/+1
* * lib/net/http.rb: Net::HTTP::Patch to list of HTTP Request Classeszzak2012-11-301-0/+1
* remove trailing spaces.nobu2012-11-201-3/+3
* * lib/net/pop.rb (POP3.certs): fix typo in comment.glass2012-11-161-1/+1
* * lib/net/protocol.rb (Net::InternetMessageIO#each_crlf_line):naruse2012-11-081-1/+1
* * lib/net/protocol.rb (Net::InternetMessageIO#each_crlf_line):naruse2012-11-061-1/+1
* revert r37326 "remove string literal concatenation"nobu2012-10-251-1/+3
* remove string literal concatenationnobu2012-10-251-3/+1
* * lib/net/imap.rb: fix Net::IMAP::ResponseParser to acceptshugo2012-10-171-0/+36
* * lib/net/http/backward.rb (class Net): Restored Net::HTTPSession todrbrain2012-08-231-1/+4
* Suppress warningsnaruse2012-08-211-1/+1
* remove trainling spaces.nobu2012-08-211-2/+2
* * lib/net/.document: Removed. All files in net/ should be included indrbrain2012-07-251-8/+0
* * lib/net/http.rb: Added SSL session reuse across connections for adrbrain2012-07-251-0/+3
* Set false to @proxy_from_env to suppress uninitialized warning.naruse2012-07-211-0/+1
* * lib/net/http.rb (Net::HTTP.newobj): return back for compatibility.naruse2012-07-211-5/+9
* * lib/net/http.rb: Net::HTTP now automatically detects and usesdrbrain2012-07-201-75/+126
* * lib/net/http/response.rb: Automatically inflate gzip anddrbrain2012-07-194-39/+156