summaryrefslogtreecommitdiffstats
path: root/ShellPkg/Application/Shell/FileHandleWrappers.c
Commit message (Expand)AuthorAgeFilesLines
* ShellPkg: Clean up source filesLiming Gao2018-06-281-67/+67
* ShellPkg/help: Fix "-?" may not show manual sometimesRuiyu Ni2018-02-131-2/+50
* ShellPkg: Fix a bug ">>v" cannot append data to environment variableChen A Chen2017-01-061-1/+5
* ShellPkg/Application: Fix ">v" cannot update environment variableChen A Chen2016-12-091-39/+131
* ShellPkg: Fix the coding style issueBi, Dandan2016-11-101-2/+2
* ShellPkg/Application: Remove unnecessary EFIAPIChen A Chen2016-10-091-6/+0
* 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/IsVolatileEnv: Handle memory allocation failureRuiyu Ni2016-07-181-3/+16
* ShellPkg: Fix the incorrect behavior when pressing 'shift' key.Pedroa Liu2016-05-181-0/+6
* ShellPkg: Fix Shell ASSERT when read 'TAB' key fail from 'ConIn'.Qiu Shumin2016-03-141-2/+4
* 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: 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: Follow spec to remove the last '\' char in return name of GetCurDir().Qiu Shumin2015-10-231-0/+1
* ShellPkg: Fix ASCII input redirection does not work correctly.Qiu Shumin2015-10-151-5/+24
* ShellPkg: Refine code to use Strn**S safe functions instead of Str**S ones in...Qiu Shumin2015-07-091-2/+2
* ShellPkg: Refine code to make catenae length more precise.Qiu Shumin2015-06-301-2/+2
* ShellPkg: Use safe string functions to refine code.Qiu Shumin2015-06-301-6/+10
* ShellPkg: Standardized HP Copyright Message StringTapan Shah2015-02-041-1/+1
* ShellPkg: Replace the usage of StrnCpy with CopyMem to avoid potential buffer...Qiu Shumin2014-09-101-3/+5
* ShellPkg: Refactor string manipulationJaben Carsey2014-09-021-6/+5
* ShellPkg: Return the failureJaben Carsey2014-01-161-2/+2
* Add code to check whether the pointer 'NewBuffer' in 'FileHandelWrappers.c' ...Shumin Qiu2014-01-091-2/+2
* ShellPkg: Remove trailing \r\n when redirect to env variable (EX: use ">v")Chris Phillips2013-11-221-1/+42
* ShellPkg: Add checks for NULL pointers. jcarsey2011-10-101-1/+5
* Refine comments and two code style.ydong102011-09-021-47/+47
* This refactors 3 functions out of ShellCommandLib and puts them into a new li...jcarsey2011-06-301-1/+1
* fix for word wrapping.jcarsey2011-04-151-1/+2
* Comment's added and fixed.jcarsey2011-04-011-1/+1
* console logger - support disabling the console out.jcarsey2011-03-251-28/+255
* 1) Removing ASSERTs for proper return values. jcarsey2010-10-041-1/+4
* udk2010.up2.shell initial release.jcarsey2010-09-141-0/+1563