summaryrefslogtreecommitdiffstats
path: root/ShellPkg/Library/UefiShellLib
Commit message (Expand)AuthorAgeFilesLines
* ShellPkg/UefiShellLib.c: Handle memory allocation failureRuiyu Ni2016-07-251-5/+6
* ShellPkg/UefiShellLib: Handle memory allocation failureRuiyu Ni2016-07-251-2/+10
* ShellPkg: Series of patches to fix typos - apropriate to appropriateMudusuru, Giri P2016-07-131-1/+1
* ShellPkg: don't call functions with side effects in ASSERT_EFI_ERROR()Laszlo Ersek2016-07-131-1/+4
* ShellPkg: Update Guid/Protocol usages in INF files.Liming Gao2016-07-131-3/+3
* ShellPkg: Do NULL pointer check before the pointer is used.Qiu Shumin2016-07-131-1/+1
* ShellPkg: Fix the last command doesn't work in a script.Qiu Shumin2016-07-131-1/+4
* ShellPkg: complete previous incomplete patchJim Dailey2016-07-131-29/+13
* ShellPkg: Fix ASCII and UNICODE file pipes.jaben carsey2016-07-131-13/+29
* ShellPkg: ShellFileHandleReadLine must return UCS2 lines.Jim Dailey2016-07-131-31/+26
* ShellPkg: Fix ASCII and UNICODE file pipes.jaben carsey2016-07-132-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-12-181-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
* ShellPkg: UefiShellLib: drop wrong PathLib library class dependencyLaszlo Ersek2015-01-142-2/+1
* ShellPkg: allow creating of files to create required directory pathjaben carsey2015-01-132-5/+29
* ShellPkg: Code refine. Add error handling code to check pointer and remove re...Qiu Shumin2014-12-161-1/+0
* ShellPkg: Code refine to avoid potential dereference of pointer.Qiu Shumin2014-11-201-1/+1
* ShellPkg: Add type cast to avoid build failure in VS2005.Qiu Shumin2014-11-121-1/+1
* ShellPkg: Fix timezone commandjcarsey2014-11-042-11/+21
* ShellPkg: Refine code style to avoid potential uninitialized local variable.Qiu Shumin2014-09-191-0/+2
* ShellPkg: Remove redundant quotes in file path string for Shell command param...Qiu Shumin2014-09-172-2/+71
* ShellPkg: Add DXE_DRIVER class type to some librariesHarry Liebel2014-09-031-1/+1
* ShellPkg: Refactor string manipulation in UefiShellLib commandJaben Carsey2014-08-191-38/+40
* ShellPkg: Check while string up to space, not the characterJaben Carsey2014-08-191-1/+1
* ShellPkg/UefiShellLib.c: Execute: Return a Command status even in the old shellBrendan Jackman2014-01-241-3/+17
* ShellLib/UefiShellLib.c: Fix doc comment for ShellOpenFileMetaArgBrendan Jackman2014-01-241-2/+2
* ShellPkg: Remove ASSERTJaben Carsey2014-01-161-6/+18
* ShellPkg: remove potential memory leak with new apps on old shellJaben Carsey2014-01-101-1/+2
* ShellPkg: Add support for CTRL-C within shell user promptingJaben Carsey2013-12-091-0/+21
* ShellPkg: Add ShellHexStrToUintn to allow for simple conversion of hex numbers.Jaben Carsey2013-11-221-0/+26
* ShellPkg: clarify space limitation in comment.Jaben Carsey2013-11-141-1/+1
* ShellPkg: Add ShellPrintHelp function to ShellLib.jcarsey2013-03-041-0/+60
* ShellPkg: Added function ShellDeleteByName which deletes a file by name.jcarsey2013-02-201-1/+46
* Fixed some alignment faults in IPF platformydong102013-01-251-2/+33
* Fix always allocate memory issue.ydong102012-09-071-4/+6
* Roll back the change which caused build failydong102012-07-261-3/+3
* ShellPkg: Update string to number conversion to correctly stop at spaces if s...jcarsey2012-07-231-3/+3
* ShellPkg: Enable Runtime DXE drivers to make use of Shell libraries with the ...jcarsey2012-05-301-1/+1
* correct removal of commit 12951.jcarsey2012-03-261-2/+4
* ShellPkg: Allow for format character strings to be typed in editor without ha...jcarsey2012-01-301-0/+5
* ShellPkg: parameters with spaces need quotes.jcarsey2012-01-271-17/+34