summaryrefslogtreecommitdiff
path: root/ShellPkg/Application
AgeCommit message (Expand)Author
2016-12-26ShellPkg: Move to new locationGuo Mang
2016-07-29ShellPkg: Unregister hotkey callback when exiting ShellRuiyu Ni
2016-07-25ShellPkg: Fix a potential NULL pointer deference issueRuiyu Ni
2016-07-25ShellPkg: Move FindFirstCharacter/GetNextParameter to ShellCommandLibRuiyu Ni
2016-07-25ShellPkg/ShellProtocol.c: Handle memory allocation failureRuiyu Ni
2016-07-25ShellPkg/ShellAddEnvVarToList: Handle memory allocation failureRuiyu Ni
2016-07-25ShellPkg/IsVolatileEnv: Handle memory allocation failureRuiyu Ni
2016-07-25ShellPkg/Shell.c: Handle memory allocation failureRuiyu Ni
2016-07-13ShellPkg/App: Fix memory leak and save resources.Marvin H?user
2016-07-13ShellPkg: Also accept gEfiUnicodeCollation2ProtocolGuid for parsing.Marvin H?user
2016-07-13ShellPkg: Fix the incorrect behavior when pressing 'shift' key.Pedroa Liu
2016-07-13ShellPkg: Use a local variable to cache the pointer.Jaben Carsey
2016-07-13report line number for command errors in a script.Jaben Carsey
2016-07-13ShellPkg: Fix Shell treats every .EFI file as an executable application.Qiu Shumin
2016-07-13ShellPkg : Cache the environment variable into memory to enhanceQiu Shumin
2016-07-13ShellPkg: Update Guid/Protocol usages in INF files.Liming Gao
2016-07-13ShellPkg AARCH64: remove DEBUG BuildOptions overrideArd Biesheuvel
2016-07-13ShellPkg: Remove the unused local variable.Qiu Shumin
2016-07-13ShellPkg: Per UEFI Shell 2.2 SPEC to make Shell supports 'NoNesting'.Qiu Shumin
2016-07-13ShellPkg: Fix Shell ASSERT when read 'TAB' key fail from 'ConIn'.Qiu Shumin
2016-07-13ShellPkg: Use DOS format end of line.Qiu Shumin
2016-07-13ShellPkg: Increase reallocation size for temp memory filesJim_Dailey@Dell.com
2016-07-13ShellPkg: Do not write the UNICODE BOM on ConOut.Jim_Dailey@Dell.com
2016-07-13ShellPkg: Add FileSize member to shell memory file structure.Jim_Dailey@Dell.com
2016-07-13ShellPkg: Don't strip BOM when piping UCS2 data to a UEFI appJim_Dailey@Dell.com
2016-07-13ShellPkg: Support finding help message embedded in resource section.Qiu Shumin
2016-07-13ShellPkg: Do NULL pointer check before the pointer is used.Qiu Shumin
2016-07-13ShellPkg: Fix ASCII and UNICODE file pipes.jaben carsey
2015-12-25ShellPkg: Refine the code format.Qiu Shumin
2015-12-25ShellPkg: Fix memory leak in function 'EfiShellSetCurDir' and 'EfiShellSetMap'.Yao Jiewen
2015-12-25Subject: [PATCH 5/9] ShellPkg: Fix memory leak in function'ManBufferFindSecti...Qiu Shumin
2015-12-25ShellPkg: Fix memory leak in 'InternalShellExecuteDevicePath'.Yao Jiewen
2015-12-25ShellPkg: Fix the TAB-auto-completion memory leak.Qiu Shumin
2015-12-25ShellPkg: Fix memory leak when running Shell script.Qiu Shumin
2015-12-25ShellPkg: Refine the code logic of 'command history'.Qiu Shumin
2015-12-25ShellPkg: Fix memory leak in ShellProtocol.Qiu Shumin
2015-12-25ShellPkg: Fix memory leak in SimpleTextOutput on file.Qiu Shumin
2015-12-18ShellPkg: Fix unhandled value in switch statementPaulo Alcantara
2015-12-18ShellPkg: Ease the shell's MAN file Title Header syntax requirements.Jim Dailey
2015-12-18ShellPkg/Shell - Fix ASSERT() when FvSimpleFileSystemDxe is usedMichael Kinney
2015-12-18ShellPkg: Convert all .uni files to utf-8Jordan Justen
2015-12-18ShellPkg: fix RVCT warning due to CONST in typecast.Cohen Eugene
2015-12-18ShellPkg: Don't strip positional parameters of quotation marks.Qiu Shumin
2015-12-18ShellPkg: Refine code by initializing local variable and adding ASSERT statem...Qiu Shumin
2015-12-18ShellPkg: Fix 'EfiShellExecute' doesn't get command status correctly.Qiu Shumin
2015-12-18ShellPkg: Follow spec to remove the last '\' char in return name of GetCurDir().Qiu Shumin
2015-12-18ShellPkg: Fix ASCII input redirection does not work correctly.Qiu Shumin
2015-12-18ShellPkg: Add a simple case to test shell parameter parsing logicRuiyu Ni
2015-09-18ShellPkg: Fix GCC build fail and code refine.Qiu Shumin
2015-09-18ShellPkg: Fix Shell fail when execute command in ShellProtocol.Execute().Yang Jadis