summaryrefslogtreecommitdiffstats
path: root/MdeModulePkg/Universal/HiiDatabaseDxe/ConfigKeywordHandler.c
Commit message (Expand)AuthorAgeFilesLines
* MdeModulePkg: Replace BSD License with BSD+Patent LicenseMichael D Kinney2019-04-091-7/+1
* MdeModulePkg: Clean up source filesLiming Gao2018-06-281-117/+117
* MdeModulePkg: Fix misuses of AllocateCopyPoolJian J Wang2017-11-081-3/+6
* MdeModulePkg: Replace [Ascii|Unicode]ValueToStringHao Wu2017-03-021-4/+25
* MdemodulePkg/HiiDatabase: Correct typo in comments.Ruiyu Ni2016-09-281-18/+18
* MdeModulePkg/HiiDB: Handle the "&READONLY" tag in <KeywordResp> correctlyDandan Bi2016-09-121-4/+13
* MdeModulePkg/HiiDatabaseDxe: Add ASSERT before using the pointer 'String'Dandan Bi2016-06-281-4/+4
* MdeModulePkg: Replace UnicodeStrToAsciiStr/AsciiStrToUnicodeStrStar Zeng2016-06-211-17/+29
* MdeModulePkg: Refine function comments in Keyword Handler ProtocolDandan Bi2016-02-161-5/+7
* MdeModulePkg:Fix bug that get the password width info incorrectlyDandan Bi2015-12-181-0/+2
* MdeModulePkg:Fix the bug the incorrect change of StrCpyS functionDandan Bi2015-09-171-44/+21
* MdeModulePkg/HiiDatabase: Refine KeywordHandlerProtocol->SetData().Eric Dong2015-09-171-4/+12
* MdeModulePkg/HiiDatabase: Refine KeywordHandlerProtocol->GetData().Eric Dong2015-09-171-7/+16
* MdeModulePkg/HiiDatabase: Fix Progress not point to the correct place issue.Eric Dong2015-09-171-3/+7
* MdeModulePkg:Refine the code in HiiDatabaseDxeDandan Bi2015-08-241-3/+6
* Validate the input namespace field to avoid assert.Eric Dong2015-08-201-2/+18
* Allocate temp buffer to avoid potential change user input string buffer.Eric Dong2015-08-191-4/+34
* MdeModulePkg:Use safe string functionsDandan Bi2015-06-291-26/+30
* MdeModulePkg/HiiDatabaseDxe: Fixed build error.Olivier Martin2015-05-281-1/+0
* MdeModulePkg: Validate the return value before use it.Eric Dong2015-05-221-0/+2
* MdeModulePkg: Enumerate all string packages in one driver when search the key...Eric Dong2015-05-191-2/+5
* MdeModulePkg: remove unused variable DevicePathSizeArd Biesheuvel2015-05-141-3/+0
* MdeModulePkg: ConfigKeywordHandler: fix pointer target signedness.Laszlo Ersek2015-05-141-11/+11
* MdeModulePkg: Implement UEFI25 HII Config keyword handler protocol.Eric Dong2015-05-131-0/+3234