summaryrefslogtreecommitdiff
path: root/test/zlib
AgeCommit message (Expand)Author
2018-12-07zlib (gzfile_write_raw): do not resize string after .write callnormal
2018-04-17test/zlib/test_zlib.rb (test_path): enable the accidentally-disabled assertionmame
2017-10-23zlib.c: multiple arguments to writenobu
2017-10-06zlib.c: memory leak in gunzipnobu
2017-07-14Zlib::GzipReader#pos underflows after calling #ungetbyte or #ungetc at start ...naruse
2017-05-01zlib.c: no buf_filled in zstreamnobu
2017-02-07{ext,test}/zlib: Specify frozen_string_literal: true.kazu
2017-01-14revert r57323nobu
2017-01-14StringIO.new makes a RW buffernobu
2016-12-20suppress warning: attempt to close unfinished zstream; reset forced.naruse
2016-12-20Zlib.gzip uses kwargs instead of argc [Feature #13020]naruse
2016-12-10zlib.c: replace with substringnobu
2016-12-09Zlib.gzip and Zlib.gunzip [Feature #13020]naruse
2016-03-04* test/zlib/test_zlib.rb (test_adler32_combine, test_crc32_combine):odaira
2015-12-16Add frozen_string_literal: false for all filesnaruse
2015-06-02use assert_raisenobu
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-15* io.c (rb_io_close_m): Don't raise when the IO object is closed.akr
2014-08-30zlib: GzipReader#rewind preserves ZSTREAM_FLAG_GZFILEnormal
2014-02-28* test/zlib/test_zlib.rb: remove commented out code.hsbt
2014-02-18* test/socket/test_addrinfo.rb: remove unused variables.hsbt
2013-08-28* ext/zlib/zlib.c (zstream_run): Fix handling of deflate streams thatdrbrain
2013-05-31zlib.c: check EOFnobu
2013-04-20* test/csv/test_features.rb, test/logger/test_logger.rbakr
2013-03-24* test/ruby/test_require.rb: Remove temporally files in the tests.akr
2012-07-10* ext/zlib/zlib.c: Added streaming support to inflate processing.drbrain
2012-07-10* ext/zlib/zlib.c: Revert r36349. Added streaming support to inflatedrbrain
2012-07-10* ext/zlib/zlib.c: Added streaming support to inflate processing.drbrain
2012-07-03* test/zlib/test_zlib.rb (test_inflate_partial_input): Added test fordrbrain
2012-05-04* test/zlib/test_zlib.rb (test_inflate): add a test for Zlib.inflate.naruse
2012-02-24* test/zlib/test_zlib.rb (TestZlibGzipReader#test_encoding): Add nahi
2012-02-11* ext/zlib/zlib.c (rb_inflate_add_dictionary): Addeddrbrain
2012-02-11* ext/zlib/zlib.c (do_inflate): Inflate more data if buffered datadrbrain
2012-01-28* test/zlib/test_zlib.rb (TestZlibGzipReader#test_reader_wrap): setshirosaki
2012-01-09* test/zlib/test_zlib.rb (TestZlibGzipWriter#test_writer_wrap): setusa
2011-08-23* ext/zlib/zlib.c (gzfile_read_header): Ensure that each section ofnahi
2011-02-03* ext/zlib/zlib.c (gzfile_reader_get_unused): no need to dupnobu
2011-02-03e ext/zlib/zlib.c (gzfile_reader_get_unused): use rb_str_resurrectnaruse
2010-12-25* ext/zlib/zlib.c (gzreader_gets): support optional lengthnobu
2010-12-25* test/zlib/test_zlib.rb (test_readline): renamed from test_gets.nobu
2010-12-15* test/zlib/test_zlib.rb (test_to_io): forgotten to fix with r30201.usa
2010-12-14* test/zlib/test_zlib.rb (*): should close files associated with zlib.usa
2010-07-07* ext/zlib/zlib.c (gzfile_raise): add invalid header tonobu
2010-05-19* test/zlib/test_zlib.rb (test_adler32_combine, test_crc32_combine): skip ifusa
2010-02-14avoid method redefinition.akr
2010-01-19* ext/zlib/zlib.c: added Zlib.crc32_combine and Zlib.adler32_combinetenderlove
2009-08-29* ext/zlib/zlib.c (gzfile_read_all): use gzfile_newstr;naruse
2009-04-22* ext/zlib/zlib.c (Zlib::GzipFile#path): New method.knu
2008-11-03* test/zlib/test_zlib.rb(test_readchar): compare in same type.takano32