summaryrefslogtreecommitdiff
path: root/ShellPkg/Library/UefiShellLib/UefiShellLib.c
AgeCommit message (Expand)Author
2017-04-27ShellPkg: Move to new locationGuo Mang
2017-03-06ShellPkg: Refine casting expression result to bigger sizeHao Wu
2016-10-31ShellPkg: print only valid characters for file overwrite promptTapan Shah
2016-10-19ShellPkg: Update sources to include MdePkg protocol definitionsRuiyu Ni
2016-10-09ShellPkg/UefiShellLib: Remove unnecessary EFIAPIChen A Chen
2016-10-07ShellPkg: Fix erroneous Status returned by ShellOpenFileByName()Vladimir Olovyannikov
2016-10-05ShellPkg: Move UnicodeCollation2 Protcol locate out of UefiShellLib constructorTapan Shah
2016-09-22ShellPkg: Expand special output file to include "NULL" and case insensitiveTapan Shah
2016-07-18ShellPkg/UefiShellLib.c: Handle memory allocation failureRuiyu Ni
2016-07-18ShellPkg/UefiShellLib: Handle memory allocation failureRuiyu Ni
2016-07-07ShellPkg: Series of patches to fix typos - apropriate to appropriateMudusuru, Giri P
2016-06-30ShellPkg: don't call functions with side effects in ASSERT_EFI_ERROR()Laszlo Ersek
2016-02-23ShellPkg: Do NULL pointer check before the pointer is used.Qiu Shumin
2016-02-19ShellPkg: Fix the last command doesn't work in a script.Qiu Shumin
2016-02-10ShellPkg: complete previous incomplete patchJim Dailey
2016-02-10Merge branch 'master' of https://github.com/tianocore/edk2Jaben Carsey
2016-02-10ShellPkg: ShellFileHandleReadLine must return UCS2 lines.Jim Dailey
2016-02-09ShellPkg: Fix ASCII and UNICODE file pipes.jaben carsey
2016-02-08ShellPkg: Fix ASCII and UNICODE file pipes.jaben carsey
2015-12-25ShellPkg: Fix memory leak in 'ShellOpenFileByName'.Yao Jiewen
2015-10-23ShellPkg: Follow spec to remove the last '\' char in return name of GetCurDir().Qiu Shumin
2015-07-28ShellPkg: prevent Close call when Open failedJaben Carsey
2015-07-08ShellPkg: Fix typo of 'determines' in ShellPkg.Bruce Cran
2015-07-02ShellPkg: fix string to number conversion with "0 "Jaben Carsey
2015-07-02ShellPkg: Refine the code logic of StrnCatGrow.Qiu Shumin
2015-06-30ShellPkg: Use safe string functions to refine code.Qiu Shumin
2015-04-01ShellPkg: Remove extra quotes surrounding flag values.Qiu Shumin
2015-03-13ShellPkg: Add type cast to avoid build failure in VS2005.Qiu Shumin
2015-02-23ShellPkg/UefiShellLib: Fixed ARM compiler errorOlivier Martin
2015-01-14ShellPkg: UefiShellLib: drop wrong PathLib library class dependencyLaszlo Ersek
2015-01-13ShellPkg: allow creating of files to create required directory pathjaben carsey
2014-12-16ShellPkg: Code refine. Add error handling code to check pointer and remove re...Qiu Shumin
2014-11-20ShellPkg: Code refine to avoid potential dereference of pointer.Qiu Shumin
2014-11-12ShellPkg: Add type cast to avoid build failure in VS2005.Qiu Shumin
2014-11-04ShellPkg: Fix timezone commandjcarsey
2014-09-19ShellPkg: Refine code style to avoid potential uninitialized local variable.Qiu Shumin
2014-09-17ShellPkg: Remove redundant quotes in file path string for Shell command param...Qiu Shumin
2014-08-19ShellPkg: Refactor string manipulation in UefiShellLib commandJaben Carsey
2014-08-19ShellPkg: Check while string up to space, not the characterJaben Carsey
2014-01-24ShellPkg/UefiShellLib.c: Execute: Return a Command status even in the old shellBrendan Jackman
2014-01-24ShellLib/UefiShellLib.c: Fix doc comment for ShellOpenFileMetaArgBrendan Jackman
2014-01-16ShellPkg: Remove ASSERTJaben Carsey
2014-01-10ShellPkg: remove potential memory leak with new apps on old shellJaben Carsey
2013-12-09ShellPkg: Add support for CTRL-C within shell user promptingJaben Carsey
2013-11-22ShellPkg: Add ShellHexStrToUintn to allow for simple conversion of hex numbers.Jaben Carsey
2013-11-14ShellPkg: clarify space limitation in comment.Jaben Carsey
2013-03-04ShellPkg: Add ShellPrintHelp function to ShellLib.jcarsey
2013-02-20ShellPkg: Added function ShellDeleteByName which deletes a file by name.jcarsey
2013-01-25Fixed some alignment faults in IPF platformydong10
2012-09-07Fix always allocate memory issue.ydong10