aboutsummaryrefslogtreecommitdiffstats
path: root/ext/zlib
Commit message (Expand)AuthorAgeFilesLines
* * ext/zlib/zlib.c: Document mtime header behavior with patch by @schneemszzak2016-02-091-1/+14
* zlib.c: Fix typo [ci skip]nobu2015-12-191-1/+1
* handle ext/ as r53141naruse2015-12-161-0/+1
* * ext/zlib/zlib.c: fix a typo.hsbt2015-12-151-1/+1
* use rb_check_arity [ci skip]nobu2015-10-251-3/+1
* * ChangeLog: Good-bye OS/2.kosaki2015-10-181-3/+0
* zlib.c: GC guardsnobu2015-07-101-4/+9
* zlib.c: protoizenobu2015-07-101-8/+9
* * ext/zlib/zlib.c: Fix indentation for rdoc.hsbt2015-06-111-1/+1
* * ext/zlib/zlib.c (rb_gzreader_external_encoding):glass2015-05-101-0/+12
* * ext/zlib/zlib.c (rb_gzfile_close): Don't raise on doubleakr2015-03-081-1/+5
* * ext/zlib/zlib.c: fix document of method signatures.hsbt2015-01-101-1/+1
* ext/zlib/zlib.c: TypedData conversionnormal2014-10-041-27/+63
* protoize no-arguments functionsnobu2014-09-301-1/+1
* ext/zlib/zlib.c (struct gzfile): pack (288 => 272 bytes) on 64-bitnormal2014-09-171-2/+2
* ext/zlib/zlib.c (zlib_mem_alloc): check overflownormal2014-09-171-1/+1
* zlib: GzipReader#rewind preserves ZSTREAM_FLAG_GZFILEnormal2014-08-301-0/+1
* * ext/zlib/zlib.c: [DOC] Remove default value of Zlib constants, aszzak2014-07-271-6/+8
* * ext/socket/ifaddr.c (IS_IFADDRS): Unused macro removed.akr2014-05-111-3/+0
* zlib.c: return unshared stringnobu2014-04-181-2/+1
* class.c: do nothing if copying selfnobu2014-02-211-0/+1
* * ext/zlib/zlib.c (rb_zlib_adler32): [DOC] Add example for adler32zzak2014-01-281-1/+8
* ext: use rb_sprintf() and rb_vsprintf() with PRIsVALUEnobu2014-01-121-5/+2
* * ext/zlib/zlib.c (zstream_run): Fix handling of deflate streams thatdrbrain2013-08-281-5/+7
* zlib.c: check EOFnobu2013-05-311-1/+5
* * include/ruby/ruby.h: constify RBasic::klass and addko12013-05-131-8/+8
* * ext/socket/option.c: Document synonymous methods, by windwiny [GH-277]zzak2013-04-161-6/+8
* * ext/-test-/debug/depend: New file.akr2013-04-141-0/+5
* * ext/zlib/zlib.c (rb_gzfile_set_mtime): Use NUM2UINT.akr2013-04-011-7/+3
* * ext/zlib/zlib.c (Zlib::Inflate.new):eregon2013-04-011-2/+2
* * ext/zlib/zlib.c (Zlib::GzipFile): Fix typo by zed_0xffzzak2013-01-011-1/+1
* zlib.c: function namenobu2012-12-231-1/+1
* Deprecate #{lines,bytes,chars,codepoints} of IO-likes.knu2012-12-221-2/+30
* zlib.c: suppress warningnobu2012-11-301-1/+1
* zlib.c: suppress warningnobu2012-11-301-3/+3
* Recognize zlibwapi as linking libraryluislavena2012-11-061-1/+1
* * ext/zlib/zlib.c (zstream_run_func): don't call inflate() whennagachika2012-10-081-0/+8
* remove trailing spaces.nobu2012-09-041-1/+1
* get rid of warningsnobu2012-07-111-7/+6
* * ext/zlib/zlib.c: Added streaming support to inflate processing.drbrain2012-07-101-51/+133
* rb_thread_call_without_gvlnobu2012-07-101-3/+4
* * ext/zlib/zlib.c: Revert r36349. Added streaming support to inflatedrbrain2012-07-102-133/+53
* * ext/zlib/zlib.c: Added streaming support to inflate processing.drbrain2012-07-102-53/+133
* ext/zlib/zlib.c: initialize return valuenobu2012-07-091-0/+1
* * ext/zlib/zlib.c (zstream_expand_buffer_without_gvl): Usedrbrain2012-07-051-1/+1
* * ext/zlib/zlib.c (zstream_run_func): Fix bug that caused early exitdrbrain2012-07-031-3/+5
* * ext/zlib/zlib.c (zstream_detach_buffer): Refactored tainting ofdrbrain2012-07-031-18/+11
* * ext/zlib/zlib.c: Restored the comment explaining the choice ofdrbrain2012-07-021-0/+1
* * ext/zlib/zlib.c (zstream_run): Process zlib streams without GVL.drbrain2012-07-021-38/+114
* * ext/zlib/zlib.c: cosmetic changes.ktsj2012-07-011-10/+10