]> git.proxmox.com Git - mirror_edk2.git/history - NetworkPkg/HttpDxe/HttpImpl.c
BaseTools/Capsule: Do not support -o with --dump-info
[mirror_edk2.git] / NetworkPkg / HttpDxe / HttpImpl.c
2018-07-12 Jiaxin WuNetworkPkg/HttpDxe: Fix the bug when parsing HTTP(S...
2018-06-28 Liming GaoNetworkPkg: Clean up source files
2018-03-02 Jiaxin WuNetworkPkg/HttpDxe: Support HTTP Delete Method.
2017-12-27 Jiaxin WuNetworkPkg/HttpDxe: Remove the unnecessary ASSERT.
2017-12-27 Jiaxin WuNetworkPkg/HttpDxe: Fix the memory leak issue in HttpRe...
2017-11-16 Fu SiyuanNetworkPkg: Print error message to screen if error...
2017-09-29 Jiaxin WuNetworkPkg/HttpDxe: Clarify the usage of HttpConfigData...
2017-08-14 Jiaxin WuNetworkPkg/HttpDxe: Handle the HttpVersionUnsupported...
2017-08-07 Jiaxin WuNetworkPkg/HttpDxe: Support HTTP Patch method
2017-08-02 Jiaxin WuNetworkPkg/HttpDxe: Destroy the TLS instance when clean...
2017-08-02 Jiaxin WuNetworkPkg/HttpDxe: Refine the coding style.
2017-03-06 Hao WuNetworkPkg: Refine type cast for pointer subtraction
2017-01-23 Zhang, LuboNetworkPkg: Fix protocol handler service in HttpDxe.
2017-01-23 Jiaxin WuNetworkPkg: Add PCD to enable the HTTP connections...
2016-12-26 Jiaxin WuNetworkPkg/HttpDxe: Fix the potential NULL dereference
2016-12-22 Jiaxin WuNetworkPkg/HttpDxe: HTTPS support over IPv4 and IPv6
2016-06-21 Star ZengNetworkPkg: Replace UnicodeStrToAsciiStr/AsciiStrToUnic...
2016-06-13 Jiaxin WuNetworkPkg: HttpDxe response/cancel issue fix
2016-05-26 Jiaxin WuNetworkPkg: Correct HttpConfigure parameter check
2016-05-24 Fu SiyuanNetworkPkg: update code for NULL pointer check.
2016-05-20 Gary LinNetworkPkg/HttpDxe: Don't free Wrap in HttpTcpReceiveNo...
2016-05-16 Nagaraj HegdeNetworkPkg:HttpDxe: Code changes to support HTTP PUT...
2016-04-28 Jiaxin WuNetworkPkg: Avoid the indefinite wait case in HttpDxe
2016-04-27 Nagaraj HegdeNetworkPkg:HttpDxe:Consume DxeHttpLib API changes
2016-03-10 Ghazi BelaamNetworkPkg: Use the New Functions from HttpLib
2016-02-03 Zhang LuboNetworkPkg:Add a new error status code EFI_HTTP_ERROR
2016-01-28 Zhang LuboNetworkPkg: Change HTTP API typos.
2015-12-21 Zhang LuboNetworkPkg:Fix a bug the 2nd httpboot fail issue.
2015-11-26 Zhang LuboNetworkPkg:Fix NULL pointer dereference issues.
2015-11-13 Zhang LuboNetworkPkg: Httpboot will fail the 2nd time result...
2015-11-09 Zhang LuboNetworkPkg:Fix the issue that cannot parse ipv6 address...
2015-11-09 Zhang LuboNetworkPkg:Enable Http Boot over Ipv6 stack
2015-11-06 Nagaraj HegdeNetworkPkg:Missing CloseEvent() in HttpResponseWorker
2015-10-30 Nagaraj HegdeNetworkPkg: HttpDxe sometimes free a pointer twice
2015-10-06 Samer El-Haj-MahmoudNetworkPkg: HttpDxe: Remove unused local variables
2015-09-16 Fu SiyuanNetworkPkg: Enhance the NULL pointer check before deref...
2015-09-15 Fu SiyuanNetworkPkg: Correct the missed code in r18449.
2015-09-14 Fu SiyuanNetworkPkg: Update Http driver to use DPC mechanism.
2015-09-14 Fu SiyuanNetworkPkg: Avoid memory allocation for each HTTP messa...
2015-09-06 Zhang LuboNetworkPkg: Fix the HttpCloseConnection fail issue
2015-08-26 Jiaxin WuNetworkPkg: Update HttpDxe driver to consume EFI_HTTP_U...
2015-08-22 Gary Ching-Pang LinNetworkPkg: Remove the hostname from the http request...
2015-07-10 fanwang2NetworkPkg: Code logic optimization for DnsDxe and...
2015-07-07 Ye TingNetworkPkg: Add HTTP Driver