Age | Commit message (Expand) | Author |
2015-12-25 | ShellPkg: Fix memory leak in function 'EfiShellSetCurDir' and 'EfiShellSetMap'. | Yao Jiewen |
2015-12-24 | ShellPkg: Fix memory leak in 'InternalShellExecuteDevicePath'. | Yao Jiewen |
2015-12-23 | ShellPkg: Fix memory leak in ShellProtocol. | Qiu Shumin |
2015-12-12 | ShellPkg/Shell - Fix ASSERT() when FvSimpleFileSystemDxe is used | Michael Kinney |
2015-11-09 | ShellPkg: Don't strip positional parameters of quotation marks. | Qiu Shumin |
2015-10-28 | ShellPkg: Refine code by initializing local variable and adding ASSERT statem... | Qiu Shumin |
2015-10-26 | ShellPkg: Fix 'EfiShellExecute' doesn't get command status correctly. | Qiu Shumin |
2015-10-23 | ShellPkg: Follow spec to remove the last '\' char in return name of GetCurDir(). | Qiu Shumin |
2015-09-01 | ShellPkg: Replace use case of deprecated function GetVariable with GetVariable2. | Eric Dong |
2015-07-04 | ShellPkg: Fix bug introduced by r17730. | Heyi Guo |
2015-06-30 | ShellPkg: Use safe string functions to refine code. | Qiu Shumin |
2015-04-27 | ShellPkg: Refine the logic about allocating memory for variable name and data. | Qiu Shumin |
2015-02-04 | ShellPkg: Standardized HP Copyright Message String | Tapan Shah |
2014-09-18 | Roll back check in r15180 which caused the shell always returns EFI_ABORTED n... | Ruiyu Ni |
2014-09-18 | ShellPkg: Fix the support for command line comments. | Qiu Shumin |
2014-09-05 | ShellPkg: Refine the code style and comment. | Qiu Shumin |
2014-09-02 | ShellPkg: Refactor string manipulation | Jaben Carsey |
2014-08-29 | ShellPkg: Remove 'STATIC' from function declarations to avoid source level de... | Qiu Shumin |
2014-08-18 | ShellPkg: Fix EFI_SHELL_PROTOCOL to contain new members from UEFI Shell 2.1 spec | Chris Phillips |
2014-08-18 | ShellPkg: Fix comments. Refine code style. | Qiu Shumin |
2014-08-06 | Updates the UEFI Shell to produce the new protocol with additional 4 functions. | Jaben Carsey |
2014-07-29 | Update code to support VS2013 tool chain. | Eric Dong |
2014-06-26 | Refine code to make it more safely. | Eric Dong |
2014-05-22 | Update the comments for function 'InternalShellExecuteDevicePath' in ShellPro... | Qiu Shumin |
2014-05-13 | ShellPkg: Do not mix status when executing a command | Olivier Martin |
2014-04-11 | ShellPkg: Fix using root of drive | Jaben Carsey |
2014-03-31 | ShellPkg: Allow opening of root drive nodes | Jaben Carsey |
2014-03-31 | ShellPkg: Fix potential memory leak when failing to fully create a structure | Jaben Carsey |
2014-03-07 | 1.Add code to check the pointer 'CorrectedPath' in Ls.c line 460 before ref... | Shumin Qiu |
2014-02-28 | Convert the value from 'int' to 'CHAR16' to match the type of variable in She... | Shumin Qiu |
2014-02-26 | ShellPkg/ShellProtocol.c: Fix case sensitivity in GetAlias and SetAlias | Brendan Jackman |
2014-02-12 | Add code to check whether the pointer 'PathForReturn' in ShellProtocol.c is N... | Shumin Qiu |
2014-02-11 | ShellPkg: InternalShellExecuteDevicePath: avoid memory leaks | Brendan Jackman |
2014-02-11 | ShellPkg: Make Argv[0] the full file path of the command | Brendan Jackman |
2014-01-28 | 1. Fix several comments in function headers for 'ShellProtocol.c', 'ShellProt... | Shumin Qiu |
2014-01-24 | ShellPkg/ShellProtocol.c: Don't put consective "\"s in file paths | Brendan Jackman |
2014-01-24 | ShellPkg/ShellProtocol.c: Don't overwrite Status in InternalShellExecuteDevic... | Brendan Jackman |
2014-01-24 | ShellPkg/Shell: Fix reporting of exit status in ShellProtocol.Execute | Brendan Jackman |
2014-01-13 | ShellPkg: assign pointer to NULL after free to prevent double free | Jaben Carsey |
2014-01-09 | ShellPkg: Remove memory leak from file list usage | Jaben Carsey |
2014-01-07 | Enhance Shell 2.0 to not depend on keyboard driver implementation to fix the ... | Ruiyu Ni |
2013-12-09 | Follow Shell specification to make sure the “command.man” file is always ... | Shumin Qiu |
2013-09-05 | Refine the select language logic. | Eric Dong |
2013-07-30 | Fix GCC build failure. | Ruiyu Ni |
2013-07-26 | Update all the code to consume the ConvertDevicePathToText, ConvertDevicePath... | Ruiyu Ni |
2013-06-27 | ShellPkg: make automatically created shells quit automatically | jaben carsey |
2013-05-07 | ShellPkg: Fixed build error 'variable set but not used' | jcarsey |
2012-11-13 | ShellPkg: Clean up header file usage. | jcarsey |
2012-05-22 | ShellPkg: Enable Ctrl-C characters to be processed over serial interfaces tha... | jcarsey |
2012-04-23 | ShellPkg: removed memory leak. | jcarsey |