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
*
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
*
* test/zlib/test_zlib.rb (TestZlibGzipReader#test_reader_wrap): set
shirosaki
2012-01-28
1
-0
/
+1
*
* test/zlib/test_zlib.rb (TestZlibGzipWriter#test_writer_wrap): set
usa
2012-01-09
1
-0
/
+1
*
* ext/zlib/zlib.c (gzfile_read_header): Ensure that each section of
nahi
2011-08-23
1
-0
/
+14
*
* ext/zlib/zlib.c (gzfile_reader_get_unused): no need to dup
nobu
2011-02-03
1
-2
/
+2
*
e ext/zlib/zlib.c (gzfile_reader_get_unused): use rb_str_resurrect
naruse
2011-02-03
1
-2
/
+30
*
* ext/zlib/zlib.c (gzreader_gets): support optional length
nobu
2010-12-25
1
-0
/
+34
*
* test/zlib/test_zlib.rb (test_readline): renamed from test_gets.
nobu
2010-12-25
1
-4
/
+4
*
* test/zlib/test_zlib.rb (test_to_io): forgotten to fix with r30201.
usa
2010-12-15
1
-2
/
+3
*
* test/zlib/test_zlib.rb (*): should close files associated with zlib.
usa
2010-12-14
1
-129
/
+151
*
* ext/zlib/zlib.c (gzfile_raise): add invalid header to
nobu
2010-07-07
1
-0
/
+18
*
* test/zlib/test_zlib.rb (test_adler32_combine, test_crc32_combine): skip if
usa
2010-05-19
1
-2
/
+10
*
avoid method redefinition.
akr
2010-02-14
1
-1
/
+1
*
* ext/zlib/zlib.c: added Zlib.crc32_combine and Zlib.adler32_combine
tenderlove
2010-01-19
1
-0
/
+12
*
* ext/zlib/zlib.c (gzfile_read_all): use gzfile_newstr;
naruse
2009-08-29
1
-2
/
+4
*
* ext/zlib/zlib.c (Zlib::GzipFile#path): New method.
knu
2009-04-22
1
-0
/
+28
*
* test/zlib/test_zlib.rb(test_readchar): compare in same type.
takano32
2008-11-03
1
-1
/
+1
*
* ext/stringio/stringio.c (strio_write): should convert writing
matz
2008-10-21
1
-1
/
+1
*
* ext/zlib/zlib.c (rb_gzwriter_write): conversion should be done
matz
2008-10-21
1
-1
/
+1
*
* ext/zlib/zlib.c: remove obsolete prototype macros.
matz
2008-10-21
1
-1
/
+11
*
* test/zlib/test_zlib.rb (TestZlibDeflate#test_params): suppress a finalizer ...
kazu
2008-07-23
1
-0
/
+1
*
* test/zlib/test_zlib.rb: add a test for Zlib::Deflate#params.
mame
2008-07-11
1
-0
/
+8
[next]