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-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 result
naruse
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 if
nobu
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::IMAP
shugo
2010-05-08
* lib/net/imap.rb (disconnect): terminates @receiver_thread even if
shugo
2010-05-03
* lib/net/http.rb (Net::HTTPResponse#read_chunked): ensure to skip the
mame
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-16
* lib/net/smtp.rb (Net::SMTP#rcptto_list): continue when at least
nobu
2010-04-14
* lib/net/imap (encode_utf7): encode & properly. Thanks, Kengo
shugo
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 to
shugo
2010-02-06
* lib/net/imap.rb (receive_responses): does not hang when an unexpected BYE
shugo
2010-01-18
* lib/net/http.rb (Net::HTTPHeader#{content_range,range_length}):
nobu
2010-01-18
Add 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 to
naruse
2010-01-08
* lib/net/http, lib/net/https: move content from net/https to
naruse
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-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 convert
shugo
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-11
Merge branch 'trunk' of git://github.com/swdyh/ruby into trunk
shyouhei
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 patch
shugo
2009-07-23
* lib/net/imap.rb (resp_text_code): accepts response codes without
shugo
2009-07-02
* lib/net/imap.rb: added response to Net::IMAP::ResponseError.
shugo
2009-06-12
* lib/net/protocol.rb (Net::BufferedIO#rbuf_fill): TimeoutError is
nobu
2009-05-10
* lib/net/smtp.rb (Net::SMTP#check_auth_args): should not change
matz
2009-04-30
* lib/net/http.rb: documentation typo fixed. [ruby-core:23335]
matz
2009-03-19
* io.c (rb_mWaitReadable): defined.
akr
2009-03-06
* {ext,lib,test}/**/*.rb: removed trailing spaces.
nobu
2009-02-28
* lib/net/http.rb: suppress warnings of non-existing instance variable
akr
2009-02-17
* ext/openssl: avoid cyclic require.
akr
2009-02-10
Fix grammos regarding the verb "refer".
knu
[next]