summaryrefslogtreecommitdiffstats
path: root/media/libstagefright/HTTPStream.cpp
Commit message (Expand)AuthorAgeFilesLines
* Many, many developers misread or don't read the http specs and terminate line...Andreas Huber2010-08-101-2/+2
* Support for customizable socket-read timeouts through the HTTP response.Andreas Huber2010-05-111-4/+13
* Apparently select() does not immediately return if one of the masked socket d...Andreas Huber2010-04-201-27/+7
* Timeout on socket recv calls after 5secs, retry connection also if server une...Andreas Huber2010-03-301-3/+33
* While streaming media data, upon a socket-read error, try reconnecting to the...Andreas Huber2010-03-171-1/+5
* HTTPStream and HTTPDataSource now support cancellation of the connection proc...Andreas Huber2010-03-121-15/+29
* If we never triggered a range request but know the content length make sure t...Andreas Huber2010-02-161-2/+2
* Workaround for misbehaving HTTP servers that terminate header lines with a si...Andreas Huber2010-02-021-4/+23
* Don't use a HEAD request to determine redirects, instead do a regular GET (si...Andreas Huber2010-02-021-2/+2
* Separated private from public header files.Andreas Huber2009-10-131-1/+2
* Increase buffer allocated to receive HTTP response, YouTube is rather verbose...Andreas Huber2009-09-021-1/+1
* assert => CHECK in stagefright.Andreas Huber2009-08-261-4/+4
* Squashed commit of the following:Andreas Huber2009-07-161-0/+285