summaryrefslogtreecommitdiff
path: root/ShellPkg/Library/UefiShellLevel2CommandsLib
AgeCommit message (Expand)Author
2015-06-30ShellPkg: Use safe string functions to refine code.Qiu Shumin
2015-06-09ShellPkg: Fix the Non-ASCII char and do code refine.Qiu Shumin
2015-06-03ShellPkg: Handle escape characters properly for parse commandTapan Shah
2015-06-03ShellPkg: Add pipe support for parse commandTapan Shah
2015-05-11ShellPkg: Fix buffer overflow issue in 'map' command.Qiu Shumin
2015-04-15ShellPkg/UefiShellLevel2CommandsLib: Handle the returned errorOlivier Martin
2015-04-07ShellPkg: fix mv and cp command related issuesTapan Shah
2015-03-09ShellPkg: Help and Error Messages UpdateTapan Shah
2015-02-04ShellPkg: Standardized HP Copyright Message StringTapan Shah
2015-02-03ShellPkg: Update Level2 profile commands response outputTapan Shah
2015-01-22ShellPkg: Refine the fomat in INF/DEC files to follow spec.Qiu Shumin
2015-01-13MdeModulePkg, MdePkg, NetworkPkg, OvmfPkg, PerformancePkg, ShellPkg: Library ...Daryl McDaniel
2014-11-20ShellPkg: Fix 'parse' command to use ," for SFO column delimiterChris Phillips
2014-11-04ShellPkg: Fix timezone commandjcarsey
2014-10-14ShellPkg: Comments update and code refine.Qiu Shumin
2014-10-09ShellPkg: Add a typecast to 'BOOLEAN' to avoid build failure in VS2005. Qiu Shumin
2014-10-08ShellPkg: fix "incompatible pointer type" build errorGabriel Somlo
2014-10-02ShellPkg: Update MV. now supports across file system moves.Jaben Carsey
2014-09-23ShellPkg: Refine code style to avoid potential NullPointer dereference.Qiu Shumin
2014-09-19ShellPkg: ShellPkg: Fix the cp fail while coping directory.Ni Ruiyu
2014-09-19ShellPkg: Refine code style to avoid potential uninitialized local variable.Qiu Shumin
2014-09-17ShellPkg: Remove redundant quotes in file path string for Shell command param...Qiu Shumin
2014-09-03Updates the logic to allow RM and CP to have silent/quiet mode work successfu...Jaben Carsey
2014-08-29This patch replaces StrCpy with StrnCpy or refactors out the usage of StrCpy ...Jaben Carsey
2014-08-29Add CTRL+C support for ‘attrib’ command.Tapan Shah
2014-08-29Cleanup UefiShellLevel2CommandsLib commands help output string to :Tapan Shah
2014-08-29Add CTRL+C support for ‘ls’ command.Tapan Shah
2014-08-29Add new aliases called ‘move’ and ‘mount’ for ‘mv’ and ‘map’ ...Tapan Shah
2014-08-28ShellPkg: Fix ‘ren’ alias for ‘mv’ command.Tapan Shah
2014-08-22ShellPkg: Refactor string manipulationJaben Carsey
2014-08-21ShellPkg: Fixes and updates for the 'parse' commandChris Phillips
2014-08-21ShellPkg: Fix 'ls -sfo' and 'map -sfo' output format to match UEFI Shell 2.1 ...Chris Phillips
2014-08-20ShellPkg: Fix typo in 'uni' files.Qiu Shumin
2014-08-19ShellPkg: Fixes for timezone handling and 'date -sfo'Chris Phillips
2014-08-07ShellPkg: Refactor string manipulation in cp commandJaben Carsey
2014-08-05Updates the logic to allow RM and CP to have silent/quiet mode work successfu...Jaben Carsey
2014-07-29Update code to support VS2013 tool chain.Eric Dong
2014-06-24ShellPkg: Fix 'mv' command to not attempt moving a file from write-protected ...Chris Phillips
2014-06-23ShellPkg: Move UpdateMapping() out of Map command and added to UefiShellComma...Tapan Shah
2014-06-06Use a compare operator for Non-Boolean comparison in 'map.c'.Qiu Shumin
2014-05-28ShellPkg: fix display for map command with filteringJaben Carsey
2014-05-14ShellPkg: Add error messages to CP when destination file or directory cannot ...Jaben Carsey
2014-03-07 1.Add code to check the pointer 'CorrectedPath' in Ls.c line 460 before ref...Shumin Qiu
2014-02-25Add code to check whether the pointer 'CorrectedPath' and 'FullPath' are NULL...Shumin Qiu
2014-02-18ShellPkg: Update "ls" command to better handle "-r" parameterJaben Carsey
2014-02-12Add code to check the return status for ShellReadFile and ShellWriteFile when...Shumin Qiu
2014-02-11ShellPkg: Prevent "set" command from updating %lasterror%Jaben Carsey
2014-01-281. Fix several comments in function headers for 'ShellProtocol.c', 'ShellProt...Shumin Qiu
2014-01-24ShellPkg: Refactor Print logic out of main loop functionJaben Carsey
2014-01-10ShellPkg: remove double free operationJaben Carsey