summaryrefslogtreecommitdiffstats
path: root/ShellPkg/Library/UefiShellDebug1CommandsLib/Edit/FileBuffer.c
Commit message (Expand)AuthorAgeFilesLines
* ShellPkg: Apply uncrustify changesMichael Kubacki2021-12-071-598/+636
* ShellPkg:Fix bug in FileBuffer.cEnze Zhu2020-11-061-0/+2
* ShellPkg: Fix spelling mistake for occurredMichael D Kinney2020-08-191-2/+2
* ShellPkg/edit: typo "%d Lines Wrote"Heinrich Schuchardt2019-12-051-1/+1
* ShellPkg/UefiShellDebug1CommandsLib: fix ShellCloseFile() callLaszlo Ersek2019-10-091-1/+1
* ShellPkg: Replace BSD License with BSD+Patent LicenseMichael D Kinney2019-04-091-7/+1
* ShellPkg/edit: Fix heap access out-of-boundsRuiyu Ni2018-08-201-1/+1
* ShellPkg: Clean up source filesLiming Gao2018-06-281-22/+22
* ShellPkg/UefiShellDebug1CommandsLib: Remove unnecessary EFIAPIChen A Chen2016-10-091-45/+0
* ShellPkg/Edit: Handle memory allocation failureRuiyu Ni2016-07-181-21/+20
* Revert "ShellPkg: Make the USB mouse behavior in 'edit' consistent with 'hexe...Ruiyu Ni2016-07-081-299/+26
* ShellPkg/UefiShellDebug1CommandsLib: remove unused but set variableArd Biesheuvel2016-03-241-4/+0
* ShellPkg: Make the USB mouse behavior in 'edit' consistent with 'hexedit'.Qiu Shumin2016-03-241-26/+303
* ShellPkg: Use safe string functions to refine code.Qiu Shumin2015-06-301-2/+2
* ShellPkg: Fix calls to SimpleTextOut->SetAttribute to not use reserved bitsJaben Carsey2014-07-251-3/+3
* Refine code to make it more safely.Eric Dong2014-06-261-5/+17
* ShellPkg: Fix ARM build errors.jcarsey2013-06-111-0/+1
* ShellPkg: Allow for format character strings to be typed in editor without ha...jcarsey2012-01-301-2/+4
* Refine comments and two code style.ydong102011-09-021-6/+6
* ShellPkg: bug fix for edit search/replace functionjcarsey2011-08-101-13/+16
* ShellPkg: Added the Ctrl based hot key and changed text editor's UI.jcarsey2011-07-201-11/+11
* check memory allocations for success.jcarsey2011-04-041-1/+1
* Comment's added and fixed.jcarsey2011-04-011-6/+6
* pointer verification (not NULL) and buffer overrun fixes.jcarsey2011-03-301-10/+10
* smbiosview - add user input verification.jcarsey2011-03-291-1/+1
* add Edit and HexEdit commands.jcarsey2011-03-251-0/+3353