summaryrefslogtreecommitdiff
path: root/utils/zenutils/source/update_extract/main.cpp (follow)
Commit message (Collapse)AuthorAge
* zenutils/update_extract: make sure the archive is validAmaury Pouly2012-06-27
| | | | | | | | | | | | 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
* Fix ZenUtils compilationMaurus Cuelenaere2009-06-10
| | | | git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21242 a1c6a512-1295-4272-9138-f99709370657
* Delete the svn:executable property and set svn:eol-style to native for all ↵Nicolas Pennequin2008-07-11
| | | | | | those text files. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18012 a1c6a512-1295-4272-9138-f99709370657
* Add zook's ZenUtils to SVNMaurus Cuelenaere2008-07-11
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@18010 a1c6a512-1295-4272-9138-f99709370657