aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* openssl: fix test failure on Fedora 23rhe2016-05-301-1/+1
* * ext/socket/raddrinfo.c (host_str, port_str): Use StringValueCStrusa2016-05-301-0/+6
* test_file_exhaustive.rb: writable opennobu2016-05-301-1/+1
* * test/socket/test_addrinfo.rb (TestSocketAddrinfo#test_addrinfo_ip): previoususa2016-05-301-2/+4
* test_addrinfo.rb: signle digit addressnobu2016-05-301-2/+2
* openssl: add SSLContext#ecdh_curves=rhe2016-05-302-29/+60
* raddrinfo.c: fix for SHARABLE_MIDDLE_SUBSTRINGnobu2016-05-301-0/+10
* string.c: return reallocated pointernobu2016-05-301-0/+6
* test_addrinfo.rb: special hostnamesnobu2016-05-301-0/+6
* * test/test_unicode_normalize.rb: Add test to check for availability ofduerst2016-05-281-6/+15
* test_file_exhaustive.rb: blocking flocknobu2016-05-281-7/+51
* * remove trailing spaces.svn2016-05-281-1/+1
* * test/ruby/enc/test_case_comprehensive.rb: Add error messages to testsduerst2016-05-281-5/+12
* git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@55187 b2dd03c8-39d4-4d8f-98...duerst2016-05-281-0/+8
* variable.c: hidden constantsnobu2016-05-271-0/+2
* transcode.c: scrub in the given encodingnobu2016-05-271-0/+3
* * remove trailing spaces.svn2016-05-261-1/+1
* * test/ruby/enc/test_case_comprehensive.rb: Add set of comprehensiveduerst2016-05-261-0/+117
* * regparse.c (fetch_token_in_cc): raise error if given octal escapednaruse2016-05-251-0/+2
* openssl: drop OpenSSL 0.9.6/0.9.7 supportrhe2016-05-255-55/+36
* * regcomp.c (compile_length_tree): return error code immediatelynaruse2016-05-251-0/+3
* * enc/unicode.c: Fix flag error for switch from titlecase to lowercase.duerst2016-05-241-3/+24
* openssl: add EC.generaterhe2016-05-241-0/+9
* openssl: rename EC#generate_key to EC#generate_key!rhe2016-05-241-2/+2
* openssl: make Cipher#key= and #iv= reject too long valuesrhe2016-05-241-0/+12
* bigdecimal.c: fix FloatDomainErrornobu2016-05-231-0/+12
* use finalizer trick instead of thread.seki2016-05-221-3/+39
* * test/ruby/enc/test_case_options.rb: adjust test class nameduerst2016-05-221-1/+1
* * rename test/ruby/enc/test_casing_options.rb to test_case_options.rbduerst2016-05-221-0/+0
* -test-/integernobu2016-05-226-11/+21
* move duplicate assertionsnobu2016-05-223-22/+14
* just check Integernobu2016-05-213-35/+27
* hash method valuesnobu2016-05-214-5/+5
* 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