aboutsummaryrefslogtreecommitdiffstats
path: root/lib/net
Commit message (Expand)AuthorAgeFilesLines
* 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
* * lib/net/http.rb (Net::HTTP#connect): use local_host and local_portnaruse2012-07-111-1/+9
* Fix 4xx classes to inherit correctly from Net::HTTPClientErrorknu2012-07-051-4/+4
* * lib/net/http/responses.rb, lib/webrick/httpstatus.rb: Add HTTPknu2012-06-132-4/+50
* * lib/net/http/response.rb: Remove a duplicated rdoc and leave aknu2012-06-102-70/+12
* * lib/net/http/responses.rb: Add RFC 6586 response codes. Patch bydrbrain2012-06-083-7/+32
* * lib/net/http/header.rb (Net::HTTPHeader#range): fix broken parser ofnaruse2012-05-231-7/+33
* * lib/net/http.rb: Broke up Net::HTTP into individual files.drbrain2012-05-2210-1437/+1434
* * lib/net/ftp.rb (Net::FTP#retrbinary): close only if conn is not nilnaruse2012-05-211-10/+13
* * lib/net/ftp.rb (Net::FTP#transfercmd): rescue shutdown.naruse2012-05-211-10/+13
* Shutdown gracefully.naruse2012-05-201-0/+8
* * lib/net/imap.rb (decode_utf7, encode_utf7): refactored byshugo2012-05-091-12/+7
* * lib/net/imap.rb (body_type_attachment): parse body typeshugo2012-05-071-0/+29
* * lib/net/smtp.rb (check_continue): raise an error with an explanatorymame2012-04-241-1/+1
* see OpenSSL::SSLnobu2012-04-231-2/+2
* autoload in module scope.nobu2012-04-231-1/+1