Directory ext/openssl/lib/net/

Directory Created:
2003-07-23 17:12
Total Files:
2
Deleted Files:
2
Lines of Code:
291

Browse with ViewVC

[root]/ext/openssl/lib/net

Lines of Code

ext/openssl/lib/net/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 15 (100.0%) 401 (100.0%) 26.7
gotoyuzo 10 (66.7%) 398 (99.3%) 39.8
aamine 3 (20.0%) 3 (0.7%) 1.0
shyouhei 2 (13.3%) 0 (0.0%) 0.0

Most Recent Commits

shyouhei 2007-02-13 00:01

set svn:eol-style

0 lines of code changed in:

gotoyuzo 2004-12-20 06:46

* lib/net/https.rb: delete descriptions about key_file and cert_file.

fixed: [ruby-dev:25243]



* ext/openssl/lib/net/telnets.rb: ditto.

0 lines of code changed in:

aamine 2004-03-06 18:08

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

0 lines of code changed in:

aamine 2004-03-05 18:00

* lib/net/http.rb: net/https is merged.

* ext/openssl/lib/net/https.rb: ditto.

3 lines of code changed in:

  • ext/openssl/lib/net: https.rb (+3 -89)
gotoyuzo 2003-10-29 18:27

* ext/openssl/lib/openssl/buffering.rb (Buffering#initialize):

add new method to inherit @sync from @io.sync.



* ext/openssl/lib/net/protocols.rb (SSLIO#ssl_connect): no need to

set sync flag explicitly.



* ext/openssl/ossl_ssl.c (ossl_sslctx_initialize): call super.



* ext/openssl/ossl_ssl.c (ossl_sslctx_setup): set extra chain

certificates in @extra_chain_cert.

0 lines of code changed in:

gotoyuzo 2003-09-02 12:41

* ext/openssl/lib/net/protocols.rb (SSLIO#ssl_connect): warning

for skipping server verification.

4 lines of code changed in:

gotoyuzo 2003-08-18 23:49

* ext/openssl/ossl_ssl.c: sync_close is moved to SSLSocket as

a builtin.



* ext/openssl/lib/openssl/buffering.rb (Buffering#close): ditto.



* ext/openssl/lib/openssl/buffering.rb (Buffering#puts): should

add a return to the tails of each line.



* ext/openssl/lib/openssl/ssl.rb: new class OpenSSL::SSL::SSLServer.



* ext/openssl/lib/net/protocols.rb (SSLIO#ssl_connect): use sync_close.



* ext/openssl/sample/echo_svr.rb: use SSLServer.

3 lines of code changed in:

gotoyuzo 2003-08-17 09:22

* ext/openssl/lib/openssl/ssl.rb (SSLSocket#sync_close=): add a

method to specify if the underlying IO will be closed in

SSLSocket#close.



* ext/openssl/lib/openssl/buffering.rb: add forwarders to

setsockopt, getsockopt and fcntl.



* ext/openssl/lib/net/protocols.rb: enable sync for SSLSocket.

1 lines of code changed in:

gotoyuzo 2003-07-28 20:06

* ext/openssl/lib/net/https.rb (use_ssl=): raise ProtocolError if

connection is set up already.

10 lines of code changed in:

  • ext/openssl/lib/net: https.rb (+10 -1)
gotoyuzo 2003-07-23 17:12

* ext/openssl: imported.

380 lines of code changed in:

Generated by StatSVN 0.3.2-SNAPSHOT