summaryrefslogtreecommitdiff
path: root/ShellPkg/Application/Shell/FileHandleWrappers.c
AgeCommit message (Expand)AuthorFilesLines
2024-06-04Renormalized end-of-lines from master@27b044605cd5f6b33a3d231576003850b3fe305btrunkkx1-2194/+2194
2021-12-07ShellPkg: Apply uncrustify changesMichael Kubacki1-618/+658
2020-02-11ShellPkg/Application: Fix various typosAntoine Coeur1-4/+4
2019-11-06ShellPkg/Shell/FileHandleWrappers.c: Add check for MemFile->BufferShenglei Zhang1-0/+7
2019-04-09ShellPkg: Replace BSD License with BSD+Patent LicenseMichael D Kinney1-7/+1
2018-08-16ShellPkg/redirection: Insert \xFEFF for ENV variable redirectionRuiyu Ni1-7/+27
2018-08-16ShellPkg/redirection: Insert \xFEFF after converting ASCII to UnicodeRuiyu Ni1-15/+31
2018-06-28ShellPkg: Clean up source filesLiming Gao1-67/+67
2018-02-13ShellPkg/help: Fix "-?" may not show manual sometimesRuiyu Ni1-2/+50
2017-01-06ShellPkg: Fix a bug ">>v" cannot append data to environment variableChen A Chen1-1/+5
2016-12-09ShellPkg/Application: Fix ">v" cannot update environment variableChen A Chen1-39/+131
2016-11-10ShellPkg: Fix the coding style issueBi, Dandan1-2/+2
2016-10-09ShellPkg/Application: Remove unnecessary EFIAPIChen A Chen1-6/+0
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-18ShellPkg/IsVolatileEnv: Handle memory allocation failureRuiyu Ni1-3/+16
2016-05-18ShellPkg: Fix the incorrect behavior when pressing 'shift' key.Pedroa Liu1-0/+6
2016-03-14ShellPkg: Fix Shell ASSERT when read 'TAB' key fail from 'ConIn'.Qiu Shumin1-2/+4
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-02-18ShellPkg: Do NULL pointer check before the pointer is used.Qiu Shumin1-1/+5
2016-02-10ShellPkg: Fix ASCII and UNICODE file pipes.jaben carsey1-16/+30
2015-10-23ShellPkg: Follow spec to remove the last '\' char in return name of GetCurDir().Qiu Shumin1-0/+1
2015-10-15ShellPkg: Fix ASCII input redirection does not work correctly.Qiu Shumin1-5/+24
2015-07-09ShellPkg: Refine code to use Strn**S safe functions instead of Str**S ones in...Qiu Shumin1-2/+2
2015-06-30ShellPkg: Refine code to make catenae length more precise.Qiu Shumin1-2/+2
2015-06-30ShellPkg: Use safe string functions to refine code.Qiu Shumin1-6/+10
2015-02-05ShellPkg: Standardized HP Copyright Message StringTapan Shah1-1/+1
2014-09-10ShellPkg: Replace the usage of StrnCpy with CopyMem to avoid potential buffer...Qiu Shumin1-3/+5
2014-09-03ShellPkg: Refactor string manipulationJaben Carsey1-6/+5
2014-01-16ShellPkg: Return the failureJaben Carsey1-2/+2
2014-01-09Add code to check whether the pointer 'NewBuffer' in 'FileHandelWrappers.c' ...Shumin Qiu1-2/+2
2013-11-23ShellPkg: Remove trailing \r\n when redirect to env variable (EX: use ">v")Chris Phillips1-1/+42
2011-10-11ShellPkg: Add checks for NULL pointers. jcarsey1-1/+5
2011-09-02Refine comments and two code style.ydong101-47/+47
2011-07-01This refactors 3 functions out of ShellCommandLib and puts them into a new li...jcarsey1-1/+1
2011-04-15fix for word wrapping.jcarsey1-1/+2
2011-04-02Comment's added and fixed.jcarsey1-1/+1
2011-03-26console logger - support disabling the console out.jcarsey1-28/+255
2010-10-041) Removing ASSERTs for proper return values. jcarsey1-1/+4
2010-09-14udk2010.up2.shell initial release.jcarsey1-0/+1563