summaryrefslogtreecommitdiff
path: root/ShellPkg/Library/UefiShellLevel2CommandsLib/Cp.c
AgeCommit message (Expand)AuthorFilesLines
2021-12-07ShellPkg: Apply uncrustify changesMichael Kubacki1-275/+298
2019-08-12ShellPkg/UefiShellLevel2CommansLib: Pointer Resonse should be checkedGao, Zhichao1-1/+4
2019-04-09ShellPkg: Replace BSD License with BSD+Patent LicenseMichael D Kinney1-7/+1
2018-06-28ShellPkg: Clean up source filesLiming Gao1-29/+29
2018-01-29ShellPkg/Level2Command: Use UnicodeCollation in StrinCmpRuiyu Ni1-2/+2
2016-10-09ShellPkg/UefiShellLevel2CommandsLib: Remove unnecessary EFIAPIChen A Chen1-4/+0
2016-07-18ShellPkg/Cp: Handle memory allocation failureRuiyu Ni1-6/+13
2015-10-23ShellPkg: Follow spec to remove the last '\' char in return name of GetCurDir().Qiu Shumin1-2/+10
2015-06-30ShellPkg: Use safe string functions to refine code.Qiu Shumin1-16/+16
2015-04-15ShellPkg/UefiShellLevel2CommandsLib: Handle the returned errorOlivier Martin1-2/+5
2015-04-07ShellPkg: fix mv and cp command related issuesTapan Shah1-7/+9
2015-02-04ShellPkg: Standardized HP Copyright Message StringTapan Shah1-1/+1
2015-02-03ShellPkg: Update Level2 profile commands response outputTapan Shah1-23/+24
2014-09-23ShellPkg: Refine code style to avoid potential NullPointer dereference.Qiu Shumin1-1/+3
2014-09-19ShellPkg: ShellPkg: Fix the cp fail while coping directory.Ni Ruiyu1-1/+2
2014-09-19ShellPkg: Refine code style to avoid potential uninitialized local variable.Qiu Shumin1-4/+5
2014-09-17ShellPkg: Remove redundant quotes in file path string for Shell command param...Qiu Shumin1-27/+46
2014-08-07ShellPkg: Refactor string manipulation in cp commandJaben Carsey1-20/+20
2014-08-05Updates the logic to allow RM and CP to have silent/quiet mode work successfu...Jaben Carsey1-1/+3
2014-05-14ShellPkg: Add error messages to CP when destination file or directory cannot ...Jaben Carsey1-1/+3
2014-02-12Add code to check the return status for ShellReadFile and ShellWriteFile when...Shumin Qiu1-2/+13
2013-08-27ShellPkg: Fixed build errors related to variable declarationsOlivier Martin1-3/+1
2013-08-23ShellPkg: Fix potentially uninitialized variable compiler warningJaben Carsey1-0/+1
2013-08-21ShellPkg: Fix file size error upon copy operation.Jaben Carsey1-78/+72
2013-08-08ShellPkg: increase available size for PcdShellFileOperationSizeEugene Cohen1-2/+2
2013-06-04ShellPkg: refine the logic for cp commandEric Dong1-13/+23
2013-05-07ShellPkg: Fixed build error 'variable set but not used'jcarsey1-3/+3
2013-04-18ShellPkg: explicitly prevent dereferencing pointerjcarsey1-1/+1
2013-03-12ShellPkg: Fixes CP function to prevent copying of files if destination does n...jcarsey1-46/+104
2013-02-22ShellPkg : Check pointer before dereferencingjcarsey1-8/+10
2013-02-14ShellPkg: fix string truncation.jcarsey1-2/+2
2011-09-20ShellPkg: fix support for "\" (or "\.") meaning root of drive.jcarsey1-1/+13
2011-06-30This refactors 3 functions out of ShellCommandLib and puts them into a new li...jcarsey1-2/+2
2011-06-30add fixes for code verification happyness.jcarsey1-0/+5
2011-03-30fix for the cp shell command - halt when an error was encountered and also fi...jcarsey1-10/+13
2011-03-28cp - fix conditional for memory de-allocaiton.jcarsey1-1/+1
2011-03-25Cd - add more input verification.jcarsey1-18/+51
2010-10-04Verify more memory allocations.jcarsey1-1/+1
2010-10-04Verify memory allocations were successful.jcarsey1-0/+7
2010-09-17ShellPkg: Fix several GCC compiler warningsjljusten1-0/+2
2010-09-14udk2010.up2.shell initial release.jcarsey1-0/+599