summaryrefslogtreecommitdiff
path: root/uclient-http.c
Commit message (Expand)AuthorAgeFilesLines
...
* properly terminate POST requestsFelix Fietkau2014-03-291-0/+2
* add copyright headersFelix Fietkau2014-03-251-0/+17
* implement optional SSL certificate validation (including CN host check)Felix Fietkau2014-03-251-3/+48
* fix connect error handlingFelix Fietkau2014-03-251-2/+8
* add support for passing in an external ustream_ssl contextFelix Fietkau2014-03-241-3/+23
* move nc to struct uclient_httpFelix Fietkau2014-03-231-4/+4
* move ssl_ctx to struct uclient_httpFelix Fietkau2014-03-231-4/+7
* add a utility function to detect redirects and handle themFelix Fietkau2014-03-231-0/+38
* make uclient_backend_http visible to allow the client to test for itFelix Fietkau2014-03-221-1/+1
* parse the http response codeFelix Fietkau2014-03-221-0/+19
* check for length > 0 before calling ustream_writeFelix Fietkau2014-03-221-1/+2
* implement digest supportFelix Fietkau2014-03-221-6/+221
* pass the initial / from uclient core to the proto handlerFelix Fietkau2014-03-221-1/+1
* preserve the contents of the www-authenticate header and use them to detect a...Felix Fietkau2014-03-221-67/+141
* add support for processing the content-length header when transfer is not chu...Felix Fietkau2014-03-211-0/+15
* add support for reusing connectionsFelix Fietkau2014-03-211-16/+35
* set eof on HEAD requests after header endFelix Fietkau2014-03-211-0/+6
* remove debug codeFelix Fietkau2014-03-211-6/+0
* add support for parsing chunked data on readFelix Fietkau2014-03-211-12/+79
* use chunked data for POST, set HTTP version to 1.1Felix Fietkau2014-03-211-34/+7
* Initial importFelix Fietkau2014-03-201-0/+481