summaryrefslogtreecommitdiffstats
path: root/luni/src/main/java/libcore
Commit message (Expand)AuthorAgeFilesLines
* libcore: add a way to clear cached time zone stringsRoman Birg2015-11-072-0/+19
* Add getxattr/setxattr/removexattr syscalls.Jeff Sharkey2015-07-023-0/+9
* Fix bug in formatting intervals at month boundaries.Travis Keep2015-05-121-1/+1
* am 3bb83381: Add a ZoneInfoDB.hasTimeZone API.Narayan Kamath2015-04-301-0/+4
|\
| * Add a ZoneInfoDB.hasTimeZone API.Narayan Kamath2015-04-301-0/+4
* | am 39f72b16: Merge "Removed offset and value from String and added StringFact...Jeff Hao2015-04-281-13/+13
|\ \ | |/ |/|
| * Removed offset and value from String and added StringFactory.Jeff Hao2015-04-271-13/+13
* | am bd7c7451: am 726db7ae: Merge "Ensure consistency of capitalization in Rela...Neil Fuller2015-04-234-212/+305
|\ \ | |/
| * Merge "Ensure consistency of capitalization in RelativeDateTimeFormatter"Neil Fuller2015-04-234-212/+305
| |\
| | * Ensure consistency of capitalization in RelativeDateTimeFormatterNeil Fuller2015-04-224-212/+305
* | | am ccb61deb: am 97ca5855: Merge "Move java.nio.Charsets to libcore.util."Narayan Kamath2015-04-221-0/+80
|\ \ \ | |/ /
| * | Move java.nio.Charsets to libcore.util.Narayan Kamath2015-04-221-0/+80
* | | am 69773bd2: am 21a0e54a: Merge "Remove support for reading mime types from p...Narayan Kamath2015-04-211-61/+0
|\ \ \ | |/ /
| * | Remove support for reading mime types from property files.Narayan Kamath2015-04-211-61/+0
| |/
* | am b059489d: am 83f2b5f3: Merge "Use ICU4J more in DateIntervalFormat and Rel...Neil Fuller2015-04-162-85/+85
|\ \ | |/
| * Use ICU4J more in DateIntervalFormat and RelativeDateTimeFormatterNeil Fuller2015-04-162-85/+85
* | am c5546c4c: am 0ed6c7db: Merge "Switch DateIntervalFormat/RelativeDateTimeFo...Neil Fuller2015-04-142-111/+85
|\ \ | |/
| * Switch DateIntervalFormat/RelativeDateTimeFormatter to ICU4JTravis Keep2015-04-142-111/+85
* | am 8426170b: am 345d118d: Merge "Changes to enable timezone data overrides fo...Neil Fuller2015-04-071-1/+2
|\ \ | |/
| * Merge "Changes to enable timezone data overrides for ICU and libcore"Neil Fuller2015-04-071-1/+2
| |\
| | * Changes to enable timezone data overrides for ICU and libcoreNeil Fuller2015-03-261-1/+2
* | | am ff1e2b45: am 6696f19d: Merge "Implement BreakIterator in terms of icu4j."Narayan Kamath2015-04-021-177/+0
|\ \ \ | |/ /
| * | Implement BreakIterator in terms of icu4j.Narayan Kamath2015-04-021-177/+0
* | | am 1b29afea: am fc62e635: Merge "Add a test to confirm that TZ data is in sync"Neil Fuller2015-03-301-0/+3
|\ \ \ | |/ /
| * | Add a test to confirm that TZ data is in syncNeil Fuller2015-03-271-0/+3
* | | am d92eaa4a: am 1e342670: Merge "Add libcore.net.NetworkSecurityPolicy."Alex Klyubin2015-03-252-2/+75
|\ \ \ | |/ /
| * | Merge "Add libcore.net.NetworkSecurityPolicy."Alex Klyubin2015-03-252-2/+75
| |\ \
| | * | Add libcore.net.NetworkSecurityPolicy.Alex Klyubin2015-03-242-2/+75
* | | | am fc23db65: am 74b6f466: Merge "Fix for ftp:// invalid urls with ProxySelector"Neil Fuller2015-03-251-1/+1
|\ \ \ \ | |/ / /
| * | | Merge "Fix for ftp:// invalid urls with ProxySelector"Neil Fuller2015-03-251-1/+1
| |\ \ \ | | |/ / | |/| |
| | * | Fix for ftp:// invalid urls with ProxySelectorNeil Fuller2015-03-251-1/+1
* | | | am 94cc3faf: am 61ac7408: Merge "Fix the year display when formatting absolut...Tao Bao2015-03-241-5/+24
|\ \ \ \ | |/ / /
| * | | Fix the year display when formatting absolute date stringTao Bao2015-03-231-5/+24
* | | | Merge "Use uppercase for hex encoded strings."Narayan Kamath2015-03-161-1/+1
|\ \ \ \ | |/ / / |/| | |
| * | | Use uppercase for hex encoded strings.Narayan Kamath2015-03-161-1/+1
| |/ /
* | | Add a version of sendto that takes a SocketAddress.Lorenzo Colitti2015-03-143-0/+6
|/ /
* | Add support for netlink sockets and addresses.Erik Kline2015-03-093-0/+6
* | Implement zip64 support for ZipFile/ZipInputStream/ZipOutputStream.Narayan Kamath2015-02-271-0/+59
|/
* 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
|\