summaryrefslogtreecommitdiffstats
path: root/ShellPkg/Library/UefiShellLib
Commit message (Expand)AuthorAgeFilesLines
* ShellPkg: Fix spelling mistake for occurredMichael D Kinney2020-08-191-3/+3
* ShellPkg/UefiShellLib: clarify workaround for unfixable EdkShell bugLaszlo Ersek2019-10-091-2/+20
* ShellPkg: stop using EFI_HANDLE in place of EFI_HII_HANDLELaszlo Ersek2019-10-091-2/+2
* ShellPkg/UefiShellLib: Set input pointer parameter to null if failureBret Barkelew2019-07-011-0/+5
* ShellPkg: Replace BSD License with BSD+Patent LicenseMichael D Kinney2019-04-093-20/+3
* ShellPkg/UefiShellLib: Use BaseLib api CharToUpperShenglei Zhang2019-01-311-30/+3
* ShellPkg/ShellLib: Fix potential NULL deference issueRuiyu Ni2018-11-081-1/+5
* ShellPkg-UefiShellLib: Add a function to fully-qualify pathsJim.Dailey@dell.com2018-11-051-1/+116
* ShellPkg/UefiShellLib: rebase ShellOpenFileByDevicePath() to UefiLib APILaszlo Ersek2018-08-162-111/+3
* ShellPkg/UefiShellLib: drop DeviceHandle param of ShellOpenFileByDevicePath()Laszlo Ersek2018-08-162-8/+5
* ShellPkg: Removing ipf which is no longer supported from edk2.chenc22018-06-291-2/+2
* ShellPkg: Clean up source filesLiming Gao2018-06-282-39/+39
* ShellPkg/ShellLib: Fix a bug in InternalShellIsHexOrDecimalNumberRuiyu Ni2018-02-151-8/+15
* ShellPkg/ShellLib: Fix dynamic command fails to start during bootRuiyu Ni2017-11-291-37/+52
* ShellPkg/ShellLib: Constructor doesn't depend on ShellParametersRuiyu Ni2017-11-281-4/+8
* ShellPkg: Fix MSFT C4255 warningSong, BinX2017-11-141-0/+1
* ShellPkg/UefiShellLib: Use a more bright blue/green colorRuiyu Ni2017-10-171-2/+2
* ShellPkg/ShellLib: Remove unused macrosRuiyu Ni2017-07-271-2/+0
* 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-192-4/+3
* ShellPkg/UefiShellLib: Remove unnecessary EFIAPIChen A Chen2016-10-092-16/+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-223-1/+17
* 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: Update Guid/Protocol usages in INF files.Liming Gao2016-04-131-3/+3
* 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-082-19/+40
* | ShellPkg: ShellFileHandleReadLine must return UCS2 lines.Jim Dailey2016-02-101-31/+26
* | ShellPkg: Fix ASCII and UNICODE file pipes.jaben carsey2016-02-092-19/+40
|/
* 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: Refine the fomat in INF/DEC files to follow spec.Qiu Shumin2015-01-221-9/+9