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
2020-12-11
uclient-http: fix extra compiler warnings on mips_24kc and cortex-a9+neon
Petr Štetiar
2020-12-11
uclient-fetch: fix potential memory leaks
Petr Štetiar
2020-12-11
uclient: fix initialized but never read variable
Petr Štetiar
2020-12-11
uclient-fetch: fix statement may fallt hrough
Petr Štetiar
2020-12-11
uclient-http: fix freeing of stack allocated memory
Petr Štetiar
2020-12-11
Fix extra compiler warnings
Petr Štetiar
2020-12-11
Add basic cram based unit tests
Petr Štetiar
2020-12-08
cmake: fix building out of the tree
Petr Štetiar
2020-06-17
uclient-fetch: add option to read POST data from file
Gio
2020-02-15
uclient-fetch: support specifying advertised TLS ciphers
Jo-Philipp Wich
2019-12-07
uclient: Add string error function
Daniel Danzberger
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
[next]