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
7 days
uclient-http: fix data_eof for body-less responses
HEAD
master
Felix Fietkau
14 days
uclient-fetch: support for WebDAV methods
Sergey Ponomarev
14 days
uclient-fetch: add OPTIONS request type
Sergey Ponomarev
14 days
uclient-fetch: Support of --method, --body-data and --body-file
Sergey Ponomarev
14 days
uclient-fetch: Use HEAD for --spider
Sungbo Eo
14 days
uclient-fetch: Extract opt_post variable
Sergey Ponomarev
14 days
uclient-http: fix HTTP authentication after deferred header processing
Felix Fietkau
2026-01-31
ucode: fix memory leak when using ssl context
Eric Fahlgren
2026-01-31
uclient-http: fix hang on HTTP to HTTPS redirect
Felix Fietkau
2026-01-31
uclient-http: fix seq field check to use correct field
Felix Fietkau
2026-01-31
uclient-http: reset fd to -1 after close in disconnect
Felix Fietkau
2025-10-03
CMakeLists: update cmake minimum required version to 3.10
Christian Marangi
2024-10-21
uclient-http: fix a typo
Chen Minqiang
2024-06-27
uclient-fetch: add support for --header cmdline argument
Daniel Golle
2024-06-27
uclient-fetch: improve error handling
Daniel Golle
2024-04-19
uclient: fix http regression
Felix Fietkau
2024-04-19
uclient-http: use ustream_ssl without ustream_fd
Felix Fietkau
2024-04-18
uclient-fetch: add uclient / ustream-ssl log messages (enabled via -v)
Felix Fietkau
2024-04-18
lib: add log_msg callback to get more detailed log messages
Felix Fietkau
2024-04-05
ucode: add support for using a prototype for cb, pass it to callbacks
Felix Fietkau
2024-04-04
ucode: fix a few ucode binding issues
Felix Fietkau
2024-04-04
uclient: add function for getting the amount of pending read/write data
Felix Fietkau
2024-03-29
add ucode binding
Felix Fietkau
2024-03-29
http: call ustream_poll if not enough read data is available
Felix Fietkau
2024-03-29
uclient: defer read notifications to uloop timer
Felix Fietkau
2024-03-27
http: add helper function for checking redirect status
Felix Fietkau
2024-03-27
uclient: add helper function for getting ustream-ssl context/ops
Felix Fietkau
2024-03-26
add strdupa macro for compatibility
Felix Fietkau
2023-04-13
uclient: cancel state change timeout in uclient_disconnect()
Matthias Schiffer
2022-02-24
ci: improve wolfSSL test coverage
Petr Štetiar
2022-02-24
tests: add certificate check against letsencrypt.org
Petr Štetiar
2021-05-14
uclient-http: set eof mark when content-length is 0
Youfu Zhang
2021-04-04
tests: fix help usage test for uclient built with sanitizer
Petr Štetiar
2021-04-04
tests: fix help usage test
Petr Štetiar
2021-04-03
uclient-fetch: document missing options
Baptiste Jonglez
2021-03-22
tests: fix possibly longer start of HTTP server
Petr Štetiar
2020-12-11
Add initial GitLab CI support
Petr Štetiar
2020-12-11
uclient-fetch: wolfSSL: fix certificate validation
Petr Štetiar
2020-12-11
uclient-fetch: init_ca_cert: fix memory leak
Petr Štetiar
2020-12-11
cmake: enable extra compiler checks
Petr Štetiar
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
[next]