summaryrefslogtreecommitdiff
path: root/lib/net
AgeCommit message (Expand)Author
2011-06-21* lib/net/http.rb (Net::HTTP.post_form): Do not ignore query part of nahi
2011-06-16 * lib/timeout.rb: Clarify timeout duration types. Patch by Alf Mikula.drbrain
2011-06-16* lib/net/imap.rb (search_response): parses SEARCH responses fromshugo
2011-06-13Additional fix for r31933.naruse
2011-06-13* lib/net/http.rb (Net::HTTP#use_ssl?): require 'openssl' only whennaruse
2011-06-06* lib/net/http.rb: don't use autoload.naruse
2011-05-31* lib/net/http.rb, lib/net/protocol.rb: Allow to configure to waitnahi
2011-05-25 * lib/net/pop.rb: Hide implementation details from RDoc.drbrain
2011-05-25 * lib/net/ftp.rb: Add :nodoc: for private methods.drbrain
2011-05-23 * lib/net/smtp.rb: Document Net::SMTP::Response. Patch by J.R. Garcia.drbrain
2011-05-19* lib: revert r31635-r31638 and untabify with expand(1).nobu
2011-05-18 * lib/benchmark.rb: Fix indentation.drbrain
2011-05-18 * lib/net/imap.rb: Fix indentation of EOF for heredoc.drbrain
2011-05-18 * lib: Convert tabs to spaces for ruby files perdrbrain
2011-05-17 * lib/net/ftp.rb (module Net):drbrain
2011-05-16 * lib/net/http.rb: Improve documentation of proxy configurationdrbrain
2011-05-16 * lib/net/pop.rb: Improve documentation. Patch by Vincent Batts.drbrain
2011-05-16 * lib/net/http.rb: Fix nodoc for Net::HTTP::version_1_1?. Patch bydrbrain
2011-05-15* remove trailing spaces.nobu
2011-02-07* lib/net/http.rb (Net::HTTP#connect): support SNI (Server Nameakr
2011-01-14* lib/net/imap.rb: use bytesize for binary strings.naruse
2011-01-12* lib/net/http.rb (Net::HTTP#connect): makes it timeout duringyugui
2011-01-06* lib/net/protocol.rb (eof?): BufferedIO should proxy eof? to thetenderlove
2011-01-05* lib/net/http.rb (Net::HTTP#get): A header hash given should notknu
2010-12-22adding more tests for Net::SMTP::Response classtenderlove
2010-12-22passing nil to split is not necessarytenderlove
2010-12-22* lib/net/smtp.rb: refactoring Net::SMTP#esmtp= to use antenderlove
2010-12-22* lib/net/smtp.rb: Net::SMTP should close the SSL connection if thetenderlove
2010-12-14* lib/net/http.rb (Net::HTTPRequest#send_request_body_data):naruse
2010-12-13* lib/net/http.rb (Net::HTTPRequest#set_form): Added to supportnaruse
2010-12-10Add doc to warn the userinfo for auth. [ruby-core:33255]naruse
2010-12-10* lib/net/http.rb: remove version 1.1 features.naruse
2010-12-07* lib/net/imap.rb (xlist): supported the XLIST command, which is anshugo
2010-12-02* lib/net/http.rb (Net::HTTP#set_form_data):naruse
2010-12-01Fix positional wording in lib/net/http.rb to match revised orderdrbrain
2010-12-01Improve rdoc of net/http/http.rb.naruse
2010-12-01* lib/net/http.rb: improve rdoc.naruse
2010-11-30* lib/net/http.rb: improve rdoc.naruse
2010-11-30* lib/net/http.rb: improve rdoc.naruse
2010-11-27* lib/net/http.rb: improve rdoc.naruse
2010-11-08* lib/*.rb: Remove unused variable warnings.marcandre
2010-10-21* lib/net/telnet.rb (Net::Telnet#close): added.naruse
2010-10-18* lib/net/http.rb (transport_request): @socket may be nil.naruse
2010-10-11* lib/net/http.rb (HTTP.get): specify ASCII-8BIT as the resultnaruse
2010-10-06* lib/uri/generic.rb (URI::Generic#hostname): new method.akr
2010-07-30* lib/net/imap.rb: load io/console.nobu
2010-07-30* lib/net/imap.rb (example): use IO#noecho to read password ifnobu
2010-07-30* lib/net/imap.rb (example): support starttls option.nobu
2010-06-01* lib/net/http.rb: adding support to rfc5789 patch verb.naruse
2010-05-19* lib/net/imap.rb (disconnect): closes the socket of a Net::IMAPshugo