Age | Commit message (Expand) | Author |
2016-01-07 | ShellPkg: Clean-up 'map' command error message handling | Tapan Shah |
2016-01-06 | ShellPkg: Fix Shell assert when mv a file to a NULL target. | Qiu Shumin |
2015-12-09 | ShellPkg: Convert all .uni files to utf-8 | Jordan Justen |
2015-10-23 | ShellPkg: Follow spec to remove the last '\' char in return name of GetCurDir(). | Qiu Shumin |
2015-10-10 | ShellPkg: Print error message when Shell set environment variable fail. | Qiu Shumin |
2015-08-25 | ShellPkg: use UEFI_APPLICATION module type for Shell components | Ard Biesheuvel |
2015-07-26 | ShellPkg: Fix bad TimeZone (TZ) conversion. | Andrew Fish |
2015-07-08 | ShellPkg: Fix typo of 'determines' in ShellPkg. | Bruce Cran |
2015-07-01 | ShellPkg: Refine the code logic of mv.c. | Qiu Shumin |
2015-06-30 | ShellPkg: Use safe string functions to refine code. | Qiu Shumin |
2015-06-09 | ShellPkg: Fix the Non-ASCII char and do code refine. | Qiu Shumin |
2015-06-03 | ShellPkg: Handle escape characters properly for parse command | Tapan Shah |
2015-06-03 | ShellPkg: Add pipe support for parse command | Tapan Shah |
2015-05-11 | ShellPkg: Fix buffer overflow issue in 'map' command. | Qiu Shumin |
2015-04-15 | ShellPkg/UefiShellLevel2CommandsLib: Handle the returned error | Olivier Martin |
2015-04-07 | ShellPkg: fix mv and cp command related issues | Tapan Shah |
2015-03-09 | ShellPkg: Help and Error Messages Update | Tapan Shah |
2015-02-04 | ShellPkg: Standardized HP Copyright Message String | Tapan Shah |
2015-02-03 | ShellPkg: Update Level2 profile commands response output | Tapan Shah |
2015-01-22 | ShellPkg: Refine the fomat in INF/DEC files to follow spec. | Qiu Shumin |
2015-01-13 | MdeModulePkg, MdePkg, NetworkPkg, OvmfPkg, PerformancePkg, ShellPkg: Library ... | Daryl McDaniel |
2014-11-20 | ShellPkg: Fix 'parse' command to use ," for SFO column delimiter | Chris Phillips |
2014-11-04 | ShellPkg: Fix timezone command | jcarsey |
2014-10-14 | ShellPkg: Comments update and code refine. | Qiu Shumin |
2014-10-09 | ShellPkg: Add a typecast to 'BOOLEAN' to avoid build failure in VS2005. | Qiu Shumin |
2014-10-08 | ShellPkg: fix "incompatible pointer type" build error | Gabriel Somlo |
2014-10-02 | ShellPkg: Update MV. now supports across file system moves. | Jaben Carsey |
2014-09-23 | ShellPkg: Refine code style to avoid potential NullPointer dereference. | Qiu Shumin |
2014-09-19 | ShellPkg: ShellPkg: Fix the cp fail while coping directory. | Ni Ruiyu |
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-09-03 | Updates the logic to allow RM and CP to have silent/quiet mode work successfu... | Jaben Carsey |
2014-08-29 | This patch replaces StrCpy with StrnCpy or refactors out the usage of StrCpy ... | Jaben Carsey |
2014-08-29 | Add CTRL+C support for ‘attrib’ command. | Tapan Shah |
2014-08-29 | Cleanup UefiShellLevel2CommandsLib commands help output string to : | Tapan Shah |
2014-08-29 | Add CTRL+C support for ‘ls’ command. | Tapan Shah |
2014-08-29 | Add new aliases called ‘move’ and ‘mount’ for ‘mv’ and ‘map’ ... | Tapan Shah |
2014-08-28 | ShellPkg: Fix ‘ren’ alias for ‘mv’ command. | Tapan Shah |
2014-08-22 | ShellPkg: Refactor string manipulation | Jaben Carsey |
2014-08-21 | ShellPkg: Fixes and updates for the 'parse' command | Chris Phillips |
2014-08-21 | ShellPkg: Fix 'ls -sfo' and 'map -sfo' output format to match UEFI Shell 2.1 ... | Chris Phillips |
2014-08-20 | ShellPkg: Fix typo in 'uni' files. | Qiu Shumin |
2014-08-19 | ShellPkg: Fixes for timezone handling and 'date -sfo' | Chris Phillips |
2014-08-07 | ShellPkg: Refactor string manipulation in cp command | Jaben Carsey |
2014-08-05 | Updates the logic to allow RM and CP to have silent/quiet mode work successfu... | Jaben Carsey |
2014-07-29 | Update code to support VS2013 tool chain. | Eric Dong |
2014-06-24 | ShellPkg: Fix 'mv' command to not attempt moving a file from write-protected ... | Chris Phillips |
2014-06-23 | ShellPkg: Move UpdateMapping() out of Map command and added to UefiShellComma... | Tapan Shah |
2014-06-06 | Use a compare operator for Non-Boolean comparison in 'map.c'. | Qiu Shumin |
2014-05-28 | ShellPkg: fix display for map command with filtering | Jaben Carsey |