summaryrefslogtreecommitdiff
path: root/MdeModulePkg/Library/DxeHttpLib
AgeCommit message (Expand)AuthorFilesLines
2019-05-27NetworkPkg: Move Network library and drivers from MdeModulePkg to NetworkPkgLiming Gao4-2227/+0
2019-04-09MdeModulePkg: Replace BSD License with BSD+Patent LicenseMichael D Kinney4-28/+4
2019-01-31MdeModulePkg/DxeHttpLib: Use BaseLib api AsciiCharToUpperShenglei Zhang1-23/+2
2018-09-13MdeModulePkg/Library/DxeHttpLib: Handle the blank value in HTTP header.Jiaxin Wu1-13/+44
2018-09-06MdeModulePkg: Removing ipf which is no longer supported from edk2.Chen A Chen1-2/+2
2018-06-28MdeModulePkg: Clean up source filesLiming Gao3-72/+72
2017-12-27MdeModulePkg/DxeHttpLib: Refine some coding style.Jiaxin Wu1-60/+58
2017-12-27MdeModulePkg/DxeHttpLib: Correct some return Status.Jiaxin Wu1-5/+6
2017-12-27MdeModulePkg/DxeHttpLib: Check the input parameters for some APIs.Jiaxin Wu1-5/+20
2017-12-27MdeModulePkg/DxeHttpLib: Avoid the potential memory leak when error happen.Jiaxin Wu1-0/+5
2017-12-27MdeModulePkg/DxeHttpLib: Add boundary condition check.Jiaxin Wu1-4/+34
2017-08-02MdeModulePkg/DxeHttpLib: Fix spelling typo in EFI_HTTP_STATUS_CODEJiaxin Wu1-1/+1
2017-06-09MdeModulePkg/DxeHttpLib: Handle new #define in HttpMappingToStatusCodehegdenag1-0/+2
2017-05-27MdeModulePkg: Fix potential memory leaks in DxeHttpLib.Paulo Alcantara1-3/+12
2017-04-01MdeModulePkg/DxeHttpLib: Avoid the pointless comparison of UINTN with zeroJiaxin Wu2-2/+1
2017-03-30MdeModulePkg/DxeHttpLib: Fix the incorrect return status if URI port is invalidJiaxin Wu2-1/+19
2017-03-17MdeModulePkg: Fix bug in DxeHttplib when converting port number.Zhang Lubo1-1/+5
2017-02-09MdeModulePkg/DxeHttpLib: Correct the return status for the HTTP Port/ContentL...Jiaxin Wu1-5/+3
2017-02-08MdeModulePkg: Fix some typos of "according"Liming Gao1-1/+1
2016-10-27MdeModulePkg/Library: Fix typos in comments and variablesGary Lin1-4/+4
2016-05-17MdeModulePkg: Refine the code for DxeHttpLibJiaxin Wu1-5/+7
2016-05-13MdeModulePkg:DxeHttpLib: Add checks in HttpGenRequestMessage APINagaraj Hegde1-90/+125
2016-04-27MdeModulePkg:DxeHttpLib: Update to DxeHttpLib APINagaraj Hegde1-13/+30
2016-03-16MdeModulePkg: Coding style update for DxeHttpLib.infJiaxin Wu1-2/+2
2016-03-10ModulePkg/DxeHttpLib: Adding Functions to HttpLibGhazi Belaam3-66/+624
2016-03-01MdeModulePkg: Add new API HttpUrlGetPath() to HttpLib.hFu Siyuan1-1/+60
2016-01-06MdeModulePkg DxeHttpLib: Fix typos in function descriptionsHao Wu1-3/+3
2015-12-17MdeModulePkg:Fix a bug HttpLib can't parse last chunked data wellZhang Lubo1-15/+24
2015-12-15MdeModulePkg: Convert all .uni files to utf-8Jordan Justen1-0/+0
2015-11-25MdeModulePkg: Clean code to follow C Coding style.Zhang Lubo1-1/+1
2015-11-09MdeModulePkg:Fix a bug that HttpLib can not parse Ipv6 address correctly.Zhang Lubo1-4/+29
2015-08-27MdeModulePkg: Convert the UNIX to DOS end of line formatJiaxin Wu2-1435/+1435
2015-08-12MdeModulePkg: Add codes to support trailer parse in HttpLib.Zhang Lubo1-6/+40
2015-07-07MdeModulePkg: Add HttpLib.Fu Siyuan3-0/+1401