uclient-fetch: add proxy support
[project/uclient.git] / uclient-http.c
2016-01-16 Felix Fietkauhttp: add proxy support
2016-01-16 Felix Fietkauhttp: allow the header_done callback to reset the clien...
2016-01-15 Felix Fietkauhttp: get remote address from usock instead of using...
2015-08-06 Alexander Couzensuclient-fetch: set server_name of the ssl context to...
2015-04-14 Felix Fietkauuclient-http: end custom header lines with CRLF
2015-04-14 Felix Fietkauuclient-http: allow .header_done() callback to reset...
2015-01-22 Rafał Miłeckiallow sending requests with DELETE method
2015-01-22 Rafał Miłeckiuse const for char buffer in uclient_write
2015-01-18 Rafał Miłeckisupport for connection timeout
2014-12-10 Felix Fietkauhttp: fix processing of digest auth parameters
2014-09-04 Felix Fietkauhttp: terminate old connection in uclient_http_connect...
2014-09-04 Felix Fietkauhttp: do not call uclient_http_disconnect from uclient_...
2014-09-04 Jo-Philipp Wichuclient-http: only invoke data_sent callback if it...
2014-08-21 Felix Fietkauhttp: ignore empty lines before HTTP response
2014-07-07 Luka Perkovhttp: implement data_sent write callback
2014-05-28 Felix Fietkauhttp: rework authentication handling - only retry inter...
2014-05-07 Felix Fietkaufetch: indicate an error if the connection was terminat...
2014-05-05 Luka Perkovadd support for PUT requests
2014-05-04 Felix Fietkauadd uclient_disconnect() to force a disconnect without...
2014-05-04 Felix Fietkauhttp: make ustream_ssl optional, only use provided...
2014-04-30 Felix Fietkauhttp: get address at initial connect time
2014-04-07 Felix Fietkauadd support for querying local/remote address
2014-04-03 Felix Fietkauignore empty writes
2014-03-29 Felix Fietkauadd support for 204 (no content)
2014-03-29 Felix Fietkaufix arguments to uclient_http_reset_headers
2014-03-29 Felix Fietkauavoid sending duplicate headers
2014-03-29 Felix Fietkauproperly terminate POST requests
2014-03-25 Felix Fietkauadd copyright headers
2014-03-25 Felix Fietkauimplement optional SSL certificate validation (includin...
2014-03-25 Felix Fietkaufix connect error handling
2014-03-24 Felix Fietkauadd support for passing in an external ustream_ssl...
2014-03-23 Felix Fietkaumove nc to struct uclient_http
2014-03-23 Felix Fietkaumove ssl_ctx to struct uclient_http
2014-03-22 Felix Fietkauadd a utility function to detect redirects and handle...
2014-03-22 Felix Fietkaumake uclient_backend_http visible to allow the client...
2014-03-22 Felix Fietkauparse the http response code
2014-03-22 Felix Fietkaucheck for length > 0 before calling ustream_write
2014-03-22 Felix Fietkauimplement digest support
2014-03-22 Felix Fietkaupass the initial / from uclient core to the proto handler
2014-03-22 Felix Fietkaupreserve the contents of the www-authenticate header...
2014-03-21 Felix Fietkauadd support for processing the content-length header...
2014-03-21 Felix Fietkauadd support for reusing connections
2014-03-21 Felix Fietkauset eof on HEAD requests after header end
2014-03-21 Felix Fietkauremove debug code
2014-03-21 Felix Fietkauadd support for parsing chunked data on read
2014-03-21 Felix Fietkauuse chunked data for POST, set HTTP version to 1.1
2014-03-20 Felix FietkauInitial import