summaryrefslogtreecommitdiff
path: root/ShellPkg/Library/UefiShellDebug1CommandsLib/EfiDecompress.c
AgeCommit message (Expand)AuthorFilesLines
2026-08-04ShellPkg/EfiDecompress: Fix Codeql issuesPierre Gondois1-36/+42
2026-08-04ShellPkg/EfiDecompress: Check presence of decompression protocolPierre Gondois1-1/+5
2026-08-04ShellPkg/UefiShellDebug1: Lower indentation level in MainCmdXXX() (2/4)Pierre Gondois1-93/+93
2026-08-04ShellPkg/UefiShellDebug1: Extract MainCmdXXX() function (2/4)Pierre Gondois1-37/+58
2026-08-04ShellPkg/UefiShellDebug1: Return if ShellCommandLineParse() failed (2/4)Pierre Gondois1-83/+84
2025-10-01ShellPkg: Use the newly introduced ShellPrintHiiDefaultEx() aliasPierre Gondois1-13/+13
2024-10-29ShellPkg: CodeQL FixesOliver Smith-Denny1-1/+1
2024-10-29ShellPkg: UefiShellDebug1CommandsLib: CodeQL FixesOliver Smith-Denny1-7/+27
2023-04-03ShellPkg: Fix conditionally uninitialized variablesMichael Kubacki1-3/+6
2021-12-07ShellPkg: Apply uncrustify changesMichael Kubacki1-80/+83
2019-04-09ShellPkg: Replace BSD License with BSD+Patent LicenseMichael D Kinney1-7/+1
2018-06-28ShellPkg: Clean up source filesLiming Gao1-8/+8
2016-07-19ShellPkg: Fix VS2010/2012 build failureRuiyu Ni1-0/+2
2016-07-18ShellPkg/EfiDecompress: Handle memory allocation failureRuiyu Ni1-24/+28
2015-02-05ShellPkg: Standardized HP Copyright Message StringTapan Shah1-1/+1
2015-02-04ShellPkg: Update Debug1 profile commands response outputTapan Shah1-8/+9
2014-05-14ShellPkg: report error when EfiDecompress is run on a non-compressed fileJaben Carsey1-25/+29
2011-10-11ShellPkg: Add checks for NULL pointers. jcarsey1-2/+5
2011-03-26comp - add comments and add input verification jcarsey1-64/+73
2010-11-17Add "Debug1" profile (all but Edit and HexEdit commands)jcarsey1-0/+163