aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* wiptopic/openssl-ccmKazuki Yamaguchi2016-05-211-36/+53
* openssl: fix possible SEGV on race between SSLSocket#stop and #connectrhe2016-05-214-11/+46
* openssl: fix SSL client example in documentation [ci skip]rhe2016-05-212-4/+10
* openssl: add OpenSSL::PKey::EC#private? and #public?rhe2016-05-213-13/+38
* openssl: remove impossible EOFError raise in OpenSSL::Bufferingrhe2016-05-212-2/+6
* ipaddr: fix typo [ci skip]nobu2016-05-212-1/+6
* Restore documentation of ARGFnobu2016-05-212-1/+6
* methods.rdoc: closing tagnobu2016-05-212-1/+6
* configure.in: missing macro definitionnobu2016-05-212-1/+8
* fix build on no-fork-spawnv platformsnobu2016-05-203-14/+36
* io.c: conditionally used functionsnobu2016-05-201-0/+4
* ossl.c: suppress warningsnobu2016-05-201-1/+1
* * 2016-05-21svn2016-05-201-1/+1
* openssl: improve handling of password for encrypted PEMrhe2016-05-2010-70/+151
* capa should be even number on 64-bit SPARC for 8-byte word alignmentngoto2016-05-202-0/+18
* thread_pthread.c: no fork, no gvl_atforknobu2016-05-201-0/+2
* Use HAVE_BUILTIN___BUILTIN_CONSTANT_Pngoto2016-05-202-3/+7
* fix typos [ci skip]kazu2016-05-202-3/+8
* Use RB_GNUC_EXTENSION_BLOCK instead of __extension__ngoto2016-05-206-68/+75
* win32ole.c: share the contentnobu2016-05-202-2/+7
* win32ole.c: remove dead codenobu2016-05-201-5/+0
* exclude non-VALUE in memo from GCnobu2016-05-203-4/+22
* 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