packaging: Enable testing infrastructure
[external/binutils.git] / bfd / compress.c
2019-07-02 Nick CliftonFix a bug recently introduced to the linker where it...
2019-06-28 Nick CliftonPrevent attempts to allocate excessive amounts of memor...
2019-01-01 Alan ModraUpdate year range in copyright notice of binutils files
2018-11-27 H.J. LuInitialize *uncompressed_align_pow_p to 0
2018-11-27 Mark WielaardHandle ELF compressed header alignment correctly by...
2018-02-19 Alan Modra%L conversions
2018-02-19 Alan ModraUse %pA and %pB in messages rather than %A and %B
2018-01-03 Alan ModraUpdate year range in copyright notice of binutils files
2017-12-06 Alan ModraBFD whitespace fixes
2017-07-18 Yuri ChornovianFix spelling typos.
2017-07-12 Alan Modrabfd_error_handler bfd_vma and bfd_size_type args
2017-06-26 H.J. LuCheck file size before getting section contents
2017-06-26 Nick CliftonFix address violations when atempting to parse fuzzed...
2017-04-26 Nick CliftonFix seg-fault attempting to compress a debug section...
2017-02-17 Nick CliftonFix potential illegal memory access in ZLIB because...
2017-01-02 Alan ModraUpdate year range in copyright notice of all files.
2016-11-10 Nick CliftonProvide a more helpful error message when the BFD libra...
2016-01-01 Alan ModraCopyright update for binutils
2015-05-14 H.J. LuDon't add the zlib header to SHF_COMPRESSED section
2015-04-24 Nick CliftonFix compile time warning messages about variables being...
2015-04-23 H.J. LuDelay setting up compressed debug section names
2015-04-15 H.J. LuAdd --compress-debug-sections=[none|zlib|zlib-gnu|zlib...
2015-04-10 H.J. LuUse bfd_alloc for compressed section contents
2015-04-09 H.J. LuUpdate comments in compress.c
2015-04-08 H.J. LuWork around a GCC uninitialized warning bug
2015-04-08 H.J. LuAdd SHF_COMPRESSED support to gas and objcopy
2015-04-06 H.J. LuUse bfd_putb64/bfd_getb64
2015-04-04 H.J. LuReplace uncompressed_size_buffer with compressed_size_b...
2015-04-04 H.J. LuExtract get_uncompressed_size
2015-03-29 H.J. LuAdd --with-system-zlib in bfd
2015-03-24 H.J. LuDon't write the zlib header if not used
2015-03-19 Nick CliftonFix building and testing dwarf debug section compressio...
2015-03-18 H.J. LuMake bfd_compress_section_contents static
2015-03-18 Jon TurneyFix debug section compression so that it is only perfor...
2015-01-01 Alan ModraChangeLog rotatation and copyright year update
2014-12-03 Nick CliftonFix memory access problems exposed by fuzzed binaries.
2014-12-01 Nick CliftonMore fixes for memory access violations exposed by...
2014-11-06 Nick CliftonRevert changes in previous deltas that introduced new...
2014-11-04 Nick CliftonFix problem with linker created sections being mistaken...
2014-11-03 Nick CliftonMore fixes for buffer overruns instigated by corrupt...
2014-04-30 Nick CliftonFixes a problem with the BFD library running out of...
2014-03-05 Alan ModraUpdate copyright years
2013-04-17 Nick Clifton * coffcode.h: Added a cast to void when a bfd_set_sect...
2013-01-10 H.J. LuRemove trailing white spaces in bfd
2012-10-24 H.J. LuDon't decompress the section in bfd_is_section_compressed
2012-10-21 Alan Modrabfd/
2012-10-20 Alan Modra * compress.c: Reinstate 2012-10-19 change.
2012-10-19 Tom Tromey * compress.c: Revert previous patch.
2012-10-19 Tom Tromey * compress.c (bfd_get_full_section_contents): Don...
2012-10-18 Kai TietzChangeLog bfd
2012-05-17 Nick Clifton PR 14072
2011-12-14 Nick CliftonWhen computing checksums, skip the contents of sections...
2011-12-14 Nick Clifton PR ld/12451
2011-04-11 Alan Modra * bfd-in.h (bfd_get_section_limit): Don't use rawsize...
2011-03-06 Michael Snyder2011-03-05 Michael Snyder <msnyder@vmware.com>
2010-12-24 Alan Modra * compress.c (decompress_contents): Style.
2010-10-29 H.J. LuUse uLong on compressed_size when using zlib.
2010-10-29 H.J. LuAdd compressed debug section support to binutils and ld.
2010-07-03 Cary Coutantbfd/ChangeLog:
2010-06-28 Alan Modra * compress.c (bfd_uncompress_section_contents): Use...
2009-09-09 Nick Clifton Updated soruces in bfd/* to compile cleanly...
2008-07-10 Craig Silversteinbfd/