summaryrefslogtreecommitdiff
path: root/ShellPkg/Library/UefiShellLib
AgeCommit message (Expand)AuthorFilesLines
2015-01-22ShellPkg: Refine the fomat in INF/DEC files to follow spec.Qiu Shumin1-9/+9
2015-01-14ShellPkg: UefiShellLib: drop wrong PathLib library class dependencyLaszlo Ersek2-2/+1
2015-01-13ShellPkg: allow creating of files to create required directory pathjaben carsey2-5/+29
2014-12-16ShellPkg: Code refine. Add error handling code to check pointer and remove re...Qiu Shumin1-1/+0
2014-11-20ShellPkg: Code refine to avoid potential dereference of pointer.Qiu Shumin1-1/+1
2014-11-12ShellPkg: Add type cast to avoid build failure in VS2005.Qiu Shumin1-1/+1
2014-11-04ShellPkg: Fix timezone commandjcarsey2-11/+21
2014-09-19ShellPkg: Refine code style to avoid potential uninitialized local variable.Qiu Shumin1-0/+2
2014-09-17ShellPkg: Remove redundant quotes in file path string for Shell command param...Qiu Shumin2-2/+71
2014-09-03ShellPkg: Add DXE_DRIVER class type to some librariesHarry Liebel1-1/+1
2014-08-19ShellPkg: Refactor string manipulation in UefiShellLib commandJaben Carsey1-38/+40
2014-08-19ShellPkg: Check while string up to space, not the characterJaben Carsey1-1/+1
2014-01-24ShellPkg/UefiShellLib.c: Execute: Return a Command status even in the old shellBrendan Jackman1-3/+17
2014-01-24ShellLib/UefiShellLib.c: Fix doc comment for ShellOpenFileMetaArgBrendan Jackman1-2/+2
2014-01-16ShellPkg: Remove ASSERTJaben Carsey1-6/+18
2014-01-10ShellPkg: remove potential memory leak with new apps on old shellJaben Carsey1-1/+2
2013-12-09ShellPkg: Add support for CTRL-C within shell user promptingJaben Carsey1-0/+21
2013-11-22ShellPkg: Add ShellHexStrToUintn to allow for simple conversion of hex numbers.Jaben Carsey1-0/+26
2013-11-14ShellPkg: clarify space limitation in comment.Jaben Carsey1-1/+1
2013-03-04ShellPkg: Add ShellPrintHelp function to ShellLib.jcarsey1-0/+60
2013-02-20ShellPkg: Added function ShellDeleteByName which deletes a file by name.jcarsey1-1/+46
2013-01-25Fixed some alignment faults in IPF platformydong101-2/+33
2012-09-07Fix always allocate memory issue.ydong101-4/+6
2012-07-26Roll back the change which caused build failydong101-3/+3
2012-07-23ShellPkg: Update string to number conversion to correctly stop at spaces if s...jcarsey1-3/+3
2012-05-30ShellPkg: Enable Runtime DXE drivers to make use of Shell libraries with the ...jcarsey1-1/+1
2012-03-26correct removal of commit 12951.jcarsey1-2/+4
2012-01-30ShellPkg: Allow for format character strings to be typed in editor without ha...jcarsey1-0/+5
2012-01-27ShellPkg: parameters with spaces need quotes.jcarsey1-17/+34
2012-01-20ShellPkg: This patch fixes the redirection support for a Shell2 application r...jcarsey1-4/+6
2011-11-12ShellPkg: Update comments for functions to clarify buffer origin.darylm5031-113/+116
2011-10-17ShellPkg: Add checking for memory allocation and pointer returns from functions.jcarsey1-3/+8
2011-10-13SShellPkg: updating order of cast and addressing of a pointer (2 identical pl...jcarsey1-2/+2
2011-10-13Check the pointer before use it to avoid potential access violation.ydong101-9/+4
2011-10-10ShellPkg: Verify memory allocations without ASSERT.jcarsey1-19/+46
2011-10-08Add pointer check for NULL before dereference it.sfu51-0/+3
2011-09-02Refine comments and two code style.ydong101-26/+26
2011-08-23ShellPkg: fix ShellPrint-functions to allow for escape character to prevent a...jcarsey1-25/+33
2011-07-06Move the 2 functions associated with reading whole lines at a single time fro...jcarsey1-0/+151
2011-06-27Clarify that the shared variables of the shell protocols are properly named.jcarsey1-59/+59
2011-06-27replace protocol presence ASSERTs with error returns.jcarsey1-72/+82
2011-06-27allow for failure return when called without a shell present.jcarsey1-3/+6
2011-04-19check that memory allocation was successful.jcarsey1-0/+6
2011-04-13change file global variable to function local.jcarsey1-17/+11
2011-04-05add comments to function declarations and definitions and updated to match co...jcarsey1-1/+1
2011-03-25updated comments and added string-to-number conversion with return value to i...jcarsey3-59/+476
2010-10-04Verify more memory allocations.jcarsey1-25/+41
2010-09-14udk2010.up2.shell initial release.jcarsey2-349/+738
2010-07-19Add some error checking.xdu21-4/+10
2010-04-24Update the copyright notice formathhtian1-1/+1