summaryrefslogtreecommitdiff
path: root/MdeModulePkg/Universal/HiiDatabaseDxe/String.c
AgeCommit message (Expand)AuthorFilesLines
2016-03-04MdeModulePkg: Make HII configuration settings available to OS runtimeDandan Bi1-1/+20
2016-02-29MdeModulePkg/HiiDatabaseDxe: Fix a variable is uninitialized.Cinnamon Shia1-0/+2
2015-07-27Support get string from configuration string packages.Eric Dong1-6/+0
2015-07-07MdeModulePkg:Modify the incorrect DestStr length in safe string functionsDandan Bi1-1/+1
2015-06-29MdeModulePkg:Use safe string functionsDandan Bi1-5/+5
2015-05-13MdeModulePkg: Avoid update keyword string package. Eric Dong1-1/+7
2014-08-071) Add type cast for better coding style.Feng Tian1-13/+13
2013-08-20Refine the comments and code to follow spec.Eric Dong1-8/+14
2012-08-21Initialize the variable before use it.ydong101-1/+2
2012-05-07Fix memory leak issues.ydong101-0/+2
2011-10-13Refine code and check null pointer error.ydong101-7/+5
2011-10-09Update code to make get string case insensitive about languageydong101-2/+50
2011-09-29Add pointer check for NULL before dereference it.ydong101-1/+5
2011-06-08String Reference Cleanup.lzeng141-13/+17
2011-03-18Fix ICC build failure.lgao41-1/+1
2011-03-17Use exactly match method for HiiCompareLanguage.ydong101-4/+18
2011-03-14Roll back change to previous version. Language should be compared as the exac...lgao41-14/+1
2011-03-08Update HiiCompareLanguage to support case that language in String package is ...lgao41-3/+19
2011-02-23HiiCompareLanguage should use the exact match method, old code use the best m...ydong101-4/+3
2011-02-16Update HiiCompareLanguage() function to use GetBestLanguage() API to do RFC46...lgao41-17/+1
2011-01-21MdeModulePkg HiiDatabaseDxe: Fix build error on GCC 4.4jljusten1-4/+4
2011-01-21Enhance code to avoid build error.ydong101-6/+6
2011-01-20Fixed HiiSetString failed. Tracker NUM:204479ydong101-14/+192
2010-04-24Update the copyright notice formathhtian1-2/+2
2010-02-221. Update GetStringWorker() of HiiDataBaseDxe to only search in other languag...lgao41-3/+10
2010-02-10Fix ICC build break by do data conversion.lgao41-2/+2
2010-02-09Update HiiString Protocol and HiiSetString Api in HiiLiblgao41-80/+183
2009-05-26Roll back changes to apply GetBestLanguage() in HiiDataBase. Exact language m...rsun31-16/+42
2009-05-08Update HiiDataBase driver to use GetBestLanguage() for matching RFC 4646 lang...rsun31-42/+16
2009-04-08Replace BufToHexString by UnicodeValueToStringlgao41-4/+42
2009-03-25Fix a potential bug that GetLanguages() API may return incorrect languages in...qhuang81-1/+1
2009-01-20K8: qwang121-1/+1
2008-11-04Sync in bug fix from EDK I:qwang121-0/+13
2008-10-30Remove SafeFreePool from MemoryAllocationLib as this API's name is misleading...qwang121-10/+10
2008-07-28Optimize GetUnicodeStringTextOrSize's inner loop to call ReadUnalign16 instea...qwang121-3/+1
2008-07-15Clean up HiiDatabase for Doxygen comments requirement.qwang121-32/+33
2008-06-23Merged in the following trackers from EDK:qwang121-74/+121
2008-05-27De-unicode in comment for all source files.qhuang81-7/+7
2008-01-21UEFI HII: Merge UEFI HII support changes from branch.qwang121-0/+1606