summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* fetch: print download statusFelix Fietkau2014-05-081-0/+10
* fetch: indicate an error if the connection was terminated prematurelyFelix Fietkau2014-05-074-2/+13
* add uclient_get_url_filename helper functionFelix Fietkau2014-05-063-22/+30
* fetch: print error messages on http error codesFelix Fietkau2014-05-061-0/+2
* fetch: remove http header outputFelix Fietkau2014-05-062-11/+2
* rename uclient-example to uclient-fetchFelix Fietkau2014-05-063-3/+3
* example: rename callbacksFelix Fietkau2014-05-061-6/+6
* add support for PUT requestsLuka Perkov2014-05-051-2/+4
* example: document -qFelix Fietkau2014-05-051-0/+1
* example: only close output fd after request completion if -O was not usedFelix Fietkau2014-05-041-1/+4
* example: handle uclient connection errorsFelix Fietkau2014-05-041-5/+31
* example: indicate http error presence with return code 8Felix Fietkau2014-05-041-0/+1
* example: close output fileFelix Fietkau2014-05-041-0/+4
* example: only write output data on http 200/204Felix Fietkau2014-05-041-26/+37
* example: document -OFelix Fietkau2014-05-041-0/+1
* example: always exit on output file errorsFelix Fietkau2014-05-041-4/+4
* add uclient_disconnect() to force a disconnect without further callbacksFelix Fietkau2014-05-044-0/+48
* example: write output data to a fileFelix Fietkau2014-05-041-4/+65
* example: create only one requestFelix Fietkau2014-05-041-22/+14
* example: update usage infoFelix Fietkau2014-05-041-3/+5
* example: add quiet flag similar to wgetFelix Fietkau2014-05-041-9/+22
* expose struct uclient_urlFelix Fietkau2014-05-042-11/+11
* example: change -c to --ca-certificate to match wgetFelix Fietkau2014-05-041-5/+9
* example: change -C to --no-check-certificate to match wgetFelix Fietkau2014-05-041-4/+18
* example: make ustream-ssl optional (load via dlopen)Felix Fietkau2014-05-042-6/+43
* http: make ustream_ssl optional, only use provided ssl contextFelix Fietkau2014-05-044-22/+22
* http: get address at initial connect timeFelix Fietkau2014-04-301-8/+9
* add support for querying local/remote addressFelix Fietkau2014-04-074-1/+59
* ignore empty writesFelix Fietkau2014-04-031-3/+4
* add support for 204 (no content)Felix Fietkau2014-03-291-1/+1
* fix arguments to uclient_http_reset_headersFelix Fietkau2014-03-292-2/+2
* fix specifying ports in urlsFelix Fietkau2014-03-291-1/+3
* avoid sending duplicate headersFelix Fietkau2014-03-291-0/+2
* properly terminate POST requestsFelix Fietkau2014-03-291-0/+2
* add support for passing in auth to uclient_set_url()Felix Fietkau2014-03-292-3/+3
* split setting url from connectingFelix Fietkau2014-03-292-21/+19
* pass auth_str to uclient_new()Felix Fietkau2014-03-263-4/+4
* add copyright headersFelix Fietkau2014-03-257-0/+119
* implement optional SSL certificate validation (including CN host check)Felix Fietkau2014-03-255-20/+117
* fix prefix id passingFelix Fietkau2014-03-251-0/+1
* fix connect error handlingFelix Fietkau2014-03-251-2/+8
* add support for passing in an external ustream_ssl contextFelix Fietkau2014-03-242-3/+25
* move nc to struct uclient_httpFelix Fietkau2014-03-231-4/+4
* move ssl_ctx to struct uclient_httpFelix Fietkau2014-03-231-4/+7
* fix positioning of the __hidden attributeFelix Fietkau2014-03-231-1/+1
* use the redirect function in the example codeFelix Fietkau2014-03-231-0/+8
* add a utility function to detect redirects and handle themFelix Fietkau2014-03-234-5/+50
* add missing prototype for uclient_backend_set_errorFelix Fietkau2014-03-222-1/+2
* make uclient_backend_http visible to allow the client to test for itFelix Fietkau2014-03-223-2/+3
* parse the http response codeFelix Fietkau2014-03-222-1/+20