From b77e58e108c0269db92c435ef81920ccc77f8136 Mon Sep 17 00:00:00 2001 From: gotoyuzo Date: Sun, 10 Aug 2003 01:54:05 +0000 Subject: * ext/openssl/lib/openssl/buffering.rb: increase BLOCK_SIZE from 1k to 16k bytes. [ruby-talk:78603] * ext/openssl/ossl_ssl.c (ossl_sslctx_s_alloc): enable partial write to allow interruption in SSLSocket#sysread. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@4363 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 61d22fcf5..33280ba99 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +Sun Aug 10 10:43:05 2003 GOTOU Yuuzou + + * ext/openssl/lib/openssl/buffering.rb: increase BLOCK_SIZE + from 1k to 16k bytes. [ruby-talk:78603] + + * ext/openssl/ossl_ssl.c (ossl_sslctx_s_alloc): enable + partial write to allow interruption in SSLSocket#sysread. + Sun Aug 10 00:34:16 2003 WATANABE Hirofumi * cygwin/GNUmakefile: remove unnecessary '--drive-name=$(CC)' -- cgit