summaryrefslogtreecommitdiffstats
path: root/ShellPkg/Application
Commit message (Expand)AuthorAgeFilesLines
* ShellPkg: Fix memory leak in function 'EfiShellSetCurDir' and 'EfiShellSetMap'.Yao Jiewen2015-12-251-0/+9
* Subject: [PATCH 5/9] ShellPkg: Fix memory leak in function'ManBufferFindSecti...Qiu Shumin2015-12-251-0/+2
* ShellPkg: Fix memory leak in 'InternalShellExecuteDevicePath'.Yao Jiewen2015-12-241-0/+1
* ShellPkg: Fix the TAB-auto-completion memory leak.Qiu Shumin2015-12-241-0/+3
* ShellPkg: Fix memory leak when running Shell script.Qiu Shumin2015-12-242-0/+61
* ShellPkg: Refine the code logic of 'command history'.Qiu Shumin2015-12-242-13/+41
* ShellPkg: Fix memory leak in ShellProtocol.Qiu Shumin2015-12-231-0/+6
* ShellPkg: Fix memory leak in SimpleTextOutput on file.Qiu Shumin2015-12-231-1/+3
* ShellPkg: Refine the code format.Qiu Shumin2015-12-211-2/+21
* ShellPkg: Fix unhandled value in switch statementPaulo Alcantara2015-12-161-0/+2
* ShellPkg: Ease the shell's MAN file Title Header syntax requirements.Jim Dailey2015-12-161-48/+150
* ShellPkg/Shell - Fix ASSERT() when FvSimpleFileSystemDxe is usedMichael Kinney2015-12-121-26/+25
* ShellPkg: Convert all .uni files to utf-8Jordan Justen2015-12-091-0/+0
* ShellPkg: fix RVCT warning due to CONST in typecast.Cohen Eugene2015-11-261-1/+1
* ShellPkg: Don't strip positional parameters of quotation marks.Qiu Shumin2015-11-095-48/+80
* ShellPkg: Refine code by initializing local variable and adding ASSERT statem...Qiu Shumin2015-10-281-0/+2
* ShellPkg: Fix 'EfiShellExecute' doesn't get command status correctly.Qiu Shumin2015-10-264-40/+125
* ShellPkg: Follow spec to remove the last '\' char in return name of GetCurDir().Qiu Shumin2015-10-233-5/+14
* ShellPkg: Fix ASCII input redirection does not work correctly.Qiu Shumin2015-10-153-8/+39
* ShellPkg: Add a simple case to test shell parameter parsing logicRuiyu Ni2015-09-294-5/+75
* ShellPkg: Fix GCC build fail and code refine.Qiu Shumin2015-09-181-11/+23
* ShellPkg: Fix Shell fail when execute command in ShellProtocol.Execute().Yang Jadis2015-09-171-1/+1
* ShellPkg: Fix Shell does not support ASCII pipe(|a).Qiu Shumin2015-09-151-11/+25
* ShellPkg: Fix Shell fail with redundant space following delay number.Qiu Shumin2015-09-102-0/+12
* ShellPkg: Replace use case of deprecated function GetVariable with GetVariable2.Eric Dong2015-09-011-1/+3
* ShellPkg: force use of AARCH64 small model when building DEBUG shellArd Biesheuvel2015-08-201-0/+6
* ShellPkg: Fix the ASSERT issue in Shell 'for' loopQiu Shumin2015-07-261-1/+1
* ShellPkg: Refine code to use Strn**S safe functions instead of Str**S ones in...Qiu Shumin2015-07-092-33/+38
* ShellPkg: Fix bug introduced by r17730.Heyi Guo2015-07-041-1/+1
* ShellPkg: Refine code to make catenae length more precise.Qiu Shumin2015-06-301-2/+2
* ShellPkg: Use safe string functions to refine code.Qiu Shumin2015-06-306-41/+83
* ShellPkg: Make BOOLEAN variable not use explicit comparison.Qiu Shumin2015-06-231-1/+1
* ShellPkg: update Console to clear screen when resettingJaben Carsey2015-06-151-0/+6
* ShellPkg\Application\Shell: Clean start row information after the console has...Qiu Shumin2015-06-091-3/+10
* ShellPkg: Refine the logic about allocating memory for variable name and data.Qiu Shumin2015-04-272-38/+72
* ShellPkg: Added newline at the end of source filesOlivier Martin2015-04-021-1/+1
* Shellpkg: Fix spelling errors in Shell.c/Shell.h commentsJoe Peterson2015-02-062-36/+36
* ShellPkg: command help with -? flag is not working and it gives too many argu...Jaben Carsey2015-02-061-4/+2
* ShellPkg: Standardized HP Copyright Message StringTapan Shah2015-02-0411-10/+10
* ShellPkg: Revert 16720 and 16734. Jaben Carsey2015-02-041-7/+6
* ShellPkg: Revert 16720 and 16734. Jaben Carsey2015-02-041-14/+58
* ShellPkg: cast return value to correct type based on what we passed in.Jaben Carsey2015-02-041-4/+4
* ShellPkg: Fix typos.Qiu Shumin2015-02-042-2/+2
* ShellPkg: Update Shell.uni file with a better general command response output.Tapan Shah2015-02-031-0/+0
* ShellPkg: Refactor out a now-redundant functionJaben Carsey2015-02-031-51/+8
* ShellPkg: Add quotes around NSH index argument replacementJaben Carsey2015-02-021-10/+10
* ShellPkg: Fix typos.Qiu Shumin2015-02-021-2/+2
* ShellPkg: Refactor quote and escape search to use new functionJaben Carsey2015-01-301-73/+24
* ShellPkg: Refactor Split search to generic functionJaben Carsey2015-01-302-31/+56
* ShellPkg: refine command line parsingJaben Carsey2015-01-273-119/+214