]> git.proxmox.com Git - mirror_edk2.git/history - ShellPkg/Application
ShellPkg: Add NetworkPkg/NetworkPkg.dec as the package dependency
[mirror_edk2.git] / ShellPkg / Application /
2019-04-09 Michael D KinneyShellPkg: Replace BSD License with BSD+Patent License
2019-02-22 Zhichao GaoShellPkg: add array index check for shell delay option
2019-01-31 Shenglei ZhangShellPkg/Shell: Use BaseLib api CharToUpper
2018-11-05 Jim.Dailey@dell.comShellPkg-ShellApp: Provide fully-qualified path to...
2018-10-03 Jim.Dailey@dell.comShellPkg: Create a homefilesystem environment variable
2018-09-30 shengleiShellPkg/Shell: Remove unused PCDs
2018-09-07 shengleiShellPkg Shell: Remove an unused global variable
2018-09-06 shengleiShellPkg Shell: Remove redundant functions
2018-08-16 Ruiyu NiShellPkg/redirection: Insert \xFEFF for ENV variable...
2018-08-16 Ruiyu NiShellPkg/redirection: Insert \xFEFF after converting...
2018-08-16 Ruiyu NiShellPkg/set: Fix EfiShellSetEnv to use case sensitive...
2018-06-29 chenc2ShellPkg: Removing ipf which is no longer supported...
2018-06-28 Liming GaoShellPkg: Clean up source files
2018-03-04 Hao WuShellPkg/ConsoleLogger: Fix a typo in UpdateDisplayFrom...
2018-02-13 Ruiyu NiShellPkg/help: Fix "-?" may not show manual sometimes
2017-11-29 Ruiyu NiShellPkg: Fix the bug that handling Ctrl-C improperly
2017-11-15 Hao WuShellPkg/Shell: Check the OpenVolume result in OpenRoot...
2017-11-14 Song, BinXShellPkg: Fix MSFT C4255 warning
2017-11-08 Jian J WangShellPkg: Fix misuses of AllocateCopyPool
2017-09-21 Hao WuShellPkg/Shell: Avoid reading content beyond string...
2017-08-30 Huajing LiShellPkg: Update CWD and current mapping when commands...
2017-08-30 Huajing LiShellPkg: Rename gShellCurDir to gShellCurMapping
2017-07-28 Ruiyu NiShellPkg: Avoid buffer out-of-bound access
2017-06-05 Ruiyu NiShellPkg/alias: Fix bug to support upper-case alias
2017-04-26 Laszlo ErsekShellPkg/Shell: eliminate double-free in RunSplitCommand()
2017-04-26 Laszlo ErsekShellPkg/Shell: clean up bogus member types in SPLIT_LIST
2017-04-07 Ruiyu NiShellPkg: Fix Shell to not return without startup.nsh...
2017-03-29 Ruiyu NiShellPkg/Shell: Avoid potential null pointer deference
2017-03-28 Dandan BiShellPkg/Shell: Make comments align with the function
2017-03-23 Chen A ChenShellPkg: Add Shell invocation option '-exit'
2017-03-23 Chen A ChenShellPkg: Fix shell not able to run startup.nsh
2017-03-22 Ard BiesheuvelShellPkg: add GUID declaration for FILE_GUID of UEFI...
2017-03-06 Hao WuShellPkg: Refine type cast for pointer subtraction
2017-01-11 Michael KinneyShellPkg/Shell: Add double quotes to args with white...
2017-01-06 Chen A ChenShellPkg: Fix a bug ">>v" cannot append data to environ...
2016-12-09 Chen A ChenShellPkg/Application: Fix ">v" cannot update environmen...
2016-11-10 Bi, DandanShellPkg: Fix the coding style issue
2016-10-19 Ruiyu NiShellPkg: Update sources to include MdePkg protocol...
2016-10-18 Laszlo ErsekShellPkg/Shell: fix CopyGuid() arg order in EfiShellGet...
2016-10-09 Chen A ChenShellPkg/Application: Remove unnecessary EFIAPI
2016-10-03 Cinnamon ShiaShellPkg/Shell: Update CRC32 in the EFI System Table...
2016-09-22 Tapan ShahShellPkg: Expand special output file to include "NULL...
2016-09-01 Dandan BiShellPkg: Fix the incorrect return status in function...
2016-08-25 Ruiyu NiRevert "ShellPkg: Move FindFirstCharacter/GetNextParame...
2016-08-10 Ruiyu NiShellPkg: Fix FindFiles() to handle "fsx:EFI\BOOT"...
2016-08-10 Ruiyu NiShellPkg: TAB logic incorrectly shows files in CWD...
2016-08-10 Ruiyu NiShellPkg: TAB logic incorrectly chops out fs0: when...
2016-07-29 Ruiyu NiShellPkg: Unregister hotkey callback when exiting Shell
2016-07-25 Ruiyu NiShellPkg: Fix a potential NULL pointer deference issue
2016-07-20 Ruiyu NiShellPkg: Move FindFirstCharacter/GetNextParameter...
2016-07-18 Ruiyu NiShellPkg/ShellProtocol.c: Handle memory allocation...
2016-07-18 Ruiyu NiShellPkg/ShellAddEnvVarToList: Handle memory allocation...
2016-07-18 Ruiyu NiShellPkg/IsVolatileEnv: Handle memory allocation failure
2016-07-18 Ruiyu NiShellPkg/Shell.c: Handle memory allocation failure
2016-05-25 Marvin H?userShellPkg/App: Fix memory leak and save resources.
2016-05-20 Marvin H?userShellPkg: Also accept gEfiUnicodeCollation2ProtocolGuid...
2016-05-18 Pedroa LiuShellPkg: Fix the incorrect behavior when pressing...
2016-05-13 Jaben CarseyShellPkg: Use a local variable to cache the pointer.
2016-05-12 Jaben Carseyreport line number for command errors in a script.
2016-04-26 Qiu ShuminShellPkg: Fix Shell treats every .EFI file as an execut...
2016-04-15 Qiu ShuminShellPkg : Cache the environment variable into memory...
2016-04-13 Liming GaoShellPkg: Update Guid/Protocol usages in INF files.
2016-03-25 Ard BiesheuvelShellPkg AARCH64: remove DEBUG BuildOptions override
2016-03-17 Qiu ShuminShellPkg: Remove the unused local variable.
2016-03-16 Qiu ShuminShellPkg: Per UEFI Shell 2.2 SPEC to make Shell support...
2016-03-14 Qiu ShuminShellPkg: Fix Shell ASSERT when read 'TAB' key fail...
2016-03-09 Qiu ShuminShellPkg: Use DOS format end of line.
2016-03-03 Jim_Dailey@Dell.comShellPkg: Increase reallocation size for temp memory...
2016-03-03 Jim_Dailey@Dell.comShellPkg: Do not write the UNICODE BOM on ConOut.
2016-03-03 Jim_Dailey@Dell.comShellPkg: Add FileSize member to shell memory file...
2016-03-01 Jim_Dailey@Dell.comShellPkg: Don't strip BOM when piping UCS2 data to...
2016-02-24 Qiu ShuminShellPkg: Support finding help message embedded in...
2016-02-18 Qiu ShuminShellPkg: Do NULL pointer check before the pointer...
2016-02-09 jaben carseyShellPkg: Fix ASCII and UNICODE file pipes.
2016-02-08 jaben carseyShellPkg: Fix ASCII and UNICODE file pipes.
2015-12-25 Yao JiewenShellPkg: Fix memory leak in function 'EfiShellSetCurDi...
2015-12-25 Qiu ShuminSubject: [PATCH 5/9] ShellPkg: Fix memory leak in funct...
2015-12-24 Yao JiewenShellPkg: Fix memory leak in 'InternalShellExecuteDevic...
2015-12-24 Qiu ShuminShellPkg: Fix the TAB-auto-completion memory leak.
2015-12-24 Qiu ShuminShellPkg: Fix memory leak when running Shell script.
2015-12-24 Qiu ShuminShellPkg: Refine the code logic of 'command history'.
2015-12-23 Qiu ShuminShellPkg: Fix memory leak in ShellProtocol.
2015-12-23 Qiu ShuminShellPkg: Fix memory leak in SimpleTextOutput on file.
2015-12-21 Qiu ShuminShellPkg: Refine the code format.
2015-12-16 Paulo AlcantaraShellPkg: Fix unhandled value in switch statement
2015-12-16 Jim DaileyShellPkg: Ease the shell's MAN file Title Header syntax...
2015-12-12 Michael KinneyShellPkg/Shell - Fix ASSERT() when FvSimpleFileSystemDx...
2015-12-09 Jordan JustenShellPkg: Convert all .uni files to utf-8
2015-11-26 Cohen EugeneShellPkg: fix RVCT warning due to CONST in typecast.
2015-11-09 Qiu ShuminShellPkg: Don't strip positional parameters of quotatio...
2015-10-28 Qiu ShuminShellPkg: Refine code by initializing local variable...
2015-10-26 Qiu ShuminShellPkg: Fix 'EfiShellExecute' doesn't get command...
2015-10-23 Qiu ShuminShellPkg: Follow spec to remove the last '\' char in...
2015-10-15 Qiu ShuminShellPkg: Fix ASCII input redirection does not work...
2015-09-29 Ruiyu NiShellPkg: Add a simple case to test shell parameter...
2015-09-18 Qiu ShuminShellPkg: Fix GCC build fail and code refine.
2015-09-17 Yang JadisShellPkg: Fix Shell fail when execute command in ShellP...
2015-09-15 Qiu ShuminShellPkg: Fix Shell does not support ASCII pipe(|a).
2015-09-10 Qiu ShuminShellPkg: Fix Shell fail with redundant space following...
2015-09-01 Eric DongShellPkg: Replace use case of deprecated function GetVa...
next