ruby--ruby/lib/net
aamine 97c7c50245 * lib/net/http.rb: wrote docuemntation of HTTPRequest/HTTPResponse classes.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@9145 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2005-09-13 06:41:59 +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 (binary=): send TYPE commands only once. 2004-06-20 12:15:07 +00:00
http.rb * lib/net/http.rb: wrote docuemntation of HTTPRequest/HTTPResponse classes. 2005-09-13 06:41:59 +00:00
https.rb * lib/net/https.rb: delete descriptions about key_file and cert_file. 2004-12-20 05:46:45 +00:00
imap.rb * lib/net/imap.rb (starttls): supported the STARTTLS command. 2005-09-11 14:26:27 +00:00
pop.rb * lib/net/pop.rb (loggin): append "\n". 2004-05-09 16:19:35 +00:00
protocol.rb * lib/net/protocol.rb (rbuf_fill): OpenSSL::SSLSocket has its own buffer, select(2) might not work. [ruby-dev:24072] 2004-08-18 14:44:41 +00:00
smtp.rb * lib/net/ftp.rb: ported documentation improvement from 1.8 branch 2004-05-09 14:42:43 +00:00
telnet.rb * lib/net/telnet.rb (preprocess): remove NULL unless binmode. 2004-12-28 08:22:37 +00:00