summaryrefslogtreecommitdiffstats
path: root/luni/src/main/java/libcore
Commit message (Expand)AuthorAgeFilesLines
* Use ICU for relative time formattingTao Bao2015-02-112-1/+381
* Remove fcntlLong, use fcntlInt for F_SETFD instead.Narayan Kamath2015-01-194-4/+1
* Add fcntlInt.Narayan Kamath2015-01-163-6/+9
* More FileDescriptor.isSocket cleanup.Elliott Hughes2015-01-081-1/+1
* Avoid a type conversion during comparisonNeil Fuller2015-01-061-1/+1
* Fix integer overflow issue in ZoneInfo.Narayan Kamath2014-12-301-9/+20
* MimeUtils: add ODF presentation (template)Miklos Vajna2014-12-271-0/+2
* Create GregorianCalendar via a delegate.Deepanshu Gupta2014-12-241-1/+7
* Merge "Add various system calls needed by the zygote."Elliott Hughes2014-12-183-0/+12
|\
| * Add various system calls needed by the zygote.Elliott Hughes2014-12-173-0/+12
* | Add hwp to MimeUtils map.Sungmin Choi2014-12-171-0/+1
|/
* Merge "Fix poll to never return EINTR."Elliott Hughes2014-12-171-5/+1
|\
| * Fix poll to never return EINTR.Elliott Hughes2014-12-171-5/+1
* | Add a hidden API for detecting response charsets.Narayan Kamath2014-12-161-0/+90
* | Merge "Repurpose "HexEncoding" for internal users."Narayan Kamath2014-12-161-0/+99
|\ \ | |/ |/|
| * Repurpose "HexEncoding" for internal users.Narayan Kamath2014-12-161-0/+99
* | Update ByteBuffer positions in Posix.* functions.Narayan Kamath2014-12-151-12/+53
* | Add pipe2 and O_CLOEXEC to the libcore POSIX API.Elliott Hughes2014-12-123-3/+3
* | Add epub to MimeUtils map.Ben Murdoch2014-12-111-0/+1
|/
* Fix crash in selector.wakeup() with closed selectorNeil Fuller2014-12-023-3/+3
* Improve backward compatibility of plurals formatting.Elliott Hughes2014-11-181-0/+4
* Merge "Prefer "jpg" over "jpeg" as the extension for "image/jpeg"."Elliott Hughes2014-11-171-1/+2
|\
| * Prefer "jpg" over "jpeg" as the extension for "image/jpeg".Elliott Hughes2014-11-141-1/+2
* | Set random seeds post fork.Narayan Kamath2014-11-171-3/+1
|/
* am 1cb912c5: Merge "Disable tzdata in ."Elliott Hughes2014-10-291-2/+1
|\
| * Disable tzdata in $ANDROID_DATA.Elliott Hughes2014-10-281-2/+1
* | am 026194b8: Merge "Remove no-longer used timeFormat12 and timeFormat24."Elliott Hughes2014-10-281-10/+1
|\ \ | |/
| * Remove no-longer used timeFormat12 and timeFormat24.Elliott Hughes2014-10-231-10/+1
* | am fbcc49e3: Merge "Wire up frameworks notifications of 12/24 hour preferences."Elliott Hughes2014-10-281-5/+29
|\ \ | |/
| * Wire up frameworks notifications of 12/24 hour preferences.Elliott Hughes2014-10-221-5/+29
* | am a96d6871: Merge "Support DecimalFormatSymbols\' percent symbol being a str...Elliott Hughes2014-10-092-5/+5
|\ \ | |/
| * Support DecimalFormatSymbols' percent symbol being a string.Elliott Hughes2014-10-082-5/+5
| * libcore changes to support ConnectionPool cache flushingNeil Fuller2014-09-162-0/+106
| * Fix ZoneInfo.useDaylightTime()Neil Fuller2014-09-151-8/+7
| * Rearrange a few of our MIME type registrations.Elliott Hughes2014-09-041-5/+6
| * Keep qtaguid quiet by not trying to untag non-sockets.Elliott Hughes2014-09-031-4/+5
| * Support narrow am/pm markers in LocaleData.Elliott Hughes2014-08-221-0/+4
| * Avoid triggering StrictMode when closing a socket.Elliott Hughes2014-08-151-2/+5
| * Allow Calendar.getInstance to be called with a null Locale.Narayan Kamath2014-08-131-0/+4
| * Fix TimeZone.getAvailableIDs(int).Elliott Hughes2014-08-111-8/+24
| * Implement equals and hashCode in ParameterizedTypeImplPiotr Jastrzebski2014-08-072-4/+40
| * Fix MimeUtils to treat ".flac" as "audio/flac".Elliott Hughes2014-08-051-10/+10
| * Add ICU.addLikelySubtags(Locale).Narayan Kamath2014-07-311-0/+14
| * Merge "Add FLOAT entry to EmptyArray"Elliott Hughes2014-07-291-0/+1
| |\
| | * Add FLOAT entry to EmptyArrayMichael Wright2014-07-291-0/+1
| * | Fix handling of invalid locales in Date/DecimalFormatSymbols.Narayan Kamath2014-07-232-9/+18
| * | Support for a android.text.format.Time implemented entirely in JavaNeil Fuller2014-07-222-4/+663
| * | Implement Locale.forLanguageTag in java.Narayan Kamath2014-07-221-14/+0
| * | Revert "Revert "Add a cache for ZoneInfo objects in Java""Neil Fuller2014-07-172-12/+36
| * | Revert "Add a cache for ZoneInfo objects in Java"Neil Fuller2014-07-172-35/+12