summaryrefslogtreecommitdiff
path: root/lib/net
AgeCommit message (Expand)Author
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
2010-05-08* lib/net/imap.rb (disconnect): terminates @receiver_thread even ifshugo
2010-05-03* lib/net/http.rb (Net::HTTPResponse#read_chunked): ensure to skip themame
2010-04-27* lib/net/smtp.rb (Net::SMTP#rcptto_list): fixed typo.nobu
2010-04-25* lib/net/imap.rb (fetch_internal): do not quote message data itemshugo
2010-04-16* lib/net/smtp.rb (Net::SMTP#rcptto_list): continue when at leastnobu
2010-04-14* lib/net/imap (encode_utf7): encode & properly. Thanks, Kengoshugo
2010-03-20* lib: fixed typo. a patch by Sho Hashimoto in [ruby-dev:40716].nobu
2010-02-06* lib/net/ftp.rb (initialize): set @sock to a NullSocket instance toshugo
2010-02-06* lib/net/imap.rb (receive_responses): does not hang when an unexpected BYEshugo
2010-01-18* lib/net/http.rb (Net::HTTPHeader#{content_range,range_length}):nobu
2010-01-18Add call-seq for Net::HTTP.start.naruse
2010-01-12* lib/net/http.rb (Net::HTTP.start): options may not be given.nobu
2010-01-12* lib/net/http.rb (Net::HTTP#start): add hash argument tonaruse
2010-01-08* lib/net/http, lib/net/https: move content from net/https tonaruse
2009-11-19* lib/net/ftp.rb (putbinaryfile): use APPE for resume.shugo
2009-11-19* lib/net/imap.rb (flag_list): untaint strings to intern in the safeshugo
2009-11-12* lib/net/telnet.rb: don't use simple delegate.xibbar
2009-10-31 * lib/net/http.rb (Net::HTTPResponse#each_response_header):nahi
2009-10-30 * lib/net/http.rb (Net::HTTPResponse#each_response_header):nahi