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-07-30
Make missing SSL support message more explicit.
Jo-Philipp Wich
2016-07-05
http: add support for relative location on redirect
Felix Fietkau
2016-07-05
uclient-fetch: add support for --quiet
Felix Fietkau
2016-07-02
cmake: Find libubox/ustream-ssl.h header file
Florian Fainelli
2016-06-16
http: allow sending message body for DELETE request
Rafał Miłecki
2016-02-08
uclient-fetch: fix inconsistencies in help text (thx, Hannu Nyman)
Felix Fietkau
2016-01-28
http: use usock_inet_timeout()
Felix Fietkau
2016-01-24
http: add support for specifying ipv4/ipv6 preference
Felix Fietkau
2016-01-23
uclient-fetch: truncate output files (unless resuming)
Felix Fietkau
2016-01-23
http: assume data EOF if the connection terminates
Felix Fietkau
2016-01-23
uclient-fetch: fix progress bar initialization with -O-
Felix Fietkau
2016-01-23
http: fix processing server http data separated by \n instead of \r\n
Felix Fietkau
2016-01-23
http: add proper error handling to uclient_http_redirect()
Felix Fietkau
2016-01-21
uclient-fetch: allow overwriting files if -O was used
Felix Fietkau
2016-01-20
uclient-fetch: fix short command line option for timeout
Felix Fietkau
2016-01-20
http: fix connection close handling on auth
Felix Fietkau
2016-01-19
uclient-fetch: add missing newline after final progress bar update
Felix Fietkau
2016-01-17
core: fix unused but set variable
Felix Fietkau
2016-01-17
core: make __uclient_get_url static
Felix Fietkau
2016-01-17
uclient-fetch: add progress bar support
Felix Fietkau
2016-01-16
uclient-fetch: add support for setting output directory
Felix Fietkau
2016-01-16
uclient-http: use blocking connect, switch to non-blocking later. fixes ipv6 -> ipv4 fallback
Felix Fietkau
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
[next]