summaryrefslogtreecommitdiff
path: root/lib/net
AgeCommit message (Expand)Author
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
2009-10-28* lib/net/ftp.rb (Net::FTP#initialize): sets @binary to true.shugo
2009-10-27* lib/net/ftp.rb (Net::FTP#initialize): @sock = nil.naruse
2009-10-27* lib/net/ftp.rb (getbinaryfile, list): call to_s to convertshugo
2009-10-12* lib/net/ftp.rb (login): use "anonymous@" as a default password.shugo
2009-10-12* lib/net/ftp.rb (retrlines): added a new block parameter.shugo
2009-10-08* lib/net/telnet.rb (cmd): Pass FailEOF options: patch by Brian Candler [ruby...marcandre
2009-09-26* lib/net/http.rb (transport_request): Handle timeout error by closing socket...marcandre
2009-09-13* lib/net/http.rb (each_*): return enumerator if no block present. Patch by A...marcandre
2009-09-13* lib/net/http.rb (fetch): Handle properly default values; a patch by Arthur ...marcandre
2009-09-11Merge branch 'trunk' of git://github.com/swdyh/ruby into trunkshyouhei
2009-09-10* lib/net/http.rb (fetch): rdoc fix, patch by Arthur Schreiber, [ruby-core:18...marcandre
2009-07-24* lib/net/imap.rb (idle): leaves IDLE in a ensure clause. a patchshugo
2009-07-23* lib/net/imap.rb (resp_text_code): accepts response codes withoutshugo
2009-07-02* lib/net/imap.rb: added response to Net::IMAP::ResponseError.shugo