summaryrefslogtreecommitdiffstats
path: root/src/net/tcp/httpcore.c
Commit message (Expand)AuthorAgeFilesLines
* [http] Support MD5-sess Digest authenticationMichael Brown2015-03-091-2/+42
* [http] Abstract out HTTP Digest hash algorithm operationsMichael Brown2015-03-091-28/+56
* [legal] Relicense files under GPL2_OR_LATER_OR_UBDLMichael Brown2015-03-021-1/+5
* [http] Profile receive datapathMichael Brown2014-04-281-0/+13
* [http] Accept Content-Length header with trailing whitespaceMichael Brown2014-03-251-1/+2
* [http] Automatically retry request on a 503 Service UnavailableMichael Brown2014-03-071-1/+45
* [http] Use a retry timer to trigger retried requestsMichael Brown2014-03-071-15/+44
* [uri] Refactor URI parsing and formattingMichael Brown2014-02-271-28/+34
* [http] Add support for HTTP POSTMichael Brown2013-08-191-3/+121
* [build] Include version number within only a single object fileMichael Brown2012-11-021-2/+3
* [http] Fix HTTP SAN bootingMichael Brown2012-08-171-6/+6
* [http] Treat any unexpected connection close as an errorMichael Brown2012-08-151-7/+15
* [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