summaryrefslogtreecommitdiffstats
path: root/MdeModulePkg/Universal/HiiDatabaseDxe/String.c
Commit message (Expand)AuthorAgeFilesLines
* MdeModulePkg: Apply uncrustify changesMichael Kubacki2021-12-071-602/+637
* MdeModulePkg: Change OPTIONAL keyword usage styleMichael D Kinney2021-12-071-7/+7
* MdeModulePkg/String.c: Zero memory before free (CVE-2019-14558)Dandan Bi2020-02-141-1/+8
* MdeModulePkg: Replace BSD License with BSD+Patent LicenseMichael D Kinney2019-04-091-7/+1
* MdeModulePkg/HiiDB: Make sure database update behaviors are atomicDandan Bi2018-10-261-0/+9
* MdeModulePkg: Clean up source filesLiming Gao2018-06-281-36/+36
* MdeModulePkg/Universal: Fix typos in commentsGary Lin2016-10-271-4/+4
* MdeModulePkg: Make HII configuration settings available to OS runtimeDandan Bi2016-03-041-1/+20
* MdeModulePkg/HiiDatabaseDxe: Fix a variable is uninitialized.Cinnamon Shia2016-02-291-0/+2
* Support get string from configuration string packages.Eric Dong2015-07-271-6/+0
* MdeModulePkg:Modify the incorrect DestStr length in safe string functionsDandan Bi2015-07-071-1/+1
* MdeModulePkg:Use safe string functionsDandan Bi2015-06-291-5/+5
* MdeModulePkg: Avoid update keyword string package. Eric Dong2015-05-131-1/+7
* 1) Add type cast for better coding style.Feng Tian2014-08-071-13/+13
* Refine the comments and code to follow spec.Eric Dong2013-08-201-8/+14
* Initialize the variable before use it.ydong102012-08-211-1/+2
* Fix memory leak issues.ydong102012-05-071-0/+2
* Refine code and check null pointer error.ydong102011-10-131-7/+5
* Update code to make get string case insensitive about languageydong102011-10-091-2/+50
* Add pointer check for NULL before dereference it.ydong102011-09-291-1/+5
* String Reference Cleanup.lzeng142011-06-081-13/+17
* Fix ICC build failure.lgao42011-03-181-1/+1
* Use exactly match method for HiiCompareLanguage.ydong102011-03-171-4/+18
* Roll back change to previous version. Language should be compared as the exac...lgao42011-03-141-14/+1
* Update HiiCompareLanguage to support case that language in String package is ...lgao42011-03-081-3/+19
* HiiCompareLanguage should use the exact match method, old code use the best m...ydong102011-02-231-4/+3
* Update HiiCompareLanguage() function to use GetBestLanguage() API to do RFC46...lgao42011-02-161-17/+1
* MdeModulePkg HiiDatabaseDxe: Fix build error on GCC 4.4jljusten2011-01-211-4/+4
* Enhance code to avoid build error.ydong102011-01-211-6/+6
* Fixed HiiSetString failed. Tracker NUM:204479ydong102011-01-201-14/+192
* Update the copyright notice formathhtian2010-04-241-2/+2
* 1. Update GetStringWorker() of HiiDataBaseDxe to only search in other languag...lgao42010-02-221-3/+10
* Fix ICC build break by do data conversion.lgao42010-02-101-2/+2
* Update HiiString Protocol and HiiSetString Api in HiiLiblgao42010-02-091-80/+183
* Roll back changes to apply GetBestLanguage() in HiiDataBase. Exact language m...rsun32009-05-261-16/+42
* Update HiiDataBase driver to use GetBestLanguage() for matching RFC 4646 lang...rsun32009-05-081-42/+16
* Replace BufToHexString by UnicodeValueToStringlgao42009-04-081-4/+42
* Fix a potential bug that GetLanguages() API may return incorrect languages in...qhuang82009-03-251-1/+1
* K8: qwang122009-01-201-1/+1
* Sync in bug fix from EDK I:qwang122008-11-041-0/+13
* Remove SafeFreePool from MemoryAllocationLib as this API's name is misleading...qwang122008-10-301-10/+10
* Optimize GetUnicodeStringTextOrSize's inner loop to call ReadUnalign16 instea...qwang122008-07-281-3/+1
* Clean up HiiDatabase for Doxygen comments requirement.qwang122008-07-151-32/+33
* Merged in the following trackers from EDK:qwang122008-06-231-74/+121
* De-unicode in comment for all source files.qhuang82008-05-271-7/+7
* UEFI HII: Merge UEFI HII support changes from branch.qwang122008-01-211-0/+1606