aboutsummaryrefslogtreecommitdiffstats
path: root/test/zlib
Commit message (Expand)AuthorAgeFilesLines
* 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
* * test/zlib/test_zlib.rb (test_inflate): add a test for Zlib.inflate.naruse2012-05-041-0/+8
* * test/zlib/test_zlib.rb (TestZlibGzipReader#test_encoding): Add nahi2012-02-241-0/+16
* * ext/zlib/zlib.c (rb_inflate_add_dictionary): Addeddrbrain2012-02-111-0/+17
* * ext/zlib/zlib.c (do_inflate): Inflate more data if buffered datadrbrain2012-02-111-0/+23
* * test/zlib/test_zlib.rb (TestZlibGzipReader#test_reader_wrap): setshirosaki2012-01-281-0/+1
* * test/zlib/test_zlib.rb (TestZlibGzipWriter#test_writer_wrap): setusa2012-01-091-0/+1
* * ext/zlib/zlib.c (gzfile_read_header): Ensure that each section ofnahi2011-08-231-0/+14
* * ext/zlib/zlib.c (gzfile_reader_get_unused): no need to dupnobu2011-02-031-2/+2
* e ext/zlib/zlib.c (gzfile_reader_get_unused): use rb_str_resurrectnaruse2011-02-031-2/+30
* * ext/zlib/zlib.c (gzreader_gets): support optional lengthnobu2010-12-251-0/+34
* * test/zlib/test_zlib.rb (test_readline): renamed from test_gets.nobu2010-12-251-4/+4
* * test/zlib/test_zlib.rb (test_to_io): forgotten to fix with r30201.usa2010-12-151-2/+3
* * test/zlib/test_zlib.rb (*): should close files associated with zlib.usa2010-12-141-129/+151
* * ext/zlib/zlib.c (gzfile_raise): add invalid header tonobu2010-07-071-0/+18
* * test/zlib/test_zlib.rb (test_adler32_combine, test_crc32_combine): skip ifusa2010-05-191-2/+10
* avoid method redefinition.akr2010-02-141-1/+1
* * ext/zlib/zlib.c: added Zlib.crc32_combine and Zlib.adler32_combinetenderlove2010-01-191-0/+12
* * ext/zlib/zlib.c (gzfile_read_all): use gzfile_newstr;naruse2009-08-291-2/+4
* * ext/zlib/zlib.c (Zlib::GzipFile#path): New method.knu2009-04-221-0/+28
* * test/zlib/test_zlib.rb(test_readchar): compare in same type.takano322008-11-031-1/+1
* * ext/stringio/stringio.c (strio_write): should convert writingmatz2008-10-211-1/+1
* * ext/zlib/zlib.c (rb_gzwriter_write): conversion should be donematz2008-10-211-1/+1