aboutsummaryrefslogtreecommitdiffstats
path: root/ext/zlib
Commit message (Expand)AuthorAgeFilesLines
* zlib is ractor-safeKoichi Sasada2020-12-181-0/+4
* [ruby/zlib] Add Zlib::Inflate#inflate :buffer keyword argumentJeremy Evans2020-12-041-14/+69
* [ruby/zlib] Allow Zlib.crc32 and .adler32 to accept IO instanceJeremy Evans2020-12-041-3/+16
* [ruby/zlib] Document that gets can return nil when eof? returns falseJeremy Evans2020-12-041-0/+2
* delete deprecated IO-like methods卜部昌平2020-12-031-30/+0
* zlib: patches for mswin64Nobuyoshi Nakada2020-11-243-1/+101
* zlib: extlibs to download zlib-1.2.11Nobuyoshi Nakada2020-11-241-0/+7
* [ruby/zlib] Add Zlib::GzipReader.zcat for handling multiple gzip streams in g...Jeremy Evans2020-09-141-0/+55
* sed -i '/rmodule.h/d'卜部昌平2020-08-271-1/+0
* sed -i '/r_cast.h/d'卜部昌平2020-08-271-1/+0
* sed -i '\,2/extern.h,d'卜部昌平2020-08-271-1/+0
* Update the license for the default gems to dual licensesHiroshi SHIBATA2020-08-181-1/+1
* sed -i 's|ruby/impl|ruby/internal|'卜部昌平2020-05-111-140/+140
* sed -i s|ruby/3|ruby/impl|g卜部昌平2020-05-111-140/+140
* Merge pull request #2991 from shyouhei/ruby.h卜部昌平2020-04-081-0/+152
* [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
* [ruby/zlib] Search zlib.c as a gemNobuyoshi Nakada2019-09-291-4/+11
* 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
* Include ruby/assert.h in ruby/ruby.h so that assertions can be thereNobuyoshi Nakada2019-07-141-0/+1
* Removed moving toplevel header since r12501nobu2019-02-081-1/+1
* 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-182-2/+6
* Removed needless date attribute from gemspec of default gems.hsbt2018-08-071-1/+0
* zlib (rb_gzreader_getc): localize and return cbuf directlynormal2018-07-181-20/+6
* no ID cache in Init functionsnobu2018-02-161-0/+1
* ignore external library sources [ci skip]nobu2018-01-261-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
* Bump version to zlib-1.0.0 as default gems.hsbt2017-12-111-3/+3
* 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
* Update gemspec for gem released versions.hsbt2017-09-141-14/+21
* 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
* Make string literal to frozen object on gemspec of defulte gems.hsbt2017-06-191-0/+1
* 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
* ruby tool/update-deps --fixshyouhei2017-03-221-0/+1