Skip to content

Commit

Permalink
* lib/net/http.rb: spin off https code again.
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
aamine committed Mar 6, 2004
1 parent dd53813 commit 3eedf91
Show file tree
Hide file tree
Showing 8 changed files with 371 additions and 384 deletions.
21 changes: 21 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,24 @@
Sun Mar 7 02:06:07 2004 Minero Aoki <[email protected]>

* 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
slight 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.

Sun Mar 7 00:55:03 2004 Minero Aoki <[email protected]>

* lib/net/protocol.rb: remove method: InternetMessageIO#address,
Expand Down
102 changes: 0 additions & 102 deletions ext/openssl/lib/net/https.rb

This file was deleted.

56 changes: 0 additions & 56 deletions ext/openssl/lib/net/protocols.rb

This file was deleted.

Loading

0 comments on commit 3eedf91

Please sign in to comment.