summaryrefslogtreecommitdiff
path: root/MdeModulePkg/Library/FileExplorerLib
AgeCommit message (Expand)AuthorFilesLines
2025-06-12MdeModulePkg: Fix EFI_SUCCESS typosGao Qihang1-3/+3
2023-04-03MdeModulePkg: Fix conditionally uninitialized variablesMichael Kubacki1-1/+4
2021-12-07MdeModulePkg: Apply uncrustify changesMichael Kubacki3-341/+347
2021-12-07MdeModulePkg: Change OPTIONAL keyword usage styleMichael D Kinney1-3/+2
2021-05-17MdeModulePkg: Fix various typosRebecca Cran1-1/+1
2021-01-15MdeModulePkg/FileExplorerLib: Add return value checkwenyi,xie via groups.io1-5/+7
2020-12-04MdeModulePkg/FileExplorerLib: remove redundant null pointer checkwenyi xie1-7/+3
2019-04-28MdeModulePkg/FileExplorer: Set Handle to NULL after uninstall protocolDandan Bi1-1/+2
2019-04-09MdeModulePkg: Replace BSD License with BSD+Patent LicenseMichael D Kinney7-49/+7
2018-12-11MdeModulePkg/FileExplorerLib: avoid packed struct for program dataArd Biesheuvel1-2/+2
2018-09-06MdeModulePkg: Removing ipf which is no longer supported from edk2.Chen A Chen1-1/+1
2018-06-28MdeModulePkg: Clean up source filesLiming Gao5-58/+58
2017-10-10MdeModulePkg: Update Ppi/Protocol/Guid usage in INF filesLiming Gao1-5/+5
2017-03-06MdeModulePkg: Refine type cast for pointer subtractionHao Wu1-2/+2
2017-01-19MdeModulePkg/FileExplorer: Enable functionality of creating new file/folderDandan Bi5-6/+267
2017-01-19MdeModulePkg/FileExplorer: Update QuesrionId when Updating FileExplore formDandan Bi2-5/+9
2017-01-19MdeModulePkg/FileExplorer: Remove the codes of searching load file protocolDandan Bi3-59/+3
2016-10-18MdeModulePkg FileExplorerLib: Fix potential Integer Overflow.Liming Gao1-2/+26
2016-05-09MdeModulePkg: FileExplorerLib: prevent freeing null pointerMichael Zimmermann1-1/+3
2016-05-06MdeModulePkg/FileExplore: Make LibraryClass & Depex module type consistentDandan Bi1-1/+1
2016-05-05MdeModulePkg FileExplorerLib: Add UefiHiiServicesLib dependency.Dong, Eric1-0/+1
2016-03-02MdeModulePkg: Add ASSERT to make sure pointers are not NULLDandan Bi1-0/+2
2016-03-02MdeModulePkg: FileExplorerLib: Modify the EFI_FILE_EXPLORE_FORMSET_GUIDDandan Bi1-2/+2
2016-03-02MdeModulePkg: FileExplorerLib: Add check when to call FreePool functionDandan Bi1-2/+6
2016-01-08Refine error handle code, avoid assert when load this module twice.Eric Dong2-15/+25
2015-12-24MdeModulePkg: Add the missing library uni files of UI instancesLiming Gao2-0/+27
2015-12-16FileExplorerLib: Remove the useless code.Eric Dong1-2/+0
2015-12-16MdeModulePkg FileExplorerLib: Change file format which has mixed file format.Eric Dong5-1863/+1863
2015-12-15MdeModulePkg: Convert all .uni files to utf-8Jordan Justen1-0/+0
2015-12-08FileExplorerLib: Update copyright, use BSD license instead of Intel license.Eric Dong5-38/+39
2015-11-30MdeModulePkg:Replace unsafe string function with safe one.Dandan Bi1-10/+12
2015-11-26MdeModulePkg:Refine the comments in INF filesDandan Bi1-5/+5
2015-11-23MdeModulePkg FileExplorerLib: Create file explorer library.Eric Dong6-0/+1862