aboutsummaryrefslogtreecommitdiffstats
path: root/ext/zlib/zlib.c
Commit message (Expand)AuthorAgeFilesLines
* [ruby/zlib] Bump version to 1.1.0Hiroshi SHIBATA2019-11-301-1/+1
* Adjust a fucntion signatureNobuyoshi Nakada2019-11-051-2/+8
* [ruby/zlib] Removed no longer used variablesNobuyoshi Nakada2019-10-311-2/+1
* [ruby/zlib] Fix setting mtime to zero in GzipWriterAlan Wu2019-10-311-1/+3
* [ruby/zlib] Remove taint supportJeremy Evans2019-10-311-35/+1
* [ruby/zlib] Fix for older ruby 2.6 or earlierNobuyoshi Nakada2019-09-291-0/+9
* Make rb_scan_args handle keywords more similar to Ruby methods (#2460)Jeremy Evans2019-09-251-2/+2
* rb_ensure now free from ANYARGS卜部昌平2019-08-271-4/+11
* rb_rescue / rb_rescue2 now free from ANYARGS卜部昌平2019-08-271-4/+2
* introduce rb_nogvl C-API to mark ubf as async-signal-safenormal2019-01-041-2/+4
* zlib (gzfile_write_raw): do not resize string after .write callnormal2018-12-071-1/+0
* zlib: fix Zlib::VERSIONnobu2018-10-181-1/+1
* zlib (rb_gzreader_getc): localize and return cbuf directlynormal2018-07-181-20/+6
* no ID cache in Init functionsnobu2018-02-161-0/+1
* zlib: reduce garbage on Zlib::GzipReader#readpartialnormal2018-01-081-43/+64
* zlib: reduce garbage on gzip writes (deflate)normal2018-01-051-11/+47
* zlib: remove redundant rb_obj_revealnormal2018-01-051-1/+0
* zlib.c: multiple arguments to writenobu2017-10-231-11/+16
* zlib.c: ensure to freenobu2017-10-071-21/+36
* zlib.c: memory leak in gunzipnobu2017-10-061-4/+21
* ext: adjust indent [ci skip]nobu2017-09-271-8/+8
* zlib.c: fix unnormalized Fixnumnobu2017-07-141-1/+1
* Zlib::GzipReader#pos underflows after calling #ungetbyte or #ungetc at start ...naruse2017-07-141-1/+8
* zlib.c: no buf_filled in zstreamnobu2017-05-011-68/+59
* zlib.c: zstream_buffer_ungetbytenobu2017-05-011-11/+2
* zlib.c: zstream_expand_buffer_non_streamnobu2017-05-011-15/+4
* rdoc for r57126 [ci skip]nobu2016-12-201-2/+2
* Zlib.gzip uses kwargs instead of argc [Feature #13020]naruse2016-12-201-3/+22
* fix Zlib.gzip/gunzip documentnaruse2016-12-111-22/+22
* zlib.c: replace with substringnobu2016-12-101-6/+3
* Fix document of gunzip and gzip [ci skip]kazu2016-12-101-1/+5
* Zlib.gzip and Zlib.gunzip [Feature #13020]naruse2016-12-091-9/+133
* [DOC] replace Fixnum with Integer [ci skip]nobu2016-10-261-1/+1
* Unnecessary checksnobu2016-06-171-2/+1
* * ext/zlib/zlib.c: remove hacky macro introduced at r30437.naruse2016-05-211-4/+2
* * 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
* * ext/zlib/zlib.c: fix a typo.hsbt2015-12-151-1/+1
* use rb_check_arity [ci skip]nobu2015-10-251-3/+1
* 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