project/uclient.git
2014-03-22 Felix Fietkauadd missing prototype for uclient_backend_set_error
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 Fietkauadd utilities for calculating http digest hashes
2014-03-22 Felix Fietkaupreserve the contents of the www-authenticate header...
2014-03-21 Felix Fietkaufix double / on requests to root
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 Fietkauexample: use stdout instead of stderr
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