summaryrefslogtreecommitdiffstats
path: root/src/com/android/providers/downloads/StopRequestException.java
Commit message (Collapse)AuthorAgeFilesLines
* Only add one User-Agent header.Jeff Sharkey2013-01-101-6/+7
| | | | | | | Also include more details when reporting HTTP error codes. Bug: 7966393 Change-Id: I251b1ec7c827693817391b6e9fb8b0cab995395e
* Simplify download flow control, handle redirects.Jeff Sharkey2013-01-091-3/+26
| | | | | | | | | | Move redirection handling into a single loop, and handle each HTTP response code inline to make flow control easier to reason about. Fix race condition in tests by waiting for first status update. Bug: 7887226 Change-Id: Id4bfd182941baad4cd0bb702376c4beeb7275bb2
* bug:3286430 set quota on downloads data dirVasu Nori2010-12-231-0/+37
make sure the doanloads data dir size is limited by some quote - 100MB default and 200MB for SR. bug:3286430 tests are in Change-Id: I688f7e058511089bec7fa21e972e23780604d98a Change-Id: Iba7fab9fa91ea018f35e1c3ef5ec0e6b03cba650