projects
/
project
/
uclient.git
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅ next
project/uclient.git
2016-01-16
Felix Fietkau
core: fix memory leak if url change fails
commit
|
commitdiff
|
tree
|
snapshot
2016-01-16
Felix Fietkau
uclient-http: make username/password variables local
commit
|
commitdiff
|
tree
|
snapshot
2016-01-16
Felix Fietkau
uclient-fetch: add support for resuming downloads
commit
|
commitdiff
|
tree
|
snapshot
2016-01-16
Felix Fietkau
uclient-fetch: clean up output file selection
commit
|
commitdiff
|
tree
|
snapshot
2016-01-16
Felix Fietkau
http: allow the header_done callback to reset the clien...
commit
|
commitdiff
|
tree
|
snapshot
2016-01-16
Felix Fietkau
uclient-fetch: add support for --timeout
commit
|
commitdiff
|
tree
|
snapshot
2016-01-16
Felix Fietkau
uclient-fetch: add support for --spider
commit
|
commitdiff
|
tree
|
snapshot
2016-01-16
Felix Fietkau
uclient-fetch: add support for --post-data
commit
|
commitdiff
|
tree
|
snapshot
2016-01-16
Felix Fietkau
uclient-fetch: only add default CA entries if no certif...
commit
|
commitdiff
|
tree
|
snapshot
2016-01-16
Felix Fietkau
uclient-fetch: add support for setting the user agent
commit
|
commitdiff
|
tree
|
snapshot
2016-01-16
Felix Fietkau
uclient-fetch: add support for fetching multiple urls
commit
|
commitdiff
|
tree
|
snapshot
2016-01-16
Felix Fietkau
uclient-fetch: add user/password to command line help
commit
|
commitdiff
|
tree
|
snapshot
2016-01-16
Felix Fietkau
uclient-fetch: load CA certificates
commit
|
commitdiff
|
tree
|
snapshot
2016-01-15
Felix Fietkau
http: get remote address from usock instead of using...
commit
|
commitdiff
|
tree
|
snapshot
2015-08-06
Alexander Couzens
uclient-fetch: set server_name of the ssl context to...
commit
|
commitdiff
|
tree
|
snapshot
2015-04-14
Felix Fietkau
uclient-http: end custom header lines with CRLF
commit
|
commitdiff
|
tree
|
snapshot
2015-04-14
Felix Fietkau
uclient-http: allow .header_done() callback to reset...
commit
|
commitdiff
|
tree
|
snapshot
2015-01-22
Rafał Miłecki
allow sending requests with DELETE method
commit
|
commitdiff
|
tree
|
snapshot
2015-01-22
Rafał Miłecki
use const for char buffer in uclient_write
commit
|
commitdiff
|
tree
|
snapshot
2015-01-18
Rafał Miłecki
support for connection timeout
commit
|
commitdiff
|
tree
|
snapshot
2014-12-10
Felix Fietkau
http: fix processing of digest auth parameters
commit
|
commitdiff
|
tree
|
snapshot
2014-09-04
Felix Fietkau
http: terminate old connection in uclient_http_connect...
commit
|
commitdiff
|
tree
|
snapshot
2014-09-04
Felix Fietkau
http: do not call uclient_http_disconnect from uclient_...
commit
|
commitdiff
|
tree
|
snapshot
2014-09-04
Jo-Philipp...
uclient-http: only invoke data_sent callback if it...
commit
|
commitdiff
|
tree
|
snapshot
2014-08-21
Felix Fietkau
http: ignore empty lines before HTTP response
commit
|
commitdiff
|
tree
|
snapshot
2014-07-07
Luka Perkov
fetch: fix segfault after destination was not reached
commit
|
commitdiff
|
tree
|
snapshot
2014-07-07
Luka Perkov
http: implement data_sent write callback
commit
|
commitdiff
|
tree
|
snapshot
2014-05-28
Felix Fietkau
http: rework authentication handling - only retry inter...
commit
|
commitdiff
|
tree
|
snapshot
2014-05-09
Felix Fietkau
uclient-fetch: define _GNU_SOURCE (used for asprintf)
commit
|
commitdiff
|
tree
|
snapshot
2014-05-08
Felix Fietkau
fetch: print the URL while connecting
commit
|
commitdiff
|
tree
|
snapshot
2014-05-08
Felix Fietkau
fetch: add support for --user and --password
commit
|
commitdiff
|
tree
|
snapshot
2014-05-08
Felix Fietkau
fetch: always use O_EXCL when creating output files...
commit
|
commitdiff
|
tree
|
snapshot
2014-05-07
Felix Fietkau
fetch: print download status
commit
|
commitdiff
|
tree
|
snapshot
2014-05-07
Felix Fietkau
fetch: indicate an error if the connection was terminat...
commit
|
commitdiff
|
tree
|
snapshot
2014-05-06
Felix Fietkau
add uclient_get_url_filename helper function
commit
|
commitdiff
|
tree
|
snapshot
2014-05-06
Felix Fietkau
fetch: print error messages on http error codes
commit
|
commitdiff
|
tree
|
snapshot
2014-05-06
Felix Fietkau
fetch: remove http header output
commit
|
commitdiff
|
tree
|
snapshot
2014-05-06
Felix Fietkau
rename uclient-example to uclient-fetch
commit
|
commitdiff
|
tree
|
snapshot
2014-05-06
Felix Fietkau
example: rename callbacks
commit
|
commitdiff
|
tree
|
snapshot
2014-05-05
Luka Perkov
add support for PUT requests
commit
|
commitdiff
|
tree
|
snapshot
2014-05-04
Felix Fietkau
example: document -q
commit
|
commitdiff
|
tree
|
snapshot
2014-05-04
Felix Fietkau
example: only close output fd after request completion...
commit
|
commitdiff
|
tree
|
snapshot
2014-05-04
Felix Fietkau
example: handle uclient connection errors
commit
|
commitdiff
|
tree
|
snapshot
2014-05-04
Felix Fietkau
example: indicate http error presence with return code 8
commit
|
commitdiff
|
tree
|
snapshot
2014-05-04
Felix Fietkau
example: close output file
commit
|
commitdiff
|
tree
|
snapshot
2014-05-04
Felix Fietkau
example: only write output data on http 200/204
commit
|
commitdiff
|
tree
|
snapshot
2014-05-04
Felix Fietkau
example: document -O
commit
|
commitdiff
|
tree
|
snapshot
2014-05-04
Felix Fietkau
example: always exit on output file errors
commit
|
commitdiff
|
tree
|
snapshot
2014-05-04
Felix Fietkau
add uclient_disconnect() to force a disconnect without...
commit
|
commitdiff
|
tree
|
snapshot
2014-05-04
Felix Fietkau
example: write output data to a file
commit
|
commitdiff
|
tree
|
snapshot
2014-05-04
Felix Fietkau
example: create only one request
commit
|
commitdiff
|
tree
|
snapshot
2014-05-04
Felix Fietkau
example: update usage info
commit
|
commitdiff
|
tree
|
snapshot
2014-05-04
Felix Fietkau
example: add quiet flag similar to wget
commit
|
commitdiff
|
tree
|
snapshot
2014-05-04
Felix Fietkau
expose struct uclient_url
commit
|
commitdiff
|
tree
|
snapshot
2014-05-04
Felix Fietkau
example: change -c to --ca-certificate to match wget
commit
|
commitdiff
|
tree
|
snapshot
2014-05-04
Felix Fietkau
example: change -C to --no-check-certificate to match...
commit
|
commitdiff
|
tree
|
snapshot
2014-05-04
Felix Fietkau
example: make ustream-ssl optional (load via dlopen)
commit
|
commitdiff
|
tree
|
snapshot
2014-05-04
Felix Fietkau
http: make ustream_ssl optional, only use provided...
commit
|
commitdiff
|
tree
|
snapshot
2014-04-30
Felix Fietkau
http: get address at initial connect time
commit
|
commitdiff
|
tree
|
snapshot
2014-04-07
Felix Fietkau
add support for querying local/remote address
commit
|
commitdiff
|
tree
|
snapshot
2014-04-03
Felix Fietkau
ignore empty writes
commit
|
commitdiff
|
tree
|
snapshot
2014-03-29
Felix Fietkau
add support for 204 (no content)
commit
|
commitdiff
|
tree
|
snapshot
2014-03-29
Felix Fietkau
fix arguments to uclient_http_reset_headers
commit
|
commitdiff
|
tree
|
snapshot
2014-03-29
Felix Fietkau
fix specifying ports in urls
commit
|
commitdiff
|
tree
|
snapshot
2014-03-29
Felix Fietkau
avoid sending duplicate headers
commit
|
commitdiff
|
tree
|
snapshot
2014-03-29
Felix Fietkau
properly terminate POST requests
commit
|
commitdiff
|
tree
|
snapshot
2014-03-29
Felix Fietkau
add support for passing in auth to uclient_set_url()
commit
|
commitdiff
|
tree
|
snapshot
2014-03-29
Felix Fietkau
split setting url from connecting
commit
|
commitdiff
|
tree
|
snapshot
2014-03-26
Felix Fietkau
pass auth_str to uclient_new()
commit
|
commitdiff
|
tree
|
snapshot
2014-03-25
Felix Fietkau
add copyright headers
commit
|
commitdiff
|
tree
|
snapshot
2014-03-25
Felix Fietkau
implement optional SSL certificate validation (includin...
commit
|
commitdiff
|
tree
|
snapshot
2014-03-25
Felix Fietkau
fix prefix id passing
commit
|
commitdiff
|
tree
|
snapshot
2014-03-25
Felix Fietkau
fix connect error handling
commit
|
commitdiff
|
tree
|
snapshot
2014-03-24
Felix Fietkau
add support for passing in an external ustream_ssl...
commit
|
commitdiff
|
tree
|
snapshot
2014-03-23
Felix Fietkau
move nc to struct uclient_http
commit
|
commitdiff
|
tree
|
snapshot
2014-03-23
Felix Fietkau
move ssl_ctx to struct uclient_http
commit
|
commitdiff
|
tree
|
snapshot
2014-03-23
Felix Fietkau
fix positioning of the __hidden attribute
commit
|
commitdiff
|
tree
|
snapshot
2014-03-22
Felix Fietkau
use the redirect function in the example code
commit
|
commitdiff
|
tree
|
snapshot
2014-03-22
Felix Fietkau
add a utility function to detect redirects and handle...
commit
|
commitdiff
|
tree
|
snapshot
2014-03-22
Felix Fietkau
add missing prototype for uclient_backend_set_error
commit
|
commitdiff
|
tree
|
snapshot
2014-03-22
Felix Fietkau
make uclient_backend_http visible to allow the client...
commit
|
commitdiff
|
tree
|
snapshot
2014-03-22
Felix Fietkau
parse the http response code
commit
|
commitdiff
|
tree
|
snapshot
2014-03-22
Felix Fietkau
check for length > 0 before calling ustream_write
commit
|
commitdiff
|
tree
|
snapshot
2014-03-22
Felix Fietkau
implement digest support
commit
|
commitdiff
|
tree
|
snapshot
2014-03-22
Felix Fietkau
pass the initial / from uclient core to the proto handler
commit
|
commitdiff
|
tree
|
snapshot
2014-03-22
Felix Fietkau
add utilities for calculating http digest hashes
commit
|
commitdiff
|
tree
|
snapshot
2014-03-22
Felix Fietkau
preserve the contents of the www-authenticate header...
commit
|
commitdiff
|
tree
|
snapshot
2014-03-21
Felix Fietkau
fix double / on requests to root
commit
|
commitdiff
|
tree
|
snapshot
2014-03-21
Felix Fietkau
add support for processing the content-length header...
commit
|
commitdiff
|
tree
|
snapshot
2014-03-21
Felix Fietkau
add support for reusing connections
commit
|
commitdiff
|
tree
|
snapshot
2014-03-21
Felix Fietkau
set eof on HEAD requests after header end
commit
|
commitdiff
|
tree
|
snapshot
2014-03-21
Felix Fietkau
remove debug code
commit
|
commitdiff
|
tree
|
snapshot
2014-03-21
Felix Fietkau
example: use stdout instead of stderr
commit
|
commitdiff
|
tree
|
snapshot
2014-03-21
Felix Fietkau
add support for parsing chunked data on read
commit
|
commitdiff
|
tree
|
snapshot
2014-03-21
Felix Fietkau
use chunked data for POST, set HTTP version to 1.1
commit
|
commitdiff
|
tree
|
snapshot
2014-03-20
Felix Fietkau
Initial import
commit
|
commitdiff
|
tree
|
snapshot