summaryrefslogtreecommitdiffstats
path: root/src/com/android/providers/downloads/DownloadThread.java
Commit message (Expand)AuthorAgeFilesLines
* Unregister observer when tearing down service.Jeff Sharkey2013-03-261-4/+4
* Defeat transparent Accept-Encoding: gzip.Jeff Sharkey2013-03-181-0/+4
* Adjust timeouts to reduce false-positive bugs.Jeff Sharkey2013-02-261-2/+2
* Only report speeds from full samples windows.Jeff Sharkey2013-02-191-2/+5
* Retries shouldn't backoff when network changes.Jeff Sharkey2013-02-191-17/+22
* Update database before sending broadcast.Jeff Sharkey2013-02-141-1/+1
* Redesign of DownloadManager update loop.Jeff Sharkey2013-02-121-4/+22
* Tests for max retries/redirects, ETag switches.Jeff Sharkey2013-01-291-11/+10
* Cleaner thread management, less global state.Jeff Sharkey2013-01-281-8/+7
* Better handling of retryable errors.Jeff Sharkey2013-01-171-53/+57
* Move network state to enums for type safety.Jeff Sharkey2013-01-121-10/+11
* Only add one User-Agent header.Jeff Sharkey2013-01-101-4/+9
* Simplify download flow control, handle redirects.Jeff Sharkey2013-01-091-98/+121
* Clean up DownloadManager threading tests.Jeff Sharkey2013-01-081-2/+1
* Fold InnerState into State.Jeff Sharkey2012-12-201-47/+46
* Always append to files, handle end of stream.Jeff Sharkey2012-12-171-30/+34
* Cleaner I/O.Jeff Sharkey2012-12-131-91/+65
* Move DownloadManager to HttpURLConnection.Jeff Sharkey2012-12-121-265/+113
* Improve download remaining time calculation.Jeff Sharkey2012-11-281-11/+2
* Show remaining time in download notifications.Jeff Sharkey2012-11-141-1/+36
* Better sanity checking for finished downloads.Jeff Sharkey2012-10-241-1/+15
* Reduce deletion logging.Jeff Sharkey2012-07-201-6/+11
* More slogging around download deletion.Jeff Sharkey2012-04-191-0/+8
* Add and enforce ALLOW_METERED column.Jeff Sharkey2012-04-171-4/+0
* Give DownloadManager a useful user agent.Jeff Sharkey2012-04-091-2/+0
* Move to new NetworkPolicyManager accessor.Jeff Sharkey2012-04-051-1/+1
* Migrate to shared MockWebServer.Jeff Sharkey2012-03-291-1/+0
* Match INetworkPolicyListener changes.Jeff Sharkey2012-02-071-8/+7
* Update DownloadProvider for new Intent.normalizeMimeType() API.Nick Pelly2012-01-191-23/+3
* Sanity check only after updating from file size.Jeff Sharkey2011-10-241-7/+7
* NPE check before finalizeDestinationFile().Jeff Sharkey2011-10-141-3/+5
* fix DownloadThread's use of ETag, range headersDoug Zongker2011-08-291-46/+54
* Migrate setThreadStatsTag() from String to int.Jeff Sharkey2011-06-251-1/+1
* Teach DownloadManager about network policy.Jeff Sharkey2011-06-171-19/+67
* Merge "Download provider change for DRM Forward Lock plugin: to convert .dm f...Gloria Wang2011-06-031-39/+30
|\
| * Download provider change for DRM Forward Lock plugin:Gloria Wang2011-04-191-39/+30
* | Add Socket tagging for granular data accounting.Jeff Sharkey2011-05-131-5/+14
|/
* am 32d9917c: am 7666801a: Merge "bug:4121206 handle STOPSHIP comments/code" i...Vasu Nori2011-03-171-2/+0
|\
| * bug:4121206 handle STOPSHIP comments/codeVasu Nori2011-03-171-2/+0
* | (master) bug:3204324 allow no more than certain number of concurrent downloadsVasu Nori2011-03-101-6/+8
|/
* bug:3422868 collect additional info to debug this problemVasu Nori2011-02-101-1/+10
* bug:3435895 listen to media_mounted broadcast intentVasu Nori2011-02-081-0/+5
* am d47f3711: am 3ea897d9: Merge "bug:3396889 (HC branch) fix STOPSHIP code" i...Vasu Nori2011-01-261-2/+1
|\
| * bug:3396889 (HC branch) fix STOPSHIP codeVasu Nori2011-01-261-2/+1
* | bug:3062216 (master) store correct status about network when pausedVasu Nori2011-01-241-5/+9
|/
* manual merge of GB change Change-Id: I1acf2fb9491d24f5e109206a91dda3eea429e447Vasu Nori2011-01-161-6/+5
* bug:3338089 NPE in downloadthreadVasu Nori2011-01-111-2/+8
* bug:3338089 print better error msg in DownloadThread when exception occursVasu Nori2011-01-101-4/+1
* Revert "Merge "downloadmanager should use "files" dir - not "cache" dir to st...Vasu Nori2011-01-071-2/+2
* downloadmanager should use "files" dir - not "cache" dir to store its filesVasu Nori2011-01-071-2/+2