summaryrefslogtreecommitdiff
path: root/MdeModulePkg/Library/FileExplorerLib/FileExplorer.c
AgeCommit message (Expand)AuthorFilesLines
2024-06-04Renormalized end-of-lines from master@27b044605cd5f6b33a3d231576003850b3fe305btrunkkx1-1666/+1666
2023-04-03MdeModulePkg: Fix conditionally uninitialized variablesMichael Kubacki1-1/+4
2021-12-07MdeModulePkg: Apply uncrustify changesMichael Kubacki1-278/+291
2021-12-07MdeModulePkg: Change OPTIONAL keyword usage styleMichael D Kinney1-3/+2
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 Kinney1-7/+1
2018-06-28MdeModulePkg: Clean up source filesLiming Gao1-26/+26
2017-03-06MdeModulePkg: Refine type cast for pointer subtractionHao Wu1-2/+2
2017-01-19MdeModulePkg/FileExplorer: Enable functionality of creating new file/folderDandan Bi1-3/+167
2017-01-19MdeModulePkg/FileExplorer: Update QuesrionId when Updating FileExplore formDandan Bi1-4/+8
2017-01-19MdeModulePkg/FileExplorer: Remove the codes of searching load file protocolDandan Bi1-55/+1
2016-10-18MdeModulePkg FileExplorerLib: Fix potential Integer Overflow.Liming Gao1-2/+26
2016-05-09MdeModulePkg: FileExplorerLib: prevent freeing null pointerMichael Zimmermann1-1/+3
2016-03-02MdeModulePkg: Add ASSERT to make sure pointers are not NULLDandan Bi1-0/+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 Dong1-13/+20
2015-12-16FileExplorerLib: Remove the useless code.Eric Dong1-2/+0
2015-12-16MdeModulePkg FileExplorerLib: Change file format which has mixed file format.Eric Dong1-1507/+1507
2015-12-08FileExplorerLib: Update copyright, use BSD license instead of Intel license.Eric Dong1-9/+10
2015-11-30MdeModulePkg:Replace unsafe string function with safe one.Dandan Bi1-10/+12
2015-11-23MdeModulePkg FileExplorerLib: Create file explorer library.Eric Dong1-0/+1504