summaryrefslogtreecommitdiff
path: root/ShellPkg/Library/UefiShellLib/UefiShellLib.c
AgeCommit message (Expand)AuthorFilesLines
2023-12-08ShellPkg: Fix typosPage Chen1-20/+20
2023-10-17ShellPkg: Increase PcdShellPrintBufferSize from UINT16 to UINT32Giri Mudusuru1-9/+10
2021-12-07ShellPkg: Apply uncrustify changesMichael Kubacki1-1010/+1209
2020-08-19ShellPkg: Fix spelling mistake for occurredMichael D Kinney1-3/+3
2019-10-09ShellPkg/UefiShellLib: clarify workaround for unfixable EdkShell bugLaszlo Ersek1-2/+20
2019-10-09ShellPkg: stop using EFI_HANDLE in place of EFI_HII_HANDLELaszlo Ersek1-2/+2
2019-07-01ShellPkg/UefiShellLib: Set input pointer parameter to null if failureBret Barkelew1-0/+5
2019-04-09ShellPkg: Replace BSD License with BSD+Patent LicenseMichael D Kinney1-7/+1
2019-01-31ShellPkg/UefiShellLib: Use BaseLib api CharToUpperShenglei Zhang1-30/+3
2018-11-08ShellPkg/ShellLib: Fix potential NULL deference issueRuiyu Ni1-1/+5
2018-11-05ShellPkg-UefiShellLib: Add a function to fully-qualify pathsJim.Dailey@dell.com1-1/+116
2018-08-16ShellPkg/UefiShellLib: rebase ShellOpenFileByDevicePath() to UefiLib APILaszlo Ersek1-110/+3
2018-08-16ShellPkg/UefiShellLib: drop DeviceHandle param of ShellOpenFileByDevicePath()Laszlo Ersek1-7/+4
2018-06-28ShellPkg: Clean up source filesLiming Gao1-36/+36
2018-02-15ShellPkg/ShellLib: Fix a bug in InternalShellIsHexOrDecimalNumberRuiyu Ni1-8/+15
2017-11-29ShellPkg/ShellLib: Fix dynamic command fails to start during bootRuiyu Ni1-37/+52
2017-11-28ShellPkg/ShellLib: Constructor doesn't depend on ShellParametersRuiyu Ni1-4/+8
2017-11-14ShellPkg: Fix MSFT C4255 warningSong, BinX1-0/+1
2017-10-17ShellPkg/UefiShellLib: Use a more bright blue/green colorRuiyu Ni1-2/+2
2017-07-27ShellPkg/ShellLib: Remove unused macrosRuiyu Ni1-2/+0
2017-06-02ShellPkg/UefiShellLib: Check correct variable for NULLJeff Westfahl1-1/+1
2017-05-24ShellPkg/UefiShellLib: Avoid reading undefined content before stringHao Wu1-1/+1
2017-03-06ShellPkg: Refine casting expression result to bigger sizeHao Wu1-2/+2
2016-10-31ShellPkg: print only valid characters for file overwrite promptTapan Shah1-2/+7
2016-10-19ShellPkg: Update sources to include MdePkg protocol definitionsRuiyu Ni1-1/+0
2016-10-09ShellPkg/UefiShellLib: Remove unnecessary EFIAPIChen A Chen1-14/+0
2016-10-07ShellPkg: Fix erroneous Status returned by ShellOpenFileByName()Vladimir Olovyannikov1-0/+3
2016-10-05ShellPkg: Move UnicodeCollation2 Protcol locate out of UefiShellLib constructorTapan Shah1-7/+9
2016-09-22ShellPkg: Expand special output file to include "NULL" and case insensitiveTapan Shah1-1/+13
2016-07-18ShellPkg/UefiShellLib.c: Handle memory allocation failureRuiyu Ni1-5/+6
2016-07-18ShellPkg/UefiShellLib: Handle memory allocation failureRuiyu Ni1-2/+10
2016-07-07ShellPkg: Series of patches to fix typos - apropriate to appropriateMudusuru, Giri P1-1/+1
2016-06-30ShellPkg: don't call functions with side effects in ASSERT_EFI_ERROR()Laszlo Ersek1-1/+4
2016-02-23ShellPkg: Do NULL pointer check before the pointer is used.Qiu Shumin1-1/+1
2016-02-19ShellPkg: Fix the last command doesn't work in a script.Qiu Shumin1-1/+4
2016-02-10ShellPkg: complete previous incomplete patchJim Dailey1-29/+13
2016-02-10Merge branch 'master' of https://github.com/tianocore/edk2Jaben Carsey1-13/+29
2016-02-10ShellPkg: ShellFileHandleReadLine must return UCS2 lines.Jim Dailey1-31/+26
2016-02-09ShellPkg: Fix ASCII and UNICODE file pipes.jaben carsey1-18/+39
2016-02-08ShellPkg: Fix ASCII and UNICODE file pipes.jaben carsey1-18/+39
2015-12-25ShellPkg: Fix memory leak in 'ShellOpenFileByName'.Yao Jiewen1-1/+6
2015-10-23ShellPkg: Follow spec to remove the last '\' char in return name of GetCurDir().Qiu Shumin1-1/+4
2015-07-28ShellPkg: prevent Close call when Open failedJaben Carsey1-2/+3
2015-07-08ShellPkg: Fix typo of 'determines' in ShellPkg.Bruce Cran1-1/+1
2015-07-02ShellPkg: fix string to number conversion with "0 "Jaben Carsey1-9/+12
2015-07-02ShellPkg: Refine the code logic of StrnCatGrow.Qiu Shumin1-2/+3
2015-06-30ShellPkg: Use safe string functions to refine code.Qiu Shumin1-12/+23
2015-04-01ShellPkg: Remove extra quotes surrounding flag values.Qiu Shumin1-28/+9
2015-03-13ShellPkg: Add type cast to avoid build failure in VS2005.Qiu Shumin1-1/+1
2015-02-23ShellPkg/UefiShellLib: Fixed ARM compiler errorOlivier Martin1-1/+1