summaryrefslogtreecommitdiffstats
path: root/luni/src
Commit message (Expand)AuthorAgeFilesLines
* am c5952ec0: am 2b26994c: Merge "Mark libcore.java.text.DecimalFormatSymbolsT...Elliott Hughes2014-09-081-8/+11
|\
| * Merge "Mark libcore.java.text.DecimalFormatSymbolsTest#test_getInstance_unkno...Elliott Hughes2014-09-081-8/+11
| |\
| | * Mark libcore.java.text.DecimalFormatSymbolsTest#test_getInstance_unknown_or_i...Elliott Hughes2014-09-051-8/+11
| * | Merge "DecimalFormatSymbols with a null locale should throw." into lmp-devElliott Hughes2014-09-051-0/+4
| |\ \
| | * | DecimalFormatSymbols with a null locale should throw.Narayan Kamath2014-09-051-0/+4
| | |/
| * | Merge "Implement equals and hashCode in ParameterizedTypeImpl" into lmp-devElliott Hughes2014-09-052-4/+40
| |\ \
| | * | Implement equals and hashCode in ParameterizedTypeImplPiotr Jastrzebski2014-09-042-4/+40
| | |/
| * | Merge "Make sure calendars are compared correctly." into lmp-devElliott Hughes2014-09-051-3/+11
| |\ \
| | * | Make sure calendars are compared correctly.Narayan Kamath2014-09-051-3/+11
| | |/
* | | am f48abd8f: Merge "Change ReferenceQueue.add to append at end of the unenque...Mathieu Chartier2014-09-051-3/+12
|\ \ \
| * | | Change ReferenceQueue.add to append at end of the unenqueued listMathieu Chartier2014-09-051-3/+12
* | | | am c9a79e62: Merge "DecimalFormatSymbols with a null locale should throw."Narayan Kamath2014-09-051-0/+4
|\ \ \ \ | |/ / /
| * | | Merge "DecimalFormatSymbols with a null locale should throw."Narayan Kamath2014-09-051-0/+4
| |\ \ \
| | * | | DecimalFormatSymbols with a null locale should throw.Narayan Kamath2014-09-051-0/+4
* | | | | am aeecf3ec: Merge "Make sure calendars are compared correctly."Narayan Kamath2014-09-051-3/+11
|\ \ \ \ \ | |/ / / /
| * | | | Make sure calendars are compared correctly.Narayan Kamath2014-09-051-3/+11
| |/ / /
| * | | Fix race in finalizeAllEnqueued.Mathieu Chartier2014-09-041-1/+7
* | | | am f9ac85ca: am 2cc3d41f: Fix race in finalizeAllEnqueued.Mathieu Chartier2014-09-041-1/+7
|\ \ \ \ | | |/ / | |/| |
| * | | Fix race in finalizeAllEnqueued.Mathieu Chartier2014-09-041-1/+7
| | |/ | |/|
* | | am fc5a9bde: Merge "Fix apache-harmony logging tests"Neil Fuller2014-09-043-19/+67
|\ \ \ | | |/ | |/|
| * | Merge "Fix apache-harmony logging tests"Neil Fuller2014-09-043-19/+67
| |\ \
| | * | Fix apache-harmony logging testsNeil Fuller2014-09-043-19/+67
| * | | Rearrange a few of our MIME type registrations.Elliott Hughes2014-09-042-6/+13
| * | | Merge "Fix SDK and docs build."Neil Fuller2014-09-042-13/+13
| |\ \ \
| | * | | Fix SDK and docs build.Eino-Ville Talvala2014-09-042-13/+13
| | |/ /
| * | | Keep qtaguid quiet by not trying to untag non-sockets.Elliott Hughes2014-09-035-4/+51
| |/ /
| * | Work around the snappily-titled ICANN "Name Collision Occurrence Management F...Elliott Hughes2014-08-222-4/+4
* | | am 3c4eb717: am 2086177b: Merge "Keep qtaguid quiet by not trying to untag no...Elliott Hughes2014-09-035-4/+51
|\ \ \ | | |/ | |/|
| * | Merge "Keep qtaguid quiet by not trying to untag non-sockets." into lmp-devElliott Hughes2014-09-025-4/+51
| |\ \
| | * | Keep qtaguid quiet by not trying to untag non-sockets.Elliott Hughes2014-09-025-4/+51
* | | | am 7f9653f5: am 55848681: Add additional field checks for deserialization.Neil Fuller2014-08-284-18/+129
|\ \ \ \ | |/ / /
| * | | Add additional field checks for deserialization.Neil Fuller2014-08-284-18/+129
| |/ /
* | | am a828dd0d: am 0d9d7216: Merge "Rearrange a few of our MIME type registratio...Elliott Hughes2014-08-262-6/+13
|\ \ \ | |/ /
| * | Rearrange a few of our MIME type registrations.Elliott Hughes2014-08-222-6/+13
* | | am 5bd44cf9: am a7d651e9: Work around the snappily-titled ICANN "Name Collisi...Elliott Hughes2014-08-232-4/+4
|\ \ \ | |/ /
| * | Work around the snappily-titled ICANN "Name Collision Occurrence Management F...Elliott Hughes2014-08-222-4/+4
* | | am ec494368: Merge "Avoid wrapping Class in WeakReference when class loader i...Ian Rogers2014-08-221-7/+1
|\ \ \ | | |/ | |/|
| * | Merge "Avoid wrapping Class in WeakReference when class loader is null."Ian Rogers2014-08-221-7/+1
| |\ \
| | * | Avoid wrapping Class in WeakReference when class loader is null.Ian Rogers2014-08-221-7/+1
| * | | Support narrow am/pm markers in LocaleData.Elliott Hughes2014-08-223-2/+44
| |/ /
* | | am 2d6b952b: am 014531bf: Merge "Support narrow am/pm markers in LocaleData."...Elliott Hughes2014-08-223-2/+44
|\ \ \ | | |/ | |/|
| * | Merge "Support narrow am/pm markers in LocaleData." into lmp-devElliott Hughes2014-08-223-2/+44
| |\ \
| | * | Support narrow am/pm markers in LocaleData.Elliott Hughes2014-08-223-2/+44
| * | | Fix abuse of Runtime.freeMemory.Narayan Kamath2014-08-221-41/+37
* | | | am 4dbeaf5c: Merge "Fix abuse of Runtime.freeMemory."Narayan Kamath2014-08-221-41/+37
|\ \ \ \ | | |_|/ | |/| |
| * | | Fix abuse of Runtime.freeMemory.Narayan Kamath2014-08-211-41/+37
| * | | Fix init test cases from DexClassLoaderTest.Calin Juravle2014-08-211-32/+52
* | | | am 9d93de65: am 58c130c1: Fix init test cases from DexClassLoaderTest.Calin Juravle2014-08-211-32/+52
|\ \ \ \ | | |/ / | |/| |
| * | | Fix init test cases from DexClassLoaderTest.Calin Juravle2014-08-191-32/+52
| | |/ | |/|
| * | Merge "Avoid triggering StrictMode when closing a socket." into lmp-devElliott Hughes2014-08-151-2/+5
| |\ \