summaryrefslogtreecommitdiffstats
path: root/ShellPkg/Application
Commit message (Expand)AuthorAgeFilesLines
...
* ShellPkg: Fix the incorrect return status in function FindFiles()Dandan Bi2016-09-011-0/+4
* Revert "ShellPkg: Move FindFirstCharacter/GetNextParameter to ShellCommandLib"Ruiyu Ni2016-08-254-30/+258
* ShellPkg: Fix FindFiles() to handle "fsx:EFI\BOOT" pathRuiyu Ni2016-08-101-7/+6
* ShellPkg: TAB logic incorrectly shows files in CWD when typing \<TAB>Ruiyu Ni2016-08-101-2/+13
* ShellPkg: TAB logic incorrectly chops out fs0: when typing fs0:<TAB>Ruiyu Ni2016-08-101-127/+185
* ShellPkg: Unregister hotkey callback when exiting ShellRuiyu Ni2016-07-291-1/+1
* ShellPkg: Fix a potential NULL pointer deference issueRuiyu Ni2016-07-251-2/+4
* ShellPkg: Move FindFirstCharacter/GetNextParameter to ShellCommandLibRuiyu Ni2016-07-204-258/+30
* ShellPkg/ShellProtocol.c: Handle memory allocation failureRuiyu Ni2016-07-182-33/+82
* ShellPkg/ShellAddEnvVarToList: Handle memory allocation failureRuiyu Ni2016-07-183-33/+43
* ShellPkg/IsVolatileEnv: Handle memory allocation failureRuiyu Ni2016-07-185-31/+56
* ShellPkg/Shell.c: Handle memory allocation failureRuiyu Ni2016-07-181-8/+19
* ShellPkg/App: Fix memory leak and save resources.Marvin H?user2016-05-251-2/+14
* ShellPkg: Also accept gEfiUnicodeCollation2ProtocolGuid for parsing.Marvin H?user2016-05-201-2/+9
* ShellPkg: Fix the incorrect behavior when pressing 'shift' key.Pedroa Liu2016-05-181-0/+6
* ShellPkg: Use a local variable to cache the pointer.Jaben Carsey2016-05-131-2/+4
* report line number for command errors in a script.Jaben Carsey2016-05-122-1/+6
* ShellPkg: Fix Shell treats every .EFI file as an executable application.Qiu Shumin2016-04-262-1/+19
* ShellPkg : Cache the environment variable into memory to enhanceQiu Shumin2016-04-154-45/+322
* ShellPkg: Update Guid/Protocol usages in INF files.Liming Gao2016-04-131-5/+5
* ShellPkg AARCH64: remove DEBUG BuildOptions overrideArd Biesheuvel2016-03-251-7/+0
* ShellPkg: Remove the unused local variable.Qiu Shumin2016-03-171-3/+0
* ShellPkg: Per UEFI Shell 2.2 SPEC to make Shell supports 'NoNesting'.Qiu Shumin2016-03-163-25/+162
* ShellPkg: Fix Shell ASSERT when read 'TAB' key fail from 'ConIn'.Qiu Shumin2016-03-141-2/+4
* ShellPkg: Use DOS format end of line.Qiu Shumin2016-03-091-7/+7
* ShellPkg: Increase reallocation size for temp memory filesJim_Dailey@Dell.com2016-03-031-4/+6
* ShellPkg: Do not write the UNICODE BOM on ConOut.Jim_Dailey@Dell.com2016-03-031-2/+4
* ShellPkg: Add FileSize member to shell memory file structure.Jim_Dailey@Dell.com2016-03-031-3/+6
* ShellPkg: Don't strip BOM when piping UCS2 data to a UEFI appJim_Dailey@Dell.com2016-03-011-11/+6
* ShellPkg: Support finding help message embedded in resource section.Qiu Shumin2016-02-243-17/+259
* ShellPkg: Do NULL pointer check before the pointer is used.Qiu Shumin2016-02-181-1/+5
* ShellPkg: Fix ASCII and UNICODE file pipes.jaben carsey2016-02-091-16/+30
* ShellPkg: Fix memory leak in function 'EfiShellSetCurDir' and 'EfiShellSetMap'.Yao Jiewen2015-12-251-0/+9
* Subject: [PATCH 5/9] ShellPkg: Fix memory leak in function'ManBufferFindSecti...Qiu Shumin2015-12-251-0/+2
* ShellPkg: Fix memory leak in 'InternalShellExecuteDevicePath'.Yao Jiewen2015-12-241-0/+1
* ShellPkg: Fix the TAB-auto-completion memory leak.Qiu Shumin2015-12-241-0/+3
* ShellPkg: Fix memory leak when running Shell script.Qiu Shumin2015-12-242-0/+61
* ShellPkg: Refine the code logic of 'command history'.Qiu Shumin2015-12-242-13/+41
* ShellPkg: Fix memory leak in ShellProtocol.Qiu Shumin2015-12-231-0/+6
* ShellPkg: Fix memory leak in SimpleTextOutput on file.Qiu Shumin2015-12-231-1/+3
* ShellPkg: Refine the code format.Qiu Shumin2015-12-211-2/+21
* ShellPkg: Fix unhandled value in switch statementPaulo Alcantara2015-12-161-0/+2
* ShellPkg: Ease the shell's MAN file Title Header syntax requirements.Jim Dailey2015-12-161-48/+150
* ShellPkg/Shell - Fix ASSERT() when FvSimpleFileSystemDxe is usedMichael Kinney2015-12-121-26/+25
* ShellPkg: Convert all .uni files to utf-8Jordan Justen2015-12-091-0/+0
* ShellPkg: fix RVCT warning due to CONST in typecast.Cohen Eugene2015-11-261-1/+1
* ShellPkg: Don't strip positional parameters of quotation marks.Qiu Shumin2015-11-095-48/+80
* ShellPkg: Refine code by initializing local variable and adding ASSERT statem...Qiu Shumin2015-10-281-0/+2
* ShellPkg: Fix 'EfiShellExecute' doesn't get command status correctly.Qiu Shumin2015-10-264-40/+125
* ShellPkg: Follow spec to remove the last '\' char in return name of GetCurDir().Qiu Shumin2015-10-233-5/+14