Age | Commit message (Expand) | Author |
2017-09-05 | Remove core packages since we can get them from edk2 repository | Guo Mang |
2015-09-17 | MdeModulePkg:Fix the bug the incorrect change of StrCpyS function | Dandan Bi |
2015-09-17 | MdeModulePkg/HiiDatabase: Refine KeywordHandlerProtocol->SetData(). | Eric Dong |
2015-09-17 | MdeModulePkg/HiiDatabase: Refine KeywordHandlerProtocol->GetData(). | Eric Dong |
2015-09-17 | MdeModulePkg/HiiDatabase: Fix Progress not point to the correct place issue. | Eric Dong |
2015-09-06 | MdeModulePkg:Support orderedList with default value | Dandan Bi |
2015-08-27 | MdeModulePkg:Set default string value | Dandan Bi |
2015-08-24 | MdeModulePkg:Refine the code in HiiDatabaseDxe | Dandan Bi |
2015-08-20 | Validate the input namespace field to avoid assert. | Eric Dong |
2015-08-19 | Allocate temp buffer to avoid potential change user input string buffer. | Eric Dong |
2015-07-27 | Support get string from configuration string packages. | Eric Dong |
2015-07-07 | MdeModulePkg:Modify the incorrect DestStr length in safe string functions | Dandan Bi |
2015-06-29 | MdeModulePkg:Use safe string functions | Dandan Bi |
2015-05-28 | MdeModulePkg/HiiDatabaseDxe: Fixed build error. | Olivier Martin |
2015-05-22 | MdeModulePkg: Validate the return value before use it. | Eric Dong |
2015-05-21 | MdeModulePkg:Add line break character | Dandan Bi |
2015-05-19 | MdeModulePkg: Enumerate all string packages in one driver when search the key... | Eric Dong |
2015-05-14 | MdeModulePkg: remove unused variable DevicePathSize | Ard Biesheuvel |
2015-05-14 | MdeModulePkg: ConfigKeywordHandler: fix pointer target signedness. | Laszlo Ersek |
2015-05-13 | MdeModulePkg: Avoid update keyword string package. | Eric Dong |
2015-05-13 | MdeModulePkg: Implement UEFI25 HII Config keyword handler protocol. | Eric Dong |
2014-09-03 | MdeModulePkg: Convert non DOS format files to DOS format and remove unused mo... | Gao, Liming |
2014-08-28 | MdeModulePkg: INF/DEC file updates to EDK II packages | Zeng, Star |
2014-08-28 | MdeModulePkg: INF/DEC file updates to EDK II packages | Zeng, Star |
2014-08-07 | 1) Add type cast for better coding style. | Feng Tian |
2014-07-28 | Update code to support VS2013 tool chain. | Eric Dong |
2014-06-26 | Refine code to make it more safely. | Eric Dong |
2014-02-26 | When exit from GetFullStringFromHiiFormPackages function, should update the P... | Eric Dong |
2014-01-23 | Refine the logic when return success, should not clean the buffer in this case. | Eric Dong |
2013-12-09 | Refine code to fix potential code bug. | Eric Dong |
2013-12-06 | Fixes a build issue (build error 'Statement is unreachable'). | Olivier Martin olivier.martin |
2013-11-29 | Fix input config header string error, should not always input the full config... | Eric Dong |
2013-11-27 | Update the logic in browser core, use config routine protocol instead of conf... | Eric Dong |
2013-11-08 | Not update the imageId for EXT1,2,4 type. | Eric Dong |
2013-10-21 | Enable two form packages share one hii handle. | Eric Dong |
2013-08-23 | Update comments for HiiConfigRoutine->ExtractConfig function, also update Hii... | Eric Dong |
2013-08-20 | Refine the comments and code to follow spec. | Eric Dong |
2013-07-29 | Clean the flag before use it to avoid use old error value. | Eric Dong |
2013-07-16 | Fixes the GCC build 'Unused variable' warning (raised an error when warnings ... | Olivier Martin |
2013-07-16 | Rollback patch 14470, because it error check in some extra ending code. | Eric Dong |
2013-07-16 | Fixes the GCC build 'Unused variable' warning (raised an error when warnings ... | Olivier Martin |
2013-07-03 | Fix DDK build fail. | Eric Dong |
2013-07-03 | Fix GCC build fail. | Eric Dong |
2013-07-02 | Update HiiDataBase and UefiHiiLib to support Name/Value varstore. | Eric Dong |
2013-01-06 | Base on the type field to get the width of value field for option opcode. | ydong10 |
2012-12-17 | Base on the value type to get the value for default opcode. | ydong10 |
2012-12-05 | Update the HiiConfigToBlock to follow spec. | ydong10 |
2012-09-29 | MdeModulePkg:removes the unreachable ‘break’ instruction after a ‘retur... | erictian |
2012-08-21 | Initialize the variable before use it. | ydong10 |
2012-06-26 | Check whether has storage for date/time opcode, if it has storage, also gener... | ydong10 |