Age | Commit message (Expand) | Author |
2015-10-23 | ShellPkg: Follow spec to remove the last '\' char in return name of GetCurDir(). | Qiu Shumin |
2015-07-28 | ShellPkg: prevent Close call when Open failed | Jaben Carsey |
2015-07-08 | ShellPkg: Fix typo of 'determines' in ShellPkg. | Bruce Cran |
2015-07-02 | ShellPkg: fix string to number conversion with "0 " | Jaben Carsey |
2015-07-02 | ShellPkg: Refine the code logic of StrnCatGrow. | Qiu Shumin |
2015-06-30 | ShellPkg: Use safe string functions to refine code. | Qiu Shumin |
2015-04-01 | ShellPkg: Remove extra quotes surrounding flag values. | Qiu Shumin |
2015-03-13 | ShellPkg: Add type cast to avoid build failure in VS2005. | Qiu Shumin |
2015-02-23 | ShellPkg/UefiShellLib: Fixed ARM compiler error | Olivier Martin |
2015-01-14 | ShellPkg: UefiShellLib: drop wrong PathLib library class dependency | Laszlo Ersek |
2015-01-13 | ShellPkg: allow creating of files to create required directory path | jaben carsey |
2014-12-16 | ShellPkg: Code refine. Add error handling code to check pointer and remove re... | Qiu Shumin |
2014-11-20 | ShellPkg: Code refine to avoid potential dereference of pointer. | Qiu Shumin |
2014-11-12 | ShellPkg: Add type cast to avoid build failure in VS2005. | Qiu Shumin |
2014-11-04 | ShellPkg: Fix timezone command | jcarsey |
2014-09-19 | ShellPkg: Refine code style to avoid potential uninitialized local variable. | Qiu Shumin |
2014-09-17 | ShellPkg: Remove redundant quotes in file path string for Shell command param... | Qiu Shumin |
2014-08-19 | ShellPkg: Refactor string manipulation in UefiShellLib command | Jaben Carsey |
2014-08-19 | ShellPkg: Check while string up to space, not the character | Jaben Carsey |
2014-01-24 | ShellPkg/UefiShellLib.c: Execute: Return a Command status even in the old shell | Brendan Jackman |
2014-01-24 | ShellLib/UefiShellLib.c: Fix doc comment for ShellOpenFileMetaArg | Brendan Jackman |
2014-01-16 | ShellPkg: Remove ASSERT | Jaben Carsey |
2014-01-10 | ShellPkg: remove potential memory leak with new apps on old shell | Jaben Carsey |
2013-12-09 | ShellPkg: Add support for CTRL-C within shell user prompting | Jaben Carsey |
2013-11-22 | ShellPkg: Add ShellHexStrToUintn to allow for simple conversion of hex numbers. | Jaben Carsey |
2013-11-14 | ShellPkg: clarify space limitation in comment. | Jaben Carsey |
2013-03-04 | ShellPkg: Add ShellPrintHelp function to ShellLib. | jcarsey |
2013-02-20 | ShellPkg: Added function ShellDeleteByName which deletes a file by name. | jcarsey |
2013-01-25 | Fixed some alignment faults in IPF platform | ydong10 |
2012-09-07 | Fix always allocate memory issue. | ydong10 |
2012-07-26 | Roll back the change which caused build fail | ydong10 |
2012-07-23 | ShellPkg: Update string to number conversion to correctly stop at spaces if s... | jcarsey |
2012-03-26 | correct removal of commit 12951. | jcarsey |
2012-01-30 | ShellPkg: Allow for format character strings to be typed in editor without ha... | jcarsey |
2012-01-27 | ShellPkg: parameters with spaces need quotes. | jcarsey |
2012-01-20 | ShellPkg: This patch fixes the redirection support for a Shell2 application r... | jcarsey |
2011-11-12 | ShellPkg: Update comments for functions to clarify buffer origin. | darylm503 |
2011-10-17 | ShellPkg: Add checking for memory allocation and pointer returns from functions. | jcarsey |
2011-10-13 | SShellPkg: updating order of cast and addressing of a pointer (2 identical pl... | jcarsey |
2011-10-13 | Check the pointer before use it to avoid potential access violation. | ydong10 |
2011-10-10 | ShellPkg: Verify memory allocations without ASSERT. | jcarsey |
2011-10-08 | Add pointer check for NULL before dereference it. | sfu5 |
2011-09-02 | Refine comments and two code style. | ydong10 |
2011-08-23 | ShellPkg: fix ShellPrint-functions to allow for escape character to prevent a... | jcarsey |
2011-07-06 | Move the 2 functions associated with reading whole lines at a single time fro... | jcarsey |
2011-06-27 | Clarify that the shared variables of the shell protocols are properly named. | jcarsey |
2011-06-27 | replace protocol presence ASSERTs with error returns. | jcarsey |
2011-06-27 | allow for failure return when called without a shell present. | jcarsey |
2011-04-19 | check that memory allocation was successful. | jcarsey |
2011-04-13 | change file global variable to function local. | jcarsey |