summaryrefslogtreecommitdiff
path: root/test/zlib
Commit message (Expand)AuthorAgeFilesLines
* [ruby/zlib] Fix the test broken in older versionsNobuyoshi Nakada2023-01-091-3/+9
* Introduce `IO.new(..., path:)` and promote `File#path` to `IO#path`. (#6867)Samuel Williams2022-12-081-2/+2
* [ruby/zlib] Mask checksums to lower 32bitsNobuyoshi Nakada2022-04-021-0/+2
* [ruby/zlib] Use omit instead of skip for test-unitHiroshi SHIBATA2022-01-111-7/+7
* [ruby/zlib] [Bug #18358] Fix crash in zlib when in progressPeter Zhu2021-11-241-2/+8
* Use Test::Unit::AssertionFailedError instead of MiniTest::Assertion for test-...Hiroshi SHIBATA2021-09-061-2/+2
* [ruby/zlib] Synchronize access to zstream to prevent segfault in multithreade...Jeremy Evans2021-07-281-0/+61
* test/zlib/test_zlib.rb: Set binmode to test output fileYusuke Endoh2021-04-081-0/+1
* test/zlib/test_zlib.rb: stop a failure on armv7lYusuke Endoh2021-03-231-0/+6
* test_zlib(test_path_tmpfile): fix Zlib instance leakSorah Fukumori2021-03-171-4/+6
* zlib: fix Gzip{Writer,Reader}.new fails with a O_TMPFILE fileSorah Fukumori2021-03-171-0/+21
* [ruby/zlib] test-unit didn't provide __name__ attributeHiroshi SHIBATA2021-02-101-2/+11
* Prefer block forms to close opened filesNobuyoshi Nakada2021-02-031-11/+13
* Open gzip file in binary modeNobuyoshi Nakada2021-02-031-2/+2
* [ruby/zlib] Add Zlib::Inflate#inflate :buffer keyword argumentJeremy Evans2020-12-041-0/+59
* [ruby/zlib] Allow Zlib.crc32 and .adler32 to accept IO instanceJeremy Evans2020-12-041-0/+26
* [ruby/zlib] Add Zlib::GzipReader.zcat for handling multiple gzip streams in g...Jeremy Evans2020-09-141-0/+24
* [ruby/zlib] Fix setting mtime to zero in GzipWriterAlan Wu2019-10-311-0/+11
* [ruby/zlib] Remove taint supportJeremy Evans2019-10-311-1/+0
* Suppress deflateParams() warningsNobuyoshi Nakada2019-07-241-4/+4
* zlib (gzfile_write_raw): do not resize string after .write callnormal2018-12-071-0/+17
* test/zlib/test_zlib.rb (test_path): enable the accidentally-disabled assertionmame2018-04-171-3/+3
* zlib.c: multiple arguments to writenobu2017-10-231-0/+8
* zlib.c: memory leak in gunzipnobu2017-10-061-0/+8
* Zlib::GzipReader#pos underflows after calling #ungetbyte or #ungetc at start ...naruse2017-07-141-0/+12
* zlib.c: no buf_filled in zstreamnobu2017-05-011-0/+10
* {ext,test}/zlib: Specify frozen_string_literal: true.kazu2017-02-071-9/+9
* revert r57323nobu2017-01-141-16/+15
* StringIO.new makes a RW buffernobu2017-01-141-15/+16
* suppress warning: attempt to close unfinished zstream; reset forced.naruse2016-12-201-1/+3
* Zlib.gzip uses kwargs instead of argc [Feature #13020]naruse2016-12-201-3/+3
* zlib.c: replace with substringnobu2016-12-101-5/+5
* Zlib.gzip and Zlib.gunzip [Feature #13020]naruse2016-12-091-0/+46
* * test/zlib/test_zlib.rb (test_adler32_combine, test_crc32_combine):odaira2016-03-041-0/+10
* Add frozen_string_literal: false for all filesnaruse2015-12-161-0/+1
* use assert_raisenobu2015-06-021-1/+1
* * ext/zlib/zlib.c (rb_gzreader_external_encoding):glass2015-05-101-1/+4
* * ext/zlib/zlib.c (rb_gzfile_close): Don't raise on doubleakr2015-03-081-0/+22
* * io.c (rb_io_close_m): Don't raise when the IO object is closed.akr2015-01-151-1/+1
* zlib: GzipReader#rewind preserves ZSTREAM_FLAG_GZFILEnormal2014-08-301-0/+5
* * test/zlib/test_zlib.rb: remove commented out code.hsbt2014-02-281-2/+0
* * test/socket/test_addrinfo.rb: remove unused variables.hsbt2014-02-181-4/+1
* * ext/zlib/zlib.c (zstream_run): Fix handling of deflate streams thatdrbrain2013-08-281-0/+6
* zlib.c: check EOFnobu2013-05-311-0/+6
* * test/csv/test_features.rb, test/logger/test_logger.rbakr2013-04-201-371/+368
* * test/ruby/test_require.rb: Remove temporally files in the tests.akr2013-03-241-0/+32
* * ext/zlib/zlib.c: Added streaming support to inflate processing.drbrain2012-07-101-0/+153
* * ext/zlib/zlib.c: Revert r36349. Added streaming support to inflatedrbrain2012-07-101-153/+0
* * ext/zlib/zlib.c: Added streaming support to inflate processing.drbrain2012-07-101-0/+153
* * test/zlib/test_zlib.rb (test_inflate_partial_input): Added test fordrbrain2012-07-031-0/+19