aboutsummaryrefslogtreecommitdiffstats
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* ext/stringio/README.md: update [ci skip]nobu2016-06-082-18/+10
* suppress static-in-inline warningnobu2016-06-082-2/+2
* fix date buildnobu2016-06-082-2/+2
* ext/date/zonetab.list: gperf timezone namesnobu2016-06-085-99/+1098
* ext/date: constifynobu2016-06-083-5/+5
* openssl: adjust tests for OpenSSL 1.1.0rhe2016-06-072-1/+6
* openssl: add SSL::SSLContext#security_level{=,}rhe2016-06-072-0/+65
* openssl: avoid deprecated version-specific ssl methods if necessaryrhe2016-06-072-35/+41
* openssl: fix free function of OpenSSL::Cipherrhe2016-06-061-5/+1
* openssl: fix compile on VCrhe2016-06-061-0/+2
* openssl: use SSL_is_server()rhe2016-06-053-7/+14
* openssl: avoid d2i_ASN1_BOOLEAN()rhe2016-06-051-6/+7
* openssl: adapt to OpenSSL 1.1.0 opaque structsrhe2016-06-0521-170/+436
* openssl: adapt OpenSSL::PKey to OpenSSL 1.1.0 opaque structsrhe2016-06-059-216/+421
* openssl: support OpenSSL 1.1.0's new multi-threading APIrhe2016-06-058-12/+52
* openssl: check existence of RAND_pseudo_bytes()rhe2016-06-052-0/+5
* openssl: avoid deprecated BN_*prime* functionsrhe2016-06-041-9/+15
* etc.c: retry with allocated string buffernobu2016-06-021-0/+6
* ossl_asn1.c: check overflownobu2016-06-011-2/+3
* openssl: fix the Year 2038 problemrhe2016-06-018-27/+75
* * ext/socket/raddrinfo.c (host_str, port_str): Use StringValueCStrusa2016-05-301-2/+6
* raddrinfo.c: fix modifiernobu2016-05-301-2/+2
* openssl: use NUM2TIMET() to convert Integer to time_trhe2016-05-301-6/+1
* openssl: add SSLContext#ecdh_curves=rhe2016-05-304-4/+161
* raddrinfo.c: fix for SHARABLE_MIDDLE_SUBSTRINGnobu2016-05-301-14/+22
* string.c: return reallocated pointernobu2016-05-301-0/+23
* stringio.c: share stringsnobu2016-05-301-5/+15
* * ext/-test-/auto_ext.rb: fixed a heedless bug introduced at r55198.usa2016-05-291-1/+1
* auto_ext.rbnobu2016-05-2917-107/+42
* openssl: move SSLSocket#initialize to C extensionrhe2016-05-284-125/+156
* openssl: avoid NULL dereference in {DH,DSA,RSA}_size()rhe2016-05-263-9/+18
* openssl: drop OpenSSL 0.9.6/0.9.7 supportrhe2016-05-2526-819/+133
* openssl: remove unnecessary 'extern "C"' blocks from local headersrhe2016-05-252-17/+0
* openssl: remove check of OPENSSL_FIPS macro in extconf.rbrhe2016-05-252-3/+2
* openssl: add EC.generaterhe2016-05-241-51/+96
* openssl: rename EC#generate_key to EC#generate_key!rhe2016-05-241-3/+12
* openssl: make Cipher#key= and #iv= reject too long valuesrhe2016-05-241-5/+9
* openssl: avoid deprecated M_ASN1_* macrosrhe2016-05-242-10/+3
* missing.h: isfinitenobu2016-05-231-4/+0
* openssl: Avoid reference to unset global variable in Init_openssl()rhe2016-05-231-8/+8
* openssl: use StringValueCStr() where NUL-terminated string is expectedrhe2016-05-2316-82/+78
* * ext/bigdecimal/bigdecimal.c (isfinite): get rid of a warning onusa2016-05-231-1/+1
* openssl: fix incorrect return value check of RAND_* functionsrhe2016-05-231-7/+5
* * ext/bigdecimal/bigdecimal.c (isfinite): isfinite does not alwaysusa2016-05-231-0/+4
* tcltklib.c: elimitate dead codenobu2016-05-231-5/+1
* remove unnecessary volatilesnobu2016-05-234-8/+6
* tkutil.c: GC guardsnobu2016-05-231-3/+6
* bigdecimal.c: fix FloatDomainErrornobu2016-05-231-0/+6
* -test-/integernobu2016-05-223-20/+1
* * ext/zlib/zlib.c: remove hacky macro introduced at r30437.naruse2016-05-211-4/+2