index
:
delta/openwrt/uclient.git
master
openwrt-19.07
git.openwrt.org: project/uclient.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
uclient-http.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
uclient-http: auth digest: Handle multiple possible memory allocation failures
Tobias Schramm
2018-02-20
1
-9
/
+34
*
uclient-http: basic auth: Handle memory allocation failure
Tobias Schramm
2018-02-20
1
-2
/
+7
*
uclient-http: fix Host: header for literal IPv6 addresses
Matthias Schiffer
2017-09-06
1
-3
/
+9
*
Fix unused results warnings
Florian Fainelli
2016-12-09
1
-1
/
+4
*
uclient-http: send correct "Host:" header if port is set
Alexander Couzens
2016-11-30
1
-2
/
+4
*
http: add support for relative location on redirect
Felix Fietkau
2016-07-05
1
-1
/
+1
*
http: allow sending message body for DELETE request
Rafał Miłecki
2016-06-16
1
-2
/
+14
*
http: use usock_inet_timeout()
Felix Fietkau
2016-01-28
1
-1
/
+3
*
http: add support for specifying ipv4/ipv6 preference
Felix Fietkau
2016-01-25
1
-1
/
+26
*
http: assume data EOF if the connection terminates
Felix Fietkau
2016-01-23
1
-0
/
+3
*
http: fix processing server http data separated by \n instead of \r\n
Felix Fietkau
2016-01-23
1
-6
/
+11
*
http: add proper error handling to uclient_http_redirect()
Felix Fietkau
2016-01-23
1
-2
/
+4
*
http: fix connection close handling on auth
Felix Fietkau
2016-01-20
1
-2
/
+4
*
uclient-http: use blocking connect, switch to non-blocking later. fixes ipv6 ...
Felix Fietkau
2016-01-16
1
-1
/
+3
*
http: detect connect failure
Felix Fietkau
2016-01-16
1
-0
/
+4
*
http: add proxy support
Felix Fietkau
2016-01-16
1
-0
/
+4
*
http: allow the header_done callback to reset the client state
Felix Fietkau
2016-01-16
1
-1
/
+3
*
http: get remote address from usock instead of using getpeername
Felix Fietkau
2016-01-15
1
-5
/
+4
*
uclient-fetch: set server_name of the ssl context to support SNI
Alexander Couzens
2015-08-06
1
-0
/
+1
*
uclient-http: end custom header lines with CRLF
Felix Fietkau
2015-04-14
1
-1
/
+1
*
uclient-http: allow .header_done() callback to reset the connection
Felix Fietkau
2015-04-14
1
-0
/
+6
*
allow sending requests with DELETE method
Rafał Miłecki
2015-01-22
1
-0
/
+2
*
use const for char buffer in uclient_write
Rafał Miłecki
2015-01-22
1
-1
/
+1
*
support for connection timeout
Rafał Miłecki
2015-01-18
1
-2
/
+11
*
http: fix processing of digest auth parameters
Felix Fietkau
2014-12-10
1
-3
/
+30
*
http: terminate old connection in uclient_http_connect after incomplete reque...
Felix Fietkau
2014-09-04
1
-0
/
+3
*
http: do not call uclient_http_disconnect from uclient_notify_eof directly
Felix Fietkau
2014-09-04
1
-13
/
+13
*
uclient-http: only invoke data_sent callback if it is provided
Jo-Philipp Wich
2014-09-04
1
-1
/
+3
*
http: ignore empty lines before HTTP response
Felix Fietkau
2014-08-21
1
-0
/
+3
*
http: implement data_sent write callback
Luka Perkov
2014-07-07
1
-0
/
+22
*
http: rework authentication handling - only retry internally for GET requests
Felix Fietkau
2014-05-28
1
-4
/
+2
*
fetch: indicate an error if the connection was terminated prematurely
Felix Fietkau
2014-05-07
1
-2
/
+6
*
add support for PUT requests
Luka Perkov
2014-05-05
1
-2
/
+4
*
add uclient_disconnect() to force a disconnect without further callbacks
Felix Fietkau
2014-05-04
1
-0
/
+38
*
http: make ustream_ssl optional, only use provided ssl context
Felix Fietkau
2014-05-04
1
-18
/
+16
*
http: get address at initial connect time
Felix Fietkau
2014-04-30
1
-8
/
+9
*
add support for querying local/remote address
Felix Fietkau
2014-04-07
1
-0
/
+8
*
ignore empty writes
Felix Fietkau
2014-04-03
1
-3
/
+4
*
add support for 204 (no content)
Felix Fietkau
2014-03-29
1
-1
/
+1
*
fix arguments to uclient_http_reset_headers
Felix Fietkau
2014-03-29
1
-1
/
+1
*
avoid sending duplicate headers
Felix Fietkau
2014-03-29
1
-0
/
+2
*
properly terminate POST requests
Felix Fietkau
2014-03-29
1
-0
/
+2
*
add copyright headers
Felix Fietkau
2014-03-25
1
-0
/
+17
*
implement optional SSL certificate validation (including CN host check)
Felix Fietkau
2014-03-25
1
-3
/
+48
*
fix connect error handling
Felix Fietkau
2014-03-25
1
-2
/
+8
*
add support for passing in an external ustream_ssl context
Felix Fietkau
2014-03-24
1
-3
/
+23
*
move nc to struct uclient_http
Felix Fietkau
2014-03-23
1
-4
/
+4
*
move ssl_ctx to struct uclient_http
Felix Fietkau
2014-03-23
1
-4
/
+7
*
add a utility function to detect redirects and handle them
Felix Fietkau
2014-03-23
1
-0
/
+38
*
make uclient_backend_http visible to allow the client to test for it
Felix Fietkau
2014-03-22
1
-1
/
+1
[next]