aboutsummaryrefslogtreecommitdiff
path: root/lib/gunzip.c
AgeCommit message (Expand)AuthorFilesLines
2016-10-06gunzip: cache-align write buffer memoryClemens Gruber1-1/+2
2016-04-18gunzip.c: use block layer for writesEric Nelson1-3/+2
2016-03-14dm: Drop the block_dev_desc_t typedefSimon Glass1-1/+1
2016-02-09gunzip: remove avail_in recalculationStephen Warren1-2/+1
2016-01-19gunzip.c: Only include gzwrite on CONFIG_CMD_UNZIPTom Rini1-0/+2
2016-01-13block: pass block dev not num to read/write/erase()Stephen Warren1-2/+1
2015-11-19Move console definitions into a new console.h fileSimon Glass1-0/+1
2015-04-22gunzip: add gzwrite routine for extracting compresed images to block deviceEric Nelson1-1/+194
2015-01-14gunzip: Update lenp even on errorSimon Glass1-3/+4
2013-09-03gzip: correctly bounds-check output bufferKees Cook1-2/+2
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk1-17/+1
2012-04-30gunzip: rename z{alloc, free} to gz{alloc, free}Mike Frysinger1-7/+4
2011-04-12Fix gunzip to work for any gziped uImage sizeCatalin Radu1-6/+10
2010-10-12zlib/gunzip: Use WATCHDOG_RESET macroStefan Roese1-5/+0
2010-04-13Rename lib_generic/ to lib/Peter Tyser1-0/+124