aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* openssl: SSLSocket#{write,read} should fail if session is not startedtopic/openssl-fail-read-write-not-started-socketKazuki Yamaguchi2016-05-201-66/+54
* openssl: add OpenSSL::BN#inspect and OpenSSL::X509::Name#inspectKazuki Yamaguchi2016-05-203-0/+16
* openssl: don't test default session lifetime valuerhe2016-05-201-1/+0
* * 2016-05-20svn2016-05-191-1/+1
* fix a typosorah2016-05-191-1/+1
* fix document of Regexp#match?kazu2016-05-193-1/+11
* openssl: register ex_data index for X509_STORE{_CTX,} respectivelyrhe2016-05-197-26/+42
* * test/ruby/test_array.rb (TestArray#test_push_over_ary_max): it seems to takeusa2016-05-191-1/+1
* * properties.svn2016-05-190-0/+0
* openssl: check argument type in OpenSSL::X509::Attribute#value=rhe2016-05-193-0/+65
* assertions.rb: leave timeout to invoke_rubynobu2016-05-192-1/+9
* re.c: fix match?nobu2016-05-193-13/+24
* fix typonobu2016-05-191-1/+1
* re.c: match? should return nil if no matchnobu2016-05-193-6/+11
* * 2016-05-19svn2016-05-181-1/+1
* * re.c (reg_names_iter): specify capacifynaruse2016-05-182-1/+6
* fix a typo [ci skip]kazu2016-05-181-1/+1
* * thread.c (recursive_list_access): a object id may be a Bignum. so,usa2016-05-182-1/+7
* re.c: fix typenobu2016-05-181-1/+2
* * re.c (rb_reg_match_m_p): Introduce Regexp#match?, which returnsnaruse2016-05-184-0/+98
* openssl: fix test failure due to the previous commitrhe2016-05-181-5/+6
* openssl: fix test failure of OpenSSL::TestEC#test_ec_point_mulrhe2016-05-181-22/+27
* test_random.rb: skip old OpenSSLnobu2016-05-181-1/+1
* openssl: fix OpenSSL error queue leak in OpenSSL::PKCS12.newrhe2016-05-182-0/+10
* openssl/test_random.rb: requires utils.rbnobu2016-05-181-4/+1
* downloader.rb: disable verify if rubygems is oldnobu2016-05-182-6/+20
* string.c: integer overflownobu2016-05-183-0/+17
* * re.c (match_ary_subseq): get subseq of match array without creatingnaruse2016-05-183-28/+105
* ossl_pkey_ec.c: index typesnobu2016-05-181-1/+1
* openssl: clear OpenSSL error queue before return to Rubyrhe2016-05-1836-108/+125
* openssl: report errors in OpenSSL error queue when clear itrhe2016-05-189-15/+50
* Describe Enumerable#sum in NEWS [ci skip]mrkn2016-05-181-1/+7
* ext/openssl: refactor OpenSSL::PKey::EC::Point#mulrhe2016-05-183-67/+105
* openssl: fix equality test methods of OpenSSL::BNrhe2016-05-183-17/+103
* test/win32ole/test_win32ole_variant.rb: use other than Integernobu2016-05-181-2/+2
* extension.rdoc: RB_{INTEGER,FLOAT}_TYPE_P [ci skip]nobu2016-05-182-0/+10
* ruby.h: RB_INTEGER_TYPE_Pnobu2016-05-188-11/+25
* enum.c: fix declaration-after-statementnobu2016-05-181-1/+2
* extension.rdoc: RB_TYPE_P [ci skip]nobu2016-05-182-0/+5
* Optimize each_sum for hashesmrkn2016-05-182-6/+38
* Extract int_range_sum from enum_summrkn2016-05-182-17/+27
* re.c: fix up r55036nobu2016-05-173-3/+27
* vm_core.h: bit flagsnobu2016-05-171-5/+5
* * re.c (match_aref): remove useless condition and call rb_fix2int.naruse2016-05-172-3/+6
* * re.c (match_values_at): MatchData#values_at supports named capturesnaruse2016-05-174-30/+59
* * 2016-05-18svn2016-05-171-1/+1
* Optimize enum_sum for a range from int to intmrkn2016-05-177-13/+56
* Write document of Enumerable#summrkn2016-05-172-0/+30
* Implement Enumerable#summrkn2016-05-175-0/+258
* add issue number for Array#sum incompatitbility description.akr2016-05-171-2/+3