summaryrefslogtreecommitdiffstats
path: root/MdeModulePkg/Library
Commit message (Expand)AuthorAgeFilesLines
* MdeModulePkg/DxeHttpLib: Fix spelling typo in EFI_HTTP_STATUS_CODEJiaxin Wu2017-08-021-1/+1
* MdeModulePkg PiSmmCoreMemoryAllocLib: Fix a FreePool() assertion issueStar Zeng2017-08-011-4/+28
* MdeModulePkg/BMMUiLib: Check reset requirement before exiting UiAppBi, Dandan2017-07-273-1/+52
* MdeModulePkg/BMUiLib: Check reset requirement before exiting UiAppBi, Dandan2017-07-273-3/+55
* MdeModulePkg SmmLockBoxDxeLib: Get SmmCommRegion for COMM bufferStar Zeng2017-07-262-58/+147
* MdeModulePkg: Update NonDiscoverableDeviceRegistrationLib file header formatLiming Gao2017-07-261-2/+2
* MdeModulePkg/BMMUiLib: Fix incorrect variable nameDandan Bi2017-06-131-1/+1
* MdeModulePkg/DxeHttpLib: Handle new #define in HttpMappingToStatusCodehegdenag2017-06-091-0/+2
* MdeModulePkg/PrintLib: Avoid reading content beyond the format stringHao Wu2017-06-011-11/+11
* MdeModulePkg: Fix potential memory leaks in DxeHttpLib.Paulo Alcantara2017-05-271-3/+12
* MdeModulePkg/BDS: Fix a buffer overflow bugRuiyu Ni2017-05-221-8/+8
* MdeModulePKg/BDS: Build meaningful description for Wi-Fi boot optionRuiyu Ni2017-04-261-5/+23
* MdeModulePkg: Discard received broadcast message in DxeIpIoLib.Fu Siyuan2017-04-241-0/+6
* MdeModulePkg/DeviceManagerUiLib: Fix the network device MAC display issueJiaxin Wu2017-04-212-6/+10
* MdeModulePkg/UefiBootManagerLib: Avoid buggy USB short-form expandingRuiyu Ni2017-04-201-17/+26
* MdeModulePkg/BMMUiLib: Update codes of initializing ConsoleXXXCheck arrayDandan Bi2017-04-181-1/+25
* MdeModulePkg BrotliLib: Fix the regression logic issue in loopLiming Gao2017-04-141-3/+4
* MdeModulePkg: Fix BrotliCustomDecompressLib potential issueSong, BinX2017-04-122-4/+9
* MdeModulePkg/UefiBootManagerLib: Enhance short-form expanding logicRuiyu Ni2017-04-073-268/+475
* MdeModulePkg/CpuExceptionHandlerLib: Add DumpCpuContext()Jeff Fan2017-04-071-1/+15
* MdeModulePkg/UefiHiiLib:Fix incorrect comparison expressionDandan Bi2017-04-051-2/+3
* MdeModulePkg/DxeHttpLib: Avoid the pointless comparison of UINTN with zeroJiaxin Wu2017-04-012-2/+1
* MdeModulePkg/DxeHttpLib: Fix the incorrect return status if URI port is invalidJiaxin Wu2017-03-302-1/+19
* MdeModulePkg: Add Brotli algorithm decompression librarySong, BinX2017-03-2913-8/+693
* MdeModulePkg: Copy Brotli algorithm 3rd party source code for librarySong, BinX2017-03-2920-0/+15026
* MdeModulePkg/DxeCapsuleLibFmp: Fix build failureDandan Bi2017-03-202-4/+4
* MdeModulePkg: Fix bug in DxeHttplib when converting port number.Zhang Lubo2017-03-171-1/+5
* MdeModulePkg/DxeCapsuleLibFmp: Fix build failure issuesDandan Bi2017-03-171-0/+3
* MdeModulePkg/CapsuleLib: Fix runtime issueJiewen Yao2017-03-161-21/+32
* MdeModulePkg BmPerf: Handle "/" separator in debug path for GCC buildStar Zeng2017-03-161-2/+2
* MdeModulePkg/SmiHandlerProfile: Add Context support in UnregisterJiewen Yao2017-03-131-2/+8
* MdeModulePkg/PrintLib: Refine the comment for AsciiValueToStringS APIHao Wu2017-03-131-2/+1
* MdeModulePkg/UefiBootManagerLib: Generate boot description for NVMERuiyu Ni2017-03-133-2/+107
* MdeModulePkg/CapsuleLib: Free the buffer returned by GetVariable2 APIHao Wu2017-03-131-0/+4
* MdeModulePkg/CapsuleLib: Add lib destructors to handle unclosed eventsHao Wu2017-03-134-13/+65
* MdeModulePkg/PlatVarCleanupLib: Add lib destructor for unclosed eventHao Wu2017-03-132-4/+32
* MdeModulePkg: Refine casting expression result to bigger sizeHao Wu2017-03-0610-19/+19
* MdeModulePkg: Refine type cast for pointer subtractionHao Wu2017-03-065-9/+9
* MdeModulePkg/PrintLib: Add deprecated flag for APIs [A|U]ValueToStringHao Wu2017-03-021-0/+12
* MdeModulePkg: Replace [Ascii|Unicode]ValueToStringHao Wu2017-03-025-15/+78
* MdeModulePkg: Fix coding style issuesDandan Bi2017-02-281-1/+1
* MdeModulePkg/BMMUiLib: Replace same logic with API in UefiBootManagerLibDandan Bi2017-02-282-228/+11
* MdeModulePkg/NetLib: Use StrToIpv4/6Address in BaseLibRuiyu Ni2017-02-281-351/+31
* MdeModulePkg PerformanceLib: Fix GCC build failure caused by cfb0abaStar Zeng2017-02-242-3/+3
* MdeModulePkg SmmSmiHandlerProfileLib: Fix GCC build failureStar Zeng2017-02-241-1/+1
* MdeModulePkg: Add performance property configuration tableStar Zeng2017-02-235-4/+47
* MdeModulePkg/SmmSmiHandlerProfileLib: Add SMM instance.Jiewen Yao2017-02-223-0/+173
* MdeModulePkg/BMMUiLib: Remove old useless data before new save actionDandan Bi2017-02-212-2/+47
* MdeModulePkg/PrintLib: Add safe print functions [A|U]ValueToStringSHao Wu2017-02-211-0/+127
* MdeModulePkg/PrintLib: Use EFI_PRINT2S_PROTOCOL for this instanceHao Wu2017-02-213-21/+49