summaryrefslogtreecommitdiff
path: root/ShellPkg/Application
AgeCommit message (Expand)Author
2017-04-27ShellPkg: Move to new locationGuo Mang
2017-04-07ShellPkg: Fix Shell to not return without startup.nsh after timeoutRuiyu Ni
2017-03-29ShellPkg/Shell: Avoid potential null pointer deferenceRuiyu Ni
2017-03-28ShellPkg/Shell: Make comments align with the functionDandan Bi
2017-03-23ShellPkg: Add Shell invocation option '-exit'Chen A Chen
2017-03-23ShellPkg: Fix shell not able to run startup.nshChen A Chen
2017-03-22ShellPkg: add GUID declaration for FILE_GUID of UEFI Shell app to packageArd Biesheuvel
2017-03-06ShellPkg: Refine type cast for pointer subtractionHao Wu
2017-01-11ShellPkg/Shell: Add double quotes to args with white spaceMichael Kinney
2017-01-06ShellPkg: Fix a bug ">>v" cannot append data to environment variableChen A Chen
2016-12-09ShellPkg/Application: Fix ">v" cannot update environment variableChen A Chen
2016-11-10ShellPkg: Fix the coding style issueBi, Dandan
2016-10-19ShellPkg: Update sources to include MdePkg protocol definitionsRuiyu Ni
2016-10-18ShellPkg/Shell: fix CopyGuid() arg order in EfiShellGetGuidFromName()Laszlo Ersek
2016-10-09ShellPkg/Application: Remove unnecessary EFIAPIChen A Chen
2016-10-03ShellPkg/Shell: Update CRC32 in the EFI System Table headerCinnamon Shia
2016-09-22ShellPkg: Expand special output file to include "NULL" and case insensitiveTapan Shah
2016-09-01ShellPkg: Fix the incorrect return status in function FindFiles()Dandan Bi
2016-08-25Revert "ShellPkg: Move FindFirstCharacter/GetNextParameter to ShellCommandLib"Ruiyu Ni
2016-08-10ShellPkg: Fix FindFiles() to handle "fsx:EFI\BOOT" pathRuiyu Ni
2016-08-10ShellPkg: TAB logic incorrectly shows files in CWD when typing \<TAB>Ruiyu Ni
2016-08-10ShellPkg: TAB logic incorrectly chops out fs0: when typing fs0:<TAB>Ruiyu Ni
2016-07-29ShellPkg: Unregister hotkey callback when exiting ShellRuiyu Ni
2016-07-25ShellPkg: Fix a potential NULL pointer deference issueRuiyu Ni
2016-07-20ShellPkg: Move FindFirstCharacter/GetNextParameter to ShellCommandLibRuiyu Ni
2016-07-18ShellPkg/ShellProtocol.c: Handle memory allocation failureRuiyu Ni
2016-07-18ShellPkg/ShellAddEnvVarToList: Handle memory allocation failureRuiyu Ni
2016-07-18ShellPkg/IsVolatileEnv: Handle memory allocation failureRuiyu Ni
2016-07-18ShellPkg/Shell.c: Handle memory allocation failureRuiyu Ni
2016-05-25ShellPkg/App: Fix memory leak and save resources.Marvin H?user
2016-05-20ShellPkg: Also accept gEfiUnicodeCollation2ProtocolGuid for parsing.Marvin H?user
2016-05-18ShellPkg: Fix the incorrect behavior when pressing 'shift' key.Pedroa Liu
2016-05-13ShellPkg: Use a local variable to cache the pointer.Jaben Carsey
2016-05-12report line number for command errors in a script.Jaben Carsey
2016-04-26ShellPkg: Fix Shell treats every .EFI file as an executable application.Qiu Shumin
2016-04-15ShellPkg : Cache the environment variable into memory to enhanceQiu Shumin
2016-04-13ShellPkg: Update Guid/Protocol usages in INF files.Liming Gao
2016-03-25ShellPkg AARCH64: remove DEBUG BuildOptions overrideArd Biesheuvel
2016-03-17ShellPkg: Remove the unused local variable.Qiu Shumin
2016-03-16ShellPkg: Per UEFI Shell 2.2 SPEC to make Shell supports 'NoNesting'.Qiu Shumin
2016-03-14ShellPkg: Fix Shell ASSERT when read 'TAB' key fail from 'ConIn'.Qiu Shumin
2016-03-09ShellPkg: Use DOS format end of line.Qiu Shumin
2016-03-03ShellPkg: Increase reallocation size for temp memory filesJim_Dailey@Dell.com
2016-03-03ShellPkg: Do not write the UNICODE BOM on ConOut.Jim_Dailey@Dell.com
2016-03-03ShellPkg: Add FileSize member to shell memory file structure.Jim_Dailey@Dell.com
2016-03-01ShellPkg: Don't strip BOM when piping UCS2 data to a UEFI appJim_Dailey@Dell.com
2016-02-24ShellPkg: Support finding help message embedded in resource section.Qiu Shumin
2016-02-18ShellPkg: Do NULL pointer check before the pointer is used.Qiu Shumin
2016-02-09ShellPkg: Fix ASCII and UNICODE file pipes.jaben carsey
2015-12-25ShellPkg: Fix memory leak in function 'EfiShellSetCurDir' and 'EfiShellSetMap'.Yao Jiewen