summaryrefslogtreecommitdiff
path: root/ShellPkg/Library/UefiShellLib
AgeCommit message (Expand)Author
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-22ShellPkg: Refine the fomat in INF/DEC files to follow spec.Qiu Shumin
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-09-03ShellPkg: Add DXE_DRIVER class type to some librariesHarry Liebel
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
2012-07-26Roll back the change which caused build failydong10
2012-07-23ShellPkg: Update string to number conversion to correctly stop at spaces if s...jcarsey
2012-05-30ShellPkg: Enable Runtime DXE drivers to make use of Shell libraries with the ...jcarsey
2012-03-26correct removal of commit 12951.jcarsey
2012-01-30ShellPkg: Allow for format character strings to be typed in editor without ha...jcarsey
2012-01-27ShellPkg: parameters with spaces need quotes.jcarsey
2012-01-20ShellPkg: This patch fixes the redirection support for a Shell2 application r...jcarsey
2011-11-12ShellPkg: Update comments for functions to clarify buffer origin.darylm503
2011-10-17ShellPkg: Add checking for memory allocation and pointer returns from functions.jcarsey
2011-10-13SShellPkg: updating order of cast and addressing of a pointer (2 identical pl...jcarsey
2011-10-13Check the pointer before use it to avoid potential access violation.ydong10
2011-10-10ShellPkg: Verify memory allocations without ASSERT.jcarsey
2011-10-08Add pointer check for NULL before dereference it.sfu5
2011-09-02Refine comments and two code style.ydong10
2011-08-23ShellPkg: fix ShellPrint-functions to allow for escape character to prevent a...jcarsey
2011-07-06Move the 2 functions associated with reading whole lines at a single time fro...jcarsey
2011-06-27Clarify that the shared variables of the shell protocols are properly named.jcarsey
2011-06-27replace protocol presence ASSERTs with error returns.jcarsey
2011-06-27allow for failure return when called without a shell present.jcarsey