1. 467382c lib: Remove <common.h> inclusion from these files by Tom Rini · 10 months ago
  2. 29caf93 cyclic: Use schedule() instead of WATCHDOG_RESET() by Stefan Roese · 2 years, 2 months ago
  3. 5a4f10d gzip: Avoid use of u64 by Simon Glass · 3 years, 1 month ago
  4. e6f6f9e common: Drop part.h from common header by Simon Glass · 4 years, 5 months ago
  5. 3db7110 crc32: Use the crc.h header for crc functions by Simon Glass · 5 years ago
  6. 0c670fc common: Move gzip functions into a new gzip header by Simon Glass · 5 years ago
  7. 83d290c SPDX: Convert all of our single license tags to Linux Kernel style by Tom Rini · 6 years ago
  8. 376ddf9 gzip: add a function to parse the header by Jean-Jacques Hiblot · 7 years ago
  9. d025021 gunzip: cache-align write buffer memory by Clemens Gruber · 8 years ago
  10. 6a3bf3e gunzip.c: use block layer for writes by Eric Nelson · 9 years ago
  11. 4101f68 dm: Drop the block_dev_desc_t typedef by Simon Glass · 9 years ago
  12. 1934665 gunzip: remove avail_in recalculation by Stephen Warren · 9 years ago
  13. 1811b7d gunzip.c: Only include gzwrite on CONFIG_CMD_UNZIP by Tom Rini · 9 years ago
  14. 7c4213f block: pass block dev not num to read/write/erase() by Stephen Warren · 9 years ago
  15. 24b852a Move console definitions into a new console.h file by Simon Glass · 9 years ago
  16. 918e9eb gunzip: add gzwrite routine for extracting compresed images to block device by Eric Nelson · 10 years ago
  17. 9c55c54 gunzip: Update lenp even on error by Simon Glass · 10 years ago
  18. b75650d gzip: correctly bounds-check output buffer by Kees Cook · 11 years ago
  19. 1a45966 Add GPL-2.0+ SPDX-License-Identifier to source files by Wolfgang Denk · 11 years ago
  20. e3ed057 gunzip: rename z{alloc, free} to gz{alloc, free} by Mike Frysinger · 13 years ago
  21. f039ada Fix gunzip to work for any gziped uImage size by Catalin Radu · 14 years ago
  22. f852628 zlib/gunzip: Use WATCHDOG_RESET macro by Stefan Roese · 14 years ago
  23. 78acc47 Rename lib_generic/ to lib/ by Peter Tyser · 15 years ago[Renamed from lib_generic/gunzip.c]
  24. 87d93a1 move prototypes for gunzip() and zunzip() to common.h by Wolfgang Wegner · 15 years ago
  25. 35f6a94 lib_generic: gunzip: New function zunzip by Ricardo Ribalda Delgado · 15 years ago
  26. a31e091 rename include/zlib.h to include/u-boot/zlib.h by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
  27. 107b801 Fix gunzip in case of insufficient output buffer by Matthias Fuchs · 16 years ago
  28. 717a222 gunzip: move to lib_generic by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago[Renamed from common/gunzip.c]
  29. 321359f [new uImage] Move gunzip() common code to common/gunzip.c by Marian Balakowicz · 17 years ago