summaryrefslogtreecommitdiff
path: root/ShellPkg/Application/Shell/ShellProtocol.c
AgeCommit message (Expand)Author
2017-04-27ShellPkg: Move to new locationGuo Mang
2017-03-23ShellPkg: Add Shell invocation option '-exit'Chen A Chen
2016-12-09ShellPkg/Application: Fix ">v" cannot update environment variableChen A Chen
2016-10-18ShellPkg/Shell: fix CopyGuid() arg order in EfiShellGetGuidFromName()Laszlo Ersek
2016-10-09ShellPkg/Application: Remove unnecessary EFIAPIChen A Chen
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-10ShellPkg: Fix FindFiles() to handle "fsx:EFI\BOOT" pathRuiyu Ni
2016-07-25ShellPkg: Fix a potential NULL pointer deference issueRuiyu 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-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-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
2015-12-25ShellPkg: Fix memory leak in function 'EfiShellSetCurDir' and 'EfiShellSetMap'.Yao Jiewen
2015-12-24ShellPkg: Fix memory leak in 'InternalShellExecuteDevicePath'.Yao Jiewen
2015-12-23ShellPkg: Fix memory leak in ShellProtocol.Qiu Shumin
2015-12-12ShellPkg/Shell - Fix ASSERT() when FvSimpleFileSystemDxe is usedMichael Kinney
2015-11-09ShellPkg: Don't strip positional parameters of quotation marks.Qiu Shumin
2015-10-28ShellPkg: Refine code by initializing local variable and adding ASSERT statem...Qiu Shumin
2015-10-26ShellPkg: Fix 'EfiShellExecute' doesn't get command status correctly.Qiu Shumin
2015-10-23ShellPkg: Follow spec to remove the last '\' char in return name of GetCurDir().Qiu Shumin
2015-09-01ShellPkg: Replace use case of deprecated function GetVariable with GetVariable2.Eric Dong
2015-07-04ShellPkg: Fix bug introduced by r17730.Heyi Guo
2015-06-30ShellPkg: Use safe string functions to refine code.Qiu Shumin
2015-04-27ShellPkg: Refine the logic about allocating memory for variable name and data.Qiu Shumin
2015-02-04ShellPkg: Standardized HP Copyright Message StringTapan Shah
2014-09-18Roll back check in r15180 which caused the shell always returns EFI_ABORTED n...Ruiyu Ni
2014-09-18ShellPkg: Fix the support for command line comments.Qiu Shumin
2014-09-05ShellPkg: Refine the code style and comment.Qiu Shumin
2014-09-02ShellPkg: Refactor string manipulationJaben Carsey
2014-08-29ShellPkg: Remove 'STATIC' from function declarations to avoid source level de...Qiu Shumin
2014-08-18ShellPkg: Fix EFI_SHELL_PROTOCOL to contain new members from UEFI Shell 2.1 specChris Phillips
2014-08-18ShellPkg: Fix comments. Refine code style. Qiu Shumin
2014-08-06Updates the UEFI Shell to produce the new protocol with additional 4 functions.Jaben Carsey
2014-07-29Update code to support VS2013 tool chain.Eric Dong
2014-06-26Refine code to make it more safely.Eric Dong
2014-05-22Update the comments for function 'InternalShellExecuteDevicePath' in ShellPro...Qiu Shumin
2014-05-13ShellPkg: Do not mix status when executing a commandOlivier Martin
2014-04-11ShellPkg: Fix using root of driveJaben Carsey
2014-03-31ShellPkg: Allow opening of root drive nodesJaben Carsey
2014-03-31ShellPkg: Fix potential memory leak when failing to fully create a structureJaben Carsey
2014-03-07 1.Add code to check the pointer 'CorrectedPath' in Ls.c line 460 before ref...Shumin Qiu
2014-02-28Convert the value from 'int' to 'CHAR16' to match the type of variable in She...Shumin Qiu
2014-02-26ShellPkg/ShellProtocol.c: Fix case sensitivity in GetAlias and SetAliasBrendan Jackman
2014-02-12Add code to check whether the pointer 'PathForReturn' in ShellProtocol.c is N...Shumin Qiu
2014-02-11ShellPkg: InternalShellExecuteDevicePath: avoid memory leaksBrendan Jackman
2014-02-11ShellPkg: Make Argv[0] the full file path of the commandBrendan Jackman