aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* openssl: fix possible SEGV on race between SSLSocket#stop and #connectrhe2016-05-211-0/+22
* openssl: add OpenSSL::PKey::EC#private? and #public?rhe2016-05-211-3/+15
* openssl: improve handling of password for encrypted PEMrhe2016-05-203-0/+42
* openssl: don't test default session lifetime valuerhe2016-05-201-1/+0
* fix document of Regexp#match?kazu2016-05-191-0/+3
* * test/ruby/test_array.rb (TestArray#test_push_over_ary_max): it seems to takeusa2016-05-191-1/+1
* openssl: check argument type in OpenSSL::X509::Attribute#value=rhe2016-05-191-0/+56
* assertions.rb: leave timeout to invoke_rubynobu2016-05-192-1/+9
* re.c: fix match?nobu2016-05-191-0/+7
* re.c: match? should return nil if no matchnobu2016-05-191-3/+3
* * re.c (rb_reg_match_m_p): Introduce Regexp#match?, which returnsnaruse2016-05-181-0/+13
* 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/test_random.rb: requires utils.rbnobu2016-05-181-4/+1
* string.c: integer overflownobu2016-05-181-0/+9
* * re.c (match_ary_subseq): get subseq of match array without creatingnaruse2016-05-181-2/+25
* openssl: clear OpenSSL error queue before return to Rubyrhe2016-05-1827-77/+43
* ext/openssl: refactor OpenSSL::PKey::EC::Point#mulrhe2016-05-181-13/+32
* openssl: fix equality test methods of OpenSSL::BNrhe2016-05-181-4/+12
* test/win32ole/test_win32ole_variant.rb: use other than Integernobu2016-05-181-2/+2
* re.c: fix up r55036nobu2016-05-171-0/+1
* * re.c (match_values_at): MatchData#values_at supports named capturesnaruse2016-05-171-0/+7
* Optimize enum_sum for a range from int to intmrkn2016-05-173-10/+16
* Implement Enumerable#summrkn2016-05-173-0/+100
* Use Integer instead of Fixnum and Bignum.akr2016-05-1731-85/+76
* [Feature #12005] Unify Fixnum and Bignum into Integerakr2016-05-1711-47/+36
* * test_handle.rb: refine test_fallback_to_ansinobu2016-05-161-1/+2
* configure.in: revert macro namesnobu2016-05-161-0/+7
* * lib/xmlrpc.rb, lib/xmlrpc/*, test/xmlrpc: XMLRPC is bundled gemhsbt2016-05-1622-1390/+0
* don't use keeper thread. [Bug #12342]seki2016-05-151-43/+27
* vm_insnhelper.c: deprecated constant in classnobu2016-05-151-0/+2
* test_rand.rb: tests for seedsnobu2016-05-131-0/+14
* test_minitest_unit.rb: fix "random" sortnobu2016-05-111-7/+3
* * insns.def (defineclass): Also raise an error when redeclaring theeregon2016-05-101-0/+19
* random.c: use bytesnobu2016-05-102-0/+25
* webrick/utils.rb: suppress messagesnobu2016-05-091-1/+2
* test_ssl_server.rb: assert_self_signed_certnobu2016-05-091-13/+9
* file.c: home dir fall backnobu2016-05-081-0/+4
* * lib/webrick/ssl.rb: Accept string value for SSLCertName. It is usedhsbt2016-05-071-0/+14
* * test/webrick/test_ssl_server.rb: Added basic test for `webrick/ssl`hsbt2016-05-071-0/+28
* process.c: argument types over conversionnobu2016-05-061-0/+18
* * test/ruby/test_complexrational.rb: Remove duplicated raise.yui-knk2016-05-051-1/+1
* * lib/net/http/header.rb (Net::HTTPHeader#{each_header,each_name,ktsj2016-05-041-0/+40
* * test/net/http/test_httpheader.rb: add missing test ofktsj2016-05-041-0/+9
* * lib/set.rb (Set#{delete_if,keep_if,collect!,reject!,select!,classify,divide},ktsj2016-05-041-0/+63
* * test/test_set.rb: add missing test of Set#select!.ktsj2016-05-041-0/+12
* parse.y: trace elsifnobu2016-05-031-0/+19
* * remove trailing spaces.svn2016-05-021-1/+1
* * test/ruby/test_file_exhaustive.rb: test UTF-8 filename. see [Bug #12340]usa2016-05-021-88/+217