summaryrefslogtreecommitdiffstats
path: root/luni/src/main
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | am 98450f57: Merge "Explicitly specify the icu:: namespace."Elliott Hughes2015-03-0716-228/+228
| |\ \ \ \ | | |/ / /
| | * | | Explicitly specify the icu:: namespace.Elliott Hughes2015-03-0616-228/+228
| | |/ /
* | | | am 825884af: am 8e2c78d4: am e0d58e42: Merge "Remove size check that was acci...Narayan Kamath2015-02-271-0/+5
|\ \ \ \ | |/ / /
| * | | am e0d58e42: Merge "Remove size check that was accidentally removed."Narayan Kamath2015-02-271-0/+5
| |\ \ \ | | |/ /
| | * | Remove size check that was accidentally removed.Narayan Kamath2015-02-271-0/+5
* | | | am 8ad80c3e: am ceb6c677: am 26ef26ec: Merge "Implement zip64 support for Zip...Narayan Kamath2015-02-276-100/+784
|\ \ \ \ | |/ / /
| * | | am 26ef26ec: Merge "Implement zip64 support for ZipFile/ZipInputStream/ZipOut...Narayan Kamath2015-02-276-100/+784
| |\ \ \ | | |/ /
| | * | Implement zip64 support for ZipFile/ZipInputStream/ZipOutputStream.Narayan Kamath2015-02-276-100/+784
* | | | expose ST_* in OsConstantsNick Kralevich2015-02-261-9/+9
|/ / /
* | | am a3783569: Merge "Add ST_* constants to OsConstants"Nick Kralevich2015-02-262-0/+18
|\ \ \ | |/ /
| * | Add ST_* constants to OsConstantsNick Kralevich2015-02-262-0/+18
* | | am 5889c5c8: Merge "Clarify docs for CharsetEncoder#flush."Narayan Kamath2015-02-231-12/+19
|\ \ \ | |/ /
| * | Clarify docs for CharsetEncoder#flush.Narayan Kamath2015-02-231-12/+19
* | | Merge commit '405aeb8a97eb0a5194c2803dde3968e10e1e509e' into HEADBill Yi2015-02-199-7/+608
|\ \ \ | |/ / |/| |
| * | am db4499e1: Merge "Use ICU for relative time formatting"Tao Bao2015-02-125-1/+492
| |\ \ | | |/
| * | am a9c24ad8: Merge "Fix LocaleTest#testDefaultLocale."Narayan Kamath2015-02-101-6/+8
| |\ \
| * \ \ am c512e722: Merge "Explicitly state all File constructor NPEs."Elliott Hughes2015-02-071-0/+4
| |\ \ \
| * \ \ \ am 0951821e: Merge "CharsetEncoder.flush() should only call implFlush() once."Narayan Kamath2015-02-041-0/+5
| |\ \ \ \
| * \ \ \ \ am e78093e9: Merge "Fix deflater in / out counts for inputs > 4G."Narayan Kamath2015-01-304-5/+18
| |\ \ \ \ \
| * \ \ \ \ \ am 4ea6715f: Merge "Work around 32 bit glibc bug."Narayan Kamath2015-01-301-0/+17
| |\ \ \ \ \ \
| * \ \ \ \ \ \ am ad2c9f9c: Merge "Fix the infinite loop issue of the conversion from string...Elliott Hughes2015-01-231-134/+17
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ am f9fbd0c7: Merge "Make Cipher.update return null for empty input."Alex Klyubin2015-01-231-3/+2
| |\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ am a8521691: Merge "Introduce user.locale [take 2]"Narayan Kamath2015-01-222-52/+95
| |\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ am 26bb4803: Merge "Use the IPv6 instead of the IPv4 wildcard address in sock...Lorenzo Colitti2015-01-224-15/+15
| |\ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ am 70af3d94: Merge "Clarify comment on private method."Narayan Kamath2015-01-211-1/+3
| |\ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ am 934ecd56: Merge "Make socket binding behavior clearer"Neil Fuller2015-01-205-46/+40
| |\ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ am 8602c015: Merge "Remove fcntlLong, use fcntlInt for F_SETFD instead."Narayan Kamath2015-01-206-11/+1
| |\ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ am 9169032f: Merge "Add fcntlInt."Narayan Kamath2015-01-195-20/+30
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ am 510742b0: Merge "Add a warning about relative paths to ZipEntry#getName."Narayan Kamath2015-01-161-0/+5
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ am 791bd64d: Merge "Cache class and field lookups in StrictJarFile."Narayan Kamath2015-01-161-5/+7
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ am 7861c3e6: Merge "Revert "Introduce user.locale.""Narayan Kamath2015-01-162-19/+8
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ am a4fe2227: Merge "Introduce user.locale."Narayan Kamath2015-01-162-8/+19
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ am 3cdad0e1: Merge "Fix confusing Selector docs"Neil Fuller2015-01-141-5/+10
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ am 1a923668: Merge "Fix the hostname for the IPv6 loopback address"Neil Fuller2015-01-142-5/+5
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ am 6bfd8701: Merge "More FileDescriptor.isSocket cleanup."Elliott Hughes2015-01-092-2/+2
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ am fac834b8: Merge "Fix and clean up FileDescriptor.isSocket."Elliott Hughes2015-01-081-3/+5
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ am ecd42914: Merge "Fix a javadoc typo in java.net.URL.equals."Elliott Hughes2015-01-071-1/+1
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ am 2bec0e75: Merge "Avoid a type conversion during comparison"Neil Fuller2015-01-061-1/+1
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ am 880bf04a: Merge "Extend ArrayList fastpath to Collections.sort(List<T>, Co...Narayan Kamath2015-01-021-7/+15
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ am 7d286dee: Merge "Fix documentation for Calendar#clone."Narayan Kamath2015-01-021-1/+3
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ am f891c7de: Merge "Fix CharsetEncoder.canEncode for empty CharSequences"Narayan Kamath2014-12-311-0/+4
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ am 50e0273a: Merge "Add a zero-copy path for Collections.sort() on ArrayList."Narayan Kamath2014-12-301-7/+17
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ am c3c69f07: Merge "Fix integer overflow issue in ZoneInfo."Narayan Kamath2014-12-301-9/+20
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ am 904dbce0: Merge "MimeUtils: add ODF presentation (template)"Elliott Hughes2014-12-271-0/+2
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ am 35b10b44: Merge "Add various system calls needed by the zygote."Elliott Hughes2014-12-185-0/+52
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ am e30cdc87: Merge "Add hwp to MimeUtils map."Elliott Hughes2014-12-181-0/+1
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ am 7f61d2bf: Merge "Don\'t TEMP_FAILURE_RETRY calls that can\'t fail."Elliott Hughes2014-12-171-4/+4
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ am 9620c652: Merge "Fix poll to never return EINTR."Elliott Hughes2014-12-174-23/+56
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ am f1f0b00a: Merge "Add a hidden API for detecting response charsets."Narayan Kamath2014-12-161-0/+90
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ am 8f090052: Merge "Repurpose "HexEncoding" for internal users."Narayan Kamath2014-12-161-0/+99
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \