summaryrefslogtreecommitdiff
path: root/uclient-backend.h
Commit message (Expand)AuthorAgeFilesLines
* http: add support for relative location on redirectFelix Fietkau2016-07-051-0/+1
* core: add proxy supportFelix Fietkau2016-01-161-0/+1
* use const for char buffer in uclient_writeRafał Miłecki2015-01-221-1/+1
* add uclient_disconnect() to force a disconnect without further callbacksFelix Fietkau2014-05-041-0/+1
* expose struct uclient_urlFelix Fietkau2014-05-041-11/+0
* add copyright headersFelix Fietkau2014-03-251-0/+17
* implement optional SSL certificate validation (including CN host check)Felix Fietkau2014-03-251-1/+1
* add a utility function to detect redirects and handle themFelix Fietkau2014-03-231-0/+1
* add missing prototype for uclient_backend_set_errorFelix Fietkau2014-03-221-0/+1
* make uclient_backend_http visible to allow the client to test for itFelix Fietkau2014-03-221-1/+0
* add support for reusing connectionsFelix Fietkau2014-03-211-0/+1
* use chunked data for POST, set HTTP version to 1.1Felix Fietkau2014-03-211-1/+0
* Initial importFelix Fietkau2014-03-201-0/+35