summaryrefslogtreecommitdiff
path: root/ShellPkg/Application/Shell
AgeCommit message (Expand)AuthorFilesLines
2016-10-18ShellPkg/Shell: fix CopyGuid() arg order in EfiShellGetGuidFromName()Laszlo Ersek1-1/+1
2016-10-09ShellPkg/Application: Remove unnecessary EFIAPIChen A Chen17-158/+4
2016-10-03ShellPkg/Shell: Update CRC32 in the EFI System Table headerCinnamon Shia1-0/+20
2016-09-22ShellPkg: Expand special output file to include "NULL" and case insensitiveTapan Shah2-3/+6
2016-09-01ShellPkg: Fix the incorrect return status in function FindFiles()Dandan Bi1-0/+4
2016-08-25Revert "ShellPkg: Move FindFirstCharacter/GetNextParameter to ShellCommandLib"Ruiyu Ni4-30/+258
2016-08-10ShellPkg: Fix FindFiles() to handle "fsx:EFI\BOOT" pathRuiyu Ni1-7/+6
2016-08-10ShellPkg: TAB logic incorrectly shows files in CWD when typing \<TAB>Ruiyu Ni1-2/+13
2016-08-10ShellPkg: TAB logic incorrectly chops out fs0: when typing fs0:<TAB>Ruiyu Ni1-127/+185
2016-07-29ShellPkg: Unregister hotkey callback when exiting ShellRuiyu Ni1-1/+1
2016-07-25ShellPkg: Fix a potential NULL pointer deference issueRuiyu Ni1-2/+4
2016-07-20ShellPkg: Move FindFirstCharacter/GetNextParameter to ShellCommandLibRuiyu Ni4-258/+30
2016-07-18ShellPkg/ShellProtocol.c: Handle memory allocation failureRuiyu Ni2-33/+82
2016-07-18ShellPkg/ShellAddEnvVarToList: Handle memory allocation failureRuiyu Ni3-33/+43
2016-07-18ShellPkg/IsVolatileEnv: Handle memory allocation failureRuiyu Ni5-31/+56
2016-07-18ShellPkg/Shell.c: Handle memory allocation failureRuiyu Ni1-8/+19
2016-05-25ShellPkg/App: Fix memory leak and save resources.Marvin H?user1-2/+14
2016-05-20ShellPkg: Also accept gEfiUnicodeCollation2ProtocolGuid for parsing.Marvin H?user1-2/+9
2016-05-18ShellPkg: Fix the incorrect behavior when pressing 'shift' key.Pedroa Liu1-0/+6
2016-05-13ShellPkg: Use a local variable to cache the pointer.Jaben Carsey1-2/+4
2016-05-12report line number for command errors in a script.Jaben Carsey2-1/+6
2016-04-26ShellPkg: Fix Shell treats every .EFI file as an executable application.Qiu Shumin2-1/+19
2016-04-15ShellPkg : Cache the environment variable into memory to enhanceQiu Shumin4-45/+322
2016-04-13ShellPkg: Update Guid/Protocol usages in INF files.Liming Gao1-5/+5
2016-03-25ShellPkg AARCH64: remove DEBUG BuildOptions overrideArd Biesheuvel1-7/+0
2016-03-17ShellPkg: Remove the unused local variable.Qiu Shumin1-3/+0
2016-03-16ShellPkg: Per UEFI Shell 2.2 SPEC to make Shell supports 'NoNesting'.Qiu Shumin3-25/+162
2016-03-14ShellPkg: Fix Shell ASSERT when read 'TAB' key fail from 'ConIn'.Qiu Shumin1-2/+4
2016-03-09ShellPkg: Use DOS format end of line.Qiu Shumin1-7/+7
2016-03-03ShellPkg: Increase reallocation size for temp memory filesJim_Dailey@Dell.com1-4/+6
2016-03-03ShellPkg: Do not write the UNICODE BOM on ConOut.Jim_Dailey@Dell.com1-2/+4
2016-03-03ShellPkg: Add FileSize member to shell memory file structure.Jim_Dailey@Dell.com1-3/+6
2016-03-01ShellPkg: Don't strip BOM when piping UCS2 data to a UEFI appJim_Dailey@Dell.com1-11/+6
2016-02-24ShellPkg: Support finding help message embedded in resource section.Qiu Shumin3-17/+259
2016-02-18ShellPkg: Do NULL pointer check before the pointer is used.Qiu Shumin1-1/+5
2016-02-09ShellPkg: Fix ASCII and UNICODE file pipes.jaben carsey1-16/+30
2015-12-25ShellPkg: Fix memory leak in function 'EfiShellSetCurDir' and 'EfiShellSetMap'.Yao Jiewen1-0/+9
2015-12-25Subject: [PATCH 5/9] ShellPkg: Fix memory leak in function'ManBufferFindSecti...Qiu Shumin1-0/+2
2015-12-24ShellPkg: Fix memory leak in 'InternalShellExecuteDevicePath'.Yao Jiewen1-0/+1
2015-12-24ShellPkg: Fix the TAB-auto-completion memory leak.Qiu Shumin1-0/+3
2015-12-24ShellPkg: Fix memory leak when running Shell script.Qiu Shumin2-0/+61
2015-12-24ShellPkg: Refine the code logic of 'command history'.Qiu Shumin2-13/+41
2015-12-23ShellPkg: Fix memory leak in ShellProtocol.Qiu Shumin1-0/+6
2015-12-23ShellPkg: Fix memory leak in SimpleTextOutput on file.Qiu Shumin1-1/+3
2015-12-21ShellPkg: Refine the code format.Qiu Shumin1-2/+21
2015-12-16ShellPkg: Fix unhandled value in switch statementPaulo Alcantara1-0/+2
2015-12-16ShellPkg: Ease the shell's MAN file Title Header syntax requirements.Jim Dailey1-48/+150
2015-12-12ShellPkg/Shell - Fix ASSERT() when FvSimpleFileSystemDxe is usedMichael Kinney1-26/+25
2015-12-09ShellPkg: Convert all .uni files to utf-8Jordan Justen1-0/+0
2015-11-26ShellPkg: fix RVCT warning due to CONST in typecast.Cohen Eugene1-1/+1