Age | Commit message (Expand) | Author |
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 | ShellPkg: refactor elimination of non-replaced environment variables | Jaben Carsey |
2014-02-12 | Add code to check whether the pointer 'PathForReturn' in ShellProtocol.c is N... | Shumin Qiu |
2014-02-11 | ShellPkg: Fix changing to file system with 2 colons like "fs0::" | Jaben Carsey |
2014-02-11 | ShellPkg: Fix uninitialized Variable error | Jaben Carsey |
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-02-11 | ShellPkg: Error out when ProcessCommandLine fails | Brendan Jackman |
2014-02-11 | ShellPkg: Fixed Memory leak in UefiMain() | Brendan Jackman |
2014-02-11 | ShellPkg: Manually parse parameters | Brendan Jackman |
2014-01-28 | Add initializing code for local variable 'CalleeExitStatus' and 'ExitStatus' ... | Shumin Qiu |
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-23 | Update the comments in function headers to follow Doxygen special documentati... | Shumin Qiu |
2014-01-22 | Fix CRLF format | Tian, Hot |
2014-01-17 | ShellPkg: Change StdIn redirection | Jaben Carsey |
2014-01-16 | ShellPkg: Return the failure | Jaben Carsey |
2014-01-16 | ShellPkg: Remove ASSERT | Jaben Carsey |
2014-01-13 | ShellPkg: Remove UNICODE file tag (FEFF) from files used for input redirection | Jaben Carsey |
2014-01-13 | ShellPkg: assign pointer to NULL after free to prevent double free | Jaben Carsey |
2014-01-13 | ShellPkg: Fix command line parsing for script files (%1, %1, etc...) | Jaben Carsey |
2014-01-09 | ShellPkg: Fix NSH parsing | Jaben Carsey |
2014-01-09 | ShellPkg: Remove memory leak from file list usage | Jaben Carsey |
2014-01-09 | Add code to check whether the pointer 'NewBuffer' in 'FileHandelWrappers.c' ... | Shumin Qiu |
2014-01-07 | Enhance Shell 2.0 to not depend on keyboard driver implementation to fix the ... | Ruiyu Ni |
2014-01-07 | Add the comment for function 'IsValidSplit' in 'Shell.c'. Add code to check w... | Shumin Qiu |
2013-12-31 | Set the type of variable 'StatusCode' as SHELL_STATUS to match the parameter ... | Shumin Qiu |
2013-12-25 | Fix ECC errors:1.Update the comments in function headers to follow the Doxyge... | Shumin Qiu |
2013-12-24 | Add default way for switch in function 'RunCommandOrFile' of 'Shell.c'. | Laszlo Ersek |
2013-12-20 | ShellPkg: pre-verify split commands | Jaben Carsey |
2013-12-19 | ShellPkg: API name typo. | Jaben Carsey |
2013-12-19 | ShellPkg: fix whitespace character trimming | Jaben Carsey |
2013-12-19 | ShellPkg: CTRL-C stops a running script at the same time | Jaben Carsey |
2013-12-19 | ShellPkg: Refactor the RunCommand API | Jaben Carsey |
2013-12-19 | Converse the return value from 'int' to 'BOOLEAN' for function ‘ContainsSpl... | Shumin Qiu |
2013-12-17 | ShellPkg: Add missing function header comments | Jaben Carsey |
2013-12-16 | Add a new line to initialize the variable “PassThruProtocol” in ConsoleW... | Shumin Qiu |
2013-12-13 | ShellPkg: add error messages into function | Jaben Carsey |
2013-12-13 | ShellPkg: Refactor updating command line for help use | Jaben Carsey |
2013-12-13 | ShellPkg: Refactor change to current file system | Jaben Carsey |
2013-12-13 | ShellPkg: Refactor Split/Pipe based command lines | Jaben Carsey |
2013-12-13 | ShellPkg: add API for determining operation type | Jaben Carsey |
2013-12-12 | ShellPkg: Refactor Variable replacement into separate function | Jaben Carsey |
2013-12-12 | ShellPkg: Refactor Alias replacement into separate function | Jaben Carsey |
2013-12-12 | ShellPkg: refactor out leading and trailing space trimming | Jaben Carsey |
2013-12-12 | ShellPkg: typo in the last commit. | Jaben Carsey |
2013-12-12 | ShellPkg: Refactor out the searching for pipe characters | Jaben Carsey |