summaryrefslogtreecommitdiff
path: root/lib/net
AgeCommit message (Expand)Author
2010-10-18* lib/net/http.rb (transport_request): @socket may be nil.naruse
2010-08-27* lib/net/imap.rb (initialize): sets sync_close to true.shugo
2010-05-08* lib/net/imap.rb: backported exception handling from trunk.shugo
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-25* lib/net/imap (encode_utf7): encode & properly. Thanks, Kengoshugo
2010-04-16* lib/net/smtp.rb (Net::SMTP#rcptto_list): continue when at leastnobu
2010-04-16* {ext,lib,test}/**/*.rb: removed trailing spaces.nobu
2010-03-20* lib: fixed typo. a patch by Sho Hashimoto in [ruby-dev:40716].nobu
2010-02-03* lib/net/http.rb (Net::HTTP#request): close @socket only afternobu
2010-01-18* lib/net/http.rb (Net::HTTPHeader#{content_range,range_length}):nobu
2009-12-20 * lib/net/http.rb (HTTPGenericRequest#send_request_with_body_stream):nahi
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-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-15* lib/net/imap.rb (resp_text_code): accepts response codes withoutshugo
2009-10-12* lib/net/ftp.rb (getaddress): rescue exceptions. [ruby-dev:39451]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-02-10Fix grammos regarding the verb "refer".knu
2008-11-18* lib/net/ftp.rb (Net::FTP#open_socket): SOCKSsocket is obsolete.matz
2008-10-14* lib/net/pop.rb: check for invalid APOP timestamp. (CVE-2007-1558)kazu
2008-08-07* lib/net/ftp.rb (login): raise FTPReplyError if passwd or acctshugo
2008-08-05* lib/net/ftp.rb (chdir): handle 5xx errors correctly.shugo
2008-08-05* lib/net/imap.rb (disconnect): do not refer SSL::SSLSocket forshugo
2008-08-04 * lib/net/smtp.rb (Net::SMTP::rcptto): fix a typo. a patch fromshyouhei
2008-07-04* lib/net/ftp.rb (Net::FTP#sendport): use divmod. [ruby-core:17557]nobu
2008-07-03* lib/net/smtp.rb (Net::SMTP::start): use 'localhost' instead ofmatz
2008-06-19* lib/net/pop.rb (Net::POP3#set_all_uids): speedkazu
2008-06-04* lib/rdoc.rb: massive spelling correction patch from Evan Farrarmatz
2008-05-01Merged 16257 from trunk.jeg2
2008-04-30Merged 16241 from trunk.jeg2
2008-04-24* lib/net/pop.rb: backported from 1.9. bug#19003kazu
2008-04-15* lib/net/smtp.rb: backported from 1.9. bug#19003kazu
2008-04-03* lib/net/pop.rb (Net::POP3::do_finish): clear @n_mails andmatz
2007-10-25Merged 13781 from trunk.jeg2
2007-10-25Merged 13779 from trunk.jeg2
2007-10-08* lib/net/http.rb, lib/open-uri.rb: removegotoyuzo
2007-09-24 lib/net/http.rb: fix typo.shyouhei
2007-09-23* lib/net/http.rb: an SSL verification (the server hostname shouldgotoyuzo
2007-06-04* lib/net/imap.rb (ResponseParser#next_token): fixedshugo
2007-05-30* lib/net/ftp.rb (Net::FTP#transfercmd): skip 2XXshugo
2007-04-09* lib/net/imap.rb (disconnect): call shutdown forshugo
2007-03-19* lib/net/protocol.rb (rbuf_read): extend buffer size for speed.aamine
2007-01-03Revert r11453matz
2007-01-03* io.c (ruby_dup): start GC on ENOMEM as well.matz
2006-11-04* lib/net/imap.rb: accept NOMODSEQ. [ruby-core:9002]shugo
2006-09-20* lib/net/imap.rb: allow extra spaces in responses.shugo
2006-07-26small document fixaamine