Branch: refs/heads/master Home: https://github.com/MacRuby/MacRuby Commit: bce23911b92f9b42e6371ca4c3ac5d26bdae4bb9 https://github.com/MacRuby/MacRuby/commit/bce23911b92f9b42e6371ca4c3ac5d26bd... Author: Watson <watson1978@gmail.com> Date: 2011-11-26 (Sat, 26 Nov 2011) Changed paths: M ext/openssl/ossl_ssl.c Log Message: ----------- initialize @hostname of SSLSocket to avoid warning at SSLSocket#connect. (merged from CRuby) https://github.com/ruby/ruby/commit/46e086910e8d8d5a344e80034344ebbba1433cff Commit: 25991a8acbcdbabffd993b6f584a7b2f9b669e8d https://github.com/MacRuby/MacRuby/commit/25991a8acbcdbabffd993b6f584a7b2f9b... Author: Watson <watson1978@gmail.com> Date: 2011-11-26 (Sat, 26 Nov 2011) Changed paths: M ext/openssl/ossl_ssl.c Log Message: ----------- add SSLContext#ssl_timeout=, which allows net/https to specify timeout. (merged from CRuby) https://github.com/ruby/ruby/commit/ce2b574017cacc2c3f2b0e92f82a7f250639fc34 Compare: https://github.com/MacRuby/MacRuby/compare/52cc272...25991a8