summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-07-26* ext/openssl/ossl_ssl.c (ossl_call_servername_cb): set the ssl contexttenderlove
2015-07-26* test/openssl/test_ssl.rb (class OpenSSL): add test coverage aroundtenderlove
2015-07-26* gems/bundled_gems: update latest version of bundled power-assert.hsbt
2015-07-25* test/rubygems/test_gem_remote_fetcher.rb: backport rubygems upstreamhsbt
2015-07-25* properties.svn
2015-07-25* ext/openssl/lib/openssl/pkey.rb: implement DEFAULT_512 andtenderlove
2015-07-25* ext/openssl/lib/openssl/ssl.rb (module OpenSSL): supporttenderlove
2015-07-25* ext/openssl/lib/openssl/ssl.rb (module OpenSSL): move the defaulttenderlove
2015-07-25* test/openssl/test_pair.rb: add a test ensuring that the default DHtenderlove
2015-07-25* ext/openssl/lib/openssl/ssl.rb (module OpenSSL): add missingtenderlove
2015-07-25* remove trailing spaces.svn
2015-07-25* 2015-07-26svn
2015-07-25* ext/openssl/lib/openssl/ssl.rb (module OpenSSL): movetenderlove
2015-07-25random.c: get rid of blockingnobu
2015-07-25iseq.c: fix typenobu
2015-07-25string.c: fill the terminatornobu
2015-07-25string.c: remove redundant callnobu
2015-07-25string.c: cmp ordersnobu
2015-07-24* vm_core.h: size should be unsigned.ko1
2015-07-24* vm_core.h: constify rb_iseq_constant_body::line_info_table.ko1
2015-07-24* vm_core.h: constify rb_iseq_constant_body::param::opt_table andko1
2015-07-24* 2015-07-25svn
2015-07-24* vm_core.h: constify rb_iseq_constant_body::catch_table.ko1
2015-07-24st.c: fix arguments order to comparenobu
2015-07-24string.c: fstring must not be a shared stringnobu
2015-07-24* test/rinda/test_rinda.rb (RingIPv6#prepare_ipv6): prevent to usengoto
2015-07-24* 2015-07-24svn
2015-07-24string.c: pool only bare strings in fstringnobu
2015-07-24Add tests for `File.extname`nobu
2015-07-23* remove trailing spaces.svn
2015-07-23* vm_core.h: constify rb_iseq_constant_body::local_table andko1
2015-07-23* vm_core.h: constify rb_iseq_constant_body::iseq_encoded andko1
2015-07-23string.c: new string for fake stringnobu
2015-07-23string.c: trivial optimizationsnobu
2015-07-23string.c: taint flagsnobu
2015-07-23string.c: str_shared_replacenobu
2015-07-23ossl_ssl.c: suppress warningsnobu
2015-07-23parse.y: pop cmdargnobu
2015-07-22fix tests bu not setting the string instance on the frozen objecttenderlove
2015-07-22* ext/openssl/ossl_ssl.c: add ECDH callback support. [Feature #11356]tenderlove
2015-07-22* ext/openssl/ossl_ssl.c: add ALPN support. [Feature #9390]tenderlove
2015-07-22* 2015-07-23svn
2015-07-22fix typos [ci skip]kazu
2015-07-22string.c: fix coderange of reversenobu
2015-07-22* ChangeLog: fix a typo for r51324. [ci skip]nagachika
2015-07-22ruby.h: ASSUMEnobu
2015-07-22* vm_core.h: modify layout of rb_iseq_constant_body.ko1
2015-07-22* vm_core.h: remove unused declaration ofko1
2015-07-22* vm_core.h: separate rb_iseq_body into rb_iseq_constant_body andko1
2015-07-22* test/webrick/test_utils.rb (TestWEBrickUtils#test_nested_timeout_outer): seemsusa