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
2019-05-30
uclient-http: set data_eof when content-length is 0
Yousong Zhou
2018-11-24
uclient-http: properly handle HTTP redirects via proxy connections
Jo-Philipp Wich
2018-08-03
uclient-http: Close ustream file handle only if allocated
Tobias Schramm
2018-02-22
uclient-utils: Handle memory allocation failure for url file name
Tobias Schramm
2018-02-22
uclient-http: Implement error handling for header-sending
Tobias Schramm
2018-02-20
uclient: Handle memory allocation failure for url
Tobias Schramm
2018-02-20
uclient-http: Handle memory allocation failure
Tobias Schramm
2018-02-20
uclient-http: auth digest: Handle multiple possible memory allocation failures
Tobias Schramm
2018-02-20
uclient-http: basic auth: Handle memory allocation failure
Tobias Schramm
2018-02-20
uclient-fetch: Check for nullpointer returned by uclient_get_url_filename
Tobias Schramm
2018-02-12
uclient-fetch: use package name pattern in message for missing SSL library
Michael Heimpold
2017-11-02
uclient-fetch: fix overloading of output_file variable
Felix Fietkau
2017-09-06
uclient-http: fix Host: header for literal IPv6 addresses
Matthias Schiffer
2017-06-11
uclient-fetch: read_data_cb: fix a potential buffer overflow
Alexander Couzens
2016-12-09
remove obsolete mac os x /opt/local include/library search path
Felix Fietkau
2016-12-09
Fix unused results warnings
Florian Fainelli
2016-11-30
uclient-http: send correct "Host:" header if port is set
Alexander Couzens
2016-07-30
Fix printf format in previous commit.
Jo-Philipp Wich
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
[next]