]> git.proxmox.com Git - mirror_edk2.git/history - ShellPkg/Application
FatBinPkg: Update EBC/IA32/X64/IPF binaries
[mirror_edk2.git] / ShellPkg / Application /
2015-08-20 Ard BiesheuvelShellPkg: force use of AARCH64 small model when buildin...
2015-07-26 Qiu ShuminShellPkg: Fix the ASSERT issue in Shell 'for' loop
2015-07-09 Qiu ShuminShellPkg: Refine code to use Strn**S safe functions...
2015-07-04 Heyi GuoShellPkg: Fix bug introduced by r17730.
2015-06-30 Qiu ShuminShellPkg: Refine code to make catenae length more precise.
2015-06-30 Qiu ShuminShellPkg: Use safe string functions to refine code.
2015-06-23 Qiu ShuminShellPkg: Make BOOLEAN variable not use explicit compar...
2015-06-15 Jaben CarseyShellPkg: update Console to clear screen when resetting
2015-06-09 Qiu ShuminShellPkg\Application\Shell: Clean start row information...
2015-04-27 Qiu ShuminShellPkg: Refine the logic about allocating memory...
2015-04-02 Olivier MartinShellPkg: Added newline at the end of source files
2015-02-06 Joe PetersonShellpkg: Fix spelling errors in Shell.c/Shell.h comments
2015-02-06 Jaben CarseyShellPkg: command help with -? flag is not working...
2015-02-04 Tapan ShahShellPkg: Standardized HP Copyright Message String
2015-02-04 Jaben CarseyShellPkg: Revert 16720 and 16734.
2015-02-04 Jaben CarseyShellPkg: Revert 16720 and 16734.
2015-02-04 Jaben CarseyShellPkg: cast return value to correct type based on...
2015-02-04 Qiu ShuminShellPkg: Fix typos.
2015-02-03 Tapan ShahShellPkg: Update Shell.uni file with a better general...
2015-02-03 Jaben CarseyShellPkg: Refactor out a now-redundant function
2015-02-02 Jaben CarseyShellPkg: Add quotes around NSH index argument replacement
2015-02-02 Qiu ShuminShellPkg: Fix typos.
2015-01-30 Jaben CarseyShellPkg: Refactor quote and escape search to use new...
2015-01-30 Jaben CarseyShellPkg: Refactor Split search to generic function
2015-01-27 Jaben CarseyShellPkg: refine command line parsing
2015-01-27 Jaben CarseyShellPkg: Always remove non-defined environment variable
2015-01-22 Qiu ShuminShellPkg: Refine the fomat in INF/DEC files to follow...
2015-01-13 Daryl McDanielMdeModulePkg, MdePkg, NetworkPkg, OvmfPkg, PerformanceP...
2014-12-31 Qiu ShuminShellPkg: Check the unrecognized environment variable...
2014-12-26 Qiu ShuminShellPkg: Add code to handle the split ('|') in a doubl...
2014-10-03 Jaben CarseyShellPkg: Fix Meta Data misspelling
2014-09-18 Ruiyu NiRoll back check in r15180 which caused the shell always...
2014-09-18 Qiu ShuminShellPkg: Fix the support for command line comments.
2014-09-17 Ni RuiyuShellPkg: Do TrimSpace again after StdIn, StdOut, and...
2014-09-10 Qiu ShuminShellPkg: Replace the usage of StrnCpy with CopyMem...
2014-09-09 Qiu ShuminShellPkg: Replace assignment statement with 'StrnCpy...
2014-09-05 Jaben CarseyShellPkg: Not add redundant quotes any longer to parame...
2014-09-05 Qiu ShuminShellPkg: Refine the code style and comment.
2014-09-02 Jaben CarseyShellPkg: Refactor string manipulation
2014-08-29 Qiu ShuminShellPkg: Remove 'STATIC' from function declarations...
2014-08-21 Jaben CarseyShellPkg: leave quotes around params
2014-08-21 Chris PhillipsShellPkg: Add support for UEFI Shell 2.1 spec command...
2014-08-18 Chris PhillipsShellPkg: Fix EFI_SHELL_PROTOCOL to contain new members...
2014-08-18 Qiu ShuminShellPkg: Fix comments. Refine code style.
2014-08-06 Jaben CarseyUpdates the UEFI Shell to produce the new protocol...
2014-07-31 Laszlo ErsekShellPkg: UpdateStdInStdOutStdErr(): append BOM to...
2014-07-31 Laszlo ErsekShellPkg: UpdateStdInStdOutStdErr(): extract WriteFileTag()
2014-07-29 Eric DongUpdate code to support VS2013 tool chain.
2014-06-26 Eric DongRefine code to make it more safely.
2014-05-22 Jaben CarseyShellPkg: replace unrecognized Environment Variables...
2014-05-22 Qiu ShuminUpdate the comments for function 'InternalShellExecuteD...
2014-05-13 Olivier MartinShellPkg: Do not mix status when executing a command
2014-04-11 Jaben CarseyShellPkg: Fix using root of drive
2014-04-04 Chris PhillipsShellPkg: Fix command-line parsing to start with Argv...
2014-03-31 Jaben CarseyShellPkg: Allow opening of root drive nodes
2014-03-31 Jaben CarseyShellPkg: Fix potential memory leak when failing to...
2014-03-27 Chris PhillipsShellPkg: Fix file system change issue that results...
2014-03-07 Shumin Qiu 1.Add code to check the pointer 'CorrectedPath' in...
2014-02-28 Shumin QiuConvert the value from 'int' to 'CHAR16' to match the...
2014-02-26 Brendan JackmanShellPkg/ShellProtocol.c: Fix case sensitivity in GetAl...
2014-02-12 Jaben CarseyShellPkg: refactor elimination of non-replaced environm...
2014-02-12 Shumin QiuAdd code to check whether the pointer 'PathForReturn...
2014-02-11 Jaben CarseyShellPkg: Fix changing to file system with 2 colons...
2014-02-11 Jaben CarseyShellPkg: Fix uninitialized Variable error
2014-02-11 Brendan JackmanShellPkg: InternalShellExecuteDevicePath: avoid memory...
2014-02-11 Brendan JackmanShellPkg: Make Argv[0] the full file path of the command
2014-02-11 Brendan JackmanShellPkg: Error out when ProcessCommandLine fails
2014-02-11 Brendan JackmanShellPkg: Fixed Memory leak in UefiMain()
2014-02-11 Brendan JackmanShellPkg: Manually parse parameters
2014-01-28 Shumin QiuAdd initializing code for local variable 'CalleeExitSta...
2014-01-28 Shumin Qiu1. Fix several comments in function headers for 'ShellP...
2014-01-24 Brendan JackmanShellPkg/ShellProtocol.c: Don't put consective "\"s...
2014-01-24 Brendan JackmanShellPkg/ShellProtocol.c: Don't overwrite Status in...
2014-01-24 Brendan JackmanShellPkg/Shell: Fix reporting of exit status in ShellPr...
2014-01-23 Shumin QiuUpdate the comments in function headers to follow Doxyg...
2014-01-22 Tian, HotFix CRLF format
2014-01-17 Jaben CarseyShellPkg: Change StdIn redirection
2014-01-16 Jaben CarseyShellPkg: Return the failure
2014-01-16 Jaben CarseyShellPkg: Remove ASSERT
2014-01-13 Jaben CarseyShellPkg: Remove UNICODE file tag (FEFF) from files...
2014-01-13 Jaben CarseyShellPkg: assign pointer to NULL after free to prevent...
2014-01-13 Jaben CarseyShellPkg: Fix command line parsing for script files...
2014-01-09 Jaben CarseyShellPkg: Fix NSH parsing
2014-01-09 Jaben CarseyShellPkg: Remove memory leak from file list usage
2014-01-09 Shumin QiuAdd code to check whether the pointer 'NewBuffer' ...
2014-01-07 Ruiyu NiEnhance Shell 2.0 to not depend on keyboard driver...
2014-01-07 Shumin QiuAdd the comment for function 'IsValidSplit' in 'Shell...
2013-12-31 Shumin QiuSet the type of variable 'StatusCode' as SHELL_STATUS...
2013-12-25 Shumin QiuFix ECC errors:1.Update the comments in function header...
2013-12-24 Laszlo ErsekAdd default way for switch in function 'RunCommandOrFil...
2013-12-20 Jaben CarseyShellPkg: pre-verify split commands
2013-12-19 Jaben CarseyShellPkg: API name typo.
2013-12-19 Jaben CarseyShellPkg: fix whitespace character trimming
2013-12-19 Jaben CarseyShellPkg: CTRL-C stops a running script at the same...
2013-12-19 Jaben CarseyShellPkg: Refactor the RunCommand API
2013-12-19 Shumin QiuConverse the return value from 'int' to 'BOOLEAN' for...
2013-12-17 Jaben CarseyShellPkg: Add missing function header comments
2013-12-16 Shumin QiuAdd a new line to initialize the variable “PassThruProt...
2013-12-13 Jaben CarseyShellPkg: add error messages into function
2013-12-13 Jaben CarseyShellPkg: Refactor updating command line for help use
next