summaryrefslogtreecommitdiff
path: root/utils/zenutils/source/update_extract
AgeCommit message (Collapse)Author
2012-06-27zenutils/update_extract: make sure the archive is validAmaury Pouly
The update_extract tool works by finding the compressed size and the compressed data in the updater. This is problematic since without the uncompressed size, inflate can produce extra bytes at end. This is not a problem for our tools but the device will plain reject it if sent by MTP/sendfirm for example. Workaround this issue by reading and rewriting the archive after decompression so that only the meaningfull data is written. Change-Id: I117f434b92a56d93d269af49c3e426cd8cc0c7e4
2009-06-10Fix ZenUtils compilationMaurus Cuelenaere
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21242 a1c6a512-1295-4272-9138-f99709370657
2008-07-11Delete the svn:executable property and set svn:eol-style to native for all ↵Nicolas Pennequin
those text files. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18012 a1c6a512-1295-4272-9138-f99709370657
2008-07-11Add zook's ZenUtils to SVNMaurus Cuelenaere
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18010 a1c6a512-1295-4272-9138-f99709370657