aboutsummaryrefslogtreecommitdiffstats
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* * ext/fiddle/extconf.rb: check for windows.h while building fiddle.tenderlove2010-12-271-0/+1
* * ext/zlib/zlib.c (Init_zlib): Add Zlib.defale and Zlib.inflate.naruse2010-12-271-4/+10
* Update rdoc of zlib.naruse2010-12-271-3/+9
* * ext/socket/mkconstants.rb: add IF_NAMESIZE.akr2010-12-261-2/+3
* * ext/ripper/depend (ripper.y): fix messages with nmake.nobu2010-12-261-2/+2
* * ext/socket/mkconstants.rb: define INET_ADDRSTRLEN as 16 if notakr2010-12-261-1/+1
* fix a typo.akr2010-12-261-1/+1
* * ext/socket/option.c: define IFNAMSIZ if not available.akr2010-12-261-0/+3
* update comment.akr2010-12-261-1/+4
* * ext/socket/option.c (rb_if_indextoname): new function to abstractakr2010-12-261-16/+45
* * ext/dl/win32/registry.rb: Corrected RegCreateKeyExA signature.luislavena2010-12-251-1/+1
* This ifdef should be useless after r30374.naruse2010-12-252-6/+0
* * ext/socket/extconf.rb: Fix build error which was introduced r30372.kosaki2010-12-251-5/+6
* * ext/socket/extconf.rb: check the existence of if_indextoname().usa2010-12-252-6/+29
* * ext/socket/option.c (inspect_ipv4_add_drop_membership): new functionakr2010-12-252-1/+146
* * ext/socket/option.c (inspect_ipv6_mreq): new function to inspectakr2010-12-252-1/+32
* * ext/pty/pty.c (chfunc): Added rb_thread_atfork_before_exec().kosaki2010-12-251-0/+2
* * ext/json/generator/generator.{c,h} (fbuffer_free_only_buffer):nobu2010-12-251-1/+0
* * ext/zlib/zlib.c (gzreader_gets): support optional lengthnobu2010-12-251-15/+87
* * ext/zlib/zlib.c (gzfile_read, gzfile_readpartial): length shouldnobu2010-12-251-10/+10
* * ext/json/generator/generator.c (fbuffer_free): unused.nobu2010-12-251-5/+0
* * ext/openssl/ossl_pkcs5.c (ossl_pkcs5_pbkdf2_hmac): add casts.nobu2010-12-251-1/+4
* update doc.akr2010-12-231-2/+3
* * ext/openssl/ossl_x509ext.c (ossl_x509extfactory_set_config):kosaki2010-12-141-1/+1
* * ext/zlib/zlib.c (gzfile_s_open): should close the IO if some errorusa2010-12-141-9/+44
* * ext/openssl/ossl_asn1.c (ossl_asn1_decode0): how many gcc-c99ismsusa2010-12-141-1/+1
* * ext/openssl/ossl_asn1.c: indefinite length BER to DER encoding istenderlove2010-12-111-27/+120
* ext/bigdecimal/bigdecimal.h: suppress "warning: 'VPrint' declared 'static' bu...kazu2010-12-111-1/+1
* Document RSA, RSA encryption/decryption and PKCS #5 encryption/decryptiondrbrain2010-12-102-55/+140
* Include Comparable in OpenSSL::X509::Name, document #<=>drbrain2010-12-101-0/+13
* * ext/tk/lib/multi-tk.rb: infinite loop on method_missing at loading.nagai2010-12-101-58/+72
* * ext/openssl/extconf.rb: try pkgconfig first, then fall back totenderlove2010-12-101-5/+8
* * ext/openssl/ossl_x509store.c (ossl_x509stctx_cleanup): removing Ctenderlove2010-12-093-13/+10
* * ext/dl/lib/dl/struct.rb: clean a warning: assigned but unusednaruse2010-12-082-2/+0
* * ext/nkf/lib/kconv.rb (String#kconv): fix typo and update rdoc.naruse2010-12-071-5/+5
* Add toplevel documentation for OpenSSLdrbrain2010-12-0613-56/+615
* Add documentation for OpenSSL::X509::Extension.newdrbrain2010-12-041-0/+12
* * ext/iconv/iconv.c (Init_iconv): no warnings if $VERBOSE is nil.nobu2010-12-031-1/+3
* * ext/stringio/stringio.c (strio_getline): round upto next charnobu2010-12-021-1/+1
* * ext/json/lib/json/add/rails.rb: removed.naruse2010-12-021-58/+0
* * ext/extmk.rb: remove $makeflags.defined?, it should be $mflags.naruse2010-12-021-6/+2
* * ext/json/generator/extconf.rb: remove the lines which set -O3naruse2010-12-022-20/+0
* * ext/extmk.rb: define $makeflags.defined? like $mflags.naruse2010-12-021-0/+4
* * ext/io/console/console.c (setattr): should retry on EINTR.nobu2010-12-011-1/+9
* * ext/json/lib/json/common.rb: don't use iconv on 1.9.naruse2010-12-011-3/+9
* * ext/json: Update github/flori/json from 1.4.2+ tonaruse2010-12-0110-1673/+435
* Improve documentation for URI::Common#encode_www_form, OpenSSL::SSL::SSLConte...drbrain2010-11-291-0/+13
* * ext/dl/callback/mkcallback.rb (gencallback): shouldn't assume thatusa2010-11-251-1/+9
* * lib/mkmf.rb (create_makefile): make extension libraries messagesnobu2010-11-171-1/+2
* * ext/bigdecimal/lib/bigdecimal/util.rb (to_digits): avoid unusedmrkn2010-11-161-1/+1