summaryrefslogtreecommitdiffstats
path: root/luni
Commit message (Expand)AuthorAgeFilesLines
* Change ReferenceQueue.add to append at end of the unenqueued listMathieu Chartier2014-09-051-3/+12
* 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
* | Make sure calendars are compared correctly.Narayan Kamath2014-09-051-3/+11
|/
* Fix race in finalizeAllEnqueued.Mathieu Chartier2014-09-041-1/+7
* 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
* 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
|/
* Fix abuse of Runtime.freeMemory.Narayan Kamath2014-08-211-41/+37
* Fix init test cases from DexClassLoaderTest.Calin Juravle2014-08-211-32/+52
* bionic has always had gettid.Elliott Hughes2014-08-201-1/+2
* Merge "Update ziparchive usage to the new API."Piotr Jastrzebski2014-08-161-2/+3
|\
| * Update ziparchive usage to the new API.Piotr Jastrzebski2014-08-151-2/+3
* | Avoid triggering StrictMode when closing a socket.Elliott Hughes2014-08-151-2/+5
* | Fix parsing of fractional seconds.Narayan Kamath2014-08-142-2/+37
|/
* Allow Calendar.getInstance to be called with a null Locale.Narayan Kamath2014-08-139-0/+105
* Make parameter name match comments for sdk build.Jeff Hao2014-08-111-1/+1
* Merge "Implements some StrictMath functions for improved performance."Jeff Hao2014-08-112-38/+476
|\
| * Implements some StrictMath functions for improved performance.Emma Meersman2014-08-112-38/+476
* | Fix TimeZone.getAvailableIDs(int).Elliott Hughes2014-08-111-8/+24
|/
* Stop keeping iteration prefix around.Piotr Jastrzebski2014-08-111-10/+4
* Remove memory leak.Piotr Jastrzebski2014-08-111-0/+1
* Merge "Implements some math functions for faster performance"Jeff Hao2014-08-082-129/+1006
|\
| * Implements some math functions for faster performanceMichael Chen2014-07-242-129/+1006
* | Variants are case sensitive.Narayan Kamath2014-08-082-6/+13
* | Remove nameLength field from ZipEntry.Piotr Jastrzebski2014-08-082-11/+6
* | Merge "Revert "Remove nameLength field from ZipEntry.""Narayan Kamath2014-08-072-5/+10
|\ \
| * | Revert "Remove nameLength field from ZipEntry."Narayan Kamath2014-08-072-5/+10
* | | Merge "Track bouncycastle upgrade to 1.51"Kenny Root2014-08-071-2/+2
|\ \ \ | |/ / |/| |
| * | Track bouncycastle upgrade to 1.51Kenny Root2014-08-071-2/+2
* | | Remove nameLength field from ZipEntry.Piotr Jastrzebski2014-08-072-10/+5
* | | Implement equals and hashCode in ParameterizedTypeImplPiotr Jastrzebski2014-08-072-4/+40
|/ /
* | Fix MimeUtils to treat ".flac" as "audio/flac".Elliott Hughes2014-08-053-25/+56
* | Don't account buffer.arrayOffset() twice.Narayan Kamath2014-07-312-2/+2
* | Fix LocaleInternalsTest.Narayan Kamath2014-07-312-4/+5
* | Add ICU.addLikelySubtags(Locale).Narayan Kamath2014-07-312-0/+22
* | Make some DateFormatSymbols fields privateNeil Fuller2014-07-311-2/+2
* | Merge "Fix the OOME in ScannerParseLargeFileBenchmarkTest"Neil Fuller2014-07-291-38/+67
|\ \
| * | Fix the OOME in ScannerParseLargeFileBenchmarkTestNeil Fuller2014-07-301-38/+67
* | | Merge "Remove an obsolete Pacific/Apia hack."Elliott Hughes2014-07-301-6/+0
|\ \ \
| * | | Remove an obsolete Pacific/Apia hack.Elliott Hughes2014-07-291-6/+0
* | | | Merge "Change the DateFormatSymbols serialized form"Neil Fuller2014-07-234-56/+77
|\ \ \ \ | |/ / / |/| | |
| * | | Change the DateFormatSymbols serialized formNeil Fuller2014-07-304-56/+77