summaryrefslogtreecommitdiffstats
path: root/MdeModulePkg/Library/DxeHttpLib/DxeHttpLib.c
Commit message (Expand)AuthorAgeFilesLines
* NetworkPkg: Move Network library and drivers from MdeModulePkg to NetworkPkgLiming Gao2019-05-271-2084/+0
* MdeModulePkg: Replace BSD License with BSD+Patent LicenseMichael D Kinney2019-04-091-7/+1
* MdeModulePkg/DxeHttpLib: Use BaseLib api AsciiCharToUpperShenglei Zhang2019-01-311-23/+2
* MdeModulePkg/Library/DxeHttpLib: Handle the blank value in HTTP header.Jiaxin Wu2018-09-131-13/+44
* MdeModulePkg: Clean up source filesLiming Gao2018-06-281-68/+68
* MdeModulePkg/DxeHttpLib: Refine some coding style.Jiaxin Wu2017-12-271-60/+58
* MdeModulePkg/DxeHttpLib: Correct some return Status.Jiaxin Wu2017-12-271-5/+6
* MdeModulePkg/DxeHttpLib: Check the input parameters for some APIs.Jiaxin Wu2017-12-271-5/+20
* MdeModulePkg/DxeHttpLib: Avoid the potential memory leak when error happen.Jiaxin Wu2017-12-271-0/+5
* MdeModulePkg/DxeHttpLib: Add boundary condition check.Jiaxin Wu2017-12-271-4/+34
* MdeModulePkg/DxeHttpLib: Fix spelling typo in EFI_HTTP_STATUS_CODEJiaxin Wu2017-08-021-1/+1
* MdeModulePkg/DxeHttpLib: Handle new #define in HttpMappingToStatusCodehegdenag2017-06-091-0/+2
* MdeModulePkg: Fix potential memory leaks in DxeHttpLib.Paulo Alcantara2017-05-271-3/+12
* MdeModulePkg/DxeHttpLib: Avoid the pointless comparison of UINTN with zeroJiaxin Wu2017-04-011-1/+1
* MdeModulePkg/DxeHttpLib: Fix the incorrect return status if URI port is invalidJiaxin Wu2017-03-301-0/+15
* MdeModulePkg: Fix bug in DxeHttplib when converting port number.Zhang Lubo2017-03-171-1/+5
* MdeModulePkg/DxeHttpLib: Correct the return status for the HTTP Port/ContentL...Jiaxin Wu2017-02-091-5/+3
* MdeModulePkg: Fix some typos of "according"Liming Gao2017-02-081-1/+1
* MdeModulePkg/Library: Fix typos in comments and variablesGary Lin2016-10-271-4/+4
* MdeModulePkg: Refine the code for DxeHttpLibJiaxin Wu2016-05-171-5/+7
* MdeModulePkg:DxeHttpLib: Add checks in HttpGenRequestMessage APINagaraj Hegde2016-05-131-90/+125
* MdeModulePkg:DxeHttpLib: Update to DxeHttpLib APINagaraj Hegde2016-04-271-13/+30
* ModulePkg/DxeHttpLib: Adding Functions to HttpLibGhazi Belaam2016-03-101-66/+529
* MdeModulePkg: Add new API HttpUrlGetPath() to HttpLib.hFu Siyuan2016-03-011-1/+60
* MdeModulePkg DxeHttpLib: Fix typos in function descriptionsHao Wu2016-01-061-3/+3
* MdeModulePkg:Fix a bug HttpLib can't parse last chunked data wellZhang Lubo2015-12-171-15/+24
* MdeModulePkg: Clean code to follow C Coding style.Zhang Lubo2015-11-251-1/+1
* MdeModulePkg:Fix a bug that HttpLib can not parse Ipv6 address correctly.Zhang Lubo2015-11-091-4/+29
* MdeModulePkg: Convert the UNIX to DOS end of line formatJiaxin Wu2015-08-271-1393/+1393
* MdeModulePkg: Add codes to support trailer parse in HttpLib.Zhang Lubo2015-08-121-6/+40
* MdeModulePkg: Add HttpLib.Fu Siyuan2015-07-071-0/+1359