index
:
delta/ruby.git
5a1dfb04bc2
KEIJU
KOSAKO
RUBY
SER
SHIGEO
SPCOLTRIN
baserock/GENIVI/G-1.2
baserock/liw/sam/chef
baserock/morph/ruby_1_8_7
baserock/morph/ruby_1_9_3
baserock/ps/proto-web-system
baserock/ruby_1_9_3
baserock/ruby_2_0_0
baserock/ruby_2_1
baserock/v1_9_3_194-bootstrap
bundler
c65f10304f
copy_file_range_bug
dependabot/bundler/spec/mspec/rake-12.3.3
half-baked-1.9
master
matzruby
maximecb-patch-1
maximecb-patch-2
mvm
new_gc
revert-2779-news-for-module-name
rexml_adds_tests
ricsin
ruby_1_3
ruby_1_4
ruby_1_6
ruby_1_8
ruby_1_8_5
ruby_1_8_6
ruby_1_8_7
ruby_1_9_1
ruby_1_9_2
ruby_1_9_3
ruby_2_0_0
ruby_2_1
ruby_2_2
ruby_2_3
ruby_2_4
ruby_2_5
ruby_2_6
ruby_2_7
ruby_3_0
ruby_3_1
ruby_3_2
ruby_m17n
scheduler-process-wait
testunit
thread_inspect
trunk
unlabeled-1.1.1
unlabeled-1.39.2
v1_0r
v1_1dev
v1_1r
win32-unicode-test
yuki24-patch-1
github.com: ruby/ruby.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
zlib
Commit message (
Expand
)
Author
Age
Files
Lines
*
[ruby/zlib] [Bug #18358] Fix crash in zlib when in progress
Peter Zhu
2021-11-24
1
-2
/
+8
*
Use Test::Unit::AssertionFailedError instead of MiniTest::Assertion for test-...
Hiroshi SHIBATA
2021-09-06
1
-2
/
+2
*
[ruby/zlib] Synchronize access to zstream to prevent segfault in multithreade...
Jeremy Evans
2021-07-28
1
-0
/
+61
*
test/zlib/test_zlib.rb: Set binmode to test output file
Yusuke Endoh
2021-04-08
1
-0
/
+1
*
test/zlib/test_zlib.rb: stop a failure on armv7l
Yusuke Endoh
2021-03-23
1
-0
/
+6
*
test_zlib(test_path_tmpfile): fix Zlib instance leak
Sorah Fukumori
2021-03-17
1
-4
/
+6
*
zlib: fix Gzip{Writer,Reader}.new fails with a O_TMPFILE file
Sorah Fukumori
2021-03-17
1
-0
/
+21
*
[ruby/zlib] test-unit didn't provide __name__ attribute
Hiroshi SHIBATA
2021-02-10
1
-2
/
+11
*
Prefer block forms to close opened files
Nobuyoshi Nakada
2021-02-03
1
-11
/
+13
*
Open gzip file in binary mode
Nobuyoshi Nakada
2021-02-03
1
-2
/
+2
*
[ruby/zlib] Add Zlib::Inflate#inflate :buffer keyword argument
Jeremy Evans
2020-12-04
1
-0
/
+59
*
[ruby/zlib] Allow Zlib.crc32 and .adler32 to accept IO instance
Jeremy Evans
2020-12-04
1
-0
/
+26
*
[ruby/zlib] Add Zlib::GzipReader.zcat for handling multiple gzip streams in g...
Jeremy Evans
2020-09-14
1
-0
/
+24
*
[ruby/zlib] Fix setting mtime to zero in GzipWriter
Alan Wu
2019-10-31
1
-0
/
+11
*
[ruby/zlib] Remove taint support
Jeremy Evans
2019-10-31
1
-1
/
+0
*
Suppress deflateParams() warnings
Nobuyoshi Nakada
2019-07-24
1
-4
/
+4
*
zlib (gzfile_write_raw): do not resize string after .write call
normal
2018-12-07
1
-0
/
+17
*
test/zlib/test_zlib.rb (test_path): enable the accidentally-disabled assertion
mame
2018-04-17
1
-3
/
+3
*
zlib.c: multiple arguments to write
nobu
2017-10-23
1
-0
/
+8
*
zlib.c: memory leak in gunzip
nobu
2017-10-06
1
-0
/
+8
*
Zlib::GzipReader#pos underflows after calling #ungetbyte or #ungetc at start ...
naruse
2017-07-14
1
-0
/
+12
*
zlib.c: no buf_filled in zstream
nobu
2017-05-01
1
-0
/
+10
*
{ext,test}/zlib: Specify frozen_string_literal: true.
kazu
2017-02-07
1
-9
/
+9
*
revert r57323
nobu
2017-01-14
1
-16
/
+15
*
StringIO.new makes a RW buffer
nobu
2017-01-14
1
-15
/
+16
*
suppress warning: attempt to close unfinished zstream; reset forced.
naruse
2016-12-20
1
-1
/
+3
*
Zlib.gzip uses kwargs instead of argc [Feature #13020]
naruse
2016-12-20
1
-3
/
+3
*
zlib.c: replace with substring
nobu
2016-12-10
1
-5
/
+5
*
Zlib.gzip and Zlib.gunzip [Feature #13020]
naruse
2016-12-09
1
-0
/
+46
*
* test/zlib/test_zlib.rb (test_adler32_combine, test_crc32_combine):
odaira
2016-03-04
1
-0
/
+10
*
Add frozen_string_literal: false for all files
naruse
2015-12-16
1
-0
/
+1
*
use assert_raise
nobu
2015-06-02
1
-1
/
+1
*
* ext/zlib/zlib.c (rb_gzreader_external_encoding):
glass
2015-05-10
1
-1
/
+4
*
* ext/zlib/zlib.c (rb_gzfile_close): Don't raise on double
akr
2015-03-08
1
-0
/
+22
*
* io.c (rb_io_close_m): Don't raise when the IO object is closed.
akr
2015-01-15
1
-1
/
+1
*
zlib: GzipReader#rewind preserves ZSTREAM_FLAG_GZFILE
normal
2014-08-30
1
-0
/
+5
*
* test/zlib/test_zlib.rb: remove commented out code.
hsbt
2014-02-28
1
-2
/
+0
*
* test/socket/test_addrinfo.rb: remove unused variables.
hsbt
2014-02-18
1
-4
/
+1
*
* ext/zlib/zlib.c (zstream_run): Fix handling of deflate streams that
drbrain
2013-08-28
1
-0
/
+6
*
zlib.c: check EOF
nobu
2013-05-31
1
-0
/
+6
*
* test/csv/test_features.rb, test/logger/test_logger.rb
akr
2013-04-20
1
-371
/
+368
*
* test/ruby/test_require.rb: Remove temporally files in the tests.
akr
2013-03-24
1
-0
/
+32
*
* ext/zlib/zlib.c: Added streaming support to inflate processing.
drbrain
2012-07-10
1
-0
/
+153
*
* ext/zlib/zlib.c: Revert r36349. Added streaming support to inflate
drbrain
2012-07-10
1
-153
/
+0
*
* ext/zlib/zlib.c: Added streaming support to inflate processing.
drbrain
2012-07-10
1
-0
/
+153
*
* test/zlib/test_zlib.rb (test_inflate_partial_input): Added test for
drbrain
2012-07-03
1
-0
/
+19
*
* test/zlib/test_zlib.rb (test_inflate): add a test for Zlib.inflate.
naruse
2012-05-04
1
-0
/
+8
*
* test/zlib/test_zlib.rb (TestZlibGzipReader#test_encoding): Add
nahi
2012-02-24
1
-0
/
+16
*
* ext/zlib/zlib.c (rb_inflate_add_dictionary): Added
drbrain
2012-02-11
1
-0
/
+17
*
* ext/zlib/zlib.c (do_inflate): Inflate more data if buffered data
drbrain
2012-02-11
1
-0
/
+23
[next]