summaryrefslogtreecommitdiff
path: root/ShellPkg/Library/UefiShellDebug1CommandsLib/HexEdit
AgeCommit message (Expand)AuthorFilesLines
2021-12-07ShellPkg: Apply uncrustify changesMichael Kubacki15-1441/+1472
2020-08-19ShellPkg: Fix spelling mistake for occurredMichael D Kinney14-61/+61
2019-12-05ShellPkg/edit: typo "%d Lines Wrote"Heinrich Schuchardt1-1/+1
2019-04-09ShellPkg: Replace BSD License with BSD+Patent LicenseMichael D Kinney18-126/+18
2018-06-28ShellPkg: Clean up source filesLiming Gao18-114/+114
2018-03-14ShellPkg/[hex]edit: Fix mouse freeze issueRuiyu Ni1-7/+9
2018-02-15ShellPkg/[hex]edit: Fix CTRL+<Alpha> doesn't work from hyper terminalRuiyu Ni1-4/+6
2018-02-13ShellPkg/[hex]edit: Fix wrongly use gST->ConIn as the console handleRuiyu Ni1-1/+1
2018-02-13ShellPkg/[hex]edit: use SimpleTextInEx to read consoleRuiyu Ni2-86/+144
2018-02-09ShellPkg/hexedit: Fix a read-after-free bugRuiyu Ni2-27/+18
2017-11-07ShellPkg/HexEdit: Fix EBC build failureRuiyu Ni1-2/+2
2017-11-02ShellPkg/hexeditor: Use CpuIo for memory accessRuiyu Ni2-68/+6
2017-03-06ShellPkg: Refine casting expression result to bigger sizeHao Wu1-4/+4
2016-10-09ShellPkg/UefiShellDebug1CommandsLib: Remove unnecessary EFIAPIChen A Chen5-16/+0
2016-10-03ShellPkg/Hexedit: Fix FreePool() ASSERT() when writing diskMichael Kinney1-2/+4
2015-12-09ShellPkg: Convert all .uni files to utf-8Jordan Justen1-0/+0
2015-02-04ShellPkg: Standardized HP Copyright Message StringTapan Shah2-1/+1
2015-02-03ShellPkg: Update Debug1 profile commands response outputTapan Shah1-16/+16
2015-02-02ShellPkg: Fix typos.Qiu Shumin1-2/+2
2014-10-07ShellPkg: hexedit command does not return lasterror equal to 0 when exiting f...jcarsey1-1/+2
2014-09-02Cleanup UefiShellDebug1CommandsLib strings to :Samer El-Haj-Mahmoud elhaj1-0/+0
2014-07-25ShellPkg: Fix calls to SimpleTextOut->SetAttribute to not use reserved bitsJaben Carsey1-12/+12
2014-01-22Fix CRLF formatTian, Hot1-5/+5
2013-06-11ShellPkg: Fix ARM build errors.jcarsey3-2/+3
2013-05-07ShellPkg: Fixed build error 'variable set but not used'jcarsey5-53/+0
2013-01-17ShellPkg: Minor change to EDIT and HEXEDIT commands to make the title bars co...jcarsey1-1/+1
2012-10-11Add missing braces around initializer.lzeng141-3/+2
2011-11-29ShellPkg: Fix handling of empty files in Hexeditjcarsey1-1/+4
2011-10-14ShellPkg: Add checking for memory allocation and pointer returns from functions.jcarsey1-0/+1
2011-10-10ShellPkg: Add checks for NULL pointers. jcarsey1-2/+2
2011-10-10ShellPkg: Add checks for NULL pointers. jcarsey1-1/+1
2011-09-02Refine comments and two code style.ydong102-12/+13
2011-08-23ShellPkg: fix build error when converting INTN to INT32.jcarsey1-1/+1
2011-08-03ShellPkg: Added the Ctrl based hot key for hexeditjcarsey2-10/+10
2011-07-20ShellPkg: Added the Ctrl based hot key and changed text editor's UI.jcarsey3-14/+112
2011-06-07update copyright line formathhtian1-1/+1
2011-04-12update Bcfg to correctly remove by option index not variable name and add dri...jcarsey1-9/+25
2011-04-12ShellPkg: Fix GCC 4.4 build issuesjljusten2-1/+3
2011-04-11EditTitleBar - Remove ASSERT. Complete display output for Disk and Memory ou...jcarsey1-8/+11
2011-04-07Fix Xcode, clang, and ARM build and link issues.andrewfish3-6/+24
2011-04-07add user input verification.jcarsey1-3/+16
2011-04-05add comments to function declarations and definitions and updated to match co...jcarsey15-1605/+1106
2011-04-01Comment's added and fixed.jcarsey5-455/+301
2011-03-30pointer verification (not NULL) and buffer overrun fixes.jcarsey4-10/+13
2011-03-29smbiosview - add user input verification.jcarsey5-32/+97
2011-03-25add Edit and HexEdit commands.jcarsey18-0/+8055