index
:
uclient
master
openwrt-19.07
libubox HTTP client library
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
ucode: fix memory leak when using ssl context
master
Eric Fahlgren
9 days
1
-0
/
+2
*
uclient-http: fix hang on HTTP to HTTPS redirect
Felix Fietkau
9 days
1
-9
/
+31
*
uclient-http: fix seq field check to use correct field
Felix Fietkau
9 days
2
-3
/
+2
*
uclient-http: reset fd to -1 after close in disconnect
Felix Fietkau
9 days
1
-0
/
+1
*
CMakeLists: update cmake minimum required version to 3.10
Christian Marangi
2025-10-03
1
-1
/
+1
*
uclient-http: fix a typo
Chen Minqiang
2024-10-21
1
-1
/
+1
*
uclient-fetch: add support for --header cmdline argument
Daniel Golle
2024-06-27
3
-2
/
+81
*
uclient-fetch: improve error handling
Daniel Golle
2024-06-27
1
-17
/
+29
*
uclient: fix http regression
Felix Fietkau
2024-04-19
1
-1
/
+2
*
uclient-http: use ustream_ssl without ustream_fd
Felix Fietkau
2024-04-19
1
-7
/
+14
*
uclient-fetch: add uclient / ustream-ssl log messages (enabled via -v)
Felix Fietkau
2024-04-18
1
-1
/
+36
*
lib: add log_msg callback to get more detailed log messages
Felix Fietkau
2024-04-18
2
-0
/
+13
*
ucode: add support for using a prototype for cb, pass it to callbacks
Felix Fietkau
2024-04-05
2
-15
/
+16
*
ucode: fix a few ucode binding issues
Felix Fietkau
2024-04-04
1
-61
/
+101
*
uclient: add function for getting the amount of pending read/write data
Felix Fietkau
2024-04-04
4
-0
/
+19
*
add ucode binding
Felix Fietkau
2024-03-29
3
-0
/
+584
*
http: call ustream_poll if not enough read data is available
Felix Fietkau
2024-03-29
1
-2
/
+6
*
uclient: defer read notifications to uloop timer
Felix Fietkau
2024-03-29
4
-3
/
+17
*
http: add helper function for checking redirect status
Felix Fietkau
2024-03-27
2
-7
/
+13
*
uclient: add helper function for getting ustream-ssl context/ops
Felix Fietkau
2024-03-27
3
-23
/
+30
*
add strdupa macro for compatibility
Felix Fietkau
2024-03-26
1
-0
/
+4
*
uclient: cancel state change timeout in uclient_disconnect()
Matthias Schiffer
2023-04-13
1
-0
/
+1
*
ci: improve wolfSSL test coverage
Petr Štetiar
2022-02-24
2
-7
/
+53
*
tests: add certificate check against letsencrypt.org
Petr Štetiar
2022-02-24
2
-0
/
+4
*
uclient-http: set eof mark when content-length is 0
Youfu Zhang
2021-05-14
1
-1
/
+2
*
tests: fix help usage test for uclient built with sanitizer
Petr Štetiar
2021-04-04
1
-5
/
+8
*
tests: fix help usage test
Petr Štetiar
2021-04-04
1
-5
/
+8
*
uclient-fetch: document missing options
Baptiste Jonglez
2021-04-03
1
-5
/
+8
*
tests: fix possibly longer start of HTTP server
Petr Štetiar
2021-03-22
1
-1
/
+2
*
Add initial GitLab CI support
Petr Štetiar
2020-12-11
1
-0
/
+46
*
uclient-fetch: wolfSSL: fix certificate validation
Petr Štetiar
2020-12-11
1
-0
/
+2
*
uclient-fetch: init_ca_cert: fix memory leak
Petr Štetiar
2020-12-11
1
-0
/
+1
*
cmake: enable extra compiler checks
Petr Štetiar
2020-12-11
1
-1
/
+6
*
uclient-http: fix extra compiler warnings on mips_24kc and cortex-a9+neon
Petr Štetiar
2020-12-11
1
-4
/
+5
*
uclient-fetch: fix potential memory leaks
Petr Štetiar
2020-12-11
1
-2
/
+2
*
uclient: fix initialized but never read variable
Petr Štetiar
2020-12-11
1
-1
/
+1
*
uclient-fetch: fix statement may fallt hrough
Petr Štetiar
2020-12-11
1
-0
/
+1
*
uclient-http: fix freeing of stack allocated memory
Petr Štetiar
2020-12-11
1
-7
/
+5
*
Fix extra compiler warnings
Petr Štetiar
2020-12-11
3
-18
/
+19
*
Add basic cram based unit tests
Petr Štetiar
2020-12-11
6
-2
/
+301
*
cmake: fix building out of the tree
Petr Štetiar
2020-12-08
1
-1
/
+7
*
uclient-fetch: add option to read POST data from file
Gio
2020-06-17
1
-2
/
+29
*
uclient-fetch: support specifying advertised TLS ciphers
Jo-Philipp Wich
2020-02-15
1
-0
/
+12
*
uclient: Add string error function
Daniel Danzberger
2019-12-07
2
-0
/
+22
*
uclient-http: set data_eof when content-length is 0
Yousong Zhou
2019-05-30
1
-1
/
+2
*
uclient-http: properly handle HTTP redirects via proxy connections
Jo-Philipp Wich
2018-11-24
1
-2
/
+9
*
uclient-http: Close ustream file handle only if allocated
Tobias Schramm
2018-08-03
1
-1
/
+2
*
uclient-utils: Handle memory allocation failure for url file name
Tobias Schramm
2018-02-22
1
-1
/
+1
*
uclient-http: Implement error handling for header-sending
Tobias Schramm
2018-02-22
1
-13
/
+24
*
uclient: Handle memory allocation failure for url
Tobias Schramm
2018-02-20
1
-0
/
+3
[next]