index
:
ruby.git
master
ruby_1_3
ruby_1_4
ruby_1_6
ruby_1_8
ruby_1_8_5
ruby_1_8_6
ruby_1_8_7
ruby_1_9_1
ruby_1_9_2
ruby_1_9_3
ruby_2_0_0
ruby_2_1
ruby_2_2
ruby_2_3
ruby_2_4
ruby_2_5
ruby_2_6
ruby_2_7
ruby_3_0
ruby_3_1
ruby_3_2
ruby_3_3
ruby_3_4
v1_0r
v1_1dev
v1_1r
The Ruby Programming Language
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
net
Age
Commit 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 item
shugo
2010-04-25
* lib/net/imap (encode_utf7): encode & properly. Thanks, Kengo
shugo
2010-04-16
* lib/net/smtp.rb (Net::SMTP#rcptto_list): continue when at least
nobu
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 after
nobu
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 safe
shugo
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 without
shugo
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-10
Fix 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 acct
shugo
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 for
shugo
2008-08-04
* lib/net/smtp.rb (Net::SMTP::rcptto): fix a typo. a patch from
shyouhei
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 of
matz
2008-06-19
* lib/net/pop.rb (Net::POP3#set_all_uids): speed
kazu
2008-06-04
* lib/rdoc.rb: massive spelling correction patch from Evan Farrar
matz
2008-05-01
Merged 16257 from trunk.
jeg2
2008-04-30
Merged 16241 from trunk.
jeg2
2008-04-24
* lib/net/pop.rb: backported from 1.9. bug#19003
kazu
2008-04-15
* lib/net/smtp.rb: backported from 1.9. bug#19003
kazu
2008-04-03
* lib/net/pop.rb (Net::POP3::do_finish): clear @n_mails and
matz
2007-10-25
Merged 13781 from trunk.
jeg2
2007-10-25
Merged 13779 from trunk.
jeg2
2007-10-08
* lib/net/http.rb, lib/open-uri.rb: remove
gotoyuzo
2007-09-24
lib/net/http.rb: fix typo.
shyouhei
2007-09-23
* lib/net/http.rb: an SSL verification (the server hostname should
gotoyuzo
2007-06-04
* lib/net/imap.rb (ResponseParser#next_token): fixed
shugo
2007-05-30
* lib/net/ftp.rb (Net::FTP#transfercmd): skip 2XX
shugo
2007-04-09
* lib/net/imap.rb (disconnect): call shutdown for
shugo
2007-03-19
* lib/net/protocol.rb (rbuf_read): extend buffer size for speed.
aamine
2007-01-03
Revert r11453
matz
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-26
small document fix
aamine
[next]