ruby/lib/net
aamine 3eedf9156c * lib/net/http.rb: spin off https code again.
* lib/net/https.rb: new file.
* ext/openssl/lib/net/https.rb: removed.  moved to net/https with modifications.
* ext/openssl/lib/net/protocol.rb: removed.  merged with net/http.
* lib/net/protocol.rb: new class BufferedIO.
* lib/net/protocol.rb: InternetMessageIO < BufferedIO.
* lib/net/protocol.rb: BufferedIO.new takes an IO.
* lib/net/smtp.rb: follow InternetMessageIO's change.
* lib/net/pop.rb: ditto.


git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@5908 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2004-03-06 17:08:21 +00:00
..
ftp.rb Small documentation update, including source attribution. 2003-08-21 09:56:21 +00:00
http.rb * lib/net/http.rb: spin off https code again. 2004-03-06 17:08:21 +00:00
https.rb * lib/net/http.rb: spin off https code again. 2004-03-06 17:08:21 +00:00
imap.rb * lib/net/imap.rb (BEG_REGEXP): allow 8-bit characters in quoted strings for Novell GroupWise Internet Agent. 2004-01-22 14:01:15 +00:00
pop.rb * lib/net/http.rb: spin off https code again. 2004-03-06 17:08:21 +00:00
protocol.rb * lib/net/http.rb: spin off https code again. 2004-03-06 17:08:21 +00:00
smtp.rb * lib/net/http.rb: spin off https code again. 2004-03-06 17:08:21 +00:00
telnet.rb * parse.y (newline_node): do not use NODE_NEWLINE node anymore, 2004-01-21 16:47:23 +00:00