-
Notifications
You must be signed in to change notification settings - Fork 7
Comparing changes
Open a pull request
base repository: wsot/platform_libcore
base: master
head repository: wsot/platform_libcore
compare: cm-10.1-openpdroid-devel
- 16 commits
- 4 files changed
- 6 contributors
Commits on Jul 11, 2012
-
Add two more GC parameter interfaces
One is to set idealHeapFree and the other is to set concurrentStart Change-Id: I12056f5ffc8e7e633114be3f90d40223619b5d0b
Configuration menu - View commit details
-
Copy full SHA for ebeb9f2 - Browse repository at this point
Copy the full SHA ebeb9f2View commit details
Commits on Aug 10, 2012
-
Configuration menu - View commit details
-
Copy full SHA for f51f68b - Browse repository at this point
Copy the full SHA f51f68bView commit details
Commits on Aug 27, 2012
-
Improve HttpResponseCache performance.
Avoid writing to HttpResponseCache.CacheRequestImpl.cacheOut one byte at a time via inefficient FilterOutputStream write. Mirrored ics commit from: http://review.cyanogenmod.com/#/c/19565/ Change-Id: Id72e54ca54776af0598b4b952dd40304418c1c50
Configuration menu - View commit details
-
Copy full SHA for 305e54f - Browse repository at this point
Copy the full SHA 305e54fView commit details
Commits on Sep 1, 2012
-
Performance improvements: DiskLruCache, HttpResponseCache.
Add StrictLineReader for efficient reading of lines consistent with Streams.readAsciiLine(). Use this to improve DiskLruCache.readJournal() and initialization of HttpResponseCache$Entry from InputStream. Change-Id: I1fa1fdd4f2d89d508b0b3a625b27b496aab33d7f See: https://android-review.googlesource.com/#/c/41348/
Configuration menu - View commit details
-
Copy full SHA for d37fb6f - Browse repository at this point
Copy the full SHA d37fb6fView commit details
Commits on Sep 24, 2012
-
Configuration menu - View commit details
-
Copy full SHA for 0c37ea2 - Browse repository at this point
Copy the full SHA 0c37ea2View commit details
Commits on Sep 27, 2012
-
Fix a native memory leak in SimpleDateFormat cloning.
We didn't use the regular finalization idiom in NativeDecimalFormat because Formatter used to create a lot of these objects, and we wanted to be able to close them manually rather than clogging up the GC. We've since rewritten the Formatter code so this is no longer relevant, but we left the finalization in the wrong class. Tested with a "while (true) sdf.clone();" loop and ps(1). Bug: http://code.google.com/p/android/issues/detail?id=37607 Change-Id: I0c435edf8c1bced00ebf04bd7187883344e971e7
Configuration menu - View commit details
-
Copy full SHA for ad56af9 - Browse repository at this point
Copy the full SHA ad56af9View commit details
Commits on Sep 30, 2012
-
Manually inline StrictMath.min(JJ) and StrictMath.max(JJ).
Also add new intrinsic tests. Bug: 7146208 Change-Id: Ic454c8c5b218c51ce1c21f0c11163455392b4e72
Configuration menu - View commit details
-
Copy full SHA for d18b7a8 - Browse repository at this point
Copy the full SHA d18b7a8View commit details
Commits on Oct 2, 2012
-
Increment OpenSSLKey EVP_PKEY reference when it is selected for use w…
…ith SSL_use_PrivateKey Bug: 6866852 Bug: http://code.google.com/p/android/issues/detail?id=35326 (cherry-picked from 1f9fe21) Change-Id: I4e995de38414a7841bca0e0bba7d15b01c3bffd9
Configuration menu - View commit details
-
Copy full SHA for 0a91b3e - Browse repository at this point
Copy the full SHA 0a91b3eView commit details
Commits on Oct 4, 2012
-
Merge "Increment OpenSSLKey EVP_PKEY reference when it is selected fo…
…r use with SSL_use_PrivateKey" into jellybean
Configuration menu - View commit details
-
Copy full SHA for 1e8ec26 - Browse repository at this point
Copy the full SHA 1e8ec26View commit details
Commits on Oct 9, 2012
-
Merge branch 'jb-mr0-release' of https://android.googlesource.com/pla…
…tform/libcore into aosp-merge
Configuration menu - View commit details
-
Copy full SHA for e06ba13 - Browse repository at this point
Copy the full SHA e06ba13View commit details
Commits on Nov 19, 2012
-
Revert "Add two more GC parameter interfaces"
This reverts commit ebeb9f2.
Configuration menu - View commit details
-
Copy full SHA for 6218bfe - Browse repository at this point
Copy the full SHA 6218bfeView commit details -
Merge branch 'jb-mr1-release' of https://android.googlesource.com/pla…
…tform/libcore into mr1 Change-Id: I19ebeda37b4c3efa42f91ceb5d366ddccd699249
Configuration menu - View commit details
-
Copy full SHA for e888585 - Browse repository at this point
Copy the full SHA e888585View commit details
Commits on Dec 24, 2012
-
Patched Applied/merged PDroid 1.51 patches
Simeon Morgan committedDec 24, 2012 Configuration menu - View commit details
-
Copy full SHA for 4aa3581 - Browse repository at this point
Copy the full SHA 4aa3581View commit details
Commits on Dec 25, 2012
-
Re-added system logs setting code by Syvat which was removed by Colle…
…geDev
Simeon Morgan committedDec 25, 2012 Configuration menu - View commit details
-
Copy full SHA for 51952d6 - Browse repository at this point
Copy the full SHA 51952d6View commit details
Commits on Jan 10, 2013
-
Fix compilation of Enum on JDK 7
Change-Id: I2e58b6a527e4ef1fc7ed3359b8aea88d01a031fb
Configuration menu - View commit details
-
Copy full SHA for 359aafc - Browse repository at this point
Copy the full SHA 359aafcView commit details
Commits on Jan 16, 2013
-
Merge branch 'cm-10.1' into cm-10.1-openpdroid-devel
Simeon Morgan committedJan 16, 2013 Configuration menu - View commit details
-
Copy full SHA for 232bb35 - Browse repository at this point
Copy the full SHA 232bb35View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff master...cm-10.1-openpdroid-devel