summaryrefslogtreecommitdiff
path: root/ext/zlib
AgeCommit message (Expand)Author
2012-07-10* ext/zlib/zlib.c: Added streaming support to inflate processing.drbrain
2012-07-09ext/zlib/zlib.c: initialize return valuenobu
2012-07-05* ext/zlib/zlib.c (zstream_expand_buffer_without_gvl): Usedrbrain
2012-07-03* ext/zlib/zlib.c (zstream_run_func): Fix bug that caused early exitdrbrain
2012-07-03* ext/zlib/zlib.c (zstream_detach_buffer): Refactored tainting ofdrbrain
2012-07-02* ext/zlib/zlib.c: Restored the comment explaining the choice ofdrbrain
2012-07-02* ext/zlib/zlib.c (zstream_run): Process zlib streams without GVL.drbrain
2012-07-01* ext/zlib/zlib.c: cosmetic changes.ktsj
2012-05-23use RB_TYPE_P() instead of comparison of TYPE()nobu
2012-05-18* ext/openssl/extconf.rb: Use Logging::message instead of message.kosaki
2012-05-18* ext/zlib/extconf.rb: Use an exception instaed of bare puts.kosaki
2012-04-30* ext/zlib/extconf.rb: detect z_crc_t type which will be definedakr
2012-04-10* ext/zlib/zlib.c (rb_deflate_s_deflate): Fixed ruby example replacingdrbrain
2012-03-06Comment out unused lines.naruse
2012-02-15* ext/zlib/zlib.c (Init_zlib): Added Zlib::TEXT and note thatdrbrain
2012-02-15* ext/zlib/zlib.c: Move constant descriptions to constants. Removedrbrain
2012-02-15* ext/zlib/zlib.c (Init_zlib): Added Zlib::FIXED and Zlib::RLEdrbrain
2012-02-15* ext/zlib/zlib.c: Improve documentation. [ruby-trunk - Bug #5948]drbrain
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
2011-12-05* ext/zlib/zlib.c (rb_gzreader_initialize): revert a part of r33937.usa
2011-12-04Introduce NEED_READCONV and NEED_WRITECONV to replace universal newline decor...luislavena
2011-08-23* ext/zlib/zlib.c (gzfile_read_header): Ensure that each section ofnahi
2011-08-09 * ext/zlib/zlib.c (gzfile_wrap): Document encoding options.drbrain
2011-05-31 * ext/zlib/zlib.c: Fix document-method declarations for set_sync anddrbrain
2011-05-25 * ext/zlib/zlib.c: Fix Document-method declarations. Improvedrbrain
2011-05-15* remove trailing spaces.nobu
2011-05-14 * ext/zlib/zlib.c: Improve documentation. Patch by Vincent Batts.drbrain
2011-04-03* ext/zlib/zlib.c: parenthesize macro arguments.akr
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
2011-02-03* ext/zlib/zlib.c (gzfile_reader_get_unused): use rb_str_new_sharednaruse
2011-01-28* ext/zlib/zlib.c: parenthesize macro arguments.akr
2011-01-14The cast must use uint32_t. [ruby-core:34481]naruse
2011-01-14* ext/zlib/zlib.c (gzfile_check_footer): ISIZE (Input SIZE) innaruse
2011-01-01* ext/zlib/zlib.c: take care of platforms where long is biggernobu
2010-12-31* ext/zlib/zlib.c (sizeof): zlib.h mistakenly assumes the resultnobu
2010-12-27* ext/zlib/zlib.c (Init_zlib): Add Zlib.defale and Zlib.inflate.naruse
2010-12-27Update rdoc of zlib.naruse
2010-12-25* ext/zlib/zlib.c (gzreader_gets): support optional lengthnobu
2010-12-25* ext/zlib/zlib.c (gzfile_read, gzfile_readpartial): length shouldnobu
2010-12-14* ext/zlib/zlib.c (gzfile_s_open): should close the IO if some errorusa
2010-09-10* class.c (rb_scan_args): Add support for optional keywordknu
2010-08-07.cvsignore: have not been used already. [Bug #3468]nobu
2010-07-22* include/ruby/{intern,io}.h: add missing prototypes.nobu
2010-07-07* ext/zlib/zlib.c (gzfile_raise): add invalid header tonobu
2010-05-29* ext/zlib/zlib.c (zstream_append_input2): add RB_GC_GUARD.mame
2010-04-22* ext/**/*.[ch]: removed trailing spaces.nobu
2010-04-20* ext/zlib/zlib.c (rb_deflate_params): update buf_filled count becausemame
2010-03-01* ext/zlib/zlib.c (zstream_expand_buffer_into): remove compare different type...takano32