summaryrefslogtreecommitdiffstats
path: root/ShellPkg/Library/UefiShellLib/UefiShellLib.c
Commit message (Expand)AuthorAgeFilesLines
* ShellPkg/UefiShellLib: Check correct variable for NULLJeff Westfahl2017-06-021-1/+1
* ShellPkg/UefiShellLib: Avoid reading undefined content before stringHao Wu2017-05-241-1/+1
* ShellPkg: Refine casting expression result to bigger sizeHao Wu2017-03-061-2/+2
* ShellPkg: print only valid characters for file overwrite promptTapan Shah2016-10-311-2/+7
* ShellPkg: Update sources to include MdePkg protocol definitionsRuiyu Ni2016-10-191-1/+0
* ShellPkg/UefiShellLib: Remove unnecessary EFIAPIChen A Chen2016-10-091-14/+0
* ShellPkg: Fix erroneous Status returned by ShellOpenFileByName()Vladimir Olovyannikov2016-10-071-0/+3
* ShellPkg: Move UnicodeCollation2 Protcol locate out of UefiShellLib constructorTapan Shah2016-10-051-7/+9
* ShellPkg: Expand special output file to include "NULL" and case insensitiveTapan Shah2016-09-221-1/+13
* ShellPkg/UefiShellLib.c: Handle memory allocation failureRuiyu Ni2016-07-181-5/+6
* ShellPkg/UefiShellLib: Handle memory allocation failureRuiyu Ni2016-07-181-2/+10
* ShellPkg: Series of patches to fix typos - apropriate to appropriateMudusuru, Giri P2016-07-071-1/+1
* ShellPkg: don't call functions with side effects in ASSERT_EFI_ERROR()Laszlo Ersek2016-06-301-1/+4
* ShellPkg: Do NULL pointer check before the pointer is used.Qiu Shumin2016-02-231-1/+1
* ShellPkg: Fix the last command doesn't work in a script.Qiu Shumin2016-02-191-1/+4
* ShellPkg: complete previous incomplete patchJim Dailey2016-02-101-29/+13
* Merge branch 'master' of https://github.com/tianocore/edk2Jaben Carsey2016-02-101-13/+29
|\
| * ShellPkg: Fix ASCII and UNICODE file pipes.jaben carsey2016-02-081-18/+39
* | ShellPkg: ShellFileHandleReadLine must return UCS2 lines.Jim Dailey2016-02-101-31/+26
* | ShellPkg: Fix ASCII and UNICODE file pipes.jaben carsey2016-02-091-18/+39
|/
* ShellPkg: Fix memory leak in 'ShellOpenFileByName'.Yao Jiewen2015-12-251-1/+6
* ShellPkg: Follow spec to remove the last '\' char in return name of GetCurDir().Qiu Shumin2015-10-231-1/+4
* ShellPkg: prevent Close call when Open failedJaben Carsey2015-07-281-2/+3
* ShellPkg: Fix typo of 'determines' in ShellPkg.Bruce Cran2015-07-081-1/+1
* ShellPkg: fix string to number conversion with "0 "Jaben Carsey2015-07-021-9/+12
* ShellPkg: Refine the code logic of StrnCatGrow.Qiu Shumin2015-07-021-2/+3
* ShellPkg: Use safe string functions to refine code.Qiu Shumin2015-06-301-12/+23
* ShellPkg: Remove extra quotes surrounding flag values.Qiu Shumin2015-04-011-28/+9
* ShellPkg: Add type cast to avoid build failure in VS2005.Qiu Shumin2015-03-131-1/+1
* ShellPkg/UefiShellLib: Fixed ARM compiler errorOlivier Martin2015-02-231-1/+1
* ShellPkg: UefiShellLib: drop wrong PathLib library class dependencyLaszlo Ersek2015-01-141-1/+1
* ShellPkg: allow creating of files to create required directory pathjaben carsey2015-01-131-4/+27
* ShellPkg: Code refine. Add error handling code to check pointer and remove re...Qiu Shumin2014-12-161-1/+0
* ShellPkg: Code refine to avoid potential dereference of pointer.Qiu Shumin2014-11-201-1/+1
* ShellPkg: Add type cast to avoid build failure in VS2005.Qiu Shumin2014-11-121-1/+1
* ShellPkg: Fix timezone commandjcarsey2014-11-041-9/+17
* ShellPkg: Refine code style to avoid potential uninitialized local variable.Qiu Shumin2014-09-191-0/+2
* ShellPkg: Remove redundant quotes in file path string for Shell command param...Qiu Shumin2014-09-171-2/+53
* ShellPkg: Refactor string manipulation in UefiShellLib commandJaben Carsey2014-08-191-38/+40
* ShellPkg: Check while string up to space, not the characterJaben Carsey2014-08-191-1/+1
* ShellPkg/UefiShellLib.c: Execute: Return a Command status even in the old shellBrendan Jackman2014-01-241-3/+17
* ShellLib/UefiShellLib.c: Fix doc comment for ShellOpenFileMetaArgBrendan Jackman2014-01-241-2/+2
* ShellPkg: Remove ASSERTJaben Carsey2014-01-161-6/+18
* ShellPkg: remove potential memory leak with new apps on old shellJaben Carsey2014-01-101-1/+2
* ShellPkg: Add support for CTRL-C within shell user promptingJaben Carsey2013-12-091-0/+21
* ShellPkg: Add ShellHexStrToUintn to allow for simple conversion of hex numbers.Jaben Carsey2013-11-221-0/+26
* ShellPkg: clarify space limitation in comment.Jaben Carsey2013-11-141-1/+1
* ShellPkg: Add ShellPrintHelp function to ShellLib.jcarsey2013-03-041-0/+60
* ShellPkg: Added function ShellDeleteByName which deletes a file by name.jcarsey2013-02-201-1/+46
* Fixed some alignment faults in IPF platformydong102013-01-251-2/+33