aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* signal.c: discard SIGSYSnobu2015-07-262-0/+20
* load.c: use enumnobu2015-07-261-1/+1
* * ext/openssl/ossl_ssl.c (ossl_call_servername_cb): set the ssl contexttenderlove2015-07-263-0/+44
* * test/openssl/test_ssl.rb (class OpenSSL): add test coverage aroundtenderlove2015-07-262-0/+134
* * gems/bundled_gems: update latest version of bundled power-assert.hsbt2015-07-262-1/+5
* * test/rubygems/test_gem_remote_fetcher.rb: backport rubygems upstreamhsbt2015-07-252-2/+7
* * properties.svn2015-07-250-0/+0
* * ext/openssl/lib/openssl/pkey.rb: implement DEFAULT_512 andtenderlove2015-07-256-89/+77
* * ext/openssl/lib/openssl/ssl.rb (module OpenSSL): supporttenderlove2015-07-254-1/+39
* * ext/openssl/lib/openssl/ssl.rb (module OpenSSL): move the defaulttenderlove2015-07-255-25/+40
* * test/openssl/test_pair.rb: add a test ensuring that the default DHtenderlove2015-07-252-0/+28
* * ext/openssl/lib/openssl/ssl.rb (module OpenSSL): add missingtenderlove2015-07-252-0/+6
* * remove trailing spaces.svn2015-07-251-1/+1
* * 2015-07-26svn2015-07-251-2/+2
* * ext/openssl/lib/openssl/ssl.rb (module OpenSSL): movetenderlove2015-07-253-44/+29
* random.c: get rid of blockingnobu2015-07-252-1/+13
* iseq.c: fix typenobu2015-07-251-5/+6
* string.c: fill the terminatornobu2015-07-253-5/+26
* string.c: remove redundant callnobu2015-07-251-1/+1
* string.c: cmp ordersnobu2015-07-251-13/+14
* * vm_core.h: size should be unsigned.ko12015-07-2410-39/+68
* * vm_core.h: constify rb_iseq_constant_body::line_info_table.ko12015-07-243-4/+11
* * vm_core.h: constify rb_iseq_constant_body::param::opt_table andko12015-07-243-96/+116
* * 2015-07-25svn2015-07-241-2/+2
* * vm_core.h: constify rb_iseq_constant_body::catch_table.ko12015-07-245-38/+51
* st.c: fix arguments order to comparenobu2015-07-242-5/+11
* string.c: fstring must not be a shared stringnobu2015-07-242-4/+12
* * test/rinda/test_rinda.rb (RingIPv6#prepare_ipv6): prevent to usengoto2015-07-242-3/+18
* * 2015-07-24svn2015-07-241-2/+2
* string.c: pool only bare strings in fstringnobu2015-07-244-6/+127
* Add tests for `File.extname`nobu2015-07-243-0/+14
* * remove trailing spaces.svn2015-07-231-1/+1
* * vm_core.h: constify rb_iseq_constant_body::local_table andko12015-07-234-19/+41
* * vm_core.h: constify rb_iseq_constant_body::iseq_encoded andko12015-07-235-16/+30
* string.c: new string for fake stringnobu2015-07-231-3/+14
* string.c: trivial optimizationsnobu2015-07-231-4/+7
* string.c: taint flagsnobu2015-07-234-27/+41
* string.c: str_shared_replacenobu2015-07-231-3/+11
* ossl_ssl.c: suppress warningsnobu2015-07-231-1/+1
* parse.y: pop cmdargnobu2015-07-233-0/+11
* fix tests bu not setting the string instance on the frozen objecttenderlove2015-07-222-1/+5
* * ext/openssl/ossl_ssl.c: add ECDH callback support. [Feature #11356]tenderlove2015-07-223-0/+108
* * ext/openssl/ossl_ssl.c: add ALPN support. [Feature #9390]tenderlove2015-07-224-4/+144
* * 2015-07-23svn2015-07-221-2/+2
* fix typos [ci skip]kazu2015-07-221-3/+3
* string.c: fix coderange of reversenobu2015-07-223-14/+20
* * ChangeLog: fix a typo for r51324. [ci skip]nagachika2015-07-221-1/+1
* ruby.h: ASSUMEnobu2015-07-222-1/+9
* * vm_core.h: modify layout of rb_iseq_constant_body.ko12015-07-222-20/+24
* * vm_core.h: remove unused declaration ofko12015-07-222-4/+5