index
:
uclient
master
openwrt-19.07
libubox HTTP client library
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2016-01-16
http: detect connect failure
Felix Fietkau
2016-01-16
uclient-fetch: ignore SIGPIPE
Felix Fietkau
2016-01-16
uclient-fetch: add proxy support
Felix Fietkau
2016-01-16
http: add proxy support
Felix Fietkau
2016-01-16
core: add proxy support
Felix Fietkau
2016-01-16
core: fix memory leak if url change fails
Felix Fietkau
2016-01-16
uclient-http: make username/password variables local
Felix Fietkau
2016-01-16
uclient-fetch: add support for resuming downloads
Felix Fietkau
2016-01-16
uclient-fetch: clean up output file selection
Felix Fietkau
2016-01-16
http: allow the header_done callback to reset the client state
Felix Fietkau
2016-01-16
uclient-fetch: add support for --timeout
Felix Fietkau
2016-01-16
uclient-fetch: add support for --spider
Felix Fietkau
2016-01-16
uclient-fetch: add support for --post-data
Felix Fietkau
2016-01-16
uclient-fetch: only add default CA entries if no certificate was supplied and verify was requested
Felix Fietkau
2016-01-16
uclient-fetch: add support for setting the user agent
Felix Fietkau
2016-01-16
uclient-fetch: add support for fetching multiple urls
Felix Fietkau
2016-01-16
uclient-fetch: add user/password to command line help
Felix Fietkau
2016-01-16
uclient-fetch: load CA certificates
Felix Fietkau
2016-01-15
http: get remote address from usock instead of using getpeername
Felix Fietkau
2015-08-06
uclient-fetch: set server_name of the ssl context to support SNI
Alexander Couzens
2015-04-14
uclient-http: end custom header lines with CRLF
Felix Fietkau
2015-04-14
uclient-http: allow .header_done() callback to reset the connection
Felix Fietkau
2015-01-22
allow sending requests with DELETE method
Rafał Miłecki
2015-01-22
use const for char buffer in uclient_write
Rafał Miłecki
2015-01-18
support for connection timeout
Rafał Miłecki
2014-12-10
http: fix processing of digest auth parameters
Felix Fietkau
2014-09-04
http: terminate old connection in uclient_http_connect after incomplete request processing
Felix Fietkau
2014-09-04
http: do not call uclient_http_disconnect from uclient_notify_eof directly
Felix Fietkau
2014-09-04
uclient-http: only invoke data_sent callback if it is provided
Jo-Philipp Wich
2014-08-21
http: ignore empty lines before HTTP response
Felix Fietkau
2014-07-07
fetch: fix segfault after destination was not reached
Luka Perkov
2014-07-07
http: implement data_sent write callback
Luka Perkov
2014-05-28
http: rework authentication handling - only retry internally for GET requests
Felix Fietkau
2014-05-09
uclient-fetch: define _GNU_SOURCE (used for asprintf)
Felix Fietkau
2014-05-08
fetch: print the URL while connecting
Felix Fietkau
2014-05-08
fetch: add support for --user and --password
Felix Fietkau
2014-05-08
fetch: always use O_EXCL when creating output files, use unlink if -O is specified
Felix Fietkau
2014-05-07
fetch: print download status
Felix Fietkau
2014-05-07
fetch: indicate an error if the connection was terminated prematurely
Felix Fietkau
2014-05-06
add uclient_get_url_filename helper function
Felix Fietkau
2014-05-06
fetch: print error messages on http error codes
Felix Fietkau
2014-05-06
fetch: remove http header output
Felix Fietkau
2014-05-06
rename uclient-example to uclient-fetch
Felix Fietkau
2014-05-06
example: rename callbacks
Felix Fietkau
2014-05-05
add support for PUT requests
Luka Perkov
2014-05-04
example: document -q
Felix Fietkau
2014-05-04
example: only close output fd after request completion if -O was not used
Felix Fietkau
2014-05-04
example: handle uclient connection errors
Felix Fietkau
2014-05-04
example: indicate http error presence with return code 8
Felix Fietkau
2014-05-04
example: close output file
Felix Fietkau
[next]