aboutsummaryrefslogtreecommitdiffstats
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* string.c: pool only bare strings in fstringnobu2015-07-241-0/+15
* ossl_ssl.c: suppress warningsnobu2015-07-231-1/+1
* fix tests bu not setting the string instance on the frozen objecttenderlove2015-07-221-1/+0
* * ext/openssl/ossl_ssl.c: add ECDH callback support. [Feature #11356]tenderlove2015-07-221-0/+63
* * ext/openssl/ossl_ssl.c: add ALPN support. [Feature #9390]tenderlove2015-07-222-4/+104
* * make rb_iseq_t T_IMEMO object (type is imemo_iseq).ko12015-07-211-1/+2
* * ext/objspace/objspace.c (total_i): no need to skip singleton classes.ko12015-07-211-3/+0
* console.c: undefined vknobu2015-07-213-3/+493
* ruby/win32.h: include windows.hnobu2015-07-212-0/+6
* pty.c: fix example typo [ci skip]nobu2015-07-191-1/+1
* encoding.c: drop dummy encoding flagnobu2015-07-151-0/+8
* -test-/string: movenobu2015-07-151-1/+1
* * ext/openssl/ossl.c: [DOC] Backport ruby/openssl@dbb3fdb [Bug #11345]zzak2015-07-121-0/+14
* * ext/socket/basicsocket.c: [DOC] typo (Errno::AGAIN -> Errno::EAGAIN)sorah2015-07-125-6/+6
* stringio.c: Fix an example doc [ci skip]nobu2015-07-111-1/+1
* zlib.c: GC guardsnobu2015-07-101-4/+9
* zlib.c: protoizenobu2015-07-101-8/+9
* stringio.c: remove unnecessary checknobu2015-07-101-2/+0
* extmk.rb: silently skip never-installed extensionsnobu2015-07-101-0/+2
* basicsocket.c: swap examples [ci skip]nobu2015-07-081-7/+11
* pass saved errnonobu2015-07-082-8/+5
* * ext/tk/tcltklib.c: removed deprecated safe level.hsbt2015-07-061-9/+2
* delay `exception: false' checks for minor speedupnormal2015-07-022-43/+35
* socket: memoize common socket families in fptr->modenormal2015-07-024-7/+32
* sizes.c.tmpl: extract RUBY_DEFINTnobu2015-06-281-5/+0
* * test/-ext-/popen_deadlock/test_popen_deadlock.rb: test [Bug #11265]ngoto2015-06-252-0/+54
* ext/openssl/ossl_ssl.c: raise if kwargs given in blocking modenormal2015-06-241-3/+7
* ext/socket/ancdata.c (bsock_recvmsg_internal): reduce stack usenormal2015-06-231-25/+13
* ext/objspace/objspace_dump.c: adjust indentnobu2015-06-211-2/+2
* * ext/objspace/objspace_dump.c(dump_object): Return empty JSON object whensorah2015-06-201-0/+5
* extmk.rb: fix with-ext conditionnobu2015-06-181-1/+1
* extmk.rb: fix with-ext conditionnobu2015-06-181-1/+1
* * include/ruby/ruby.h: $SAFE=2 is now obsolete.hsbt2015-06-182-4/+0
* * ext/objspace/objspace.c (count_imemo_objects): support imemo_ment.ko12015-06-181-0/+1
* * ext/rbconfig/sizeof/extconf.rb: Check __float80.akr2015-06-171-0/+1
* * include/ruby/ruby.h: $SAFE=3 is now obsolete.hsbt2015-06-174-11/+0
* fix unbalanced square bracketskazu2015-06-162-2/+2
* * ext/rbconfig/sizeof/extconf.rb: Check several types defined in C99akr2015-06-161-1/+17
* date_parse.c: use ALLOCVnobu2015-06-161-6/+16
* date_strptime.c: use ALLOCVnobu2015-06-161-1/+3
* socket: allow explicit buffer for recv and recv_nonblocknormal2015-06-153-19/+44
* socket: allow exception-free nonblocking sendmsg/recvmsgnormal2015-06-156-19/+54
* raddrinfo.c: suppress a warningnobu2015-06-141-0/+2
* call_without_gvl.c: no sys/select.hnobu2015-06-141-1/+0
* * thread.c (thread_start_func_2): don't interrupt when last thread exitkosaki2015-06-142-0/+36
* * ext/pathname/lib/pathname.rb (descend): Blockless form supported.akr2015-06-141-0/+16
* raddrinfo.c: suppress a warningnobu2015-06-141-1/+1
* * ext/socket/raddrinfo.c (parse_numeric_port): Detectakr2015-06-141-2/+29
* * ext/io/console/depend (.list.chksum): revert a part of r50859, becauseusa2015-06-131-1/+1
* * ext/openssl/ossl_ocsp.c: fix documentation on ocsp response cert status.hsbt2015-06-131-2/+2