summaryrefslogtreecommitdiff
path: root/MdeModulePkg/Library
AgeCommit message (Expand)AuthorFilesLines
2017-12-22MdeModulePkg/DpcLib: return error if failed to locate DPC protocol.Fu Siyuan1-1/+1
2017-12-22MdeModulePkg/IpIoLib: Check the input parameters before use them.Fu Siyuan1-16/+57
2017-12-22MdeModulePkg/IpIoDxe: Update API description to match the function implementa...Fu Siyuan1-8/+26
2017-12-22MdeModulePkg/IpIoLib: add more error handling code to DxeIpIoLib.Fu Siyuan1-36/+57
2017-12-18MdeModulePkg/IpIoLib: return error instead of ASSERT if input parameter is in...Fu Siyuan1-2/+10
2017-12-12MdeModulePkg/TcpIoLib: Cancel TCP token if connect/accept is timeout.Fu Siyuan1-0/+10
2017-12-12MdeModulePkg/TcpIoLib: Check input Timeout before calling CheckEvent() service.Fu Siyuan1-10/+10
2017-12-08MdeModulePkg/CpuExceptionHandlerLibNull: Add new API implementationJian J Wang1-0/+34
2017-12-08MdeModulePkg/NetLib: Fix an error when AIP doesn't support network media stat...fanwang21-0/+18
2017-12-06MdeModulePkg/NetLib: Add NetLibDetectMediaWaitTimeout() API to support EFI_NO...fanwang22-0/+165
2017-11-29MdeModulePkg/DxeCorePerformanceLib: add lock protectionHeyi Guo1-1/+66
2017-11-22MdeModulePkg/UefiBootManagerLib: Remove assertionRuiyu Ni1-6/+6
2017-11-14MdeModulePkg: Fix MSFT C4255 warningSong, BinX5-0/+6
2017-11-13MdeModulePkg: Update IP4 stack to support point-to-point link with 31-bit mask.Fu Siyuan1-4/+10
2017-11-08MdeModulePkg: Fix misuses of AllocateCopyPoolJian J Wang3-11/+19
2017-11-07MdeModulePkg/VarCheckHii: Enhance VarCheckHiiLib to support bit checkDandan Bi5-130/+310
2017-11-07MdeModulePkg/VarCheckHiiLib: Replace EFI_D_INFO with DEBUG_INFODandan Bi4-126/+126
2017-11-07MdeModulePkg VarCheckHiiLib: Fix typo "0x02%x" to be "0x%02x"Star Zeng1-4/+4
2017-11-01MdeModulePkg: Deprecate EFI_VARIABLE_AUTHENTICATED_WRITE_ACCESSZhang, Chao B3-14/+9
2017-10-12MdeModulePkg/Bds: Check variable name even *if* OptionNumber is NULLRuiyu Ni1-15/+30
2017-10-12MdeModulePkg/Bds: Remove assertion in BmCharToUintRuiyu Ni1-1/+0
2017-10-10MdeModulePkg: Update Ppi/Protocol/Guid usage in INF filesLiming Gao5-15/+17
2017-10-10MdeModulePkg: Update modules to consume CalculateCrc32()Liming Gao2-103/+8
2017-09-29MdeModulePkg/DxeNetLib: Fix negative value left shiftHao Wu1-1/+1
2017-09-29MdeModulePkg/PrintLib: Fix possible negative value left shiftHao Wu1-1/+1
2017-09-28MdeModulePkg/DxeNetLib: Check the actual packet size before trim data from Nbuf.Fu Siyuan1-1/+5
2017-09-21MdeModulePkg/UefiHiiLib: Validate question with bit fieldsDandan Bi3-77/+182
2017-09-13MdeModulePkg: Update PiDxeS3BootScriptLib Internal function nameLiming Gao1-2/+2
2017-09-06MdeModulePkg/UefiBootManagerLib: Generate boot description for SD/eMMCHao Wu2-0/+24
2017-08-29MdeModulePkg/UefiHiiLib: Fix incorrect check for string lengthBi, Dandan1-3/+12
2017-08-23MdeModulePkg/Library: Remove the self-reference in UdpIoLib/TcpIoLib/IpIoLibJiaxin Wu3-6/+3
2017-08-14MdeModulePkg/UefiBootManagerLib: Support DNS device path descriptionJiaxin Wu1-2/+11
2017-08-02MdeModulePkg/DxeHttpLib: Fix spelling typo in EFI_HTTP_STATUS_CODEJiaxin Wu1-1/+1
2017-08-01MdeModulePkg PiSmmCoreMemoryAllocLib: Fix a FreePool() assertion issueStar Zeng1-4/+28
2017-07-27MdeModulePkg/BMMUiLib: Check reset requirement before exiting UiAppBi, Dandan3-1/+52
2017-07-27MdeModulePkg/BMUiLib: Check reset requirement before exiting UiAppBi, Dandan3-3/+55
2017-07-26MdeModulePkg SmmLockBoxDxeLib: Get SmmCommRegion for COMM bufferStar Zeng2-58/+147
2017-07-26MdeModulePkg: Update NonDiscoverableDeviceRegistrationLib file header formatLiming Gao1-2/+2
2017-06-13MdeModulePkg/BMMUiLib: Fix incorrect variable nameDandan Bi1-1/+1
2017-06-09MdeModulePkg/DxeHttpLib: Handle new #define in HttpMappingToStatusCodehegdenag1-0/+2
2017-06-01MdeModulePkg/PrintLib: Avoid reading content beyond the format stringHao Wu1-11/+11
2017-05-27MdeModulePkg: Fix potential memory leaks in DxeHttpLib.Paulo Alcantara1-3/+12
2017-05-22MdeModulePkg/BDS: Fix a buffer overflow bugRuiyu Ni1-8/+8
2017-04-26MdeModulePKg/BDS: Build meaningful description for Wi-Fi boot optionRuiyu Ni1-5/+23
2017-04-24MdeModulePkg: Discard received broadcast message in DxeIpIoLib.Fu Siyuan1-0/+6
2017-04-21MdeModulePkg/DeviceManagerUiLib: Fix the network device MAC display issueJiaxin Wu2-6/+10
2017-04-20MdeModulePkg/UefiBootManagerLib: Avoid buggy USB short-form expandingRuiyu Ni1-17/+26
2017-04-18MdeModulePkg/BMMUiLib: Update codes of initializing ConsoleXXXCheck arrayDandan Bi1-1/+25
2017-04-14MdeModulePkg BrotliLib: Fix the regression logic issue in loopLiming Gao1-3/+4
2017-04-12MdeModulePkg: Fix BrotliCustomDecompressLib potential issueSong, BinX2-4/+9