summaryrefslogtreecommitdiffstats
path: root/src/com/android/providers/downloads/DownloadThread.java
Commit message (Expand)AuthorAgeFilesLines
* Ensure that downloads stop quickly.Jeff Sharkey2015-06-151-8/+25
* fallocate() returning ENOSYS is okay.Jeff Sharkey2014-08-261-2/+2
* OsConstants is moving.Elliott Hughes2014-04-291-2/+1
* Move internal DownloadProvider code off libcore.os.Elliott Hughes2014-04-281-10/+10
* Add idle service to clean orphan downloads.Jeff Sharkey2014-02-061-0/+1
* Many improvements to download storage management.Jeff Sharkey2014-02-061-480/+406
* Revert "change download provider to use system log"Doug Zongker2014-01-271-18/+18
* change download provider to use system logDoug Zongker2014-01-271-18/+18
* Treat deleted in-progress downloads as canceled.Jeff Sharkey2013-10-041-1/+1
* Count download WakeLocks against requesting app.Jeff Sharkey2013-06-061-0/+2
* Increment operation counts to track downloads.Jeff Sharkey2013-05-101-2/+7
* 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