summaryrefslogtreecommitdiffstats
path: root/ShellPkg/Application
Commit message (Expand)AuthorAgeFilesLines
* 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
* ShellPkg: Always remove non-defined environment variableJaben Carsey2015-01-271-11/+10
* ShellPkg: Refine the fomat in INF/DEC files to follow spec.Qiu Shumin2015-01-221-30/+30
* MdeModulePkg, MdePkg, NetworkPkg, OvmfPkg, PerformancePkg, ShellPkg: Library ...Daryl McDaniel2015-01-133-4/+3
* ShellPkg: Check the unrecognized environment variable name before it is remov...Qiu Shumin2014-12-311-8/+58
* ShellPkg: Add code to handle the split ('|') in a double-quoted string. Qiu Shumin2014-12-261-43/+75
* ShellPkg: Fix Meta Data misspellingJaben Carsey2014-10-031-29/+29
* Roll back check in r15180 which caused the shell always returns EFI_ABORTED n...Ruiyu Ni2014-09-184-242/+59
* ShellPkg: Fix the support for command line comments.Qiu Shumin2014-09-182-7/+38
* ShellPkg: Do TrimSpace again after StdIn, StdOut, and StdErr are set up.Ni Ruiyu2014-09-171-0/+1
* ShellPkg: Replace the usage of StrnCpy with CopyMem to avoid potential buffer...Qiu Shumin2014-09-101-3/+5
* ShellPkg: Replace assignment statement with 'StrnCpy' to append terminal NULL...Qiu Shumin2014-09-091-1/+1
* ShellPkg: Not add redundant quotes any longer to parameters with spaces.Jaben Carsey2014-09-051-10/+10
* ShellPkg: Refine the code style and comment.Qiu Shumin2014-09-053-2/+3
* ShellPkg: Refactor string manipulationJaben Carsey2014-09-027-98/+115
* ShellPkg: Remove 'STATIC' from function declarations to avoid source level de...Qiu Shumin2014-08-292-2/+1
* ShellPkg: leave quotes around paramsJaben Carsey2014-08-211-1/+5
* ShellPkg: Add support for UEFI Shell 2.1 spec command line commentsChris Phillips2014-08-211-0/+18
* ShellPkg: Fix EFI_SHELL_PROTOCOL to contain new members from UEFI Shell 2.1 specChris Phillips2014-08-183-8/+11
* ShellPkg: Fix comments. Refine code style. Qiu Shumin2014-08-181-3/+3
* Updates the UEFI Shell to produce the new protocol with additional 4 functions.Jaben Carsey2014-08-063-38/+182
* ShellPkg: UpdateStdInStdOutStdErr(): append BOM to new unicode fileLaszlo Ersek2014-07-311-4/+10
* ShellPkg: UpdateStdInStdOutStdErr(): extract WriteFileTag()Laszlo Ersek2014-07-311-15/+33
* Update code to support VS2013 tool chain.Eric Dong2014-07-291-0/+3
* Refine code to make it more safely.Eric Dong2014-06-262-0/+3
* ShellPkg: replace unrecognized Environment Variables with empty quotes so com...Jaben Carsey2014-05-221-5/+5
* Update the comments for function 'InternalShellExecuteDevicePath' in ShellPro...Qiu Shumin2014-05-222-25/+27
* ShellPkg: Do not mix status when executing a commandOlivier Martin2014-05-133-7/+14