aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* common.mk: des_tables.cnobu2016-06-021-2/+10
* crypt.c: suppress warningsnobu2016-06-022-262/+262
* crypt.c: fix syntax error on mswinnobu2016-06-021-1/+1
* * 2016-06-02svn2016-06-021-1/+1
* ruby.h: reduce repeated calcuationsnobu2016-06-021-3/+8
* * string.c: Raise ArgumentError when invalid string is detected induerst2016-06-025-9/+46
* ossl_asn1.c: check overflownobu2016-06-011-2/+3
* crypt.c: unused functionsnobu2016-06-011-1/+9
* string.c: fallback to crypt_rnobu2016-06-011-2/+5
* openssl: fix the Year 2038 problemrhe2016-06-019-27/+97
* revert r55246nobu2016-06-011-0/+1
* crypt.h: get rid of conflictnobu2016-06-011-0/+0
* workaround: don't check crypt_rnaruse2016-06-011-1/+0
* use system cryptnobu2016-06-016-6/+82
* des_tables.cnobu2016-06-012-5/+1723
* crypt_r.c: fix out of bounds accessnobu2016-06-012-10/+21
* crypt_r.c: DES tablesnobu2016-06-012-31/+45
* crypt_r.c: remove castsnobu2016-06-012-47/+33
* common.mk: add dependencynobu2016-06-011-0/+1
* * win32/Makefile.sub (MISSING): fixed build error introduced at r55237.usa2016-06-012-1/+5
* crypt_r.c: adjust stylenobu2016-06-011-5/+5
* use crypt_rnobu2016-06-015-50/+14
* * missing/crypt.c (des_setkey): void function never returns any value.usa2016-06-012-1/+5
* separate crypt.hnobu2016-06-014-215/+268
* add crypt_rnobu2016-06-012-39/+99
* crypt.c: fix size macrosnobu2016-05-312-4/+9
* crypt.c: protoizenobu2016-05-311-54/+30
* * 2016-06-01svn2016-05-311-2/+2
* crypt.c: constifynobu2016-05-311-9/+9
* openssl: add missing test for r55219rhe2016-05-311-0/+8
* optparse.rb: fix char class optionnobu2016-05-313-1/+33
* optparse.rb: no duplicate stringsnobu2016-05-311-1/+2
* Revert r55225naruse2016-05-313-31/+21
* * string.c: Activate full Unicode case mapping for UTF-8 by removingduerst2016-05-313-21/+31
* openssl: fix test failure on Fedora 23rhe2016-05-301-1/+1
* * 2016-05-31svn2016-05-301-1/+1
* * ext/socket/raddrinfo.c (host_str, port_str): Use StringValueCStrusa2016-05-303-2/+17
* test_file_exhaustive.rb: writable opennobu2016-05-301-1/+1
* raddrinfo.c: fix modifiernobu2016-05-301-2/+2
* openssl: use NUM2TIMET() to convert Integer to time_trhe2016-05-302-6/+7
* * test/socket/test_addrinfo.rb (TestSocketAddrinfo#test_addrinfo_ip): previoususa2016-05-301-2/+4
* * string.c: Document current behavior for other case mapping methodsduerst2016-05-302-16/+34
* test_addrinfo.rb: signle digit addressnobu2016-05-301-2/+2
* * string.c: Document current situation for String#downcase. [ci skip]duerst2016-05-302-4/+41
* openssl: add SSLContext#ecdh_curves=rhe2016-05-307-33/+258
* raddrinfo.c: fix for SHARABLE_MIDDLE_SUBSTRINGnobu2016-05-303-14/+39
* string.c: return reallocated pointernobu2016-05-304-1/+36
* test_addrinfo.rb: special hostnamesnobu2016-05-301-0/+6
* stringio.c: share stringsnobu2016-05-302-5/+20
* string.c: get rid of unnecessary empty stringnobu2016-05-302-55/+47