summaryrefslogtreecommitdiffstats
path: root/MdeModulePkg/Library
Commit message (Expand)AuthorAgeFilesLines
* MdeModulePkg/IpIoLib: return error instead of ASSERT if input parameter is in...Fu Siyuan2017-12-181-2/+10
* MdeModulePkg/TcpIoLib: Cancel TCP token if connect/accept is timeout.Fu Siyuan2017-12-121-0/+10
* MdeModulePkg/TcpIoLib: Check input Timeout before calling CheckEvent() service.Fu Siyuan2017-12-121-10/+10
* MdeModulePkg/CpuExceptionHandlerLibNull: Add new API implementationJian J Wang2017-12-081-0/+34
* MdeModulePkg/NetLib: Fix an error when AIP doesn't support network media stat...fanwang22017-12-081-0/+18
* MdeModulePkg/NetLib: Add NetLibDetectMediaWaitTimeout() API to support EFI_NO...fanwang22017-12-062-0/+165
* MdeModulePkg/DxeCorePerformanceLib: add lock protectionHeyi Guo2017-11-291-1/+66
* MdeModulePkg/UefiBootManagerLib: Remove assertionRuiyu Ni2017-11-221-6/+6
* MdeModulePkg: Fix MSFT C4255 warningSong, BinX2017-11-145-0/+6
* MdeModulePkg: Update IP4 stack to support point-to-point link with 31-bit mask.Fu Siyuan2017-11-131-4/+10
* MdeModulePkg: Fix misuses of AllocateCopyPoolJian J Wang2017-11-083-11/+19
* MdeModulePkg/VarCheckHii: Enhance VarCheckHiiLib to support bit checkDandan Bi2017-11-075-130/+310
* MdeModulePkg/VarCheckHiiLib: Replace EFI_D_INFO with DEBUG_INFODandan Bi2017-11-074-126/+126
* MdeModulePkg VarCheckHiiLib: Fix typo "0x02%x" to be "0x%02x"Star Zeng2017-11-071-4/+4
* MdeModulePkg: Deprecate EFI_VARIABLE_AUTHENTICATED_WRITE_ACCESSZhang, Chao B2017-11-013-14/+9
* MdeModulePkg/Bds: Check variable name even *if* OptionNumber is NULLRuiyu Ni2017-10-121-15/+30
* MdeModulePkg/Bds: Remove assertion in BmCharToUintRuiyu Ni2017-10-121-1/+0
* MdeModulePkg: Update Ppi/Protocol/Guid usage in INF filesLiming Gao2017-10-105-15/+17
* MdeModulePkg: Update modules to consume CalculateCrc32()Liming Gao2017-10-102-103/+8
* MdeModulePkg/DxeNetLib: Fix negative value left shiftHao Wu2017-09-291-1/+1
* MdeModulePkg/PrintLib: Fix possible negative value left shiftHao Wu2017-09-291-1/+1
* MdeModulePkg/DxeNetLib: Check the actual packet size before trim data from Nbuf.Fu Siyuan2017-09-281-1/+5
* MdeModulePkg/UefiHiiLib: Validate question with bit fieldsDandan Bi2017-09-213-77/+182
* MdeModulePkg: Update PiDxeS3BootScriptLib Internal function nameLiming Gao2017-09-131-2/+2
* MdeModulePkg/UefiBootManagerLib: Generate boot description for SD/eMMCHao Wu2017-09-062-0/+24
* MdeModulePkg/UefiHiiLib: Fix incorrect check for string lengthBi, Dandan2017-08-291-3/+12
* MdeModulePkg/Library: Remove the self-reference in UdpIoLib/TcpIoLib/IpIoLibJiaxin Wu2017-08-233-6/+3
* MdeModulePkg/UefiBootManagerLib: Support DNS device path descriptionJiaxin Wu2017-08-141-2/+11
* 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