summaryrefslogtreecommitdiffstats
path: root/src/net/tcp/httpcore.c
Commit message (Expand)AuthorAgeFilesLines
* [legal] Update FSF mailing address in GPL licence textsMichael Brown2012-07-201-1/+2
* [http] Add support for Digest authenticationMichael Brown2012-05-231-0/+173
* [http] Provide credentials only when requested by serverMichael Brown2012-05-231-16/+128
* [http] Split construction of Authorization header out of http_step()Michael Brown2012-05-231-57/+96
* [http] Defer processing response code until after receiving all headersMichael Brown2012-05-221-6/+10
* [http] Reopen connections when server does not keep connection aliveMichael Brown2012-05-221-31/+118
* [http] Fix typo in memory allocationKevin Tran2012-04-271-1/+1
* [http] Avoid using stack-allocated memory in http_step()Michael Brown2012-04-241-14/+32
* [http] Disambiguate the various error causesMichael Brown2012-03-271-13/+45
* [tls] Add support for Server Name Indication (SNI)Michael Brown2012-03-031-1/+2
* [http] Recognise status code 303 as validJason Lunz2012-03-011-0/+1
* [http] Allow for HTTPS-only buildsMichael Brown2012-02-281-0/+886