summaryrefslogtreecommitdiffstats
path: root/MdeModulePkg/Library/FileExplorerLib/FileExplorer.c
Commit message (Expand)AuthorAgeFilesLines
* MdeModulePkg/FileExplorerLib: Add return value checkwenyi,xie via groups.io2021-01-151-5/+7
* MdeModulePkg/FileExplorerLib: remove redundant null pointer checkwenyi xie2020-12-041-7/+3
* MdeModulePkg/FileExplorer: Set Handle to NULL after uninstall protocolDandan Bi2019-04-281-1/+2
* MdeModulePkg: Replace BSD License with BSD+Patent LicenseMichael D Kinney2019-04-091-7/+1
* MdeModulePkg: Clean up source filesLiming Gao2018-06-281-26/+26
* MdeModulePkg: Refine type cast for pointer subtractionHao Wu2017-03-061-2/+2
* MdeModulePkg/FileExplorer: Enable functionality of creating new file/folderDandan Bi2017-01-191-3/+167
* MdeModulePkg/FileExplorer: Update QuesrionId when Updating FileExplore formDandan Bi2017-01-191-4/+8
* MdeModulePkg/FileExplorer: Remove the codes of searching load file protocolDandan Bi2017-01-191-55/+1
* MdeModulePkg FileExplorerLib: Fix potential Integer Overflow.Liming Gao2016-10-181-2/+26
* MdeModulePkg: FileExplorerLib: prevent freeing null pointerMichael Zimmermann2016-05-091-1/+3
* MdeModulePkg: Add ASSERT to make sure pointers are not NULLDandan Bi2016-03-021-0/+2
* MdeModulePkg: FileExplorerLib: Add check when to call FreePool functionDandan Bi2016-03-021-2/+6
* Refine error handle code, avoid assert when load this module twice.Eric Dong2016-01-081-13/+20
* FileExplorerLib: Remove the useless code.Eric Dong2015-12-161-2/+0
* MdeModulePkg FileExplorerLib: Change file format which has mixed file format.Eric Dong2015-12-161-1507/+1507
* FileExplorerLib: Update copyright, use BSD license instead of Intel license.Eric Dong2015-12-081-9/+10
* MdeModulePkg:Replace unsafe string function with safe one.Dandan Bi2015-11-301-10/+12
* MdeModulePkg FileExplorerLib: Create file explorer library.Eric Dong2015-11-231-0/+1504