summaryrefslogtreecommitdiff
path: root/ext/zlib/zlib.c
AgeCommit message (Expand)Author
2018-07-18zlib (rb_gzreader_getc): localize and return cbuf directlynormal
2018-02-16no ID cache in Init functionsnobu
2018-01-08zlib: reduce garbage on Zlib::GzipReader#readpartialnormal
2018-01-05zlib: reduce garbage on gzip writes (deflate)normal
2018-01-05zlib: remove redundant rb_obj_revealnormal
2017-10-23zlib.c: multiple arguments to writenobu
2017-10-07zlib.c: ensure to freenobu
2017-10-06zlib.c: memory leak in gunzipnobu
2017-09-27ext: adjust indent [ci skip]nobu
2017-07-14zlib.c: fix unnormalized Fixnumnobu
2017-07-14Zlib::GzipReader#pos underflows after calling #ungetbyte or #ungetc at start ...naruse
2017-05-01zlib.c: no buf_filled in zstreamnobu
2017-05-01zlib.c: zstream_buffer_ungetbytenobu
2017-05-01zlib.c: zstream_expand_buffer_non_streamnobu
2016-12-20rdoc for r57126 [ci skip]nobu
2016-12-20Zlib.gzip uses kwargs instead of argc [Feature #13020]naruse
2016-12-11fix Zlib.gzip/gunzip documentnaruse
2016-12-10zlib.c: replace with substringnobu
2016-12-10Fix document of gunzip and gzip [ci skip]kazu
2016-12-09Zlib.gzip and Zlib.gunzip [Feature #13020]naruse
2016-10-26[DOC] replace Fixnum with Integer [ci skip]nobu
2016-06-17Unnecessary checksnobu
2016-05-21* ext/zlib/zlib.c: remove hacky macro introduced at r30437.naruse
2016-02-09* ext/zlib/zlib.c: Document mtime header behavior with patch by @schneemszzak
2015-12-19zlib.c: Fix typo [ci skip]nobu
2015-12-15* ext/zlib/zlib.c: fix a typo.hsbt
2015-10-25use rb_check_arity [ci skip]nobu
2015-07-10zlib.c: GC guardsnobu
2015-07-10zlib.c: protoizenobu
2015-06-11* ext/zlib/zlib.c: Fix indentation for rdoc.hsbt
2015-05-10* ext/zlib/zlib.c (rb_gzreader_external_encoding):glass
2015-03-08* ext/zlib/zlib.c (rb_gzfile_close): Don't raise on doubleakr
2015-01-10* ext/zlib/zlib.c: fix document of method signatures.hsbt
2014-10-04ext/zlib/zlib.c: TypedData conversionnormal
2014-09-30protoize no-arguments functionsnobu
2014-09-17ext/zlib/zlib.c (struct gzfile): pack (288 => 272 bytes) on 64-bitnormal
2014-09-17ext/zlib/zlib.c (zlib_mem_alloc): check overflownormal
2014-08-30zlib: GzipReader#rewind preserves ZSTREAM_FLAG_GZFILEnormal
2014-07-27* ext/zlib/zlib.c: [DOC] Remove default value of Zlib constants, aszzak
2014-05-11* ext/socket/ifaddr.c (IS_IFADDRS): Unused macro removed.akr
2014-04-18zlib.c: return unshared stringnobu
2014-02-21class.c: do nothing if copying selfnobu
2014-01-28* ext/zlib/zlib.c (rb_zlib_adler32): [DOC] Add example for adler32zzak
2014-01-12ext: use rb_sprintf() and rb_vsprintf() with PRIsVALUEnobu
2013-08-28* ext/zlib/zlib.c (zstream_run): Fix handling of deflate streams thatdrbrain
2013-05-31zlib.c: check EOFnobu
2013-05-13* include/ruby/ruby.h: constify RBasic::klass and addko1
2013-04-16* ext/socket/option.c: Document synonymous methods, by windwiny [GH-277]zzak
2013-04-01* ext/zlib/zlib.c (rb_gzfile_set_mtime): Use NUM2UINT.akr
2013-04-01* ext/zlib/zlib.c (Zlib::Inflate.new):eregon