summaryrefslogtreecommitdiffstats
path: root/src/net/tcp/httpconn.c
Commit message (Expand)AuthorAgeFilesLines
* [uri] Make URI schemes case-insensitiveMichael Brown2021-07-011-1/+2
* [http] Hide HTTP transport-layer filter implementation detailsMichael Brown2020-12-081-2/+1Star
* [tls] Use intf_insert() to add TLS to an interfaceMichael Brown2020-12-071-7/+7
* [http] Work around stateful authentication schemesMichael Brown2018-06-081-2/+7
* [http] Add missing check for memory allocation failureMichael Brown2017-03-211-0/+5
* [http] Verify server port when reusing a pooled connectionMichael Brown2015-10-021-7/+12
* [http] Rewrite HTTP core to support content encodingsMichael Brown2015-08-171-0/+309