ruby/lib/net
aamine 47c8401c5a * lib/net/pop.rb: POP3Command should export @socket since POP calls #socket.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@18523 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2008-08-12 07:09:08 +00:00
..
.document * ext/socket/socket.c (sock_sockaddr): Socket#gethostbyname() 2004-06-24 23:10:55 +00:00
ftp.rb * lib/net/ftp.rb (login): raise FTPReplyError if passwd or acct 2008-08-07 11:55:13 +00:00
http.rb * lib/net/http.rb (send_request_with_body): Content-Length should be byte length of string. (closes #203) 2008-08-12 06:32:50 +00:00
https.rb * lib/net/https.rb: supress syntax warning. 2008-08-12 05:20:09 +00:00
imap.rb * lib/net/imap.rb (disconnect): do not refer SSL::SSLSocket for 2008-08-05 07:24:48 +00:00
pop.rb * lib/net/pop.rb: POP3Command should export @socket since POP calls #socket. 2008-08-12 07:09:08 +00:00
protocol.rb * lib/net/protocol.rb (rbuf_read): extend buffer size for speed. 2007-03-19 02:27:08 +00:00
smtp.rb * lib/net/smtp.rb (Net::SMTP::rcptto): fix a typo. a patch from 2008-08-04 05:46:53 +00:00
telnet.rb * lib/net/telnet.rb: Fixing Telnet#wairfor() which was broken by changes to 2008-06-17 14:04:48 +00:00