aboutsummaryrefslogtreecommitdiff
path: root/src/util/zbin.c
AgeCommit message (Expand)AuthorFilesLines
2019-01-21[zbin] Fix compiler warning with GCC 9Michael Brown1-6/+6
2016-03-24[prefix] Use CRC32 to verify each block prior to decompressionMichael Brown1-10/+42
2015-02-25[zbin] Use LZMA compressionMichael Brown1-10/+86
2013-03-05[zbin] Fix size used for memset in alloc_output_fileDaniel P. Berrange1-1/+1
2012-06-12[romprefix] Add a dummy ROM header to cover the .mrom payloadMichael Brown1-8/+62
2012-04-10[build] Enable warnings when building utilitiesMichael Brown1-2/+5
2010-04-20[prefix] Add .text16.early sectionMichael Brown1-5/+56
2009-10-20[zbin] Fix 64-bit compilation warnings for util/zbin.cJoshua Oreman1-8/+8
2009-10-17[zbin] Fix compilation warnings for util/zbin.cThomas Miletich1-5/+5
2009-08-11[zbin] Change fixup semantics to support ROMs over 128k uncompressedJoshua Oreman1-50/+76
2009-04-26[build] Fix signed/unsigned division in util/zbin.cStefan Hajnoczi1-4/+5
2009-04-15[build] Round up SUBx deltasStefan Hajnoczi1-7/+10
2008-10-10[util] Add optional debug messages to zbin.cMichael Brown1-0/+27
2008-09-04[util] Avoid calling fclose(NULL) in zbin.cEygene Ryabinkin1-1/+2
2007-07-16Compressed ROM images now work.Michael Brown1-0/+325