Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: wsot/platform_libcore
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: wsot/platform_libcore
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: cm-10.1-openpdroid-devel
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 16 commits
  • 4 files changed
  • 6 contributors

Commits on Jul 11, 2012

  1. Add two more GC parameter interfaces

    One is to set idealHeapFree and the other is to set concurrentStart
    
    Change-Id: I12056f5ffc8e7e633114be3f90d40223619b5d0b
    Xin Qi authored and hyperb1iss committed Jul 11, 2012
    Configuration menu
    Copy the full SHA
    ebeb9f2 View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2012

  1. Configuration menu
    Copy the full SHA
    f51f68b View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2012

  1. 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
    vmarko authored and Iouri Lebedev committed Aug 27, 2012
    Configuration menu
    Copy the full SHA
    305e54f View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2012

  1. 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/
    vmarko authored and Gerrit Code Review committed Sep 1, 2012
    Configuration menu
    Copy the full SHA
    d37fb6f View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2012

  1. Configuration menu
    Copy the full SHA
    0c37ea2 View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2012

  1. 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
    enh-google authored and elektroschmock committed Sep 27, 2012
    Configuration menu
    Copy the full SHA
    ad56af9 View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2012

  1. Manually inline StrictMath.min(JJ) and StrictMath.max(JJ).

    Also add new intrinsic tests.
    
    Bug: 7146208
    Change-Id: Ic454c8c5b218c51ce1c21f0c11163455392b4e72
    enh-google authored and elektroschmock committed Sep 30, 2012
    Configuration menu
    Copy the full SHA
    d18b7a8 View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2012

  1. 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
    bdcgoogle authored and ipilcher committed Oct 2, 2012
    Configuration menu
    Copy the full SHA
    0a91b3e View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2012

  1. Merge "Increment OpenSSLKey EVP_PKEY reference when it is selected fo…

    …r use with SSL_use_PrivateKey" into jellybean
    hyperb1iss authored and Gerrit Code Review committed Oct 4, 2012
    Configuration menu
    Copy the full SHA
    1e8ec26 View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2012

  1. Configuration menu
    Copy the full SHA
    e06ba13 View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2012

  1. Revert "Add two more GC parameter interfaces"

    This reverts commit ebeb9f2.
    hyperb1iss committed Nov 19, 2012
    Configuration menu
    Copy the full SHA
    6218bfe View commit details
    Browse the repository at this point in the history
  2. Merge branch 'jb-mr1-release' of https://android.googlesource.com/pla…

    …tform/libcore into mr1
    
    Change-Id: I19ebeda37b4c3efa42f91ceb5d366ddccd699249
    hyperb1iss committed Nov 19, 2012
    Configuration menu
    Copy the full SHA
    e888585 View commit details
    Browse the repository at this point in the history

Commits on Dec 24, 2012

  1. Patched Applied/merged PDroid 1.51 patches

    Simeon Morgan committed Dec 24, 2012
    Configuration menu
    Copy the full SHA
    4aa3581 View commit details
    Browse the repository at this point in the history

Commits on Dec 25, 2012

  1. Re-added system logs setting code by Syvat which was removed by Colle…

    …geDev
    Simeon Morgan committed Dec 25, 2012
    Configuration menu
    Copy the full SHA
    51952d6 View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2013

  1. Fix compilation of Enum on JDK 7

    Change-Id: I2e58b6a527e4ef1fc7ed3359b8aea88d01a031fb
    hyperb1iss committed Jan 10, 2013
    Configuration menu
    Copy the full SHA
    359aafc View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2013

  1. Merge branch 'cm-10.1' into cm-10.1-openpdroid-devel

    Simeon Morgan committed Jan 16, 2013
    Configuration menu
    Copy the full SHA
    232bb35 View commit details
    Browse the repository at this point in the history
Loading