summaryrefslogtreecommitdiffstats
path: root/ShellPkg/Library/UefiShellLevel2CommandsLib/Cp.c
Commit message (Expand)AuthorAgeFilesLines
* ShellPkg: Clean up source filesLiming Gao2018-06-281-29/+29
* ShellPkg/Level2Command: Use UnicodeCollation in StrinCmpRuiyu Ni2018-01-291-2/+2
* ShellPkg/UefiShellLevel2CommandsLib: Remove unnecessary EFIAPIChen A Chen2016-10-091-4/+0
* ShellPkg/Cp: Handle memory allocation failureRuiyu Ni2016-07-181-6/+13
* ShellPkg: Follow spec to remove the last '\' char in return name of GetCurDir().Qiu Shumin2015-10-231-2/+10
* ShellPkg: Use safe string functions to refine code.Qiu Shumin2015-06-301-16/+16
* ShellPkg/UefiShellLevel2CommandsLib: Handle the returned errorOlivier Martin2015-04-151-2/+5
* ShellPkg: fix mv and cp command related issuesTapan Shah2015-04-071-7/+9
* ShellPkg: Standardized HP Copyright Message StringTapan Shah2015-02-041-1/+1
* ShellPkg: Update Level2 profile commands response outputTapan Shah2015-02-031-23/+24
* ShellPkg: Refine code style to avoid potential NullPointer dereference.Qiu Shumin2014-09-231-1/+3
* ShellPkg: ShellPkg: Fix the cp fail while coping directory.Ni Ruiyu2014-09-191-1/+2
* ShellPkg: Refine code style to avoid potential uninitialized local variable.Qiu Shumin2014-09-191-4/+5
* ShellPkg: Remove redundant quotes in file path string for Shell command param...Qiu Shumin2014-09-171-27/+46
* ShellPkg: Refactor string manipulation in cp commandJaben Carsey2014-08-071-20/+20
* Updates the logic to allow RM and CP to have silent/quiet mode work successfu...Jaben Carsey2014-08-051-1/+3
* ShellPkg: Add error messages to CP when destination file or directory cannot ...Jaben Carsey2014-05-141-1/+3
* Add code to check the return status for ShellReadFile and ShellWriteFile when...Shumin Qiu2014-02-121-2/+13
* ShellPkg: Fixed build errors related to variable declarationsOlivier Martin2013-08-271-3/+1
* ShellPkg: Fix potentially uninitialized variable compiler warningJaben Carsey2013-08-231-0/+1
* ShellPkg: Fix file size error upon copy operation.Jaben Carsey2013-08-211-78/+72
* ShellPkg: increase available size for PcdShellFileOperationSizeEugene Cohen2013-08-081-2/+2
* ShellPkg: refine the logic for cp commandEric Dong2013-06-041-13/+23
* ShellPkg: Fixed build error 'variable set but not used'jcarsey2013-05-071-3/+3
* ShellPkg: explicitly prevent dereferencing pointerjcarsey2013-04-181-1/+1
* ShellPkg: Fixes CP function to prevent copying of files if destination does n...jcarsey2013-03-121-46/+104
* ShellPkg : Check pointer before dereferencingjcarsey2013-02-221-8/+10
* ShellPkg: fix string truncation.jcarsey2013-02-141-2/+2
* ShellPkg: fix support for "\" (or "\.") meaning root of drive.jcarsey2011-09-201-1/+13
* This refactors 3 functions out of ShellCommandLib and puts them into a new li...jcarsey2011-06-301-2/+2
* add fixes for code verification happyness.jcarsey2011-06-301-0/+5
* fix for the cp shell command - halt when an error was encountered and also fi...jcarsey2011-03-301-10/+13
* cp - fix conditional for memory de-allocaiton.jcarsey2011-03-281-1/+1
* Cd - add more input verification.jcarsey2011-03-251-18/+51
* Verify more memory allocations.jcarsey2010-10-041-1/+1
* Verify memory allocations were successful.jcarsey2010-10-041-0/+7
* ShellPkg: Fix several GCC compiler warningsjljusten2010-09-171-0/+2
* udk2010.up2.shell initial release.jcarsey2010-09-141-0/+599